@charset "UTF-8";
/*! destyle.css v3.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;
  outline: none !important;
}

/* 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 {
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  overflow: scroll;
  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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.ui-datepicker {
  width: auto !important;
}

/** --------------------------------
* 画像の縦横比を指定する関数  figureタグに付与
*
* @param $height 横幅100の時の縦の割合 *「%」で指定
*/
/** --------------------------------
* cssの値を単位を除いて数字だけにしてくれる関数
*
* @param 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* 値の「単位」を取得する関数
*
* @param $value 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* pxやremをvwに変換してくれる関数
*
* @param $viewport pcデザインの横幅
* @param $fontSize フォントサイズ(pxでもremでも)
*/
/** --------------------------------
* フォントサイズをレスポンシブで調整する関数
*
* @param $pc pcのフォントサイズ
* @param $sp spのフォントサイズ
*/
* {
  max-width: 100%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}

input,
textarea,
button {
  padding: 8px 12px;
  border: 1px solid black;
}
input.-reset,
textarea.-reset,
button.-reset {
  padding: 0;
  border: none;
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}

pre {
  padding: 8px 12px;
  background-color: lightgray;
}

h6,
h5,
h4,
h3,
h2,
h1,
p,
li,
td,
th {
  font-size: 1.6rem;
}

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

.-sp-only {
  display: none;
}
@media only screen and (max-width:768px) {
  .-sp-only {
    display: inline-block;
  }
}

table.-sp-only {
  display: none;
}
@media only screen and (max-width:768px) {
  table.-sp-only {
    display: table;
  }
}

.-sp-only-block {
  display: none;
}
@media only screen and (max-width:768px) {
  .-sp-only-block {
    display: block;
  }
}

.-tac {
  text-align: center;
}

.-tar {
  text-align: right;
}

.-hover-pointer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.-hover-pointer:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.-color-red {
  color: red;
}

.-color-white {
  color: #ffffff;
}

.-bg-primary {
  background-color: #ffc83d;
}

.-primary {
  color: #ffc83d;
}

.-bg-white {
  background-color: #ffffff;
}

.-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.-aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.-jcfe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.-tategaki {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.-position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.-mh-100vh {
  min-height: 100vh;
}

.-ws-nowrap {
  white-space: nowrap;
}

.-td-u {
  text-decoration: underline;
}

.-hide-scroll-bar {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.-hide-scroll-bar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.-text-2-row {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.-arrow-right {
  position: relative;
}
.-arrow-right::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  content: "";
  background-image: url(../../Image/Common/icon_arrow_right_primary_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.-pl-type1 {
  padding-left: 8rem;
}

@media only screen and (max-width:768px) {
  .-pl-sp-0 {
    padding-left: 0;
  }
}

.-border-left {
  position: relative;
  padding-bottom: 8rem;
}
@media only screen and (max-width:768px) {
  .-border-left {
    padding-bottom: 4rem;
  }
}
.-border-left::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #cbd5e1;
}
@media only screen and (max-width:768px) {
  .-border-left::before {
    display: none;
  }
}

.-indent {
  padding-left: 1em;
  text-indent: -1em;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  overflow-y: scroll;
  color: #525252;
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  color: #525252;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.04em;
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1152px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 4px;
  background-color: rgba(38, 38, 38, 0.2);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.adminNav {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  background-color: white;
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
  border: 1px solid black;
  gap: 0.4rem;
}
.adminNav .adminNav__caption {
  font-size: 1rem;
}
.adminNav .adminNav__close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  background-color: black;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}
.adminNav .adminNav__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}

.buttonType1 {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5.6rem;
  max-width: 24rem;
  padding: 0 4rem;
  text-align: center;
  border: 0.1rem solid #ffc83d;
  border-radius: 10rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.buttonType1 .buttonType1__text {
  color: #ffc83d;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.buttonType1::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  content: "";
  background-image: url(../../Image/Common/icon_arrow_right_primary_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.buttonType1:hover {
  background-color: #ffc83d;
  border: 0.1rem solid #ffc83d;
}
.buttonType1:hover .buttonType1__text {
  color: #fafafa;
}
.buttonType1:hover::after {
  background-image: url(../../Image/Common/icon_arrow_right_white_1.svg);
}
.buttonType1.-bg-primary {
  color: #ffffff;
  background-color: #ffc83d;
  border: 0.1rem solid #ffc83d;
}
.buttonType1.-bg-primary:hover {
  background-color: #fafafa;
  border: 0.1rem solid #ffc83d;
}
.buttonType1.-bg-primary:hover .buttonType1__text {
  color: #ffc83d;
}
.buttonType1.-bg-primary .buttonType1__text {
  color: #ffffff;
}
.buttonType1.-bg-lightgray {
  background-color: #fafafa;
}
.buttonType1.-bg-lightgray:hover {
  background-color: #ffc83d;
}

.calendarComponent {
  width: 100%;
  margin: 0 auto;
}
.calendarComponent .calendarTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
}
.calendarComponent .calendarTitle .calendarTitle__arrow {
  padding: 0;
  background-color: transparent;
  border: none;
}
.calendarComponent .calendarTitle .calendarTitle__arrow.-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.calendarComponent .calendarTitle .calendarTitle__arrow > i {
  pointer-events: none;
}
@media only screen and (max-width:768px) {
  .calendarComponent .calendarForm {
    overflow: scroll;
  }
}
.calendarComponent .calendarForm .calendarTable {
  width: 100%;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__th,
.calendarComponent .calendarForm .calendarTable .calendarTable__td {
  width: 100%;
  max-width: 14.2857142857%;
  text-align: center;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__th.-dayofweek-0,
.calendarComponent .calendarForm .calendarTable .calendarTable__td.-dayofweek-0 {
  background-color: rgba(255, 0, 0, 0.5);
}
.calendarComponent .calendarForm .calendarTable .calendarTable__th.-dayofweek-6,
.calendarComponent .calendarForm .calendarTable .calendarTable__td.-dayofweek-6 {
  background-color: rgba(0, 0, 255, 0.5);
}
.calendarComponent .calendarForm .calendarTable .calendarTable__thead .calendarTable__tr .calendarTable__th {
  padding: 0.6rem 0;
  line-height: 1;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__tbody .calendarTable__tr .calendarTable__td {
  padding: 1.2rem;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__tbody .calendarTable__tr .calendarTable__td.-other-month .calendarTable__day {
  opacity: 0.5;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__tbody .calendarTable__tr .calendarTable__td.-is-today {
  background-color: #ffc83d;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__tbody .calendarTable__tr .calendarTable__td.-is-today .calendarTable__day {
  color: #ffffff;
}
.calendarComponent .calendarForm .calendarTable .calendarTable__tbody .calendarTable__tr .calendarTable__td.-is-holiday {
  background-color: rgba(255, 0, 0, 0.5);
}

.footer {
  padding: 10rem 0 2.4rem;
  background-color: #fce99c;
  background-image: url(../../Image/Common/img_footer_bg_pc_1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media only screen and (max-width:768px) {
  .footer {
    padding: 4.8rem 0 2.4rem;
  }
}
.footer .footer__logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30rem;
  margin: 0 auto 3.2rem;
}
@media only screen and (max-width:768px) {
  .footer .footer__logo {
    margin-bottom: 6.4rem;
  }
}
.footer .footer__links {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
}
@media only screen and (max-width:768px) {
  .footer .footer__links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 3.2rem;
    border-top: 1px solid #fce99c;
    -webkit-transform: translateX(-2.4rem);
            transform: translateX(-2.4rem);
  }
}
.footer .footer__link {
  color: #a77303;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .footer .footer__link {
    width: 50%;
    padding: 2rem 0.8rem;
    border-bottom: 1px solid #fce99c;
  }
  .footer .footer__link:not(:nth-child(2n)) {
    border-right: 1px solid #fce99c;
  }
}
.footer .footer__snsLinks {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
}
.footer .footer__copyright {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a77303;
  font-size: 1.3rem;
  text-align: center;
}

#iconPageTopScroll {
  position: fixed;
  right: 6rem;
  bottom: 4rem;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-box-shadow: 0 7px 15px 0 rgba(82, 82, 82, 0.1);
          box-shadow: 0 7px 15px 0 rgba(82, 82, 82, 0.1);
}
@media only screen and (max-width:768px) {
  #iconPageTopScroll {
    right: 1.6rem;
    bottom: 2.4rem;
  }
}
#iconPageTopScroll:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(82, 82, 82, 0.3);
          box-shadow: 0 7px 15px 0 rgba(82, 82, 82, 0.3);
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #525252;
}
.gnav .gnav__inner {
  position: absolute;
  top: 10rem;
  left: 50%;
  width: 100%;
  height: calc(100% - 11rem);
  max-width: calc(100% - 4rem);
  padding: 0 1.6rem;
  overflow: scroll;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.gnav .gnav__listWrap .gnav__list .gnav__item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__listWrap .gnav__list .gnav__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: white;
}
.gnav .gnav__listWrap .gnav__list .gnav__item:last-child {
  position: relative;
}
.gnav .gnav__listWrap .gnav__list .gnav__item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: white;
}
.gnav .gnav__listWrap .gnav__list .gnav__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2rem 1rem;
  color: white;
}
.gnav .gnav__listWrap .gnav__list .gnav__item a::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  content: "";
  background-image: url(../../img/common/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__listWrap .gnav__list .gnav__item a:hover::after {
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp + .menu_list_child::before {
  display: none;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp:hover .menu_list_child_text::after {
  background-image: url(../../img/common/icon-minus-white.svg) !important;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_list_child_text {
  position: relative;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_list_child_text::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: white;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_list_child_text::after {
  right: 2rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../../img/common/icon-plus-white.svg);
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_childrenList_sp {
  display: none;
  padding-left: 3rem;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_childrenList_sp .menu_childrenList_child + .menu_childrenList_child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_childrenList_sp .menu_childrenList_child {
  display: block;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_childrenList_sp .menu_childrenList_child-link {
  position: relative;
  display: block;
  padding: 2rem 0.5rem;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_childrenList_sp .menu_childrenList_child-link::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: inline-block;
  width: 0.4rem;
  height: 0.8rem;
  content: "";
  background-image: url(../../img/common/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.9;
}
.gnav .gnav__listWrap .gnav__list .menu-parent-sp .menu_childrenList_sp .menu_childrenList_child-link:hover::after {
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__button {
  position: fixed;
  top: 26px;
  right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  display: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
@media only screen and (max-width:960px) {
  .menu__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu__buttonHamburger {
  width: 16px;
}

.menu__buttonBurger::before,
.menu__buttonBurger::after {
  position: absolute;
  width: 30px;
  height: 3px;
  content: "";
  background: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__buttonBurger::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.menu__buttonBurger::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.nav {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 10001;
  display: none;
  width: 100%;
  height: calc(100% - 64px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width:960px) {
  .nav {
    display: block;
  }
}
.nav.-active {
  opacity: 1;
  pointer-events: auto;
}
.nav.-active .menu__nav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.nav .nav__bg {
  position: absolute;
  top: -64px;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.nav .menu__navWrap {
  position: relative;
  width: 75%;
  height: 100%;
  max-width: 280px;
  padding: 0;
  background-color: #ffffff;
}
.nav .menu__navWrap::before {
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.nav .menu__nav {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  border-top: 1px solid #e2e8f0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav .nav__closeButton {
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.nav .nav__closeButtonImg {
  width: 16px;
}
.nav .menu__navItem {
  margin: 0;
  border-bottom: 1px solid #e2e8f0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav .menu__navItem.-current, .nav .menu__navItem:hover {
  background: #ffc83d;
}
.nav .menu__navItem.-current *, .nav .menu__navItem:hover * {
  color: #ffffff !important;
  opacity: 1;
}
.nav .menu__navLink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 2.4rem;
  text-decoration: none;
  opacity: 1;
}
.nav .menu__navLinkEn {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.0125em;
}
.nav .menu__navLinkJa {
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.headerWrap .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 2.4rem;
  background-color: transparent;
}
@media only screen and (max-width:960px) {
  .headerWrap .header {
    padding: 1.6rem;
  }
}
.headerWrap .header.-header-transparent .header__flex {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width:768px) {
  .headerWrap .header.-header-transparent .header__flex {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(176, 183, 195, 0.2);
            box-shadow: 0px 3px 10px 0px rgba(176, 183, 195, 0.2);
  }
}
.headerWrap .header.-header-transparent .header__flex .header__logo {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(176, 183, 195, 0.2);
          box-shadow: 0 3px 10px 0 rgba(176, 183, 195, 0.2);
}
@media only screen and (max-width:768px) {
  .headerWrap .header.-header-transparent .header__flex .header__logo {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.headerWrap .header.-header-transparent .header__flex .header__navItemLink,
.headerWrap .header.-header-transparent .header__flex .buttonType1__text {
  color: #a77303 !important;
}
.headerWrap .header.-header-transparent .header__flex .header__navItemButton {
  background-color: #ffffff;
  border-color: transparent;
}
.headerWrap .header__inner {
  padding: 0;
  max-width: 100%;
}
.headerWrap .header__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(176, 183, 195, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(176, 183, 195, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  padding: 1.6rem 4rem;
  background-color: #ffffff;
  border-radius: 10rem;
}
@media only screen and (max-width:960px) {
  .headerWrap .header__flex {
    padding: 0.8rem 2.4rem;
    height: 64px;
  }
}
.headerWrap .header__logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.3rem;
  height: 5.5rem;
  max-width: clamp(20rem, 22.1238938053vw, 30rem);
  margin-right: 2.4rem;
  border-radius: 10rem;
}
@media only screen and (max-width:768px) {
  .headerWrap .header__logo {
    width: 14.3rem;
    max-width: 14.3rem;
  }
}
.headerWrap .header__logo .header__logoImg {
  width: 14.3rem;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width:960px) {
  .headerWrap .header__navWrap {
    display: none;
  }
}
.headerWrap .header__nav {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.headerWrap .header__navItem {
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: clamp(1.5rem, 2.3598820059vw, 3.2rem);
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.headerWrap .header__navItem:last-child {
  margin-right: 0;
}
.headerWrap .header__navItem.-current > .header__navItemLink::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.headerWrap .header__navItem .header__navItemLink {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.headerWrap .header__navItem .header__navItemLink::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #ffc83d;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.headerWrap .header__navItem .header__navItemLink:hover::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}
.headerWrap .header__navItemButton {
  width: 14.2rem;
  height: 4.4rem;
  padding: 0 1.6rem;
}
.headerWrap .header__navItemButton::after {
  display: none;
}
.headerWrap .header__navItemButton > p {
  font-size: 1.4rem;
}

.kasouKV1 {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16rem;
  padding-bottom: 8.8rem;
}
@media only screen and (max-width:768px) {
  .kasouKV1 {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}
.kasouKV1::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 35.6rem;
  height: 31.2rem;
  content: "";
  background-image: url(../../Image/Common/img_kasou_mv_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width:768px) {
  .kasouKV1::before {
    width: 17.8rem;
    height: 15.6rem;
  }
}
.kasouKV1 .titleType1 {
  margin-bottom: 0;
}
.kasouKV1 .titleType1 .titleType1__enText {
  color: #ffc83d;
}

.kasouKV2 {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width:768px) {
  .kasouKV2 {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}
.kasouKV2::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 35.6rem;
  height: 31.2rem;
  content: "";
  background-image: url(../../Image/Common/img_kasou_mv_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width:768px) {
  .kasouKV2::before {
    width: 17.8rem;
    height: 15.6rem;
  }
}
.kasouKV2 .kasouKV2__title {
  font-family: Filson Pro, sans-serif;
  padding-left: clamp(2rem, 6.6371681416vw, 9rem);
  color: #fce99c;
  font-size: clamp(8.6rem, 14.7492625369vw, 20rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modalWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(51, 51, 51, 0.8);
}
.modalWrap .modal__scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw - 4.8rem);
  height: auto;
  max-width: 480px;
  max-height: calc(100vh - 4.8rem);
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  border-radius: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modalWrap .modal__contentWrap .modal__closeWrap {
  border-bottom: 1px solid #000000;
}
.modalWrap .modal__contentWrap .modal__closeWrap .modal__close {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: #ffff00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modalWrap .modal__contentWrap .modal__closeWrap .modal__close:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.modalWrap .modal__contentWrap .modal__content {
  padding: 1.6rem;
}

.modal__trigger {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__trigger:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}

.page404 {
  padding: 20rem 0 12rem;
}
.page404 .page404__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .page404 .page404__title {
    font-size: 2.4rem;
  }
}
.page404 .page404__text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .page404 .page404__text {
    font-size: 1.4rem;
  }
}
.page404 .page404__buttonWrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pageCompany .titleType2 {
  margin-bottom: 5.4rem;
}
.pageCompany .pageCompany__content {
  padding-bottom: 12.8rem;
}
@media only screen and (max-width:768px) {
  .pageCompany .pageCompany__content {
    padding-bottom: 8rem;
  }
}
.pageCompany .companyItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 64rem;
  padding-top: 2.4rem;
}
@media only screen and (max-width:768px) {
  .pageCompany .companyItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e2e8f0;
  }
}
.pageCompany .companyItem::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #cbd5e1;
}
@media only screen and (max-width:768px) {
  .pageCompany .companyItem::after {
    top: auto;
    bottom: -0.1rem;
    width: 10rem;
    height: 0.2rem;
    background-color: #94a3b8;
  }
}
.pageCompany .companyItem.-dd-vertical-center .companyItem__dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageCompany .companyItem .companyItem__dt,
.pageCompany .companyItem .companyItem__dd {
  padding-bottom: 2.4rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #e2e8f0;
}
@media only screen and (max-width:768px) {
  .pageCompany .companyItem .companyItem__dt,
  .pageCompany .companyItem .companyItem__dd {
    padding-bottom: 0;
    font-size: 1.5rem;
    border-bottom: none;
  }
}
.pageCompany .companyItem .companyItem__dt {
  min-width: 18rem;
  font-weight: 600;
}
.pageCompany .companyItem .companyItem__dd {
  width: 100%;
}

.pageService {
  padding-bottom: 12.8rem;
}
.pageService .pageService__content {
  padding: 4.8rem;
  -webkit-box-shadow: 0 7px 15px 0 rgba(176, 183, 195, 0.1490196078);
          box-shadow: 0 7px 15px 0 rgba(176, 183, 195, 0.1490196078);
  border-radius: 2rem;
}
.pageService .pageService__content:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__content:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width:768px) {
  .pageService .pageService__content {
    padding: 4rem 2.4rem;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.pageService .pageService__head {
  gap: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__head {
    margin-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageService .pageService__headDesc {
  width: 60%;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__headDesc {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.pageService .pageService__headLeadTitle {
  gap: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  margin-bottom: 1.2rem;
  color: #1e293b;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__headLeadTitle {
    padding-left: 0.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    gap: 0.8rem;
  }
}
.pageService .pageService__headLeadTitle::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background-image: url(../../Image/Common/icon_arrow_right_primary_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pageService .pageService__headText {
  color: #475569;
  font-size: 1.4rem;
}
.pageService .pageService__headFigure {
  width: 40%;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__headFigure {
    width: 100%;
  }
}
.pageService .pageService__list {
  -webkit-transform: translateX(-2.4rem);
          transform: translateX(-2.4rem);
  max-width: calc(100% + 4.8rem);
  width: calc(100% + 4.8rem);
}
.pageService .pageService__list .pageService__item {
  gap: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 3.4rem;
  margin-top: 2.4rem;
  background-color: #fffeeb;
  border-radius: 1.2rem;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__list .pageService__item {
    margin-top: 0;
    border-top: 1px solid #FCE99C;
    border-radius: 0;
    padding: 3.2rem 2.4rem;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageService .pageService__list .pageService__itemLeadTitle {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__list .pageService__itemLeadTitle {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}
.pageService .pageService__list .pageService__itemLeadText {
  color: #475569;
  font-size: 1.4rem;
}
.pageService .pageService__buttonList {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
}
.pageService .pageService__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 60rem;
  text-align: center;
  padding: 2.8rem 1.6rem;
  color: #ffc83d;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffffff;
  -webkit-box-shadow: 0 7px 15px 0 rgba(176, 183, 195, 0.1490196078);
          box-shadow: 0 7px 15px 0 rgba(176, 183, 195, 0.1490196078);
  border-radius: 2rem;
  line-height: 1.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pageService .pageService__button:hover {
  background-color: #ffc83d;
  color: #ffffff;
  opacity: 1;
}
@media only screen and (max-width:768px) {
  .pageService .pageService__button {
    font-size: 1.8rem;
  }
}

.pageContact {
  padding-bottom: 18rem;
}
.pageContact .-border-left {
  position: relative;
  padding-bottom: 8rem;
}
@media only screen and (max-width:768px) {
  .pageContact .-border-left {
    padding-bottom: 4rem;
  }
}
.pageContact .-border-left::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #cbd5e1;
}
@media only screen and (max-width:768px) {
  .pageContact .-border-left::before {
    display: none;
  }
}
.pageContact .kasouKV2 {
  background-color: #fefbd0;
}
.pageContact .pageContact__yellowSection {
  position: relative;
  padding-bottom: 3.2rem;
}
.pageContact .pageContact__yellowSection::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  content: "";
  background-color: #fefbd0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pageContact .pageContact__yellowSection .titleType2__jaText,
.pageContact .pageContact__yellowSection p {
  color: #7a5200;
}
.pageContact .pageContactForm .contactForm__list {
  padding-top: 4.8rem;
  padding-bottom: 8rem;
}
.pageContact .pageContactForm .contactForm__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageContact .pageContactForm .contactForm__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width:768px) {
  .pageContact .pageContactForm .contactForm__item#email_item .contactForm__title br {
    display: none;
  }
}
.pageContact .pageContactForm .contactForm__title {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.2rem;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
.pageContact .pageContactForm .contactForm__title::after {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 2.4rem;
  color: #ffffff;
  color: #64748b;
  content: "任意";
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #f1f5f9;
  border-radius: 10rem;
}
.pageContact .pageContactForm .contactForm__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  content: "";
  background-color: #94a3b8;
  -webkit-transform: translate();
          transform: translate();
}
.pageContact .pageContactForm .contactForm__title.-required::after {
  color: #ffffff;
  content: "必須";
  background-color: #ffc83d;
}
.pageContact .pageContactForm input[type=text],
.pageContact .pageContactForm input[type=number],
.pageContact .pageContactForm input[type=email],
.pageContact .pageContactForm textarea {
  width: 100%;
  padding: 0 0 2.4rem;
  color: #525252;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #cbd5e1;
}
@media only screen and (max-width:768px) {
  .pageContact .pageContactForm input[type=text],
  .pageContact .pageContactForm input[type=number],
  .pageContact .pageContactForm input[type=email],
  .pageContact .pageContactForm textarea {
    padding: 1.2rem 0;
  }
}
.pageContact .pageContactForm input[type=text]::-webkit-input-placeholder, .pageContact .pageContactForm input[type=number]::-webkit-input-placeholder, .pageContact .pageContactForm input[type=email]::-webkit-input-placeholder, .pageContact .pageContactForm textarea::-webkit-input-placeholder {
  color: #cbd5e1;
}
.pageContact .pageContactForm input[type=text]::-moz-placeholder, .pageContact .pageContactForm input[type=number]::-moz-placeholder, .pageContact .pageContactForm input[type=email]::-moz-placeholder, .pageContact .pageContactForm textarea::-moz-placeholder {
  color: #cbd5e1;
}
.pageContact .pageContactForm input[type=text]:-ms-input-placeholder, .pageContact .pageContactForm input[type=number]:-ms-input-placeholder, .pageContact .pageContactForm input[type=email]:-ms-input-placeholder, .pageContact .pageContactForm textarea:-ms-input-placeholder {
  color: #cbd5e1;
}
.pageContact .pageContactForm input[type=text]::-ms-input-placeholder, .pageContact .pageContactForm input[type=number]::-ms-input-placeholder, .pageContact .pageContactForm input[type=email]::-ms-input-placeholder, .pageContact .pageContactForm textarea::-ms-input-placeholder {
  color: #cbd5e1;
}
.pageContact .pageContactForm input[type=text]::placeholder,
.pageContact .pageContactForm input[type=number]::placeholder,
.pageContact .pageContactForm input[type=email]::placeholder,
.pageContact .pageContactForm textarea::placeholder {
  color: #cbd5e1;
}
.pageContact .pageContactForm input[type=number]::-webkit-inner-spin-button,
.pageContact .pageContactForm input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pageContact .pageContactForm input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.pageContact .pageContactForm textarea {
  padding: 2rem;
  border: 2px solid #cbd5e1;
  border-radius: 2rem;
}
.pageContact .pageContactForm .contactForm__input {
  width: 100%;
  font-size: 1.6rem;
}
.pageContact .pageContactForm .contactForm__inputCaption {
  margin-top: 1.6rem;
  color: #64748b;
  font-size: 1.6rem;
}
.pageContact .pageContactForm .-checkboxes {
  gap: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:768px) {
  .pageContact .pageContactForm .-checkboxes {
    gap: 1rem;
  }
}
.pageContact .pageContactForm .-checkboxes .mwform-checkbox-field,
.pageContact .pageContactForm .-checkboxes .mwform-radio-field {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
}
.pageContact .pageContactForm .-checkboxes label {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageContact .pageContactForm .-checkboxes input[type=checkbox],
.pageContact .pageContactForm .-checkboxes input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.pageContact .pageContactForm .-checkboxes .mwform-checkbox-field-text,
.pageContact .pageContactForm .-checkboxes .mwform-radio-field-text {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.4rem;
}
.pageContact .pageContactForm .-checkboxes .mwform-checkbox-field-text::before,
.pageContact .pageContactForm .-checkboxes .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background-color: #ffffff;
  border: 0.2rem solid #e5e5e5;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageContact .pageContactForm .-checkboxes .mwform-checkbox-field-text::after,
.pageContact .pageContactForm .-checkboxes .mwform-radio-field-text::after {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  display: none;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #898989;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageContact .pageContactForm .-checkboxes input:checked + .mwform-checkbox-field-text::after,
.pageContact .pageContactForm .-checkboxes input:checked + .mwform-radio-field-text::after {
  display: inline-block;
}
.pageContact .pageContactForm .-checkboxes.-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pageContact .pageContactForm .-checkboxes.-wrap .error {
  width: 100%;
}
.pageContact .pageContactForm .contactForm__inputText {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.pageContact .pageContactForm .error {
  display: block;
  font-size: 1.4rem !important;
}
.pageContact .pageContactForm .contactForm__submitWrap {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7rem 0;
}
.pageContact .pageContactForm .contactForm__submitWrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  content: "";
  background-color: #f8fafc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pageContact .pageContactForm .contactForm__submitText {
  margin-bottom: 1.6rem;
  color: #64748b;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.pageContact .pageContactForm .contactForm__buttonWrap {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 23.5rem;
}
.pageContact .pageContactForm .contactForm__buttonWrap::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageContact .pageContactForm .contactForm__buttonWrap.-back {
  display: none;
}
.pageContact .pageContactForm .contactForm__buttonWrap.-back::after {
  right: auto;
  left: 2.4rem;
  background-image: url(../../Image/Common/icon_arrow_right_primary_1.svg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.pageContact .pageContactForm .contactForm__buttonWrap.-submit {
  position: relative;
}
.pageContact .pageContactForm .contactForm__buttonWrap.-submit::after {
  background-image: url(../../Image/Common/icon_arrow_right_navy_1.svg);
}
@media only screen and (max-width:768px) {
  .pageContact .pageContactForm .contactForm__buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageContact .pageContactForm .contactForm__buttonWrap br {
  display: none;
}
.pageContact .pageContactForm .contactForm__buttonWrap input[name=in_submit],
.pageContact .pageContactForm .contactForm__buttonWrap input[name=submit],
.pageContact .pageContactForm .contactForm__buttonWrap input[name=submitConfirm],
.pageContact .pageContactForm .contactForm__buttonWrap input[name=submitBack] {
  display: block;
  width: 100%;
  height: 5rem;
  min-width: 23.5rem;
  color: #ffffff;
  color: #64748b;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 0.2rem solid #64748b;
  border-radius: 10rem;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:768px) {
  .pageContact .pageContactForm .contactForm__buttonWrap input[name=in_submit],
  .pageContact .pageContactForm .contactForm__buttonWrap input[name=submit],
  .pageContact .pageContactForm .contactForm__buttonWrap input[name=submitConfirm],
  .pageContact .pageContactForm .contactForm__buttonWrap input[name=submitBack] {
    max-width: 28rem;
    min-width: 0;
  }
}
.pageContact .pageContactForm .contactForm__buttonWrap input[name=submitBack] {
  min-width: 12rem;
  color: #525252;
  background-color: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 10rem;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm {
  padding: 0;
  margin: 0 auto;
  border: none;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__title::after {
  display: none !important;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__inputCaption {
  display: none !important;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__submitWrap::before {
  background-color: #fefbd0;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__submitWrap .contactForm__submitText {
  color: #ffc83d;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__submitWrap input[name=in_submit],
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__submitWrap input[name=submit],
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__submitWrap input[name=submitConfirm],
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__submitWrap input[name=submitBack] {
  color: #ffc83d;
  border-color: #ffc83d;
  pointer-events: auto;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__buttonWrap {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2rem;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__buttonWrap.-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__buttonWrap.-submit::after {
  background-image: url(../../Image/Common/icon_arrow_right_primary_1.svg);
}
@media only screen and (max-width:1280px) {
  .pageContact .pageContactForm .mw_wp_form.mw_wp_form_confirm .contactForm__buttonWrap .contactForm__text {
    text-align: left;
  }
}

.pageFront .pageFrontTitle {
  margin-bottom: 4.8rem;
  color: #000000;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontTitle {
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
}
.pageFront .pageFrontKv {
  position: relative;
}
.pageFront .pageFrontKv .pageFrontKv__logoLink:hover {
  opacity: 1;
}
.pageFront .pageFrontKv .pageFrontKvSwiper__slideContent {
  position: relative;
  width: 100%;
  height: 74rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7ece8), to(#f0e4e0));
  background: -webkit-linear-gradient(top, #d7ece8 0%, #f0e4e0 100%);
  background: linear-gradient(180deg, #d7ece8 0%, #f0e4e0 100%);
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .pageFrontKvSwiper__slideContent {
    position: relative;
    width: 100%;
    height: auto;
  }
  .pageFront .pageFrontKv .pageFrontKvSwiper__slideContent::before {
    display: block;
    padding-top: 168%;
    content: "";
  }
  .pageFront .pageFrontKv .pageFrontKvSwiper__slideContent > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pageFront .pageFrontKv .pageFrontKvSwiper__slideContent.-index1 .pageFrontKvSwiper__slideContentLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .pageFrontKvSwiper__slideContent.-index1 .pageFrontKvSwiper__slideContentLogo {
    width: 24.4rem;
    height: auto;
    margin: 0;
  }
}
.pageFront .pageFrontKv .pageFrontKvSwiper__slideContent.-index2 .pageFrontKvSwiper__slideContentImage {
  -o-object-position: 75%;
     object-position: 75%;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .pageFrontKvSwiper__slideContent.-index2 .pageFrontKvSwiper__slideContentImage {
    -o-object-position: center;
       object-position: center;
  }
}
.pageFront .pageFrontKv .pageFrontKvSwiper__slideContent.-index3 .pageFrontKvSwiper__slideContentImage {
  -o-object-position: 57%;
     object-position: 57%;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .pageFrontKvSwiper__slideContent.-index3 .pageFrontKvSwiper__slideContentImage {
    -o-object-position: center;
       object-position: center;
  }
}
.pageFront .pageFrontKv .pageFrontKvSwiper__slideContentImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageFront .pageFrontKv .swiperPaginationWrap {
  position: relative;
  bottom: 3.2rem;
  margin: 0 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .swiperPaginationWrap {
    bottom: 3rem;
    margin: 0;
  }
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination {
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 9rem;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination {
    left: 1rem;
  }
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination::after {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  width: 1.2rem;
  height: 1.5rem;
  content: "";
  background-image: url(../../Image/Common/icon_video_stop_white_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet {
  position: relative;
  z-index: 20;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #475569;
  border-radius: 50%;
  opacity: 1;
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet::before, .pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 99%;
  left: 50%;
  z-index: 10;
  display: inline-block;
  width: 0.2rem;
  height: 4.2rem;
  max-height: 4.2rem;
  content: "";
  background-color: #475569;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet::after {
  height: 0;
  background-color: #ffffff;
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet.-line-active {
  background-color: #ffffff;
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet.-line-active::after {
  margin-right: 2%;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: bullet_animation;
          animation-name: bullet_animation;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes bullet_animation {
  0% {
    height: 0;
  }
  100% {
    height: 4.2rem;
  }
}
@keyframes bullet_animation {
  0% {
    height: 0;
  }
  100% {
    height: 4.2rem;
  }
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .pageFront .pageFrontKv .swiperPaginationWrap .swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  top: 60%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
}
.pageFront .pageFrontKv .pageFrontKv__textWrap {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  padding: 0 6rem;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .pageFrontKv__textWrap {
    bottom: 3.3rem;
    padding: 0;
    padding-left: 4rem;
  }
}
.pageFront .pageFrontKv .pageFrontKv__textFlex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageFront .pageFrontKv .pageFrontKv__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv .pageFrontKv__text {
    font-size: 1.7rem;
  }
}
.pageFront .pageFrontKv__logoLinkWrap {
  display: none;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontKv__logoLinkWrap {
    display: block;
    width: 100%;
    padding: 1.6rem;
    background-color: #849596;
  }
}
.pageFront .pageFrontKv__logoLinkWrap img {
  width: 100%;
}
.pageFront .pageFrontVoice {
  padding: 6rem 0 10rem;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontVoice {
    padding: 6rem 2.4rem;
  }
}
.pageFront .pageFrontVoice .pageVoiceList {
  padding-bottom: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontVoice .pageVoiceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-bottom: 0;
    background: none;
  }
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontVoice .pageVoiceList__item:nth-child(n+4) {
    display: none;
  }
}
.pageFront .pageFrontVoice .pageFrontVoice__buttonWrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
}
.pageFront .pageFrontService {
  padding: 6.4rem 0;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontService {
    padding: 4rem 0;
  }
}
.pageFront .pageFrontService .pageFrontService__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(2.4rem, 4.7197640118vw, 6.4rem) 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageFront .pageFrontService .pageFrontService__item {
  width: 32%;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontService .pageFrontService__item {
    width: 100%;
  }
}
.pageFront .pageFrontService .pageFrontService__item:nth-child(4), .pageFront .pageFrontService .pageFrontService__item:nth-child(5) {
  width: 49%;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontService .pageFrontService__item:nth-child(4), .pageFront .pageFrontService .pageFrontService__item:nth-child(5) {
    width: 100%;
  }
}
.pageFront .pageFrontService .pageFrontService__link {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  padding: 4rem 2.4rem 6rem;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontService .pageFrontService__link {
    padding: 4rem 2rem 6rem;
  }
}
.pageFront .pageFrontService .pageFrontService__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  width: 6rem;
  content: "";
  background-image: url(../../Image/Common/icon_triangle_primary_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  aspect-ratio: 1/1;
}
.pageFront .pageFrontService .pageFrontService__link:hover {
  opacity: 1;
}
.pageFront .pageFrontService .pageFrontService__link:hover::after {
  width: 200%;
}
.pageFront .pageFrontService .pageFrontService__link:hover .pageFrontService__title,
.pageFront .pageFrontService .pageFrontService__link:hover .pageFrontService__text {
  color: #ffffff;
}
.pageFront .pageFrontService .pageFrontService__title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pageFront .pageFrontService .pageFrontService__text {
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pageFront .pageFrontCompany {
  padding: 6.4rem 0;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontCompany {
    padding: 4rem 0 8rem;
  }
}
.pageFront .pageFrontCompany .pageFrontCompany__listWrap {
  max-width: 76.8rem;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}
.pageFront .pageFrontCompany .pageFrontCompany__item {
  gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontCompany .pageFrontCompany__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.pageFront .pageFrontCompany .pageFrontCompany__dt {
  width: 18rem;
  min-width: 18rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontCompany .pageFrontCompany__dt {
    width: 100%;
    min-width: 0;
  }
}
.pageFront .pageFrontCompany .pageFrontCompany__dd {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width:768px) {
  .pageFront .pageFrontCompany .pageFrontCompany__dd {
    font-size: 1.4rem;
  }
}

.footerService {
  border-left: 1px solid #cbd5e1;
}
@media only screen and (max-width:768px) {
  .footerService {
    padding-top: 6.3rem;
  }
}
.footerService .footerService__link {
  display: block;
  padding: 7.2rem 0;
  border-top: 1px solid #cbd5e1;
}
.footerService .titleType1 {
  padding: 0;
  margin: 0;
  font-size: 6.4rem;
}
@media only screen and (max-width:768px) {
  .footerService .titleType1 {
    font-size: 3.5rem;
  }
}
.footerService .footerServiceList {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cbd5e1;
}
.footerService .footerServiceList__link {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  min-height: 20rem;
  padding: 2rem 4.8rem;
  border-right: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:768px) {
  .footerService .footerServiceList__link {
    width: 50%;
    min-height: 12rem;
    padding: 2.4rem 3.2rem;
  }
}
.footerService .footerServiceList__link::after {
  right: 8%;
}
@media only screen and (max-width:768px) {
  .footerService .footerServiceList__link::after {
    right: 5%;
  }
}
.footerService .footerServiceList__link::before {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  content: "";
  background: #fefbd0;
  border: 0.4rem solid #ffc83d;
  border-radius: 2rem;
  opacity: 0;
}
.footerService .footerServiceList__link:hover {
  opacity: 1;
}
.footerService .footerServiceList__link:hover::before {
  opacity: 1;
}
.footerService .footerServiceList__link:hover .footerServiceList__text {
  color: #ffc83d;
}
.footerService .footerServiceList__figure {
  max-height: 6.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .footerService .footerServiceList__figure {
    max-height: 3.2rem;
  }
}
.footerService .footerServiceList__img {
  height: 100%;
}
.footerService .footerServiceList__text {
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .footerService .footerServiceList__text {
    font-size: 1.6rem;
  }
}

.pageThanks {
  padding: 0 !important;
}
.pageThanks .inner > .-border-left {
  height: 23rem;
}

.pagination .pagination__list {
  gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}
.pagination .pagination__item a,
.pagination .pagination__item span {
  font-size: 2rem;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .pagination__item a:hover,
.pagination .pagination__item span:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.pagination .pagination__item .page-numbers {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.3rem;
  height: 4.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  border: 0.1rem solid lightgray;
  border-radius: 50%;
}
@media only screen and (max-width:768px) {
  .pagination .pagination__item .page-numbers {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
.pagination .pagination__item .page-numbers.-disabled {
  text-decoration: none;
  opacity: 0.7;
}
.pagination .pagination__item .prev,
.pagination .pagination__item .next {
  margin: 0 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: underline;
  border: none;
}
@media only screen and (max-width:768px) {
  .pagination .pagination__item .prev,
  .pagination .pagination__item .next {
    margin: 0 1rem;
  }
}
.pagination .pagination__item .current {
  color: #ffffff;
  background-color: #ffc83d;
  border: 0.1rem solid #ffc83d;
}

.postContentsCommonStyle a,
.postContentsCommonStyle p,
.postContentsCommonStyle li,
.postContentsCommonStyle dd,
.postContentsCommonStyle td,
.postContentsCommonStyle span,
.postContentsCommonStyle pre,
.postContentsCommonStyle strong,
.postContentsCommonStyle em {
  font-size: 1.6rem;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle a,
  .postContentsCommonStyle p,
  .postContentsCommonStyle li,
  .postContentsCommonStyle dd,
  .postContentsCommonStyle td,
  .postContentsCommonStyle span,
  .postContentsCommonStyle pre,
  .postContentsCommonStyle strong,
  .postContentsCommonStyle em {
    font-size: 1.2rem;
  }
}
.postContentsCommonStyle h1 {
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  font-weight: bold;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle h1 {
    font-size: 2.4rem;
  }
}
.postContentsCommonStyle h2 {
  position: relative;
  width: 100%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  font-weight: bold;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle h2 {
    font-size: 2.4rem;
  }
}
.postContentsCommonStyle h2:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #ffc83d;
}
.postContentsCommonStyle h3 {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle h3 {
    font-size: 2rem;
  }
}
.postContentsCommonStyle h3:before {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 8px;
  height: 24px;
  content: "";
  background-color: #ffc83d;
}
.postContentsCommonStyle h4 {
  position: relative;
  width: 100%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: bold;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle h4 {
    font-size: 2rem;
  }
}
.postContentsCommonStyle h4:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #ffc83d;
}
.postContentsCommonStyle h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 0.4rem;
  content: "";
  background-color: lightgray;
}
.postContentsCommonStyle h5 {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle h5 {
    font-size: 1.6rem;
  }
}
.postContentsCommonStyle h6 {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
.postContentsCommonStyle h6:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffc83d;
  content: "●";
  font-size: 1em;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle h6 {
    font-size: 1.4rem;
  }
}
.postContentsCommonStyle img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin: 2.4rem 0;
  vertical-align: middle;
}
.postContentsCommonStyle blockquote {
  position: relative;
  padding: 1.3rem 1.5rem 1.3rem 5rem;
  background-color: #e5e5e5;
}
.postContentsCommonStyle blockquote::before {
  position: absolute;
  top: 20px;
  left: 15px;
  display: inline-block;
  color: #ffc83d;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
}
.postContentsCommonStyle blockquote p {
  padding: 0;
  margin-top: 10px;
  line-height: 1.7;
}
.postContentsCommonStyle ul {
  list-style: disc;
}
.postContentsCommonStyle ol {
  list-style: decimal;
}
.postContentsCommonStyle ul,
.postContentsCommonStyle ol {
  margin-bottom: 1em;
}
.postContentsCommonStyle ul li,
.postContentsCommonStyle ol li {
  margin-left: 1.6em;
  font-size: 1.6rem;
  list-style-position: outsite;
}
@mediaonly screen and (max-width:480px) {
  .postContentsCommonStyle ul li,
  .postContentsCommonStyle ol li {
    font-size: 1.2rem;
  }
}
.postContentsCommonStyle ul li::marker,
.postContentsCommonStyle ol li::marker {
  color: #ffc83d;
  marker-offset: 0;
}
.postContentsCommonStyle a {
  color: #ffc83d;
}
.postContentsCommonStyle a:hover {
  text-decoration: underline;
}
.postContentsCommonStyle table,
.postContentsCommonStyle table * {
  border-color: #ffc83d;
}
.postContentsCommonStyle table tr td {
  padding: 0.8rem;
}

.vanillaSwiper__button {
  top: auto;
  right: auto;
  left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  margin: 0;
  border-radius: 50%;
}
.vanillaSwiper__button::before {
  display: inline-block;
  width: 0.6rem;
  height: 1.1rem;
  content: "";
  background-image: url(../../Img/Common/icon_arrow_right_black_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vanillaSwiper__button::after {
  display: none;
}
.vanillaSwiper__button.swiper-button-prev::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.titleType1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
.titleType1 .titleType1__enText {
  font-family: Filson Pro, sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .titleType1 .titleType1__enText {
    font-size: 3.5rem;
  }
}
.titleType1 .titleType1__jaText {
  color: #64748b;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.titleType2 {
  position: relative;
  padding-top: 1.6rem;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width:768px) {
  .titleType2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    margin-bottom: 1.6rem;
  }
}
.titleType2::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.3rem;
  height: 12.4rem;
  content: "";
  background-color: #ffc83d;
}
@media only screen and (max-width:768px) {
  .titleType2::after {
    height: 100%;
  }
}
.titleType2 .titleType2__jaText {
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width:768px) {
  .titleType2 .titleType2__jaText {
    font-size: 1.8rem;
  }
}

.breadcrumb {
  padding: 2rem 0;
  overflow-x: scroll;
}
@media only screen and (max-width:768px) {
  .breadcrumb {
    padding: 1.2rem 0;
  }
}
.breadcrumb .breadcrumb__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb .breadcrumb__list .breadcrumb__item::after {
  display: inline-block;
  width: 0.4rem;
  height: 0.7rem;
  margin: 0 0.8rem;
  content: "";
  font-weight: 300;
  background-image: url(../../Image/Common/icon_right_arrow_primary_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:last-of-type::after {
  display: none;
}
.breadcrumb .breadcrumb__list .breadcrumb__item .breadcrumb__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.pagePhilosophy {
  padding-bottom: 12.8rem;
}
@media only screen and (max-width:768px) {
  .pagePhilosophy {
    padding-bottom: 8rem;
  }
}
.pagePhilosophy .-border-left {
  position: relative;
  padding-bottom: 8rem;
}
@media only screen and (max-width:768px) {
  .pagePhilosophy .-border-left {
    padding-bottom: 4rem;
  }
}
.pagePhilosophy .-border-left::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #cbd5e1;
}
@media only screen and (max-width:768px) {
  .pagePhilosophy .-border-left::before {
    display: none;
  }
}
.pagePhilosophy .pagePhilosophy__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
@media only screen and (max-width:768px) {
  .pagePhilosophy .pagePhilosophy__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.pagePhilosophy .pagePhilosophy__figure img {
  display: block;
  width: 4.5rem;
  min-width: 4.5rem;
}

.pageVoice {
  padding-bottom: 8rem;
}
@media only screen and (max-width:768px) {
  .pageVoice {
    padding-bottom: 6.4rem;
  }
}
.pageVoice .pageVoiceListSection__title {
  padding: 2.4rem 1.6rem 0;
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 1.6rem 1.6rem 0 0;
}
@media only screen and (max-width:768px) {
  .pageVoice .pageVoiceListSection__title {
    padding: 2rem 1.6rem 0;
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
}
.pageVoice .pageVoiceList {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pageVoice .pageVoiceList .pageVoiceList__item {
  width: 32%;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width:768px) {
  .pageVoice .pageVoiceList .pageVoiceList__item {
    width: 100%;
  }
}
.pageVoiceList__item {
  position: relative;
  width: 32%;
  padding: 6.4rem 2.4rem 3.7rem;
  margin-top: 5.6em;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(176, 183, 195, 0.2);
          box-shadow: 0 3px 10px 0 rgba(176, 183, 195, 0.2);
  border-radius: 1.6rem;
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item {
    width: 100%;
    padding: 2rem 2.4rem;
    margin-top: 0;
    border-radius: 2rem;
  }
}
.pageVoiceList__item:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item .pageVoiceList__itemHead {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 6rem;
    padding-left: 7.2rem;
    margin-bottom: 1.2rem;
  }
}
.pageVoiceList__item .pageVoiceList__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9.6rem;
  height: 9.6rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item .pageVoiceList__img {
    top: 50%;
    left: 0;
    width: 6rem;
    height: 6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pageVoiceList__item .pageVoiceList__itemTitle {
  margin-bottom: 0.4rem;
  color: #ffc83d;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item .pageVoiceList__itemTitle {
    margin-bottom: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}
.pageVoiceList__item .pageVoiceList__text {
  font-size: 1.2rem;
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item .pageVoiceList__text {
    text-align: left;
  }
}
.pageVoiceList__item .pageVoiceList__text.-mb {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width:768px) {
  .pageVoiceList__item .pageVoiceList__text.-mb {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
}

.titleType3 {
  font-family: Filson Pro, sans-serif;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
  color: #ffc83d;
}
@media only screen and (max-width:768px) {
  .titleType3 {
    margin-bottom: 2rem;
  }
}
.titleType3 .titleType3__text {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.4rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  border-bottom: 3px solid #ffc83d;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.titleType3 .titleType3__num {
  font-family: "Bebas Neue", sans-serif;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 0.8;
}