@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

html {
  font-size: 10px;
}

body {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1em;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a {
  color: #FFFFFF;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 10;
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header.change-color {
  background-color: #21054D;
}
.l-header_logo {
  font-size: 22px;
  font-size: "22"/100rem;
  padding-left: 30px;
  letter-spacing: 0.06em;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    font-size: 22px;
    font-size: "22"/100rem;
  }
}
.l-header_nav {
  height: 100%;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    display: none;
  }
}
.l-header_nav_menu {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: "15"/100rem;
}
@media screen and (max-width: 768px) {
  .l-header_nav_menu {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
.l-header_nav_menu > li {
  text-transform: uppercase;
  padding-right: 25px;
  letter-spacing: 0.06em;
}
.l-header_nav_menu > li:nth-last-of-type(1) {
  padding-right: 0;
}
.l-header_nav_menu > li > a {
  display: inline-block;
  position: relative;
}
.l-header_nav_menu > li > a::after {
  position: absolute;
  bottom: 18px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header_nav_menu > li > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header_hamburger {
  display: none;
  position: fixed;
  z-index: 50;
  height: 100%;
  width: 100%;
  padding-top: calc((100vh - 190px) / 2);
  background-image: url(../image/menu.png);
  background-size: cover;
}
.l-header_hamburger_menu {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-header_hamburger_menu {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
.l-header_hamburger_menu > li {
  margin-bottom: 20px;
}
.l-header_hamburger_menu > li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.l-footer {
  width: 100%;
  background-color: #120E19;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer_nav {
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: "14"/100rem;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    margin-left: 30px;
  }
}
.l-footer_nav > li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer_nav > li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.l-footer_nav > li:nth-last-of-type(1) {
  margin-right: 0;
}
.l-footer_copy {
  color: #A798B7;
  font-size: 10px;
  font-size: "10"/100rem;
  letter-spacing: 0.05em;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer_copy {
    font-size: 10px;
    font-size: "10"/100rem;
  }
}

.l-section {
  position: relative;
  padding-top: 80px;
  width: 100%;
}

.l-container, .l-container--single, .l-container--little-wide, .l-container--narrow, .l-container--wide {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}
.l-container--wide {
  max-width: 1300px;
}
.l-container--narrow {
  max-width: 920px;
}
.l-container--little-wide {
  max-width: 1260px;
}
.l-container--single {
  max-width: 750px;
}
.l-container--full {
  width: 100%;
}

.l-mv, .l-mv_under {
  position: relative;
  background-image: url(../image/mv.png);
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.l-mv_inner {
  text-align: center;
  margin: auto 0;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-mv_inner {
    text-align: left;
  }
}
.l-mv_inner_title {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 72px;
  font-size: "72"/100rem;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-mv_inner_title {
    font-size: 48px;
    font-size: "48"/100rem;
  }
}
.l-mv_inner_sub {
  font-size: 24px;
  font-size: "24"/100rem;
  line-height: 1.58em;
  padding-top: 20px;
  letter-spacing: 0.108em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-mv_inner_sub {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .l-mv_inner_sub {
    line-height: 1.8em;
  }
}
.l-mv .scrolldown1, .l-mv_under .scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 95%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-mv .scrolldown1, .l-mv_under .scrolldown1 {
    left: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-mv .scrolldown1, .l-mv_under .scrolldown1 {
    height: 50px;
  }
}
.l-mv .scrolldown1 span, .l-mv_under .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -8px;
  top: -55px;
  /*テキストの形状*/
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: "12"/100rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .l-mv .scrolldown1 span, .l-mv_under .scrolldown1 span {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
.l-mv .scrolldown1::after, .l-mv_under .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.l-mv_under {
  background-image: url(../image/mv_under.png);
  height: 240px;
}
@media screen and (max-width: 768px) {
  .l-mv_under {
    background-image: url(../image/mv_under_sp.png);
    height: 190px;
  }
}
.l-mv_under_inner {
  text-align: center;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.l-mv_under_inner_title {
  padding-top: 40px;
  font-size: 36px;
  font-size: "36"/100rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-mv_under_inner_title {
    font-size: 30px;
    font-size: "30"/100rem;
  }
}
.l-mv_under_inner_sub {
  padding-top: 15px;
  font-size: 14px;
  font-size: "14"/100rem;
}
@media screen and (max-width: 768px) {
  .l-mv_under_inner_sub {
    font-size: 13px;
    font-size: "13"/100rem;
  }
}

.l-breadcrumb {
  width: 100%;
  background-color: #F7F7F7;
  padding: 15px 165px;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333333;
  font-size: 12px;
  font-size: "12"/100rem;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    font-size: 11px;
    font-size: "11"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding: 5px 20px;
  }
}
.l-breadcrumb span {
  color: #333333;
  padding-left: 2px;
  padding-right: 2px;
}

.c-title {
  color: #391E88;
  text-align: center;
}
.c-title_main {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 36px;
  font-size: "36"/100rem;
  line-height: 0.89em;
  letter-spacing: 0.02em;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .c-title_main {
    font-size: 30px;
    font-size: "30"/100rem;
  }
}
.c-title_sub, .c-title_sub_left {
  font-size: 13px;
  font-size: "13"/100rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-title_sub, .c-title_sub_left {
    font-size: 13px;
    font-size: "13"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .c-title_sub_left {
    text-align: left;
  }
}

.c-button, .c-button--pager, .c-button--pager--current, .c-button--white {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#7633A4), to(#250D65));
  background: linear-gradient(to right, #7633A4, #250D65);
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  font-size: 14px;
  font-size: "14"/100rem;
  margin-top: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-button, .c-button--pager, .c-button--pager--current, .c-button--white {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.c-button--white {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  background: none;
  margin-top: 50px;
}
.c-button--pager, .c-button--pager--current {
  background: -webkit-gradient(linear, left top, left bottom, from(#7633A4), to(#250D65));
  background: linear-gradient(to bottom, #7633A4, #250D65);
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-size: "20"/100rem;
  vertical-align: middle;
  line-height: 46px;
  margin-top: 0px;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .c-button--pager, .c-button--pager--current {
    font-size: 20px;
    font-size: "20"/100rem;
  }
}
.c-button--pager--current {
  background: none;
  background-color: #f1ebf8;
  color: #4f31a5;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 200px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#7633A4), to(#250D65));
  background: linear-gradient(to right, #7633A4, #250D65);
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  font-size: 14px;
  font-size: "14"/100rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#7633A4), to(#250D65));
  background: linear-gradient(to bottom, #7633A4, #250D65);
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-size: "20"/100rem;
  vertical-align: middle;
  line-height: 46px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  background: none;
  background-color: #f1ebf8;
  color: #4f31a5;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current {
    font-size: 20px;
    font-size: "20"/100rem;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: inline-block;
  width: 200px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#7633A4), to(#250D65));
  background: linear-gradient(to right, #7633A4, #250D65);
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  font-size: 14px;
  font-size: "14"/100rem;
  margin-top: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#7633A4), to(#250D65));
  background: linear-gradient(to bottom, #7633A4, #250D65);
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-size: "20"/100rem;
  vertical-align: middle;
  line-height: 46px;
  margin-top: 0px;
  padding: 0;
  border: none;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi .first {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi .first {
    font-size: 20px;
    font-size: "20"/100rem;
  }
}
.wp-pagenavi .extend {
  display: inline-block;
  width: 200px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#7633A4), to(#250D65));
  background: linear-gradient(to right, #7633A4, #250D65);
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  font-size: 14px;
  font-size: "14"/100rem;
  margin-top: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#7633A4), to(#250D65));
  background: linear-gradient(to bottom, #7633A4, #250D65);
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-size: "20"/100rem;
  vertical-align: middle;
  line-height: 34px;
  margin-top: 0px;
  padding: 0;
  border: none;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .extend {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .extend {
    font-size: 20px;
    font-size: "20"/100rem;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-index_news {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-index_news {
    padding-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-index_news_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
  .p-index_news_list_item:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-index_news_list_item {
    margin-top: 40px;
  }
  .p-index_news_list_item:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-index_news_list_item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}
.p-index_news_list_item_date span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1em;
  line-height: 22px;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  min-width: 105px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-index_news_list_item_date span {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
.p-index_news_list_item_date a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  font-size: "12"/100rem;
  line-height: 1em;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #333333;
  background-color: #e8e8e8;
  border-radius: 50px;
  min-width: 82px;
  text-align: center;
  padding: 5px 16px;
  margin-left: 15px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-index_news_list_item_date a {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index_news_list_item_date a {
    margin-left: 5px;
  }
}
.p-index_news_list_item_title {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.p-index_news_list_item_title > a {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-index_news_list_item_title {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index_news_list_item_title {
    line-height: 1.9em;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-index_news_list_item_title {
    margin-left: 20px;
  }
}
.p-index_service {
  text-align: center;
}
.p-index_service_list {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-index_service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index_service_list_item {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-index_service_list_item {
    margin-right: 30px;
  }
  .p-index_service_list_item:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-index_service_list_item {
    margin-top: 40px;
  }
  .p-index_service_list_item:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-index_service_list_item > p {
  padding-top: 24px;
  font-size: 18px;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
.p-index_service_list_item > p:nth-of-type(2) {
  padding-top: 17px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2em;
  text-align: left;
}
.p-index_works {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33%, #fff), color-stop(33%, #f0f0f0), to(#f0f0f0));
  background: linear-gradient(90deg, #fff 0%, #fff 33%, #f0f0f0 33%, #f0f0f0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .p-index_works {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33%, #fff), color-stop(33%, #f0f0f0), to(#f0f0f0));
    background: linear-gradient(180deg, #fff 0%, #fff 33%, #f0f0f0 33%, #f0f0f0 100%);
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-index_works {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-index_works_title_text {
  color: #333333;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-index_works_title_text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-index_works_title_text {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-index_works_title_button {
    margin-bottom: 60px;
  }
}
.p-index_works_slider {
  margin-top: 60px;
  margin-bottom: 80px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .p-index_works_slider {
    width: calc(750 / 1440 * 100%);
    max-width: 750px;
  }
}
.p-index_works .slick-dots {
  text-align: right;
  padding-right: 5px;
}
.p-index_works .slick-dots li {
  width: 6px;
}
.p-index_works .slick-slider {
  margin-bottom: 80px;
}
.p-index_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-image: url(../image/bg-circle.png);
  background-size: calc(864 / 1300 * 100%);
  background-position-x: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-index_company {
    background-image: none;
  }
  .p-index_company_section {
    background-image: url(../image/circles.png);
    background-size: cover;
    background-position: center;
  }
}
.p-index_company_image_left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-index_company_image_left {
    display: none;
  }
}
.p-index_company_image_left > img {
  display: block;
  max-width: 100%;
}
.p-index_company_image_left > img:nth-of-type(1) {
  width: 210px;
  height: auto;
  margin-top: 110px;
}
.p-index_company_image_left > img:nth-of-type(2) {
  width: 160px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  margin-top: 45px;
}
.p-index_company_image_right {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-index_company_image_right {
    display: none;
  }
}
.p-index_company_image_right > img {
  display: block;
  max-width: 100%;
}
.p-index_company_image_right > img:nth-of-type(1) {
  width: 210px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  margin-top: 110px;
}
.p-index_company_image_right > img:nth-of-type(2) {
  width: 160px;
  height: auto;
  margin-top: 45px;
}
.p-index_company_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-index_company_title_box {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-index_company_title_box {
    padding-top: 120px;
  }
}
.p-index_company_text_main {
  font-size: 40px;
  font-size: "40"/100rem;
  line-height: 1.5em;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 6px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f5f534));
  background: linear-gradient(transparent 80%, #f5f534 80%);
}
@media screen and (max-width: 768px) {
  .p-index_company_text_main {
    font-size: 32px;
    font-size: "32"/100rem;
  }
}
.p-index_company_text_text {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-index_company_text_text {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-index_company_button {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-index_company_button {
    margin-bottom: 85px;
  }
}
.p-index_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-index_recruit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-index_recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.p-index_recruit_title {
  background-color: #F7F7F7;
  padding-top: 70px;
  padding-left: 6.9444444444%;
  padding-right: 6.9444444444%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-index_recruit_title {
    padding-top: 60px;
  }
}
.p-index_recruit_title_text {
  padding-top: 30px;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.86em;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-index_recruit_title_text {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
.p-index_recruit_title_button {
  margin-bottom: 70px;
}
.p-index_recruit_image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-index_recruit_image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_contact {
  background-color: #F7F7F7;
}
.p-index_contact_title {
  padding-top: 80px;
}
.p-index_contact_title_text {
  color: #333333;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.78em;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-index_contact_title_text {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-index_contact_title_button {
  padding-bottom: 80px;
}

.p-hamburger {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 34px;
  height: 16px;
  margin-top: 24.5px;
  margin-bottom: auto;
  margin-right: 20px;
  margin-left: auto;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-hamburger {
    display: none;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 2px;
  background-color: white;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -8px;
}

.p-hamburger__line::after {
  top: 8px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: white;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .p-archive_news_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
  .p-archive_news_list_item:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item {
    margin-top: 40px;
  }
  .p-archive_news_list_item:nth-of-type(1) {
    margin-top: 0;
  }
}
.p-archive_news_list_item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-archive_news_list_item_date > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1em;
  line-height: 27px;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  min-width: 105px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item_date > span {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item_date > span {
    line-height: 22px;
  }
}
.p-archive_news_list_item_date > a {
  display: inline-block;
  min-width: 82px;
  text-align: center;
  font-size: 12px;
  font-size: "12"/100rem;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #333333;
  background-color: #e8e8e8;
  border-radius: 50px;
  padding: 5px 10px;
  margin-left: 10px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item_date > a {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item_date > a {
    margin-left: 5px;
  }
}
.p-archive_news_list_item_title {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.p-archive_news_list_item_title > a {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item_title {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-archive_news_list_item_title {
    line-height: 1.9em;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-archive_news_list_item_title {
    margin-left: 20px;
  }
}
.p-archive_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.p-archive_pager_button {
  margin-right: 10px;
}
.p-archive_pager_button:nth-last-of-type(1) {
  margin-right: 0;
}

.p-single_section {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-single_section {
    padding-top: 40px;
  }
}
.p-single_title {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 32px;
  font-size: "32"/100rem;
  line-height: 1.43em;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-single_title {
    font-size: 22px;
    font-size: "22"/100rem;
  }
}
.p-single_title > a {
  display: block;
}
.p-single_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 20px;
}
.p-single_date span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1em;
  line-height: 22px;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-single_date span {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
.p-single_date a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  font-size: "12"/100rem;
  line-height: 1em;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #333333;
  background-color: #e8e8e8;
  border-radius: 50px;
  padding: 5px 16px;
  margin-left: 10px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single_date a {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-single_date a {
    margin-left: 5px;
  }
}
.p-single_content {
  padding-bottom: 40px;
}
.p-single_content > p,
.p-single_content li {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.67em;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-single_content > p,
.p-single_content li {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-single_content > p:nth-last-of-type(1),
.p-single_content li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.p-single_content > tr,
.p-single_content td,
.p-single_content th,
.p-single_content dt,
.p-single_content dd,
.p-single_content figcaption,
.p-single_content a {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.67em;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-single_content > tr,
.p-single_content td,
.p-single_content th,
.p-single_content dt,
.p-single_content dd,
.p-single_content figcaption,
.p-single_content a {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-single_content > tr:nth-last-of-type(1),
.p-single_content td:nth-last-of-type(1),
.p-single_content th:nth-last-of-type(1),
.p-single_content dt:nth-last-of-type(1),
.p-single_content dd:nth-last-of-type(1),
.p-single_content figcaption:nth-last-of-type(1),
.p-single_content a:nth-last-of-type(1) {
  padding-bottom: 0;
}
.p-single_content > h1,
.p-single_content h2 {
  font-size: 24px;
  font-size: "24"/100rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.018em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-single_content > h1,
.p-single_content h2 {
    font-size: 18px;
    font-size: "18"/100rem;
  }
}
.p-single_content > h1:before,
.p-single_content h2:before {
  background-color: #391e88;
  /* 線色 */
  border-radius: 5px;
  /* 線幅の半分 */
  content: "";
  display: inline-block;
  height: 35px;
  /* 線の長さ */
  margin-right: 10px;
  /* 線右の余白 */
  vertical-align: middle;
  width: 6px;
  /* 線幅 */
}
.p-single_content > h3,
.p-single_content h4,
.p-single_content h5,
.p-single_content h6 {
  font-size: 18px;
  font-size: "18"/100rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.018em;
  padding-top: 25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-single_content > h3,
.p-single_content h4,
.p-single_content h5,
.p-single_content h6 {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
.p-single_content > img,
.p-single_content figure,
.p-single_content strong {
  width: auto;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: none;
}
@media screen and (max-width: 768px) {
  .p-single_content > img,
.p-single_content figure,
.p-single_content strong {
    margin-top: 20px;
  }
}
.p-single_content > img > img,
.p-single_content figure > img,
.p-single_content strong > img {
  width: auto;
  max-width: 100%;
}
.p-single_content > address {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.67em;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-single_content > address {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-single_content > pre {
  white-space: pre-wrap;
}
.p-single > img:nth-of-type(1) {
  padding-bottom: 15px;
}
.p-single_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  border-top: 1px solid #b8aed5;
  border-bottom: 1px solid #b8aed5;
}
.p-single_pager > a,
.p-single_pager p {
  display: inline-block;
  width: 50%;
  color: #391e88;
  font-size: 14px;
  font-size: "14"/100rem;
  line-height: 1.57em;
  letter-spacing: 0.05em;
  padding: 22px 32px;
  border-right: 1px solid #b8aed5;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .p-single_pager > a,
.p-single_pager p {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-single_pager > a,
.p-single_pager p {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-single_pager > a,
.p-single_pager p {
    padding: 10px 25px;
  }
}
.p-single_pager :nth-last-child(1) {
  border-right: none;
}
.p-single_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single_archive_link {
  display: inline-block;
  color: #391e88;
  font-size: 14px;
  font-size: "14"/100rem;
  line-height: 1em;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-single_archive_link {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-single_share .addtoany_list {
  vertical-align: baseline;
}
.p-single_share a {
  text-align: center;
  line-height: 32px;
  vertical-align: baseline;
}
.p-single_share span,
.p-single_share button {
  vertical-align: baseline;
}

.p-service_section {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-service_section {
    padding-top: 40px;
  }
}
.p-service_list_item {
  padding-bottom: 50px;
}
.p-service_list_item:nth-last-of-type(1) {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-service_list_item {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-service_list_item:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .p-service_list_item_image {
    width: calc((445 / 1110) * 100%);
    height: auto;
  }
  .p-service_list_item_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px;
  }
}
.p-service_list_item_text {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
.p-service_list_item_text_title {
  font-size: 24px;
  font-size: "24"/100rem;
  line-height: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service_list_item_text_title {
    font-size: 18px;
    font-size: "18"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service_list_item_text_title {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.p-service_list_item_text_text {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .p-service_list_item_text_text {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service_list_item_text_text {
    line-height: 1.7em;
  }
}
@media screen and (min-width: 769px) {
  .p-service_list_item_text_text {
    padding-top: 20px;
  }
}

.p-works_section {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-works_section {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-works_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-works_list_item {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  font-size: 16px;
  font-size: "16"/100rem;
  line-height: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-works_list_item {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
.p-works_list_item > a > img {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.p-works_list_item > p {
  padding-top: 15px;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .p-works_list_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 28px;
  }
  .p-works_list_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-works_list_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.p-company {
  background-image: url(../../../image/bg-circle.png);
  background-size: calc(864 / 1300 * 100%);
  background-position-x: center;
  background-repeat: no-repeat;
}
.p-company_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company {
    background-image: none;
  }
  .p-company_section {
    background-image: url(../../../image/circles.png);
    background-size: cover;
    background-position: center;
  }
}
.p-company_image_left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-company_image_left {
    display: none;
  }
}
.p-company_image_left > img {
  display: block;
  max-width: 100%;
}
.p-company_image_left > img:nth-of-type(1) {
  width: 210px;
  height: auto;
  margin-top: 110px;
}
.p-company_image_left > img:nth-of-type(2) {
  width: 160px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  margin-top: 45px;
}
.p-company_image_right {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-company_image_right {
    display: none;
  }
}
.p-company_image_right > img {
  display: block;
  max-width: 100%;
}
.p-company_image_right > img:nth-of-type(1) {
  width: 210px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  margin-top: 110px;
}
.p-company_image_right > img:nth-of-type(2) {
  width: 160px;
  height: auto;
  margin-top: 45px;
}
.p-company_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company_title_box {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #391E88;
  font-size: 32px;
  font-size: "32"/100rem;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-company_title_box {
    font-size: 24px;
    font-size: "24"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-company_title_box {
    padding-top: 120px;
  }
}
.p-company_text_main {
  font-size: 40px;
  font-size: "40"/100rem;
  line-height: 1.5em;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 6px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f5f534));
  background: linear-gradient(transparent 80%, #f5f534 80%);
}
@media screen and (max-width: 768px) {
  .p-company_text_main {
    font-size: 32px;
    font-size: "32"/100rem;
  }
}
.p-company_text_text {
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-company_text_text {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-company_button {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-company_button {
    margin-bottom: 85px;
  }
}
.p-company_ceo {
  padding-top: 60px;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.78em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-company_ceo {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-company_ceo_message {
    padding-left: 50px;
  }
}
.p-company_ceo_message > p {
  padding-bottom: 25px;
}
.p-company_ceo_message > p:nth-last-of-type(1) {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-company_ceo_message {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-company_ceo {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 769px) {
  .p-company_ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-company_ceo_image {
    width: calc((445 / 1440) * 100%);
  }
  .p-company_ceo_message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-company-profile_section {
  padding-top: 0;
}
.p-company-profile_title_box {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #391E88;
  font-size: 32px;
  font-size: "32"/100rem;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-profile_title_box {
    font-size: 24px;
    font-size: "24"/100rem;
  }
}
.p-company-profile_table {
  width: 100%;
  margin: 0 auto;
}
.p-company-profile_table tr {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .p-company-profile_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-profile_table th {
  font-weight: 600;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .p-company-profile_table th {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company-profile_table th {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-profile_table th {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-company-profile_table th {
    padding-left: 30px;
  }
}
.p-company-profile_table td {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .p-company-profile_table td {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company-profile_table td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-profile_table td {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
.p-company-profile_map {
  margin-top: 60px;
  height: 0;
  overflow: hidden;
  padding-bottom: 50.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-profile_map {
    padding-bottom: 80%;
  }
}
.p-company-profile_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-recruit {
  background-image: url(../../../image/bg-geometry.png);
  background-position: center;
}
.p-recruit_section {
  padding-top: 0;
  padding-bottom: 0;
  position: inherit;
}
.p-recruit_title {
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .p-recruit_title {
    padding-top: 40px;
  }
}
.p-recruit_title_main {
  text-transform: none;
  font-size: 72px;
  font-size: "72"/100rem;
  line-height: 1.16em;
}
@media screen and (max-width: 768px) {
  .p-recruit_title_main {
    font-size: 48px;
    font-size: "48"/100rem;
  }
}
.p-recruit_title_sub {
  font-size: 32px;
  font-size: "32"/100rem;
  line-height: 1.16em;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-recruit_title_sub {
    font-size: 18px;
    font-size: "18"/100rem;
  }
}
.p-recruit_title_text {
  font-size: 16px;
  font-size: "16"/100rem;
  line-height: 1.75em;
  color: #333333;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit_title_text {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_title_text {
    padding-top: 25px;
  }
}
.p-recruit_job_table {
  width: 100%;
  margin: 0 auto;
}
.p-recruit_job_table tr {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .p-recruit_job_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit_job_table th {
  font-weight: 600;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .p-recruit_job_table th {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_job_table th {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_job_table th {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit_job_table th {
    padding-left: 30px;
  }
}
.p-recruit_job_table td {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .p-recruit_job_table td {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_job_table td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_job_table td {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
.p-recruit_image {
  padding-bottom: 30px;
}
.p-recruit_table {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #b8aed5;
  margin-top: 40px;
  margin-bottom: 70px;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .p-recruit_table {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
.p-recruit_table_job {
  font-size: 24px;
  font-size: "24"/100rem;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit_table_job {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_table_job {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.p-recruit_table_title {
  font-size: 32px;
  font-size: "32"/100rem;
  color: #391E88;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-recruit_table_title {
    font-size: 24px;
    font-size: "24"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_table_title {
    padding-top: 40px;
  }
}
.p-recruit_table_list {
  width: 100%;
  margin: 0 auto;
}
.p-recruit_table_list tr {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .p-recruit_table_list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit_table_list th {
  font-weight: 600;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .p-recruit_table_list th {
    padding: 30px 0;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_table_list th {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_table_list th {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit_table_list th {
    padding-left: 30px;
  }
}
.p-recruit_table_list td {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: "15"/100rem;
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .p-recruit_table_list td {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_table_list td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_table_list td {
    font-size: 16px;
    font-size: "16"/100rem;
  }
}
.p-recruit_button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit_button {
    margin-top: 10px;
  }
}
.p-recruit_button_text {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  font-size: "12"/100rem;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit_button_text {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit_button_text {
    padding-bottom: 30px;
  }
}
.p-recruit_movie {
  padding-top: 40px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-recruit_movie {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.p-recruit_movie > video {
  width: 100%;
}

.p-contact_section {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-contact_section {
    padding-top: 40px;
  }
}
.p-contact_message {
  text-align: center;
  font-size: 16px;
  font-size: "16"/100rem;
  line-height: 1.64em;
}
@media screen and (max-width: 768px) {
  .p-contact_message {
    font-size: 14px;
    font-size: "14"/100rem;
  }
}
.p-contact_inner {
  width: 100%;
  background-color: #F7F7F7;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.p-contact_inner_table {
  margin-left: 90px;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.p-contact_inner_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-contact_inner_table tr:nth-of-type(1) {
    margin-top: 90px;
  }
}
.p-contact_inner_table th {
  font-size: 16px;
  font-size: "16"/100rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table th {
    font-size: 15px;
    font-size: "15"/100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table th {
    margin-bottom: 12px;
  }
}
.p-contact_inner_table th .must-category {
  color: #391E88;
  font-size: 12px;
  font-size: "12"/100rem;
  line-height: 1.5em;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table th .must-category {
    font-size: 12px;
    font-size: "12"/100rem;
  }
}
.p-contact_inner_table .radio-box {
  font-size: 14px;
  font-size: "14"/100rem;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table .radio-box {
    font-size: 13px;
    font-size: "13"/100rem;
  }
}
@media screen and (min-width: 769px) {
  .p-contact_inner_table .radio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-contact_inner_table .radio-box > div {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table .radio-box > div {
    margin-bottom: 12px;
  }
  .p-contact_inner_table .radio-box > div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .p-contact_inner_table .radio-box > div:nth-of-type(1) {
    margin-top: 5px;
  }
}
.p-contact_inner_table .radio-box > div input[type=radio] {
  position: relative;
  border: 1px solid #AAAAAA;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table .radio-box > div input[type=radio] {
    top: -1px;
  }
}
.p-contact_inner_table td {
  font-size: 14px;
  font-size: "14"/100rem;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table td {
    font-size: 13px;
    font-size: "13"/100rem;
  }
}
.p-contact_inner_table td .input-text, .p-contact_inner_table td .input-text--select, .p-contact_inner_table td .input-text--short {
  width: 300px;
  padding: 0 15px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table td .input-text, .p-contact_inner_table td .input-text--select, .p-contact_inner_table td .input-text--short {
    width: 100%;
    padding: 0 10px;
  }
}
.p-contact_inner_table td .input-text--short {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table td .input-text--short {
    width: 100%;
  }
}
.p-contact_inner_table td .input-text--select_box {
  width: 300px;
  padding-right: 30px;
  position: relative;
  /* セレクトボックスの矢印デザイン変更 */
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table td .input-text--select_box {
    width: 100%;
    padding-right: 0;
  }
}
.p-contact_inner_table td .input-text--select_box:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333333;
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  width: 0;
}
.p-contact_inner_table td .input-textarea {
  width: 600px;
  height: 255px;
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-contact_inner_table td .input-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
  }
}
.p-contact_button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-contact_button {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=style.css.map */