@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Author: COMLAB
*/
/* font
  ========================================================================== */
/*Import font data*/
@font-face {
  font-family: "NotoSans";
  src: url("./fonts/NotoSansJP-Regular.otf") format("opentype"), url("./fonts/NotoSansJP-Regular.woff") format("woff"), url("./fonts/NotoSansJP-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSans";
  src: url("./fonts/NotoSansJP-Medium.otf") format("opentype"), url("./fonts/NotoSansJP-Medium.woff") format("woff"), url("./fonts/NotoSansJP-Medium.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSans";
  src: url("./fonts/NotoSansJP-SemiBold.otf") format("opentype"), url("./fonts/NotoSansJP-SemiBold.woff") format("woff"), url("./fonts/NotoSansJP-SemiBold.svg") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "NotoSans";
  src: url("./fonts/NotoSansJP-Bold.otf") format("opentype"), url("./fonts/NotoSansJP-Bold.woff") format("woff"), url("./fonts/NotoSansJP-Bold.svg") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSerif";
  src: url("./fonts/NotoSerifJP-Regular.otf") format("opentype"), url("./fonts/NotoSerifJP-Regular.woff") format("woff"), url("./fonts/NotoSerifJP-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSerif";
  src: url("./fonts/NotoSerifJP-Medium.otf") format("opentype"), url("./fonts/NotoSerifJP-Medium.woff") format("woff"), url("./fonts/NotoSerifJP-Medium.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSerif";
  src: url("./fonts/NotoSerifJP-SemiBold.otf") format("opentype"), url("./fonts/NotoSerifJP-SemiBold.woff") format("woff"), url("./fonts/NotoSerifJP-SemiBold.svg") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "NotoSerif";
  src: url("./fonts/NotoSerifJP-Bold.otf") format("opentype"), url("./fonts/NotoSerifJP-Bold.woff") format("woff"), url("./fonts/NotoSerifJP-Bold.svg") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-Regular.ttf") format("truetype"), url("./fonts/Cinzel-Regular.woff") format("woff"), url("./fonts/Cinzel-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-Medium.ttf") format("truetype"), url("./fonts/Cinzel-Medium.woff") format("woff"), url("./fonts/Cinzel-Medium.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Parisienne";
  src: url("./fonts/Parisienne-Regular.ttf") format("truetype"), url("./fonts/Parisienne-Regular.woff") format("woff"), url("./fonts/Parisienne-Regular.svg") format("svg");
  font-weight: 400;
}
/*font family settings*/
/* mixin
  ========================================================================== */
/* !このファイルは制作時に書き換えを行わないでください! */
/* base
  ========================================================================== */
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #222;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.slick-slide {
  outline: none;
}

li {
  list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
  position: relative;
  top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォーカスインジケーターの表示 */
/*
*:focus-visible {
  outline: 2px solid #33568A;
  outline-offset:2px;
}
*/
/* header
   ========================================================================== */
/* block skip */
.c-skip_nav a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-skip_nav a:focus, .c-skip_nav a a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 5px;
  left: 5px;
  clip: auto;
  z-index: 1000;
  font-size: 1.8rem;
  padding: 5px;
  background-color: #FFF;
  border: #CCC solid 1px;
  text-align: center;
}

/* 404(notfound)
   ========================================================================== */
.p-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
}
@media screen and (max-width: 840px) {
  .p-notfound {
    height: 330px;
  }
}

.p-notfound__text {
  padding-top: 3em;
}

.p-notfound__button {
  padding-top: 3em;
}
.p-notfound__button > a {
  text-decoration: underline;
}

/* variables
  ========================================================================== */
/* dec-wave */
/* common
  ========================================================================== */
/* html */
html {
  overflow: auto;
}

/* body */
body {
  font-family: Yu Mincho, YuMincho, "NotoSerif", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.69;
  background: url(./img/common/bg-common_body.jpg) left top;
  color: #101010;
  overflow-x: hidden;
}

/* width */
.u-width__full, .u-width__wide, .u-width__mid, .u-width__min {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.u-width__full {
  max-width: 100%;
  width: 1400px;
}
.u-width__wide {
  max-width: 92.85%;
  width: 1300px;
}
@media (max-width: 840px) {
  .u-width__wide {
    max-width: 89.86%;
  }
}
.u-width__mid {
  max-width: 92.85%;
  width: 1090px;
}
@media (max-width: 840px) {
  .u-width__mid {
    max-width: 89.86%;
  }
}
.u-width__min {
  max-width: 92.85%;
  width: 800px;
}
@media (max-width: 840px) {
  .u-width__min {
    max-width: 89.86%;
  }
}

/* display */
.u-dp__ib {
  display: inline-block;
}

/* font */
.u-font__got {
  font-family: Yu Gothic, YuGothic, "NotoSans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.u-font__min {
  font-family: Yu Mincho, YuMincho, "NotoSerif", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.u-font__cin {
  font-family: "Cinzel", serif !important;
}
.u-font__par {
  font-family: "Parisienne", serif !important;
}

.u-list__dot > li:before {
  content: "・";
}
.u-list__ast > li:before {
  content: "※";
}
.u-list__foot > li:before {
  content: "＊";
}
.u-list__circle > li:before {
  content: "●";
}
.u-list__square > li {
  list-style-type: square !important;
}
.u-list__dash > li:before {
  content: "-";
}

/* .p-section_title */
.p-section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-section_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: url(./img/common/dec-common_section__title.svg) no-repeat center/contain;
}
.p-section_title .__en {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif !important;
  margin-top: 0.35em;
}
@media (max-width: 1140px) {
  .p-section_title .__en {
    font-size: 1.9125rem;
  }
}
@media (max-width: 840px) {
  .p-section_title .__en {
    font-size: 1.83125rem;
  }
}
@media (max-width: 540px) {
  .p-section_title .__en {
    font-size: 1.75rem;
  }
}
.p-section_title .__jp {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.8em;
}
@media (max-width: 1140px) {
  .p-section_title .__jp {
    font-size: 0.725rem;
  }
}
@media (max-width: 840px) {
  .p-section_title .__jp {
    font-size: 0.70625rem;
  }
}
@media (max-width: 540px) {
  .p-section_title .__jp {
    font-size: 0.6875rem;
  }
}

/* p-common_link */
.p-common_link {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.35em;
  padding: 1em;
}
@media (max-width: 1140px) {
  .p-common_link {
    font-size: 1.0375rem;
    gap: 0 0.4em;
  }
}
@media (max-width: 840px) {
  .p-common_link {
    font-size: 0.95625rem;
    gap: 0 0.45em;
  }
}
@media (max-width: 540px) {
  .p-common_link {
    font-size: 0.875rem;
    gap: 0 0.5em;
  }
}
.p-common_link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #101010;
  background: url(./img/common/icon-common_link__arrow__bk.svg) no-repeat center/60% 100%;
}
@media (max-width: 1140px) {
  .p-common_link:after {
    width: 22px;
    height: 22px;
    background-size: 62% 100%;
  }
}
@media (max-width: 840px) {
  .p-common_link:after {
    width: 20px;
    height: 20px;
    background-size: 64% 100%;
  }
}
@media (max-width: 540px) {
  .p-common_link:after {
    width: 20px;
    height: 20px;
    background-size: 66% 100%;
  }
}

/* .p-common_breadcrumb */
.p-common_breadcrumb {
  margin-top: 1.8em;
}
@media (max-width: 1140px) {
  .p-common_breadcrumb {
    margin-top: 1.64em;
  }
}
@media (max-width: 840px) {
  .p-common_breadcrumb {
    margin-top: 1.47em;
  }
}
@media (max-width: 540px) {
  .p-common_breadcrumb {
    margin-top: 1.3em;
  }
}

.p-common_breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-common_breadcrumb__list > li {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-common_breadcrumb__list > li + li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #101010;
  border-bottom: 1px solid #101010;
  rotate: -45deg;
  margin: 0 1.2em;
}
/* .p-common_anchor__list */
.p-common_anchor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .p-common_anchor__wrapper {
    max-width: 95.5%;
  }
}

.p-common_anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0.025em 0;
}
@media (min-width: 1141px) {
  .p-common_anchor__list:not(:has(.p-common_anchor__list__box:nth-of-type(5))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 921px) {
  .p-common_anchor__list:not(:has(.p-common_anchor__list__box:nth-of-type(4))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 741px) {
  .p-common_anchor__list:not(:has(.p-common_anchor__list__box:nth-of-type(3))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-common_anchor__list__box {
  width: 20%;
  position: relative;
}
.p-common_anchor__list__box:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.7em;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 1141px) {
  .p-common_anchor__list__box:nth-of-type(5n + 1):before {
    display: none;
  }
}
@media (max-width: 1140px) and (min-width: 921px) {
  .p-common_anchor__list__box {
    width: 25%;
  }
  .p-common_anchor__list__box:nth-of-type(4n + 1):before {
    display: none;
  }
}
@media (max-width: 920px) and (min-width: 741px) {
  .p-common_anchor__list__box {
    width: 33.3333333333%;
  }
  .p-common_anchor__list__box:nth-of-type(3n + 1):before {
    display: none;
  }
}
@media (max-width: 740px) {
  .p-common_anchor__list__box {
    width: 50%;
  }
  .p-common_anchor__list__box:nth-of-type(odd):before {
    display: none;
  }
}
.p-common_anchor__list__box .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1em 5%;
}
@media (max-width: 1140px) {
  .p-common_anchor__list__box .__link {
    font-size: 0.95625rem;
    gap: 0.1em 0;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 920px) {
  .p-common_anchor__list__box .__link {
    font-size: 0.91875rem;
    gap: 0.2em 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 740px) {
  .p-common_anchor__list__box .__link {
    font-size: 0.875rem;
    gap: 0.3em 0;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.p-common_anchor__list__box .__link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: 45deg;
}

/* parts
  ========================================================================== */
/* .p-common_contact */
.p-common_management {
  margin-top: 10.8em;
}
@media (max-width: 1140px) {
  .p-common_management {
    margin-top: 9.6em;
  }
}
@media (max-width: 840px) {
  .p-common_management {
    margin-top: 8.4em;
  }
}
@media (max-width: 540px) {
  .p-common_management {
    margin-top: 7.2em;
  }
}

@media (min-width: 841px) {
  .p-common_management__wrapper {
    /*display: flex;
    align-items: stretch;
    justify-content: space-between;*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45.96% 1fr 47.52%;
    grid-template-columns: 45.96% 1fr 47.52%;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "picture . info" ". . contact";
  }
}
@media (min-width: 841px) and (max-width: 1140px) {
  .p-common_management__wrapper {
    grid-row-gap: 1em;
  }
}

.p-common_management__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.65em 0;
  grid-area: info;
}

.p-footer__wrapper > .p-common_management__info {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-common_management__info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.p-index_location__head > .p-common_management__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
}

.p-index_location__bottom > .p-common_management__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
@media (max-width: 840px) {
  .p-common_management__info {
    gap: 1.25em 0;
    margin-top: 1.25em;
  }
}

.p-common_management__info__head {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.3em;
}
@media (max-width: 1140px) {
  .p-common_management__info__head {
    font-size: 1.1625rem;
  }
}
@media (max-width: 840px) {
  .p-common_management__info__head {
    font-size: 1.08125rem;
  }
}
@media (max-width: 540px) {
  .p-common_management__info__head {
    font-size: 1rem;
  }
}
.p-common_management__info__head img {
  width: 240px;
}

.p-common_management__info__sub,
.p-common_management__info__text {
  color: #473832;
}

.p-common_management__info__sub {
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 1140px) {
  .p-common_management__info__sub {
    font-size: 1.75rem;
  }
}
@media (max-width: 840px) {
  .p-common_management__info__sub {
    font-size: 1.625rem;
  }
}
@media (max-width: 540px) {
  .p-common_management__info__sub {
    font-size: 1.5rem;
  }
}

.p-common_management__info__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.866;
}
@media (max-width: 1140px) {
  .p-common_management__info__text {
    font-size: 0.9125rem;
  }
}
@media (max-width: 840px) {
  .p-common_management__info__text {
    font-size: 0.89375rem;
  }
}
@media (max-width: 540px) {
  .p-common_management__info__text {
    font-size: 0.875rem;
  }
}

.p-common_management__contact {
  grid-area: contact;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.866;
}
@media (max-width: 1140px) {
  .p-common_management__contact {
    font-size: 0.9125rem;
  }
}
@media (max-width: 840px) {
  .p-common_management__contact {
    font-size: 0.89375rem;
    margin-top: 1.75em;
  }
}
@media (max-width: 540px) {
  .p-common_management__contact {
    font-size: 0.875rem;
  }
}

.p-common_management__picture {
  grid-area: picture;
}
.p-common_management__picture img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1140px) {
  .p-common_management__picture img {
    height: 300px;
  }
}
@media (max-width: 840px) {
  .p-common_management__picture img {
    height: auto;
    max-height: 450px;
  }
}
/* .p-common_contact */
.p-common_contact {
  margin-top: 10.85em;
}
@media (max-width: 1140px) {
  .p-common_contact {
    margin-top: 9.96em;
  }
}
@media (max-width: 840px) {
  .p-common_contact {
    margin-top: 9.08em;
  }
}
@media (max-width: 540px) {
  .p-common_contact {
    margin-top: 8.2em;
  }
}
.p-common_contact .p-common_contact__text {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 4em auto 0;
  max-width: 30em;
}
@media (max-width: 1140px) {
  .p-common_contact .p-common_contact__text {
    font-size: 0.95625rem;
    line-height: 2.1;
    margin-top: 3.8em;
  }
}
@media (max-width: 840px) {
  .p-common_contact .p-common_contact__text {
    font-size: 0.91875rem;
    line-height: 2.2;
    margin-top: 3.6em;
  }
}
@media (max-width: 540px) {
  .p-common_contact .p-common_contact__text {
    font-size: 0.875rem;
    line-height: 2.285;
    margin-top: 3.4em;
  }
}
.p-common_contact .p-common_contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em 6%;
  margin-top: 3.95em;
}
@media (max-width: 1140px) {
  .p-common_contact .p-common_contact__list {
    margin-top: 3.6em;
  }
}
@media (max-width: 840px) {
  .p-common_contact .p-common_contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89%;
    max-width: 376px;
    margin: 3.22em auto 0;
  }
}
@media (max-width: 540px) {
  .p-common_contact .p-common_contact__list {
    margin-top: 2.85em;
  }
}
.p-common_contact .p-common_contact__list__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 840px) {
  .p-common_contact .p-common_contact__list__box {
    width: 100%;
  }
}
.p-common_contact .p-common_contact__list__box .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1140px) {
  .p-common_contact .p-common_contact__list__box .__link {
    font-size: 1.1625rem;
    height: 100px;
  }
}
@media (max-width: 840px) {
  .p-common_contact .p-common_contact__list__box .__link {
    font-size: 1.08125rem;
    height: 90px;
  }
}
@media (max-width: 540px) {
  .p-common_contact .p-common_contact__list__box .__link {
    font-size: 1rem;
    height: 80px;
  }
}
.p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__wrapper {
  background: #fff;
}
@media (min-width: 841px) {
  .p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr auto 1.25fr auto 1.1fr;
    grid-template-columns: 1.2fr auto 1.25fr auto 1.1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
        grid-template-areas: ". title . text ." ". title . list .";
    padding: 3.85em 0 8.3em;
  }
}
@media (max-width: 840px) {
  .p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.5em 5%;
  }
}
.p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__wrapper .p-section_title {
  grid-area: title;
  -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 841px) {
  .p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__wrapper .p-section_title {
    margin-top: 4.6em;
  }
}
.p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__text {
  grid-area: text;
}
.p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__list {
  margin-top: 1.35em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: list;
}
.p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__list__box {
  max-width: 376px;
}
.p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__list__box .__link {
  border-color: #4d4d4d;
  background: #761212;
  color: #fff;
  line-height: 1;
}

/* .p-parts_hero */
.p-parts_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.p-parts_hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 480px;
}
@media (max-width: 1140px) {
  .p-parts_hero__wrapper {
    height: 420px;
  }
}
@media (max-width: 840px) {
  .p-parts_hero__wrapper {
    height: 360px;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__wrapper {
    height: 300px;
  }
}
#about .p-parts_hero__wrapper {
  padding-top: 5.25em;
}
@media (max-width: 1140px) {
  #about .p-parts_hero__wrapper {
    padding-top: 3.5em;
  }
}
@media (max-width: 840px) {
  #about .p-parts_hero__wrapper {
    padding-top: 1.75em;
  }
}
@media (max-width: 540px) {
  #about .p-parts_hero__wrapper {
    padding-top: 0;
  }
}

.p-parts_hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7em 0;
  color: #fff;
  line-height: 1;
}
.p-parts_hero__text .__en,
.p-parts_hero__text .__jp {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-parts_hero__text .__en {
  font-size: 2rem;
}
@media (max-width: 1140px) {
  .p-parts_hero__text .__en {
    font-size: 1.83125rem;
  }
}
@media (max-width: 840px) {
  .p-parts_hero__text .__en {
    font-size: 1.6625rem;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__text .__en {
    font-size: 1.5rem;
  }
}
.p-parts_hero__text .__jp {
  font-size: 0.875rem;
}
@media (max-width: 1140px) {
  .p-parts_hero__text .__jp {
    font-size: 0.83125rem;
  }
}
@media (max-width: 840px) {
  .p-parts_hero__text .__jp {
    font-size: 0.79375rem;
  }
}
@media (max-width: 540px) {
  .p-parts_hero__text .__jp {
    font-size: 0.75rem;
  }
}

/* header
  ========================================================================== */
/* .l-header */
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  color: #fff;
  position: relative;
  z-index: 500;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.js-oneScroll:not(.js-humburgerOpen) .p-header__wrapper {
  color: #1c1c1c;
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 1241px) {
  .p-header__wrapper {
    padding-right: 1.9svw;
  }
}
@media (max-width: 840px) {
  .p-header__wrapper {
    height: 80px;
  }
}
@media (max-width: 540px) {
  .p-header__wrapper {
    height: 60px;
  }
}

.p-header_logo, .p-header_logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-header_logo__link {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.002em;
  padding-left: 2.7svw;
}
@media (max-width: 1380px) {
  .p-header_logo__link {
    font-size: 1.1875rem;
    padding-left: 3.13svw;
  }
}
@media (max-width: 840px) {
  .p-header_logo__link {
    font-size: 1.15625rem;
    padding-left: 3.56svw;
  }
}
@media (max-width: 540px) {
  .p-header_logo__link {
    font-size: 1.125rem;
    padding-left: 4svw;
  }
}

@media (max-width: 1240px) {
  .p-header_gnav {
    display: none;
  }
}
.p-header_gnav, .p-header_gnav__list, .p-header_gnav__list__box, .p-header_gnav__list__box,
.p-header_gnav .__link {
  height: 100%;
}

.p-header_gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header_gnav__list__box:has(.__btn) {
  margin-left: 1.3em;
}
@media (max-width: 1380px) {
  .p-header_gnav__list__box:has(.__btn) {
    margin-left: 0.8em;
  }
}
.p-header_gnav__list__box,
.p-header_gnav__list__box .__link,
.p-header_gnav__list__box .__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header_gnav__list__box .__link,
.p-header_gnav__list__box .__btn {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.p-header_gnav__list__box .__link {
  padding: 0 1.425em;
}
@media (max-width: 1380px) {
  .p-header_gnav__list__box .__link {
    padding: 0 0.925em;
  }
}
.p-header_gnav__list__box .__btn {
  height: 40px;
  border: 1px solid #fff;
  padding: 0 1.6em;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.js-oneScroll:not(.js-humburgerOpen) .p-header_gnav__list__box .__btn {
  border-color: #1c1c1c;
}

@media (min-width: 1241px) {
  .c-humburger {
    display: none;
  }
}
.c-humburger {
  height: 100%;
  width: 100px;
}
@media (max-width: 840px) {
  .c-humburger {
    width: 87px;
  }
}
@media (max-width: 540px) {
  .c-humburger {
    width: 74px;
  }
}

.c-humburger__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px 0;
  height: 100%;
  width: 100%;
}

.c-humburger_bar {
  width: 40.54%;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity 0.25s, background 0.5s, -webkit-transform 0.25s;
  transition: opacity 0.25s, background 0.5s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, background 0.5s;
  transition: opacity 0.25s, transform 0.25s, background 0.5s, -webkit-transform 0.25s;
}
.js-oneScroll:not(.js-humburgerOpen) .c-humburger_bar {
  background: #1c1c1c;
}
.js-humburgerOpen .c-humburger_bar {
  width: 50%;
}
.js-humburgerOpen .c-humburger_bar.__top {
  -webkit-transform: translate(3px, 12px) rotate(36deg);
          transform: translate(3px, 12px) rotate(36deg);
}
.js-humburgerOpen .c-humburger_bar.__middle {
  opacity: 0;
}
.js-humburgerOpen .c-humburger_bar.__bottom {
  -webkit-transform: translate(3px, -12px) rotate(-36deg);
          transform: translate(3px, -12px) rotate(-36deg);
}

/* .p-humburger__menu */
.p-humburger_menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.p-humburger_menu__wrapper {
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.8);
  overflow: auto;
  padding-top: 100px;
}
@media (max-width: 840px) {
  .p-humburger_menu__wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 540px) {
  .p-humburger_menu__wrapper {
    padding-top: 60px;
  }
}

.p-humburger_menu__inner {
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 1.45em 0 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-humburger_menu__list {
  width: 100%;
}

.p-humburger_menu__list__item .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0;
  padding: 0.655em 0;
  font-weight: 600;
}

.p-humburger_menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 5%;
  margin-top: 1.45em;
  width: 80%;
}

.p-humburger_menu__content__item {
  width: 300px;
}
.p-humburger_menu__content__item .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6em 0;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  color: #fff;
}

/* main
  ========================================================================== */
/* aside
  ========================================================================== */
/* .l-aside */
.l-aside {
  position: fixed;
  z-index: 100;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 841px) {
  .l-aside {
    right: 3.5%;
    bottom: 4.75%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 3px 3px 6px rgba(201, 201, 201, 0.5);
            box-shadow: 3px 3px 6px rgba(201, 201, 201, 0.5);
  }
  .is-viewFooter .l-aside {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 840px) {
  .l-aside {
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 60px;
  }
}

/* .p-aside_text */
.p-aside_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (min-width: 841px) {
  .p-aside_text {
    padding: 0.85em 1.1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 840px) {
  .p-aside_text {
    height: 100%;
  }
}

.p-aside_text__head {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
@media (max-width: 840px) {
  .p-aside_text__head {
    -webkit-box-flex: 55.73;
        -ms-flex: 55.73;
            flex: 55.73;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .p-aside_text__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.45em 0;
    text-align: left;
  }
  .p-aside_text__head .__inbox {
    padding: 0 max(10%, 100% - 260px);
  }
  .p-aside_text__head .__inbox:first-of-type {
    text-indent: -0.5em;
  }
}

.p-aside_text__sub {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.751em;
}
@media (min-width: 841px) {
  .p-aside_text__sub {
    margin-top: 0.55em;
  }
}
@media (max-width: 840px) {
  .p-aside_text__sub {
    display: none;
  }
}
.p-aside_text__sub:before, .p-aside_text__sub:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.9em;
  background: #101010;
}
.p-aside_text__sub:before {
  rotate: -16deg;
}
.p-aside_text__sub:after {
  rotate: 16deg;
}

.p-aside_text__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #fcfbfa;
  background: #761212;
}
@media (min-width: 841px) {
  .p-aside_text__btn {
    width: 200px;
    height: 50px;
    margin-top: 0.8em;
  }
}
@media (max-width: 840px) {
  .p-aside_text__btn {
    -webkit-box-flex: 44.27;
        -ms-flex: 44.27;
            flex: 44.27;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .p-aside_text__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3em 0;
  }
  .p-aside_text__btn .__inbox {
    font-size: 0.9375rem;
  }
}

/* footer
  ========================================================================== */
/* .l-footer */
.l-footer {
  margin-top: 14em;
  background: #101010;
  position: relative;
  padding-top: 1px;
}
@media (max-width: 1140px) {
  .l-footer {
    margin-top: 13.3em;
  }
}
@media (max-width: 840px) {
  .l-footer {
    margin-top: 12.5em;
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .l-footer {
    margin-top: 11.8em;
  }
}
.l-footer {
  /*&:before {
  	content: "";
  	display: block;
  	background: url(./img/common/dec-footer_wave.svg) repeat-x center top / 100% 100%;
  	width: 100%;
  	height: 52px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 10;
  	//transform: translateY(-100%);
  	transform: translateY(calc(-100% + 1px));
  	@media (max-width: 1440px) {
  		background-size: 1440px 100%;
  	}
  	@media (max-width: 1140px) {
  		background-size: 1325px 100%;
  		background-position: 46% bottom;
  		height: 54px;
  	}
  	@media (max-width: 840px) {
  		background-size: 1211px 100%;
  		background-position: 43% bottom;
  		height: 56px;
  	}
  	@media (max-width: 540px) {
  		background-size: 1097px 100%;
  		background-position: 40% bottom;
  		height: 59px;
  	}
  }*/
}
.l-footer svg:has(#sc-footer_wave) {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(calc(-100% + 1px));
          transform: translateY(calc(-100% + 1px));
}

.p-footer__wrapper {
  width: 1210px;
  color: #fff;
  padding-top: 6.45em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 474px;
  grid-template-columns: auto 1fr 474px;
  -ms-grid-rows: auto 1fr (auto)[2];
  grid-template-rows: auto 1fr repeat(2, auto);
      grid-template-areas: "name . nav" "info . nav" "info . nav" "copy copy copy";
}
@media (max-width: 1140px) {
  .p-footer__wrapper {
    padding-top: 4.96em;
    -ms-grid-columns: auto 1fr 422px;
    grid-template-columns: auto 1fr 422px;
  }
}
@media (max-width: 980px) {
  .p-footer__wrapper {
    display: block;
    width: 840px;
  }
}
@media (max-width: 840px) {
  .p-footer__wrapper {
    padding-top: 3.33em;
  }
}
@media (max-width: 540px) {
  .p-footer__wrapper {
    padding-top: 1.7em;
  }
}
.p-footer__wrapper:has(.p-footer_info__address) {
      grid-template-areas: "name . nav" ". . nav" "info . nav" "copy copy copy";
}

.p-footer_name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.175em 0;
  padding: 0.7em 0;
  margin-bottom: 1.8em;
  line-height: 1.142;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-footer_name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 1140px) {
  .p-footer_name {
    gap: 0.32em 0;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 840px) {
  .p-footer_name {
    gap: 0.46em 0;
    margin-bottom: 1.2em;
  }
}
@media (max-width: 540px) {
  .p-footer_name {
    gap: 0.6em 0;
    margin-bottom: 0.95em;
  }
}
.p-footer_name .__en {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 1140px) {
  .p-footer_name .__en {
    font-size: 1.83125rem;
  }
}
@media (max-width: 840px) {
  .p-footer_name .__en {
    font-size: 1.79375rem;
  }
}
@media (max-width: 540px) {
  .p-footer_name .__en {
    font-size: 1.75rem;
  }
}
.p-footer_name .__jp {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-footer_info {
  grid-area: info;
  letter-spacing: 0.05em;
}

.p-footer__wrapper > .p-footer_info {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-footer_info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.p-index_location__head > .p-footer_info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
}

.p-index_location__bottom > .p-footer_info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
.p-footer_info:before {
  content: "";
  display: block;
  height: 1px;
  width: 16px;
  background: #fff;
  margin-bottom: 1.8em;
}
@media (max-width: 1140px) {
  .p-footer_info:before {
    margin-bottom: 1.6em;
  }
}
@media (max-width: 840px) {
  .p-footer_info:before {
    margin-bottom: 1.4em;
  }
}
@media (max-width: 540px) {
  .p-footer_info:before {
    margin-bottom: 1.2em;
  }
}

.p-footer_info__management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2em;
}
.p-footer_info__management .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.6em;
}
.p-footer_info__management .__link img {
  width: 194px;
}
.p-footer_info__management .__link:after {
  content: "";
  display: block;
  width: 13px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./img/common/icon-common_tab.svg) no-repeat center/contain;
}

.p-footer_info__address {
  line-height: 1.625;
  margin-top: 0.65em;
}
@media (max-width: 1140px) {
  .p-footer_info__address {
    line-height: 1.58;
  }
}
@media (max-width: 840px) {
  .p-footer_info__address {
    line-height: 1.54;
  }
}
@media (max-width: 540px) {
  .p-footer_info__address {
    line-height: 1.5;
  }
}

.p-footer_info__time {
  display: block;
  line-height: 1.9;
}
@media (max-width: 1140px) {
  .p-footer_info__time {
    line-height: 1.76;
  }
}
@media (max-width: 840px) {
  .p-footer_info__time {
    line-height: 1.64;
  }
}
@media (max-width: 540px) {
  .p-footer_info__time {
    line-height: 1.5;
  }
}

.p-footer_nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: nav;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-footer_nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1140px) {
  .p-footer_nav {
    font-size: 0.95625rem;
  }
}
@media (max-width: 980px) {
  .p-footer_nav {
    margin-top: 2.5em;
  }
}
@media (max-width: 840px) {
  .p-footer_nav {
    font-size: 0.91875rem;
    margin-top: 2em;
  }
}
@media (max-width: 540px) {
  .p-footer_nav {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
}
@media (max-width: 980px) {
  .p-footer_nav:before {
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background: #fff;
    margin-bottom: 2.45em;
  }
}
@media (max-width: 840px) {
  .p-footer_nav:before {
    margin-bottom: 1.85em;
  }
}
@media (max-width: 540px) {
  .p-footer_nav:before {
    margin-bottom: 1.25em;
  }
}

.p-footer_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 245px;
  gap: 0 4.5em;
}
@media (max-width: 1140px) {
  .p-footer_nav__list {
    gap: 0 2.5em;
  }
}
@media (max-width: 840px) {
  .p-footer_nav__list {
    max-height: 230px;
  }
}
@media (max-width: 540px) {
  .p-footer_nav__list {
    max-height: inherit;
  }
}

.p-footer_nav__list__box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  padding: 0.53em 0.3em 0.53em 0;
}
@media (max-width: 980px) {
  .p-footer_nav__list__box__link {
    padding: 0.46em 0;
  }
}
@media (max-width: 840px) {
  .p-footer_nav__list__box__link {
    padding: 0.38em 0;
  }
}
@media (max-width: 540px) {
  .p-footer_nav__list__box__link {
    padding: 0.3em 0;
  }
}
.p-footer_nav__list__box:has(.p-footer_nav__list__box__child) .p-footer_nav__list__box__link {
  padding-bottom: 0.3em;
}
@media (max-width: 980px) {
  .p-footer_nav__list__box:has(.p-footer_nav__list__box__child) .p-footer_nav__list__box__link {
    padding-bottom: 0;
  }
}

@media (max-width: 980px) {
  .p-footer_nav__list__box__child {
    padding-bottom: 0.2em;
  }
}
@media (max-width: 980px) {
  .p-footer_nav__list__box__child .__child__item:first-of-type .__child__item__link {
    padding-top: 0;
  }
}
.p-footer_nav__list__box__child .__child__item .__child__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.35em;
  padding-left: 1.15em;
}
@media (max-width: 980px) {
  .p-footer_nav__list__box__child .__child__item .__child__item__link {
    padding: 0.075em 0 0.075em 1.25em;
  }
}
.p-footer_nav__list__box__child .__child__item .__child__item__link:before {
  content: "-";
}

.p-footer_copy {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: copy;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 0.4em 0;
  margin-top: 5em;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-footer_copy {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media (max-width: 1140px) {
  .p-footer_copy {
    font-size: 0.70625rem;
    padding: 0.83em 0;
    margin-top: 4.44em;
  }
}
@media (max-width: 980px) {
  .p-footer_copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 840px) {
  .p-footer_copy {
    font-size: 0.66875rem;
    padding: 1.36em 0;
    margin-top: 3.87em;
  }
}
@media (max-width: 540px) {
  .p-footer_copy {
    padding: 1.9em 0;
    font-size: 0.625rem;
    margin-top: 3.3em;
  }
}

/* index
  ========================================================================== */
/* .p-index_kv */
.p-index_kv {
  position: relative;
  background: url(./img/index/bg-index_kv__pc.jpg) no-repeat center 85%/cover;
}
@media (max-width: 1550px) {
  .p-index_kv {
    background-position: center;
  }
}
@media (max-width: 840px) {
  .p-index_kv {
    background-image: url(./img/index/bg-index_kv__sp.jpg);
  }
}

.p-index_kv__wrapper {
  height: 712px;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-index_kv__head {
  margin-bottom: 3.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15em 0;
}
@media (max-width: 540px) {
  .p-index_kv__head {
    display: none;
  }
}
.p-index_kv__head .__jp {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1140px) {
  .p-index_kv__head .__jp {
    font-size: 2.1875rem;
  }
}
@media (max-width: 840px) {
  .p-index_kv__head .__jp {
    font-size: 1.875rem;
  }
}
.p-index_kv__head .__en {
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0;
  color: #d8d8d8;
}
@media (max-width: 1140px) {
  .p-index_kv__head .__en {
    font-size: 1.5625rem;
  }
}
@media (max-width: 840px) {
  .p-index_kv__head .__en {
    font-size: 1.375rem;
  }
}

.p-index_kv__scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -1.6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em 0;
}
.p-index_kv__scroll:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url(./img/index/icon-index_scroll.svg) no-repeat center/contain;
}

/* .p-index_about */
.p-index_about {
  margin-top: 12em;
  position: relative;
}
@media (max-width: 1140px) {
  .p-index_about {
    margin-top: 11.25em;
  }
}
@media (max-width: 840px) {
  .p-index_about {
    margin-top: 10.5em;
  }
}
@media (max-width: 540px) {
  .p-index_about {
    margin-top: 9.75em;
  }
}
.p-index_about:after {
  content: "";
  display: block;
  width: 103.2%;
  height: auto;
  aspect-ratio: 1443/55;
  background: url(./img/common/dec-common_wave__wt.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  rotate: 8deg;
  bottom: -10.7em;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media (min-width: 1141px) {
  .p-index_about:after {
    min-width: 1486px;
  }
}
@media (max-width: 1140px) {
  .p-index_about:after {
    bottom: -8.6em;
  }
}
@media (max-width: 840px) {
  .p-index_about:after {
    bottom: -6.5em;
  }
}
@media (max-width: 540px) {
  .p-index_about:after {
    bottom: -4.4em;
  }
}

.p-index_about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

.p-index_about__title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1140px) {
  .p-index_about__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 840px) {
  .p-index_about__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .p-index_about__title {
    font-size: 1.25rem;
  }
}

.p-index_about__text {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 3.25em;
}
@media (max-width: 1140px) {
  .p-index_about__text {
    font-size: 0.9625rem;
    margin-top: 3.5em;
    line-height: 2.1;
  }
}
@media (max-width: 840px) {
  .p-index_about__text {
    font-size: 0.91875rem;
    line-height: 2.2;
    margin-top: 3.7em;
  }
}
@media (max-width: 540px) {
  .p-index_about__text {
    font-size: 0.875rem;
    margin-top: 3.95em;
    padding: 0 5%;
    line-height: 2.285;
  }
}

.p-index_about__link {
  margin-top: 2.6em;
}
@media (max-width: 1140px) {
  .p-index_about__link {
    margin-top: 2.68em;
  }
}
@media (max-width: 840px) {
  .p-index_about__link {
    margin-top: 2.76em;
  }
}
@media (max-width: 540px) {
  .p-index_about__link {
    margin-top: 2.85em;
  }
}

/* .p-index_location */
.p-index_location {
  margin-top: 9.5em;
  position: relative;
}
@media (max-width: 1140px) {
  .p-index_location {
    margin-top: 8.7em;
  }
}
@media (max-width: 840px) {
  .p-index_location {
    margin-top: 7.9em;
  }
}
@media (max-width: 540px) {
  .p-index_location {
    margin-top: 7.1em;
  }
}
.p-index_location:after {
  content: "";
  display: block;
  width: 104%;
  height: auto;
  aspect-ratio: 1443/55;
  background: url(./img/common/dec-common_wave__wt.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  rotate: -9deg;
  bottom: 7em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1141px) {
  .p-index_location:after {
    min-width: 1497px;
  }
}
@media (max-width: 1140px) {
  .p-index_location:after {
    bottom: 2.5em;
    rotate: -7.6deg;
  }
}
@media (max-width: 840px) {
  .p-index_location:after {
    rotate: -6.3deg;
    bottom: 14em;
  }
}
@media (max-width: 540px) {
  .p-index_location:after {
    bottom: 17.5em;
    rotate: -5deg;
  }
}

.p-index_location__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 545px 80px 465px 1fr;
  grid-template-columns: 1fr 545px 80px 465px 1fr;
      grid-template-areas: "pic pic pic info .";
  margin-top: 4.45em;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .p-index_location__head {
    -ms-grid-columns: 1fr (6%)[2] 1fr;
    grid-template-columns: 1fr repeat(2, 6%) 1fr;
        grid-template-areas: "pic pic pic info";
  }
  .p-index_location__head > .p-common_management__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
  .p-index_location__head > .p-footer_info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
}
@media (max-width: 1140px) {
  .p-index_location__head {
    margin-top: 4.09em;
  }
}
@media (max-width: 840px) {
  .p-index_location__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.72em;
  }
}
@media (max-width: 540px) {
  .p-index_location__head {
    margin-top: 3.35em;
  }
}

.p-index_location__head__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pic;
  height: 495px;
}

.p-index_location__bottom > .p-index_location__head__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.p-index_location__head__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_location__head__info {
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2.777;
  margin: 0 -0.9em 1.45em 0;
}

.p-footer__wrapper > .p-index_location__head__info {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-index_location__head__info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.p-index_location__head > .p-index_location__head__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
}

.p-index_location__bottom > .p-index_location__head__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
@media (max-width: 1400px) {
  .p-index_location__head__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
@media (max-width: 1140px) {
  .p-index_location__head__info {
    margin: 0;
    font-size: 1.0375rem;
    line-height: 2.61;
  }
}
@media (max-width: 840px) {
  .p-index_location__head__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 5.07%;
    line-height: 2.45;
    margin-top: 3.45em;
  }
}
@media (max-width: 540px) {
  .p-index_location__head__info {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}
@media (min-width: 841px) or (max-width: 540px) {
  .p-index_location__head__info p {
    max-width: 18.5em;
  }
}

.p-index_location__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56% 1fr auto;
  grid-template-columns: 56% 1fr auto;
      grid-template-areas: "info . pic";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6.95em auto 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1240px) {
  .p-index_location__bottom {
    -ms-grid-columns: 1fr 3% 42.22%;
    grid-template-columns: 1fr 3% 42.22%;
  }
}
@media (max-width: 1140px) {
  .p-index_location__bottom {
    margin-top: 5.59em;
  }
}
@media (max-width: 840px) {
  .p-index_location__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-top: 4.22em;
  }
}
@media (max-width: 540px) {
  .p-index_location__bottom {
    margin-top: 2.85em;
  }
}

.p-index_location__bottom__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  width: 480px;
  max-width: 100%;
  grid-area: pic;
}

.p-index_location__bottom > .p-index_location__bottom__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media (max-width: 840px) {
  .p-index_location__bottom__pic {
    height: 330px;
    width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 70.13%;
  }
}
@media (max-width: 540px) {
  .p-index_location__bottom__pic {
    height: 274px;
  }
}
.p-index_location__bottom__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .p-index_location__bottom__pic img {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}
.p-index_location__bottom__info {
  grid-area: info;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  margin: 0 auto;
}
.p-footer__wrapper > .p-index_location__bottom__info {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.p-footer__wrapper:has(.p-footer_info__address) > .p-index_location__bottom__info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
.p-index_location__head > .p-index_location__bottom__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
}
.p-index_location__bottom > .p-index_location__bottom__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
@media (max-width: 840px) {
  .p-index_location__bottom__info {
    width: 100%;
    padding: 0 5.07%;
    margin: 4.5em 0 0;
  }
}
.p-index_location__bottom__info .__text {
  letter-spacing: 0.08em;
  line-height: 3.125;
}
@media (max-width: 1140px) {
  .p-index_location__bottom__info .__text {
    font-size: 0.95625rem;
    line-height: 2.85;
  }
}
@media (max-width: 840px) {
  .p-index_location__bottom__info .__text {
    font-size: 0.91875rem;
    line-height: 2.57;
  }
}
@media (max-width: 540px) {
  .p-index_location__bottom__info .__text {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}
.p-index_location__bottom__info .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.175em;
}
@media (max-width: 1140px) {
  .p-index_location__bottom__info .__link {
    margin-top: 0.93em;
  }
}
@media (max-width: 840px) {
  .p-index_location__bottom__info .__link {
    margin-top: 0.69em;
  }
}
@media (max-width: 540px) {
  .p-index_location__bottom__info .__link {
    margin-top: 0.45em;
  }
}
.p-index_location__bottom__info .__link .p-common_link {
  padding-right: 0.8em;
}
@media (max-width: 540px) {
  .p-index_location__bottom__info .__link .p-common_link {
    padding-right: 0;
  }
}

/* .p-index_gallery */
.p-index_gallery {
  position: relative;
}
.p-index_gallery:after {
  content: "";
  display: block;
  width: 104%;
  height: auto;
  aspect-ratio: 1443/55;
  background: url(./img/common/dec-common_wave__wt.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  rotate: 13deg;
  bottom: -7.7em;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media (min-width: 1141px) {
  .p-index_gallery:after {
    min-width: 1497px;
  }
}
@media (max-width: 1140px) {
  .p-index_gallery:after {
    bottom: -6em;
    rotate: 11.4deg;
  }
}
@media (max-width: 840px) {
  .p-index_gallery:after {
    bottom: -4.3em;
    rotate: 9.7deg;
  }
}
@media (max-width: 540px) {
  .p-index_gallery:after {
    bottom: -2.6em;
    rotate: 8deg;
  }
}

.p-index_gallery__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.22% 45.14% 1fr 18.75% 7.08%;
  grid-template-columns: 12.22% 45.14% 1fr 18.75% 7.08%;
  -ms-grid-rows: 211px (auto)[2];
  grid-template-rows: 211px repeat(2, auto);
      grid-template-areas: ". box1 . . ." ". box1 . box2 ." ". . . box2 .";
  margin-top: 7.1em;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .p-index_gallery__head {
    -ms-grid-columns: 12.22fr 650px 16.81fr 270px 7.08fr;
    grid-template-columns: 12.22fr 650px 16.81fr 270px 7.08fr;
  }
}
@media (max-width: 1140px) {
  .p-index_gallery__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.07%;
    margin-top: 5.5em;
  }
}
@media (max-width: 840px) {
  .p-index_gallery__head {
    margin-top: 4em;
  }
}
@media (max-width: 540px) {
  .p-index_gallery__head {
    margin-top: 2.5em;
  }
}

.p-index_gallery__head__box:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: box1;
  height: 400px;
}
@media (max-width: 1140px) {
  .p-index_gallery__head__box:nth-of-type(1) {
    height: 335px;
  }
}
@media (max-width: 840px) {
  .p-index_gallery__head__box:nth-of-type(1) {
    height: 271px;
  }
}
@media (max-width: 540px) {
  .p-index_gallery__head__box:nth-of-type(1) {
    height: 207px;
  }
}
.p-index_gallery__head__box:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: box2;
  height: 336px;
}
@media (max-width: 1140px) {
  .p-index_gallery__head__box:nth-of-type(2) {
    width: 46.93%;
    height: 297px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 8.5%;
    margin-top: 3em;
  }
}
@media (max-width: 840px) {
  .p-index_gallery__head__box:nth-of-type(2) {
    width: 49.5%;
    height: 258px;
    margin-top: 2.5em;
  }
}
@media (max-width: 540px) {
  .p-index_gallery__head__box:nth-of-type(2) {
    width: 52.22%;
    height: 219px;
    margin-top: 2em;
  }
}
.p-index_gallery__head__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_gallery__bottom {
  margin-left: auto;
  height: 600px;
  width: 77.77%;
  margin-top: 5.05em;
  position: relative;
  z-index: 10;
}
.p-index_gallery__bottom:has(iframe.__movie) {
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1140px) {
  .p-index_gallery__bottom {
    width: 100%;
    margin-top: 4.2em;
    height: 466px;
  }
}
@media (max-width: 840px) {
  .p-index_gallery__bottom {
    margin-top: 3.3em;
    height: 333px;
  }
}
@media (max-width: 540px) {
  .p-index_gallery__bottom {
    margin-top: 2.45em;
    height: 200px;
  }
}
.p-index_gallery__bottom video.__movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_gallery__bottom iframe.__movie {
  width: 100.5%;
  height: auto;
  aspect-ratio: 16/9;
  margin-left: -0.25%;
}

/* .p-index_wedding */
.p-index_wedding {
  margin-top: 11.1em;
}
@media (max-width: 1140px) {
  .p-index_wedding {
    margin-top: 9.7em;
  }
}
@media (max-width: 840px) {
  .p-index_wedding {
    margin-top: 8.3em;
  }
}
@media (max-width: 540px) {
  .p-index_wedding {
    margin-top: 6.9em;
  }
}

.p-index_wedding__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5em 4.58%;
}
@media (max-width: 940px) {
  .p-index_wedding__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 517px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-index_wedding__list__box {
  width: 47.71%;
}
@media (max-width: 940px) {
  .p-index_wedding__list__box {
    width: 100%;
  }
}

.p-index_wedding__list__box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 100%;
  padding-bottom: 1.75em;
}
@media (max-width: 1140px) {
  .p-index_wedding__list__box__link {
    padding-bottom: 1.58em;
  }
}
@media (max-width: 840px) {
  .p-index_wedding__list__box__link {
    padding-bottom: 1.41em;
  }
}
@media (max-width: 540px) {
  .p-index_wedding__list__box__link {
    padding-bottom: 1.25em;
  }
}
.p-index_wedding__list__box__link .__pic {
  width: 100%;
  height: auto;
  max-height: 300px;
  aspect-ratio: 517/300;
}
.p-index_wedding__list__box__link .__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index_wedding__list__box__link .__sub,
.p-index_wedding__list__box__link .__text {
  padding: 0 4.1%;
}
.__wedding .p-index_wedding__list__box__link .__sub,
.__wedding .p-index_wedding__list__box__link .__text {
  max-width: 21.6em;
}
.__photo .p-index_wedding__list__box__link .__sub,
.__photo .p-index_wedding__list__box__link .__text {
  max-width: 23.8em;
}
.p-index_wedding__list__box__link .__sub {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin-top: 1.55em;
}
@media (max-width: 1140px) {
  .p-index_wedding__list__box__link .__sub {
    font-size: 1.1875rem;
    margin-top: 1.34em;
  }
}
@media (max-width: 840px) {
  .p-index_wedding__list__box__link .__sub {
    font-size: 1.125rem;
    margin-top: 1.12em;
  }
}
@media (max-width: 540px) {
  .p-index_wedding__list__box__link .__sub {
    font-size: 1.0625rem;
    margin-top: 0.9em;
  }
}
.p-index_wedding__list__box__link .__text {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 0.8em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1140px) {
  .p-index_wedding__list__box__link .__text {
    font-size: 0.9375rem;
    line-height: 1.85;
    margin-top: 0.69em;
  }
}
@media (max-width: 840px) {
  .p-index_wedding__list__box__link .__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 0.58em;
  }
}
@media (max-width: 540px) {
  .p-index_wedding__list__box__link .__text {
    font-size: 0.8125rem;
    line-height: 1.538;
    margin-top: 0.475em;
  }
}

/* .p-index_topics */
.p-index_topics {
  margin-top: 10.85em;
}
@media (max-width: 1140px) {
  .p-index_topics {
    margin-top: 9.96em;
  }
}
@media (max-width: 840px) {
  .p-index_topics {
    margin-top: 9.08em;
  }
}
@media (max-width: 540px) {
  .p-index_topics {
    margin-top: 8.2em;
  }
}

.p-index_topics__list {
  margin-top: 3.55em;
}
@media (max-width: 1140px) {
  .p-index_topics__list {
    margin-top: 3.2em;
  }
}
@media (max-width: 840px) {
  .p-index_topics__list {
    margin-top: 2.85em;
  }
}
@media (max-width: 540px) {
  .p-index_topics__list {
    margin-top: 2.5em;
  }
}

.p-index_topics__list__box {
  border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 841px) {
  .p-index_topics__list__box:last-of-type {
    border-bottom: none;
  }
}

.p-index_topics__list__box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.03em 0;
}
@media (max-width: 1140px) {
  .p-index_topics__list__box__link {
    padding: 0.9em 0;
  }
}
@media (max-width: 840px) {
  .p-index_topics__list__box__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 2em;
    grid-template-columns: auto 1fr 2em;
    -ms-grid-rows: auto 0.45em auto;
    grid-template-rows: repeat(2, auto);
        grid-template-areas: "time cat cat" "name name arrow";
    grid-row-gap: 0.45em;
    padding: 0.76em 0 0.76em;
  }
  .p-index_topics__list__box__link > .p-footer_name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 540px) {
  .p-index_topics__list__box__link {
    padding: 0.925em 0 0.625em;
  }
}
.p-index_topics__list__box__link:after {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  margin: 0 1.3%;
  background: url(./img/index/icon-topics_arrow.svg) no-repeat center/contain;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  grid-area: arrow;
}
@media (max-width: 840px) {
  .p-index_topics__list__box__link:after {
    background-position: right center;
    margin-left: auto;
    margin-right: 10%;
  }
}
@media (max-width: 1140px) {
  .p-index_topics__list__box__link .__time,
  .p-index_topics__list__box__link .__cat,
  .p-index_topics__list__box__link .__name {
    font-size: 0.9375rem;
  }
}
@media (max-width: 840px) {
  .p-index_topics__list__box__link .__time,
  .p-index_topics__list__box__link .__cat,
  .p-index_topics__list__box__link .__name {
    font-size: 0.875rem;
  }
}
@media (max-width: 540px) {
  .p-index_topics__list__box__link .__time,
  .p-index_topics__list__box__link .__cat,
  .p-index_topics__list__box__link .__name {
    font-size: 0.8125rem;
  }
}
.p-index_topics__list__box__link .__time {
  letter-spacing: 0.1em;
  padding: 0 0.5em;
  grid-area: time;
}
@media (max-width: 840px) {
  .p-index_topics__list__box__link .__time {
    padding-left: 0;
  }
}
.p-index_topics__list__box__link .__cat {
  background: #e5e5e5;
  width: 140px;
  height: 32px;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.95%;
  grid-area: cat;
}
@media (max-width: 1140px) {
  .p-index_topics__list__box__link .__cat {
    width: 120px;
    margin-left: 1.3%;
    height: 29px;
  }
}
@media (max-width: 840px) {
  .p-index_topics__list__box__link .__cat {
    width: 100px;
    margin-left: 0.65%;
    height: 25px;
  }
}
@media (max-width: 540px) {
  .p-index_topics__list__box__link .__cat {
    width: 80px;
    margin-left: 0;
    height: 21px;
  }
}
.p-index_topics__list__box__link .__cat .__cat__text {
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-index_topics__list__box__link .__name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.08em;
  padding: 0 0 0 3%;
  grid-area: name;
  overflow: hidden;
  font-weight: 500;
}
@media (min-width: 841px) {
  .p-index_topics__list__box__link .__name {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 840px) {
  .p-index_topics__list__box__link .__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
  }
}

.p-index_topics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.1em;
}
@media (max-width: 1140px) {
  .p-index_topics__link {
    margin-top: 1em;
  }
}
@media (max-width: 840px) {
  .p-index_topics__link {
    margin-top: 0.9em;
  }
}
@media (max-width: 540px) {
  .p-index_topics__link {
    margin-top: 0.75em;
  }
}
.p-index_topics__link .p-common_link {
  padding-right: 0;
}

/* .p-index_other */
.p-index_other {
  margin-top: 8.45em;
}
@media (max-width: 1140px) {
  .p-index_other {
    margin-top: 7.36em;
  }
}
@media (max-width: 840px) {
  .p-index_other {
    margin-top: 6.28em;
  }
}
@media (max-width: 540px) {
  .p-index_other {
    margin-top: 5.25em;
  }
}

.p-index_other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em 6%;
}
@media (max-width: 840px) {
  .p-index_other__list {
    margin-left: auto;
    margin-right: auto;
    width: 89%;
    max-width: 376px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index_other__list__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 840px) {
  .p-index_other__list__box {
    width: 100%;
  }
}
.p-index_other__list__box .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #101010;
  color: #fff;
  position: relative;
}
@media (max-width: 1140px) {
  .p-index_other__list__box .__link {
    font-size: 1.08125rem;
    height: 73px;
  }
}
@media (max-width: 840px) {
  .p-index_other__list__box .__link {
    font-size: 1.04375rem;
    height: 71px;
  }
}
@media (max-width: 540px) {
  .p-index_other__list__box .__link {
    font-size: 1rem;
    height: 70px;
  }
}
.p-index_other__list__box .__link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: url(./img/common/icon-common_link__arrow__wt.svg) no-repeat center/60% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.25%;
  margin: auto 0;
}
@media (max-width: 1140px) {
  .p-index_other__list__box .__link:after {
    right: 6.67%;
  }
}
@media (max-width: 840px) {
  .p-index_other__list__box .__link:after {
    right: 7.09%;
  }
}
@media (max-width: 540px) {
  .p-index_other__list__box .__link:after {
    right: 7.5%;
  }
}

/* about
  ========================================================================== */
/* common */
.p-about_title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  /*display: flex;
  flex-direction: column;
  gap: 1.875em 0;*/
  padding-right: 3.5svw;
}
@media (max-width: 1140px) {
  .p-about_title {
    font-size: 1.79375rem;
    line-height: 1.53;
  }
}
@media (max-width: 840px) {
  .p-about_title {
    font-size: 1.58125rem;
    line-height: 1.56;
  }
}
@media (max-width: 540px) {
  .p-about_title {
    font-size: 1.375rem;
    line-height: 1.59;
  }
}
.p-about_title:after {
  content: "";
  display: block;
  width: 45px;
  height: auto;
  aspect-ratio: 100/13;
  background: url(./img/about/dec-about_title.svg) no-repeat center/contain;
  margin-top: 1.875em;
}
@media (max-width: 1140px) {
  .p-about_title:after {
    margin-top: 1.73em;
  }
}
@media (max-width: 840px) {
  .p-about_title:after {
    margin-top: 1.59em;
  }
}
@media (max-width: 540px) {
  .p-about_title:after {
    margin-top: 1.45em;
  }
}

/* .p-about_info */
.p-about_info {
  margin-top: 7.7em;
}
@media (max-width: 1140px) {
  .p-about_info {
    margin-top: 7em;
  }
}
@media (max-width: 840px) {
  .p-about_info {
    margin-top: 6.3em;
  }
}
@media (max-width: 540px) {
  .p-about_info {
    margin-top: 5.6em;
  }
}

.p-about_info__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 545px 37.85% 1fr;
  grid-template-columns: 1fr 545px 37.85% 1fr;
  -ms-grid-rows: 1fr (auto)[2] 1fr;
  grid-template-rows: 1fr repeat(2, auto) 1fr;
      grid-template-areas: ". . pic pic" ". sub pic pic" ". text pic pic" ". . pic pic";
}
@media (max-width: 1440px) {
  .p-about_info__wrapper {
    -ms-grid-columns: 1fr (37.85%)[2] 1fr;
    grid-template-columns: 1fr repeat(2, 37.85%) 1fr;
  }
}
@media (max-width: 1140px) {
  .p-about_info__wrapper {
    -ms-grid-columns: 3.575% (1fr)[2] 3.575%;
    grid-template-columns: 3.575% repeat(2, 1fr) 3.575%;
  }
}
@media (max-width: 840px) {
  .p-about_info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about_info__sub,
.p-about_info__text {
  max-width: 430px;
  margin-right: 10%;
}
@media (max-width: 1140px) {
  .p-about_info__sub,
  .p-about_info__text {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 940px) {
  .p-about_info__sub,
  .p-about_info__text {
    max-width: 370px;
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  .p-about_info__sub,
  .p-about_info__text {
    max-width: 89.86%;
    margin-left: auto;
  }
}

.p-about_info__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: sub;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.p-about_process__list__item > .p-about_info__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-stage_main__inbox > .p-about_info__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-about_info__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-access_info__wrapper > .p-about_info__sub {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-about_info__sub {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
@media (max-width: 1300px) {
  .p-about_info__sub {
    font-size: 1.41875rem;
  }
}
@media (max-width: 940px) {
  .p-about_info__sub {
    font-size: 1.33125rem;
  }
}
@media (max-width: 540px) {
  .p-about_info__sub {
    font-size: 1.25rem;
  }
}

.p-about_info__text {
  grid-area: text;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 1.95em;
}

.p-about_info__wrapper > .p-about_info__text {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.p-stage_main__inbox > .p-about_info__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-about_info__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (max-width: 1300px) {
  .p-about_info__text {
    font-size: 0.95625rem;
    line-height: 2.1;
    margin-top: 1.85em;
  }
}
@media (max-width: 940px) {
  .p-about_info__text {
    font-size: 0.91875rem;
    line-height: 2.2;
    margin-top: 1.75em;
  }
}
@media (max-width: 540px) {
  .p-about_info__text {
    font-size: 0.875rem;
    line-height: 2.285;
    margin-top: 1.65em;
  }
}

.p-about_info__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pic;
  height: 494px;
}

.p-index_location__bottom > .p-about_info__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media (max-width: 1300px) {
  .p-about_info__pic {
    height: 463px;
  }
}
@media (max-width: 940px) {
  .p-about_info__pic {
    height: 432px;
  }
}
@media (max-width: 840px) {
  .p-about_info__pic {
    margin-top: 3.9em;
  }
}
@media (max-width: 540px) {
  .p-about_info__pic {
    height: 401px;
  }
}
.p-about_info__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-about_concept */
.p-about_concept {
  margin-top: 10.6em;
  background: #fff;
}
@media (max-width: 1140px) {
  .p-about_concept {
    margin-top: 9.8em;
  }
}
@media (max-width: 840px) {
  .p-about_concept {
    margin-top: 9em;
  }
}
@media (max-width: 540px) {
  .p-about_concept {
    margin-top: 8.2em;
  }
}

.p-about_concept__wrapper {
  padding-bottom: 5.3em;
}
@media (min-width: 1441px) {
  .p-about_concept__wrapper {
    width: calc(545px + 37.85%);
  }
}
@media (max-width: 1140px) {
  .p-about_concept__wrapper {
    padding-bottom: 4.75em;
  }
}
@media (max-width: 840px) {
  .p-about_concept__wrapper {
    padding-bottom: 4.2em;
  }
}
@media (max-width: 540px) {
  .p-about_concept__wrapper {
    padding-bottom: 3.65em;
  }
}

.p-about_concept__head {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #17374e;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
}
@media (max-width: 1240px) {
  .p-about_concept__head {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1140px) {
  .p-about_concept__head {
    font-size: 1.83125rem;
  }
}
@media (max-width: 840px) {
  .p-about_concept__head {
    font-size: 1.66875rem;
  }
}
@media (max-width: 540px) {
  .p-about_concept__head {
    font-size: 1.5rem;
    width: 89%;
  }
}
.p-about_concept__head:before {
  content: "";
  display: block;
  height: 1px;
  width: 50svw;
  position: absolute;
  left: -0.85em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #17374e;
}

.p-about_concept__sub, .p-about_concept__sub__text {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.923;
  font-size: 1.625rem;
  color: #7aa5d0;
}
@media (max-width: 1140px) {
  .p-about_concept__sub, .p-about_concept__sub__text {
    font-size: 1.5rem;
    line-height: 1.82;
  }
}
@media (max-width: 840px) {
  .p-about_concept__sub, .p-about_concept__sub__text {
    font-size: 1.375rem;
    line-height: 1.71;
  }
}
@media (max-width: 540px) {
  .p-about_concept__sub, .p-about_concept__sub__text {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-about_concept__sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -0.65em;
  margin-top: 1.15em;
}
@media (max-width: 1140px) {
  .p-about_concept__sub {
    margin-top: 1.11em;
  }
}
@media (max-width: 840px) {
  .p-about_concept__sub {
    margin-top: 1.08em;
  }
}
@media (max-width: 540px) {
  .p-about_concept__sub {
    margin-top: 1.05em;
  }
}
.p-about_concept__sub:before {
  content: "「";
}
@media (max-width: 620px) {
  .p-about_concept__sub {
    max-width: 520px;
  }
}
@media (max-width: 540px) {
  .p-about_concept__sub {
    max-width: 450px;
  }
}

.p-about_concept__sub__text:after {
  content: "」";
}

.p-about_concept__text {
  margin-top: 2.7em;
}
@media (max-width: 1140px) {
  .p-about_concept__text {
    margin-top: 2.5em;
  }
}
@media (max-width: 840px) {
  .p-about_concept__text {
    margin-top: 2.3em;
  }
}
@media (max-width: 540px) {
  .p-about_concept__text {
    margin-top: 2.1em;
  }
}
.p-about_concept__text p {
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (max-width: 1140px) {
  .p-about_concept__text p {
    font-size: 0.95625rem;
    line-height: 2.1;
  }
}
@media (max-width: 840px) {
  .p-about_concept__text p {
    font-size: 0.91875rem;
    line-height: 2.2;
  }
}
@media (max-width: 540px) {
  .p-about_concept__text p {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}
.p-about_concept__text p + p {
  margin-top: 2em;
}
@media (max-width: 1140px) {
  .p-about_concept__text p + p {
    margin-top: 2.1em;
  }
}
@media (max-width: 840px) {
  .p-about_concept__text p + p {
    margin-top: 2.2em;
  }
}
@media (max-width: 540px) {
  .p-about_concept__text p + p {
    margin-top: 2.285em;
  }
}

/* .p-about_point */
.p-about_point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1090px 1fr;
  grid-template-columns: 1fr 1090px 1fr;
      grid-template-areas: ". wrapper wrapper";
  margin-top: 10.65em;
}
@media (min-width: 1441px) {
  .p-about_point {
    -ms-grid-columns: 1fr calc(545px + 37.85%) 1fr;
    grid-template-columns: 1fr calc(545px + 37.85%) 1fr;
  }
}
@media (max-width: 1174px) {
  .p-about_point {
    -ms-grid-columns: 1fr 92.85% 1fr;
    grid-template-columns: 1fr 92.85% 1fr;
    margin-top: 8.7em;
  }
}
@media (max-width: 840px) {
  .p-about_point {
    -ms-grid-columns: 1fr 89.86% 1fr;
    grid-template-columns: 1fr 89.86% 1fr;
    margin-top: 6.7em;
  }
}
@media (max-width: 540px) {
  .p-about_point {
    margin-top: 4.7em;
  }
}

.p-about_point__wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: wrapper;
}
.p-about_point__wrapper .p-about_title {
  text-indent: -0.6em;
}
.p-about_point__wrapper .p-about_title .u-dp__ib {
  padding-left: 0.6em;
}
@media (max-width: 640px) {
  .p-about_point__wrapper .p-about_title .u-dp__ib {
    padding-left: 0.8em;
  }
}

.p-about_point__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1.5em;
  margin-top: 5.6em;
}
@media (max-width: 1140px) {
  .p-about_point__head {
    grid-column-gap: 1.29em;
    margin-top: 5.04em;
  }
}
@media (max-width: 840px) {
  .p-about_point__head {
    grid-column-gap: 1.07em;
    margin-top: 4.47em;
  }
}
@media (max-width: 540px) {
  .p-about_point__head {
    grid-column-gap: 0.85em;
    margin-top: 3.9em;
  }
}
.p-about_point__head:first-of-type {
  margin-top: 4.25em;
}
@media (max-width: 1140px) {
  .p-about_point__head:first-of-type {
    margin-top: 3.65em;
  }
}
@media (max-width: 840px) {
  .p-about_point__head:first-of-type {
    margin-top: 3.05em;
  }
}
@media (max-width: 540px) {
  .p-about_point__head:first-of-type {
    margin-top: 2.45em;
  }
}

.p-about_point__head__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125em 0;
  padding-top: 0.25em;
  height: 88px;
  width: auto;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 1140px) {
  .p-about_point__head__mark {
    height: 79px;
  }
}
@media (max-width: 840px) {
  .p-about_point__head__mark {
    height: 70px;
  }
}
@media (max-width: 540px) {
  .p-about_point__head__mark {
    height: 61px;
  }
}
.p-about_point__head__mark .__text,
.p-about_point__head__mark .__num {
  color: #7aa5d0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-about_point__head__mark .__text {
  font-size: 0.75rem;
}
@media (max-width: 1140px) {
  .p-about_point__head__mark .__text {
    font-size: 0.6875rem;
  }
}
@media (max-width: 840px) {
  .p-about_point__head__mark .__text {
    font-size: 0.625rem;
  }
}
@media (max-width: 540px) {
  .p-about_point__head__mark .__text {
    font-size: 0.5625rem;
  }
}
.p-about_point__head__mark .__num {
  font-size: 1.875rem;
}
@media (max-width: 1140px) {
  .p-about_point__head__mark .__num {
    font-size: 1.70625rem;
  }
}
@media (max-width: 840px) {
  .p-about_point__head__mark .__num {
    font-size: 1.54375rem;
  }
}
@media (max-width: 540px) {
  .p-about_point__head__mark .__num {
    font-size: 1.375rem;
  }
}
.p-about_point__head__mark:before, .p-about_point__head__mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
}
.p-about_point__head__mark:before {
  border: solid 1px #7aa5d0;
  border-radius: 75px 75px 0 0;
  border-bottom: 0;
  top: 0;
  rotate: -15deg;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.p-about_point__head__mark:after {
  border: solid 1px #7aa5d0;
  border-radius: 0 0 75px 75px;
  border-top: 0;
  bottom: 0;
  rotate: 15deg;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.p-about_point__head__main {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-top: 0.35em;
}
@media (max-width: 1140px) {
  .p-about_point__head__main {
    font-size: 1.625rem;
    padding-top: 0.26em;
  }
}
@media (max-width: 840px) {
  .p-about_point__head__main {
    font-size: 1.5rem;
    padding-top: 0.18em;
  }
}
@media (max-width: 540px) {
  .p-about_point__head__main {
    font-size: 1.375rem;
    padding-top: 0.1em;
  }
}

.p-about_point__gallery {
  margin-top: 2.45em;
}
@media (max-width: 1140px) {
  .p-about_point__gallery {
    margin-top: 2.29em;
  }
}
@media (max-width: 840px) {
  .p-about_point__gallery {
    margin-top: 2.12em;
  }
}
@media (max-width: 540px) {
  .p-about_point__gallery {
    margin-top: 1.95em;
  }
}
.p-about_point__gallery .slick-list {
  width: 515px;
  overflow: visible;
}
@media (max-width: 1140px) {
  .p-about_point__gallery .slick-list {
    width: 470px;
  }
}
@media (max-width: 840px) {
  .p-about_point__gallery .slick-list {
    width: 411px;
  }
}
@media (max-width: 540px) {
  .p-about_point__gallery .slick-list {
    width: 352px;
  }
}
.p-about_point__gallery .slick-arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 10;
}
.p-about_point__gallery .slick-arrow.slick-prev {
  left: 14px;
  rotate: 135deg;
}
@media (max-width: 540px) {
  .p-about_point__gallery .slick-arrow.slick-prev {
    left: 4px;
  }
}
.p-about_point__gallery .slick-arrow.slick-next {
  right: 14px;
  rotate: -45deg;
}
@media (max-width: 540px) {
  .p-about_point__gallery .slick-arrow.slick-next {
    right: 22px;
  }
}
.p-about_point__gallery .slick-arrow:hover {
  opacity: 0.5;
}
.p-about_point__gallery:not(.slick-initialized) .p-about_point__gallery__box:not(:first-of-type) {
  display: none;
}

.p-about_point__gallery__box {
  width: 100%;
  height: 100%;
  aspect-ratio: 515/309;
  padding-right: 15px;
}
@media (max-width: 1140px) {
  .p-about_point__gallery__box {
    aspect-ratio: 470/275;
  }
}
@media (max-width: 840px) {
  .p-about_point__gallery__box {
    aspect-ratio: 411/241;
  }
}
@media (max-width: 540px) {
  .p-about_point__gallery__box {
    aspect-ratio: 352/208;
  }
}
.p-about_point__gallery__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about_point__sub {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 2.8em;
  padding-right: 3.5svw;
}
@media (max-width: 1140px) {
  .p-about_point__sub {
    font-size: 1.41875rem;
    line-height: 1.58;
    margin-top: 2.3em;
  }
}
@media (max-width: 840px) {
  .p-about_point__sub {
    font-size: 1.33125rem;
    line-height: 1.66;
    margin-top: 1.8em;
  }
}
@media (max-width: 540px) {
  .p-about_point__sub {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 1.3em;
  }
}

.p-about_point__text {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 1.4em;
  padding-right: 3.5svw;
}
@media (max-width: 1300px) {
  .p-about_point__text {
    font-size: 0.95625rem;
    line-height: 2.1;
    margin-top: 1.29em;
  }
}
@media (max-width: 940px) {
  .p-about_point__text {
    font-size: 0.91875rem;
    line-height: 2.2;
    margin-top: 1.17em;
  }
}
@media (max-width: 540px) {
  .p-about_point__text {
    font-size: 0.875rem;
    line-height: 2.285;
    margin-top: 1.05em;
  }
  .p-about_point__text.__small {
    font-size: 0.8125rem;
    line-height: 2.46;
  }
}

/* .p-about_process */
.p-about_process {
  margin-top: 9.85em;
}
@media (max-width: 1140px) {
  .p-about_process {
    margin-top: 9.06em;
  }
}
@media (max-width: 840px) {
  .p-about_process {
    margin-top: 8.28em;
  }
}
@media (max-width: 540px) {
  .p-about_process {
    margin-top: 7.5em;
  }
}

.p-about_process__wrapper .p-about_title {
  padding-bottom: 0.45em;
  padding-right: 0;
}
@media (min-width: 1441px) {
  .p-about_process__wrapper .p-about_title {
    width: calc(545px + 37.85%);
  }
}

.p-about_process__bg {
  position: relative;
  padding-top: 3em;
  position: relative;
}
@media (max-width: 1140px) {
  .p-about_process__bg {
    padding-top: 2.44em;
  }
}
@media (min-width: 841px) {
  .p-about_process__bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 22svw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(./img/about/dec-about_process.jpg) no-repeat center bottom/cover;
  }
}
@media (max-width: 840px) {
  .p-about_process__bg {
    padding-top: 1.87em;
  }
}
@media (max-width: 540px) {
  .p-about_process__bg {
    padding-top: 1.3em;
  }
}

.p-about_process__info {
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 1441px) {
  .p-about_process__info {
    width: calc(545px + 37.85%);
  }
}
@media (max-width: 1140px) {
  .p-about_process__info {
    font-size: 0.95625rem;
    line-height: 2.1;
  }
}
@media (max-width: 940px) {
  .p-about_process__info {
    font-size: 0.91875rem;
    line-height: 2.2;
  }
}
@media (max-width: 540px) {
  .p-about_process__info {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}

.p-about_process__list {
  margin-top: 5.7em;
  padding-bottom: 0.85em;
}
@media (min-width: 1441px) {
  .p-about_process__list {
    width: calc(545px + 37.85%);
  }
}
@media (max-width: 1140px) {
  .p-about_process__list {
    margin-top: 4.56em;
  }
}
@media (min-width: 841px) {
  .p-about_process__list {
    padding-right: 22svw;
  }
}
@media (max-width: 840px) {
  .p-about_process__list {
    margin-top: 3.43em;
  }
}
@media (max-width: 540px) {
  .p-about_process__list {
    margin-top: 2.3em;
  }
}

.p-about_process__list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "num sub" ". note";
  position: relative;
}
@media (max-width: 1140px) {
  .p-about_process__list__item {
    -ms-grid-columns: 82px 1fr;
    grid-template-columns: 82px 1fr;
    grid-row-gap: 0.2em;
  }
}
@media (max-width: 840px) {
  .p-about_process__list__item {
    -ms-grid-columns: 75px 1fr;
    grid-template-columns: 75px 1fr;
    grid-row-gap: 0.4em;
  }
}
@media (max-width: 540px) {
  .p-about_process__list__item {
    -ms-grid-columns: 68px 1fr;
    grid-template-columns: 68px 1fr;
    grid-row-gap: 0.6em;
  }
}
.p-about_process__list__item:not(:last-of-type) {
  padding-bottom: 2.7em;
  min-height: 134px;
}
@media (max-width: 1140px) {
  .p-about_process__list__item:not(:last-of-type) {
    padding-bottom: 2.39em;
    min-height: 135px;
  }
}
@media (max-width: 840px) {
  .p-about_process__list__item:not(:last-of-type) {
    padding-bottom: 2.07em;
    min-height: 136px;
  }
}
@media (max-width: 540px) {
  .p-about_process__list__item:not(:last-of-type) {
    padding-bottom: 1.75em;
    min-height: 137px;
  }
}
.p-about_process__list__item:not(:last-of-type):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 25px);
  position: absolute;
  left: -1px;
  bottom: -4px;
  background: #7aa5d0;
}
@media (max-width: 840px) {
  .p-about_process__list__item:not(:last-of-type):before {
    left: 8px;
    bottom: 2px;
  }
}
.p-about_process__list__item .__num,
.p-about_process__list__item .__sub {
  color: #7aa5d0;
  letter-spacing: 0.06em;
}
.p-about_process__list__item .__num {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: num;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1140px) {
  .p-about_process__list__item .__num {
    font-size: 1.83125rem;
    padding-left: 14px;
  }
}
@media (max-width: 840px) {
  .p-about_process__list__item .__num {
    font-size: 1.66875rem;
    padding-left: 18px;
  }
}
@media (max-width: 540px) {
  .p-about_process__list__item .__num {
    font-size: 1.5rem;
    padding-left: 21px;
  }
}
.p-about_process__list__item .__num:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #7aa5d0;
  position: absolute;
  left: 0;
}
@media (min-width: 841px) {
  .p-about_process__list__item .__num:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media (max-width: 840px) {
  .p-about_process__list__item .__num:before {
    top: 0.1em;
  }
}
.p-about_process__list__item .__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sub;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 1140px) {
  .p-about_process__list__item .__sub {
    font-size: 1.20625rem;
    line-height: 1.62;
  }
}
@media (max-width: 840px) {
  .p-about_process__list__item .__sub {
    font-size: 1.16875rem;
    line-height: 1.56;
  }
}
@media (max-width: 540px) {
  .p-about_process__list__item .__sub {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-about_process__list__item .__note {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: note;
  letter-spacing: 0.06em;
  line-height: 1.9375;
}
@media (max-width: 1140px) {
  .p-about_process__list__item .__note {
    font-size: 0.95625rem;
    line-height: 1.86;
  }
}
@media (max-width: 940px) {
  .p-about_process__list__item .__note {
    font-size: 0.91875rem;
    line-height: 1.79;
  }
}
@media (max-width: 540px) {
  .p-about_process__list__item .__note {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

/* stage
  ========================================================================== */
/* .p-stage_about */
.p-stage_about {
  margin-top: 7.25em;
}
@media (max-width: 1140px) {
  .p-stage_about {
    margin-top: 6.56em;
  }
}
@media (max-width: 840px) {
  .p-stage_about {
    margin-top: 5.88em;
  }
}
@media (max-width: 540px) {
  .p-stage_about {
    margin-top: 5.2em;
  }
}

.p-stage_about__wrapper p {
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1140px) {
  .p-stage_about__wrapper p {
    font-size: 0.95625rem;
    line-height: 2.1;
  }
}
@media (max-width: 840px) {
  .p-stage_about__wrapper p {
    font-size: 0.91875rem;
    line-height: 2.2;
  }
}
@media (max-width: 540px) {
  .p-stage_about__wrapper p {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}

/* .p-stage_anchor */
.p-stage_anchor {
  margin-top: 2.9em;
}
@media (max-width: 1140px) {
  .p-stage_anchor {
    margin-top: 2.97em;
  }
}
@media (max-width: 840px) {
  .p-stage_anchor {
    margin-top: 3.04em;
  }
}
@media (max-width: 540px) {
  .p-stage_anchor {
    margin-top: 3.1em;
  }
}

/* .p-stage_main */
.p-stage_main {
  margin-top: 5.3em;
}
@media (max-width: 1140px) {
  .p-stage_main {
    margin-top: 4.74em;
  }
}
@media (max-width: 840px) {
  .p-stage_main {
    margin-top: 4.17em;
  }
}
@media (max-width: 540px) {
  .p-stage_main {
    margin-top: 3.6em;
  }
}

@media (max-width: 840px) {
  .p-stage_main__wrapper {
    max-width: 100%;
  }
}

.p-stage_main__inbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% 500px;
  grid-template-columns: 1fr 500px;
  grid-column-gap: 2%;
  -ms-grid-rows: 7fr (auto)[2] 6fr auto;
  grid-template-rows: 7fr repeat(2, auto) 6fr auto;
      grid-template-areas: ". slider" "sub slider" "text slider" ". slider" "thumbnail thumbnail";
  border-top: 1px solid #d6d6d6;
  padding: 4.45em 0;
}
.p-stage_main__inbox:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1140px) {
  .p-stage_main__inbox {
    -ms-grid-columns: 1fr 2.11% 47.98%;
    grid-template-columns: 1fr 47.98%;
    grid-column-gap: 2.11%;
    padding: 3.95em 0;
  }
}
@media (max-width: 840px) {
  .p-stage_main__inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.45em 0;
  }
}
@media (max-width: 540px) {
  .p-stage_main__inbox {
    padding: 2.95em 0;
  }
}
.p-stage_main__inbox:has(.p-stage_main__detail) {
  -ms-grid-rows: 7fr (auto)[2] 6fr auto auto;
  grid-template-rows: 7fr repeat(2, auto) 6fr auto auto;
      grid-template-areas: ". slider" "sub slider" "text slider" ". slider" "thumbnail thumbnail" "detail detail";
}

@media (max-width: 840px) {
  .p-stage_main__sub,
  .p-stage_main__text,
  .p-stage_main__slider,
  .p-stage_main__thumbnail {
    width: 89.86%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-stage_main__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: sub;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.6em 1fr;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  gap: 0 0.6em;
}

.p-about_process__list__item > .p-stage_main__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-stage_main__inbox > .p-stage_main__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-stage_main__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-access_info__wrapper > .p-stage_main__sub {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-stage_main__sub {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
@media (max-width: 1140px) {
  .p-stage_main__sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 840px) {
  .p-stage_main__sub {
    font-size: 1.375rem;
  }
}
@media (max-width: 540px) {
  .p-stage_main__sub {
    font-size: 1.25rem;
  }
}
.p-stage_main__sub:before {
  content: "";
  display: block;
  width: 33.9408px;
  height: 2px;
  aspect-ratio: 1/1;
  background: #7aa5d0;
  rotate: -45deg;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  margin-top: 0.1lh;
  margin-left: -9.9408px;
}
@media (max-width: 1140px) {
  .p-stage_main__sub:before {
    width: 29.6982px;
    margin-left: -8.6982px;
  }
}
@media (max-width: 840px) {
  .p-stage_main__sub:before {
    width: 25.4556px;
    margin-left: -7.4556px;
  }
}
@media (max-width: 540px) {
  .p-stage_main__sub:before {
    width: 22.6272px;
    margin-left: -6.6272px;
  }
}

.p-stage_main__text {
  grid-area: text;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 2.2em;
}

.p-about_info__wrapper > .p-stage_main__text {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.p-stage_main__inbox > .p-stage_main__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-stage_main__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (max-width: 1140px) {
  .p-stage_main__text {
    font-size: 0.95625rem;
    line-height: 1.95;
    margin-top: 2em;
  }
}
@media (max-width: 840px) {
  .p-stage_main__text {
    font-size: 0.91875rem;
    line-height: 1.9;
    margin-top: 1.8em;
  }
}
@media (max-width: 540px) {
  .p-stage_main__text {
    font-size: 0.875rem;
    line-height: 1.857;
    margin-top: 1.6em;
  }
}

.p-stage_main__slider {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 3;
  grid-area: slider;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-stage_main__slider {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
}
@media (max-width: 840px) {
  .p-stage_main__slider {
    margin-top: 2.05em;
  }
}
.p-stage_main__slider .__box {
  aspect-ratio: 500/309;
}
.p-stage_main__slider .__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stage_main__slider:not(.slick-initialized) .__box:not(:first-of-type) {
  display: none;
}

.p-stage_main__thumbnail {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: thumbnail;
  margin-top: 1.5em;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-stage_main__thumbnail {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
@media (max-width: 1140px) {
  .p-stage_main__thumbnail {
    margin-top: 1.2em;
  }
}
@media (max-width: 840px) {
  .p-stage_main__thumbnail {
    margin-top: 0.8em;
  }
}
@media (max-width: 540px) {
  .p-stage_main__thumbnail {
    margin-top: 0.5em;
  }
}
.p-stage_main__thumbnail .slick-list .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1140px) {
  .p-stage_main__thumbnail .slick-list .slick-track {
    gap: 12px;
  }
}
@media (max-width: 840px) {
  .p-stage_main__thumbnail .slick-list .slick-track {
    gap: 9px;
  }
}
@media (max-width: 540px) {
  .p-stage_main__thumbnail .slick-list .slick-track {
    gap: 6px;
  }
}
.p-stage_main__thumbnail .slick-list .slick-track:before, .p-stage_main__thumbnail .slick-list .slick-track:after {
  display: none;
}
.p-stage_main__thumbnail .__box {
  width: 100%;
  max-width: calc(25% - 12px);
  height: 160px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media (max-width: 1140px) {
  .p-stage_main__thumbnail .__box {
    max-width: calc(25% - 9px);
  }
}
@media (max-width: 840px) {
  .p-stage_main__thumbnail .__box {
    max-width: calc(25% - 6.75px);
  }
}
@media (max-width: 540px) {
  .p-stage_main__thumbnail .__box {
    max-width: calc(25% - 4.5px);
  }
}
.p-stage_main__thumbnail .__box {
  cursor: pointer;
}
@media (max-width: 1140px) {
  .p-stage_main__thumbnail .__box {
    height: 133px;
  }
}
@media (max-width: 840px) {
  .p-stage_main__thumbnail .__box {
    height: 106px;
  }
}
@media (max-width: 540px) {
  .p-stage_main__thumbnail .__box {
    height: 80px;
  }
}
.p-stage_main__thumbnail .__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stage_main__thumbnail .__box:hover {
  opacity: 0.5;
}
.p-stage_main__thumbnail:not(.slick-initialized) .__box {
  display: none;
}

.p-stage_main__detail {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: detail;
  background: #fcfbfa;
  overflow: hidden;
  padding: 5.95em 0 5.9em;
  margin-top: 4.5em;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-stage_main__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media (max-width: 1140px) {
  .p-stage_main__detail {
    margin-top: 4.67em;
    padding: 4.84em 0 5.15em;
  }
}
@media (max-width: 840px) {
  .p-stage_main__detail {
    margin-top: 4.84em;
    padding: 3.72em 0 4.4em;
  }
}
@media (max-width: 540px) {
  .p-stage_main__detail {
    margin-top: 5em;
    padding: 2.6em 0 3.65em;
  }
}

.p-stage_main__detail__head {
  width: 800px;
  max-width: 89.86%;
  padding: 0 5.07%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.p-stage_main__detail__head__text {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1.25em;
  width: 47.5%;
}
@media (max-width: 1140px) {
  .p-stage_main__detail__head__text {
    font-size: 1.45625rem;
  }
}
@media (min-width: 841px) {
  .p-stage_main__detail__head__text {
    min-width: 370px;
  }
}
@media (max-width: 840px) {
  .p-stage_main__detail__head__text {
    font-size: 1.41875rem;
    width: 100%;
    padding-bottom: 1.15em;
    line-height: 1.6;
  }
}
@media (max-width: 540px) {
  .p-stage_main__detail__head__text {
    font-size: 1.375rem;
    line-height: 1.636;
  }
}
.p-stage_main__detail__head__text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50svw;
  height: 1px;
  background: #d8d8d8;
}
@media (max-width: 840px) {
  .p-stage_main__detail__head__text:after {
    width: 100svw;
  }
}

.p-stage_main__detail__list {
  width: 800px;
  max-width: 89.86%;
  margin-top: 2.2em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.15em 5%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1140px) {
  .p-stage_main__detail__list {
    margin-top: 2.78em;
    gap: 3.63em 5%;
  }
}
@media (max-width: 840px) {
  .p-stage_main__detail__list {
    width: 580px;
    margin-top: 3.36em;
    gap: 3.12em 5%;
  }
}
@media (max-width: 540px) {
  .p-stage_main__detail__list {
    margin-top: 3.95em;
    gap: 2.61em 5%;
  }
}

.p-stage_main__detail__list__box {
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 840px) {
  .p-stage_main__detail__list__box {
    width: 100%;
  }
}
.p-stage_main__detail__list__box .__pic {
  width: 100%;
  height: 247px;
}
@media (max-width: 840px) {
  .p-stage_main__detail__list__box .__pic {
    height: auto;
  }
}
.p-stage_main__detail__list__box .__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .p-stage_main__detail__list__box .__pic img {
    aspect-ratio: 337/208;
  }
}
.p-stage_main__detail__list__box .__name {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1.1em;
}
@media (max-width: 840px) {
  .p-stage_main__detail__list__box .__name {
    margin-top: 1em;
  }
}
.p-stage_main__detail__list__box .__text {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.67;
  margin-top: 0.7em;
}

/* plan
  ========================================================================== */
/* .p-plan_about */
.p-plan_about {
  margin-top: 7.25em;
}
@media (max-width: 1140px) {
  .p-plan_about {
    margin-top: 6.51em;
  }
}
@media (max-width: 840px) {
  .p-plan_about {
    margin-top: 5.78em;
  }
}
@media (max-width: 540px) {
  .p-plan_about {
    margin-top: 5.05em;
  }
}

.p-plan_about__wrapper p {
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1140px) {
  .p-plan_about__wrapper p {
    font-size: 0.95625rem;
    line-height: 2.1;
  }
}
@media (max-width: 840px) {
  .p-plan_about__wrapper p {
    font-size: 0.91875rem;
    line-height: 2.2;
  }
}
@media (max-width: 540px) {
  .p-plan_about__wrapper p {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}

/* .p-plan_box */
.p-plan_box {
  margin-top: 9.8em;
}
@media (max-width: 1380px) {
  .p-plan_box {
    margin-top: 9em;
  }
}
@media (max-width: 1140px) {
  .p-plan_box {
    margin-top: 8.2em;
  }
}
@media (max-width: 540px) {
  .p-plan_box {
    margin-top: 7.4em;
  }
}
.p-plan_box + .p-plan_box {
  margin-top: 11.5em;
}
@media (max-width: 1380px) {
  .p-plan_box + .p-plan_box {
    margin-top: 9.84em;
  }
}
@media (max-width: 1140px) {
  .p-plan_box + .p-plan_box {
    margin-top: 8.17em;
  }
}
@media (max-width: 540px) {
  .p-plan_box + .p-plan_box {
    margin-top: 6.5em;
  }
}

.p-plan_box__detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.15% 1fr 4.86% 37.85% 12.15%;
  grid-template-columns: 12.15% 1fr 4.86% 37.85% 12.15%;
      grid-template-areas: "pic pic . info .";
}
@media (max-width: 1450px) {
  .p-plan_box__detail {
    -ms-grid-columns: 12.15% 1fr 4.86% 545px 12.15%;
    grid-template-columns: 12.15% 1fr 4.86% 545px 12.15%;
  }
}
@media (max-width: 1380px) {
  .p-plan_box__detail {
    -ms-grid-columns: 5.07% 1fr 4.86% 510px 5.07%;
    grid-template-columns: 5.07% 1fr 4.86% 510px 5.07%;
  }
}
@media (max-width: 1140px) {
  .p-plan_box__detail {
    -ms-grid-columns: 5.07% 1fr 4.86% 460px 5.07%;
    grid-template-columns: 5.07% 1fr 4.86% 460px 5.07%;
  }
}
@media (max-width: 1040px) {
  .p-plan_box__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-plan_box__detail__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pic;
  height: 600px;
  padding-top: 0.4em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.p-index_location__bottom > .p-plan_box__detail__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media (max-width: 1040px) {
  .p-plan_box__detail__pic {
    display: none;
  }
}
.p-plan_box__detail__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-plan_box__detail__info {
  grid-area: info;
}

.p-footer__wrapper > .p-plan_box__detail__info {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.p-footer__wrapper:has(.p-footer_info__address) > .p-plan_box__detail__info {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.p-index_location__head > .p-plan_box__detail__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
}

.p-index_location__bottom > .p-plan_box__detail__info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info > *:not(.p-plan_box__detail__info__head):not(.p-plan_box__detail__info__pic) {
    width: 780px;
    max-width: 92.85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 840px) {
  .p-plan_box__detail__info > *:not(.p-plan_box__detail__info__head):not(.p-plan_box__detail__info__pic) {
    max-width: 89.86%;
  }
}

.p-plan_box__detail__info__head {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 0.25em;
  position: relative;
}
@media (max-width: 1380px) {
  .p-plan_box__detail__info__head {
    font-size: 1.83125rem;
    line-height: 1.45;
    padding-bottom: 0.33em;
  }
}
@media (max-width: 1140px) {
  .p-plan_box__detail__info__head {
    font-size: 1.66875rem;
    line-height: 1.39;
    padding-bottom: 0.41em;
  }
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__head {
    margin-left: 3.575%;
    padding-right: 3.575%;
  }
}
@media (max-width: 840px) {
  .p-plan_box__detail__info__head {
    margin-left: 5.07%;
    padding-right: 5.07%;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__head {
    font-size: 1.5rem;
    line-height: 1.333;
    padding-bottom: 0.5em;
  }
}
.p-plan_box__detail__info__head:before {
  content: "";
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 191/150;
  background: url(./img/plan/dec-plan_box__bl.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  z-index: 1;
}
@media (max-width: 1380px) {
  .p-plan_box__detail__info__head:before {
    width: 62px;
  }
}
@media (max-width: 1140px) {
  .p-plan_box__detail__info__head:before {
    width: 54px;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__head:before {
    width: 47px;
  }
}
.p-plan_box__detail__info__head .__text {
  position: relative;
  z-index: 10;
}

@media (min-width: 1041px) {
  .p-plan_box__detail__info__pic {
    display: none;
  }
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__pic {
    height: 586px;
    margin-top: 1.95em;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__pic {
    height: 346px;
  }
}
.p-plan_box__detail__info__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-plan_box__detail__info__inbox {
  letter-spacing: 0.05em;
  margin-top: 1.55em;
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__inbox {
    margin-top: 2.1em;
  }
}
.p-plan_box__detail__info__inbox .__num {
  font-size: 1.5rem;
  padding: 0 0.6em;
  font-weight: 500;
}

.p-plan_box__detail__info__caution {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em;
  margin-top: 0.25em;
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__caution {
    gap: 0.2em 0.4em;
  }
}
.p-plan_box__detail__info__sub {
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2.55em;
}
@media (max-width: 1380px) {
  .p-plan_box__detail__info__sub {
    font-size: 1.20625rem;
    line-height: 1.59;
    margin-top: 2.44em;
  }
}
@media (max-width: 1140px) {
  .p-plan_box__detail__info__sub {
    font-size: 1.16875rem;
    line-height: 1.68;
    margin-top: 2.32em;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__sub {
    font-size: 1.125rem;
    line-height: 1.77;
    margin-top: 2.2em;
  }
}

.p-plan_box__detail__info__note {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 1.2em;
}
@media (max-width: 1380px) {
  .p-plan_box__detail__info__note {
    font-size: 0.95625rem;
    gap: 0.1em 0;
    line-height: 1.95;
  }
}
@media (max-width: 1140px) {
  .p-plan_box__detail__info__note {
    font-size: 0.91875rem;
    gap: 0.2em 0;
    line-height: 1.9;
  }
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__note {
    margin-top: 1.85em;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__note {
    font-size: 0.875rem;
    line-height: 1.857;
    gap: 0.3em 0;
  }
}

.p-plan_box__detail__info__element {
  position: relative;
  margin-top: 2.45em;
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__element {
    margin-top: 2.55em;
  }
}
.p-plan_box__detail__info__element:before, .p-plan_box__detail__info__element:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  border-top: 1px solid #707070;
}
.p-plan_box__detail__info__element:before {
  left: 0;
  border-left: 1px solid #707070;
}
.p-plan_box__detail__info__element:after {
  right: 0;
  border-right: 1px solid #707070;
}
.p-plan_box__detail__info__element .__inner {
  padding: 1.55em calc(50% - 236px);
  position: relative;
}
@media (max-width: 1140px) {
  .p-plan_box__detail__info__element .__inner {
    padding: 2.2em 5%;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__element .__inner {
    padding: 2.2em 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: ". head ." ". list .";
  }
  .p-plan_box__detail__info__element .__inner > .p-common_contact__list {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 1040px) {
  .p-plan_box__detail__info__element .__inner .__head,
  .p-plan_box__detail__info__element .__inner .__list {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-plan_box__detail__info__element .__inner .__head {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  grid-area: head;
}
.p-plan_box__detail__info__element .__inner .__list {
  /*column-count: 2;
  column-gap: 5.5%;*/
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.714;
  margin-top: 0.25em;
  grid-area: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2.5%;
}
@media (max-width: 1140px) {
  .p-plan_box__detail__info__element .__inner .__list {
    gap: 0 1%;
  }
}
@media (max-width: 540px) {
  .p-plan_box__detail__info__element .__inner .__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-plan_box__detail__info__element .__inner .__list .__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-plan_box__detail__info__element .__inner .__list .__list__inner .__list__box {
  text-indent: -1em;
  padding-left: 1em;
}
.p-plan_box__detail__info__element .__inner .__list .__list__inner .__list__box:before {
  content: "・";
}
.p-plan_box__detail__info__element .__inner .__list .__list__inner .__list__box .u-dp__ib {
  text-indent: 0;
}
.p-plan_box__detail__info__element .__inner:before, .p-plan_box__detail__info__element .__inner:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #707070;
}
.p-plan_box__detail__info__element .__inner:before {
  left: 0;
  border-left: 1px solid #707070;
}
.p-plan_box__detail__info__element .__inner:after {
  right: 0;
  border-right: 1px solid #707070;
}

.p-plan_box__element {
  margin-top: 4.5em;
  padding: 6.5em 0 3.7em;
  background: #fcfbfa;
}
@media (max-width: 1380px) {
  .p-plan_box__element {
    margin-top: 3.96em;
    padding: 6.24em 0 3.5em;
  }
}
@media (max-width: 1140px) {
  .p-plan_box__element {
    margin-top: 3.43em;
    padding: 5.97em 0 3.3em;
  }
}
@media (max-width: 540px) {
  .p-plan_box__element {
    margin-top: 2.9em;
    padding: 5.7em 0 3.1em;
  }
}

.p-plan_box__element__list {
  width: 952px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.75em 5.885%;
}
@media (max-width: 980px) {
  .p-plan_box__element__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 74.66%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-plan_box__element__list__box {
  width: 29.41%;
  position: relative;
}
@media (max-width: 980px) {
  .p-plan_box__element__list__box {
    width: 100%;
  }
}
.p-plan_box__element__list__box .__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1em 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #17374e;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding-top: 0.25em;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}
.p-plan_box__element__list__box .__head .__head__text,
.p-plan_box__element__list__box .__head .__head__num {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-plan_box__element__list__box .__head .__head__text {
  font-size: 0.875rem;
}
.p-plan_box__element__list__box .__head .__head__num {
  font-size: 2rem;
}
.p-plan_box__element__list__box .__figure .__figure__pic {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-plan_box__element__list__box .__figure .__figure__text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.714;
  letter-spacing: 0.05em;
  margin-top: 1.45em;
}

/* .p-plan_form */
.p-plan_form {
  margin-top: 8.8em;
}
@media (max-width: 1140px) {
  .p-plan_form {
    margin-top: 6.51em;
  }
}
@media (max-width: 840px) {
  .p-plan_form {
    margin-top: 5.78em;
  }
}
@media (max-width: 540px) {
  .p-plan_form {
    margin-top: 5.05em;
  }
}

@media (min-width: 1041px) {
  .p-plan_form__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.79% 50%;
    grid-template-columns: 1fr 50%;
    -ms-grid-rows: auto 10px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 5.79%;
    grid-row-gap: 10px;
        grid-template-areas: "text main" "pic main";
  }
  .p-plan_form__wrapper > .p-common_contact__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-plan_form__wrapper > .p-about_info__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-plan_form__wrapper > .p-stage_main__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1040px) {
  .p-plan_form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em 0;
  }
}

.p-plan_form__text {
  grid-area: text;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-about_info__wrapper > .p-plan_form__text {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.p-stage_main__inbox > .p-plan_form__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-plan_form__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (max-width: 1140px) {
  .p-plan_form__text {
    font-size: 0.95625rem;
    line-height: 1.9;
  }
}
@media (max-width: 840px) {
  .p-plan_form__text {
    font-size: 0.91875rem;
    line-height: 1.8;
  }
}
@media (max-width: 540px) {
  .p-plan_form__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media (min-width: 1041px) {
  .p-plan_form__text {
    padding: 2.5em 0 2.3em;
  }
}

.p-plan_form__main {
  grid-area: main;
}
.p-plan_form__main .wpcf7 {
  height: 100%;
  border-radius: 30px;
  padding: 0.7em 6% 0;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(201, 201, 201, 0.2);
          box-shadow: 3px 3px 6px rgba(201, 201, 201, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-plan_form__main .wpcf7 .p-form_list {
  margin-top: 0;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__box {
  padding: 1.15em 0;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__box > p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em 0;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__box .p-form_list__title {
  width: 100%;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__box .wpcf7-form-control-wrap {
  width: 100%;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__box.__your-kind {
  padding: 1.65em 0 0.7em;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__pp {
  margin-top: 1.25em;
}
.p-plan_form__main .wpcf7 .p-form_list .p-form_list__submit {
  margin-top: 2em;
}

.p-plan_form__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pic;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-index_location__bottom > .p-plan_form__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media (min-width: 1041px) {
  .p-plan_form__pic {
    height: 603px;
  }
}
@media (max-width: 1040px) {
  .p-plan_form__pic {
    max-height: max(300px, 43svw);
  }
}
.p-plan_form__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* infomation(archive)
  ========================================================================== */
/* .p-single_main */
.p-single_main {
  margin-top: 7.3em;
}
@media (max-width: 1140px) {
  .p-single_main {
    margin-top: 6.79em;
  }
}
@media (max-width: 840px) {
  .p-single_main {
    margin-top: 6.27em;
  }
}
@media (max-width: 540px) {
  .p-single_main {
    margin-top: 5.75em;
  }
}

.p-single_main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-single_posts {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1141px) {
  .p-single_posts {
    width: 750px;
    margin-top: 0.4em;
    max-width: calc(95.23% - 288px);
  }
}

.p-single_posts__wrapper {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.9em;
}
@media (max-width: 1140px) {
  .p-single_posts__wrapper {
    padding-bottom: 1.71em;
  }
}
@media (max-width: 840px) {
  .p-single_posts__wrapper {
    padding-bottom: 1.53em;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper {
    padding-bottom: 1.35em;
  }
}
.p-single_posts__wrapper + .p-single_posts__wrapper {
  margin-top: 3.95em;
}
@media (max-width: 1140px) {
  .p-single_posts__wrapper + .p-single_posts__wrapper {
    margin-top: 3.7em;
  }
}
@media (max-width: 840px) {
  .p-single_posts__wrapper + .p-single_posts__wrapper {
    margin-top: 3.45em;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper + .p-single_posts__wrapper {
    margin-top: 3.2em;
  }
}
.p-single_posts__wrapper .p-single_posts__ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1em 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 22px 1.4em 1fr;
  grid-template-rows: 22px 1fr;
      grid-template-areas: "date cat" "title title";
  grid-column-gap: 1em;
  grid-row-gap: 1.4em;
  max-width: 100%;
}
@media (max-width: 1140px) {
  .p-single_posts__wrapper .p-single_posts__ttl {
    grid-row-gap: 1.25em;
  }
}
@media (max-width: 840px) {
  .p-single_posts__wrapper .p-single_posts__ttl {
    grid-row-gap: 1em;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper .p-single_posts__ttl {
    grid-row-gap: 0.75em;
  }
}
.p-single_posts__wrapper .p-single_posts__ttl .__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  -ms-grid-row-align: center;
      align-self: center;
  /*@media (max-width: 1140px) {
  	@include font-family.fz(17.3);
  }
  @media (max-width: 840px) {
  	@include font-family.fz(16.7);
  }
  @media (max-width: 540px) {
  	@include font-family.fz(16);
  }*/
}
.p-single_posts__wrapper .p-single_posts__ttl .__cat {
  grid-area: cat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.9em;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  border: 1px solid #101010;
  max-width: 100%;
  /*@media (max-width: 1140px) {
  	@include font-family.fz(13.3);
  }
  @media (max-width: 840px) {
  	@include font-family.fz(12.7);
  }
  @media (max-width: 540px) {
  	@include font-family.fz(12);
  }*/
}
.p-single_posts__wrapper .p-single_posts__ttl .__cat .__cat__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-single_posts__wrapper .p-single_posts__ttl .__title {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1140px) {
  .p-single_posts__wrapper .p-single_posts__ttl .__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 840px) {
  .p-single_posts__wrapper .p-single_posts__ttl .__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper .p-single_posts__ttl .__title {
    font-size: 1.25rem;
  }
}
.p-single_posts__wrapper .p-article_content {
  margin-top: 1.55em;
}
@media (max-width: 1140px) {
  .p-single_posts__wrapper .p-article_content {
    margin-top: 1.29em;
  }
}
@media (max-width: 840px) {
  .p-single_posts__wrapper .p-article_content {
    margin-top: 1.07em;
  }
}
@media (max-width: 540px) {
  .p-single_posts__wrapper .p-article_content {
    margin-top: 0.85em;
  }
}
.p-single_posts__wrapper .p-article_content:after {
  content: "";
  display: block;
  clear: both;
}

.p-sidenav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 288px;
}
@media (max-width: 1140px) {
  .p-sidenav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5%;
    margin-top: 5em;
  }
}
@media (max-width: 720px) {
  .p-sidenav {
    display: block;
    margin-top: 4em;
  }
}

@media (max-width: 1140px) {
  .p-sidenav__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1141px) {
  .p-sidenav__wrapper + .p-sidenav__wrapper {
    margin-top: 2.55em;
  }
}
@media (max-width: 720px) {
  .p-sidenav__wrapper + .p-sidenav__wrapper {
    margin-top: 3.45em;
  }
}

.p-sidenav_ttl {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.275em;
  border-bottom: 1px solid #101010;
  position: relative;
}
@media (max-width: 1140px) {
  .p-sidenav_ttl {
    font-size: 1.41875rem;
  }
}
@media (max-width: 840px) {
  .p-sidenav_ttl {
    font-size: 1.33125rem;
  }
}
@media (max-width: 540px) {
  .p-sidenav_ttl {
    font-size: 1.25rem;
  }
}

.p-sidenav_list {
  margin-top: 1em;
}
.p-sidenav_list li {
  position: relative;
}
.p-sidenav_list li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  padding: 0.65em 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 1140px) {
  .p-sidenav_list li a {
    font-size: 0.95625rem;
  }
}
@media (max-width: 840px) {
  .p-sidenav_list li a {
    font-size: 0.91875rem;
  }
}
@media (max-width: 540px) {
  .p-sidenav_list li a {
    font-size: 0.875rem;
  }
}
.p-sidenav_list li a:before {
  content: "-";
}

.p-sidenav_select {
  position: relative;
  margin-top: 1.8em;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-sidenav_select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #101010 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  pointer-events: none;
}
.p-sidenav_select .__monthSelect {
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #101010;
  background: #fff;
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.p-sidenav_select:hover {
  opacity: 0.7;
}

/* .p-acv_pager */
#single .p-acv_pager,
#archive .p-acv_pager,
body.post:not(#single) .p-acv_pager {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 12.35em;
}
@media (min-width: 1141px) {
  #single .p-acv_pager,
  #archive .p-acv_pager,
  body.post:not(#single) .p-acv_pager {
    width: 750px;
    max-width: calc(95.23% - 288px);
  }
}
@media (max-width: 1140px) {
  #single .p-acv_pager,
  #archive .p-acv_pager,
  body.post:not(#single) .p-acv_pager {
    width: 100%;
    margin-top: 10.3em;
  }
}
@media (max-width: 840px) {
  #single .p-acv_pager,
  #archive .p-acv_pager,
  body.post:not(#single) .p-acv_pager {
    margin-top: 8.25em;
  }
}
@media (max-width: 540px) {
  #single .p-acv_pager,
  #archive .p-acv_pager,
  body.post:not(#single) .p-acv_pager {
    margin-top: 6.2em;
  }
}
#single .p-acv_pager:not(:has(.navigation)),
#archive .p-acv_pager:not(:has(.navigation)),
body.post:not(#single) .p-acv_pager:not(:has(.navigation)) {
  display: none;
}
#single .p-acv_pager__wrapper .navigation .screen-reader-text,
#archive .p-acv_pager__wrapper .navigation .screen-reader-text,
body.post:not(#single) .p-acv_pager__wrapper .navigation .screen-reader-text {
  display: none;
}
#single .p-acv_pager__wrapper .navigation .nav-links,
#archive .p-acv_pager__wrapper .navigation .nav-links,
body.post:not(#single) .p-acv_pager__wrapper .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.25;
}
#single .p-acv_pager__wrapper .navigation .nav-links .page-numbers,
#archive .p-acv_pager__wrapper .navigation .nav-links .page-numbers,
body.post:not(#single) .p-acv_pager__wrapper .navigation .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  min-width: 0.925em;
  -webkit-transition: opacity 0.25s, color 0.25s;
  transition: opacity 0.25s, color 0.25s;
}
#single .p-acv_pager__wrapper .navigation .nav-links .page-numbers.current,
#archive .p-acv_pager__wrapper .navigation .nav-links .page-numbers.current,
body.post:not(#single) .p-acv_pager__wrapper .navigation .nav-links .page-numbers.current {
  pointer-events: none;
}
#single .p-acv_pager__wrapper .navigation .nav-links .page-numbers.current:after,
#archive .p-acv_pager__wrapper .navigation .nav-links .page-numbers.current:after,
body.post:not(#single) .p-acv_pager__wrapper .navigation .nav-links .page-numbers.current:after {
  content: "";
  display: block;
  height: 1px;
  width: 14px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #101010;
}
#single .p-acv_pager__wrapper .navigation .nav-links .page-numbers.dots,
#archive .p-acv_pager__wrapper .navigation .nav-links .page-numbers.dots,
body.post:not(#single) .p-acv_pager__wrapper .navigation .nav-links .page-numbers.dots {
  width: 28px;
  pointer-events: none;
  text-indent: -9999px;
  background: url(./img/common/icon-common_dots.svg) no-repeat center 58%/13px;
}
#single .p-acv_pager__wrapper .navigation .nav-links .page-numbers.all,
#archive .p-acv_pager__wrapper .navigation .nav-links .page-numbers.all,
body.post:not(#single) .p-acv_pager__wrapper .navigation .nav-links .page-numbers.all {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 540px) {
  #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links {
    padding-bottom: 3em;
  }
}
#archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next, #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 0.95em;
  font-weight: 500;
}
@media (max-width: 540px) {
  #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next, #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 541px) {
  #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev {
    margin-right: 1.9em;
  }
}
@media (max-width: 540px) {
  #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev {
    left: 0;
  }
}
@media (min-width: 541px) {
  #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next {
    margin-left: 1.9em;
  }
}
@media (max-width: 540px) {
  #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next,
  body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next {
    right: 0;
  }
}
#archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev:before, #archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next:after,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev:before,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next:after {
  content: "";
  display: block;
  width: 21px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./img/common/icon-common_pager__arrow.svg) no-repeat center/contain;
}
#archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev:before,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next:before,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.next:before {
  right: 0;
}
#archive .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev:after,
body.post:not(#single) .p-acv_pager .p-acv_pager__wrapper .navigation .nav-links .page-numbers.prev:after {
  left: 0;
}

#single .p-acv_pager {
  width: 100%;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*@media (max-width: 540px) {
  	padding-bottom: 3em;
  }*/
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers {
  width: auto;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers a {
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 1em;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers a:before, #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers a:after {
  display: block;
  width: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev, #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 540px) {
  #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev, #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
    top: auto;
  }
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev a:before, #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev a:after, #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next a:before, #single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next a:after {
  background-image: url(./img/common/icon-common_pager__arrow.svg);
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev {
  left: 0;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev a {
  padding-left: 0;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.prev a:before {
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next {
  right: 0;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next a {
  padding-right: 0;
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.next a:after {
  content: "";
}
#single .p-acv_pager .p-acv_pager__inner .p-acv_pager__wrapper .navigation.pagination .nav-links .page-numbers.all a {
  gap: 0 0.55em;
  /*@media (max-width: 540px) {
  	padding-bottom: 0.35em;
  }*/
}

/* access
  ========================================================================== */
/* .p-access_info */
.p-access_info {
  margin-top: 7.8em;
}
@media (max-width: 1140px) {
  .p-access_info {
    margin-top: 7.06em;
  }
}
@media (max-width: 840px) {
  .p-access_info {
    margin-top: 6.33em;
  }
}
@media (max-width: 540px) {
  .p-access_info {
    margin-top: 5.6em;
  }
}

.p-access_info__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.35% 497px;
  grid-template-columns: 1fr 497px;
  -ms-grid-rows: 3fr (auto)[4] 8fr;
  grid-template-rows: 3fr repeat(4, auto) 8fr;
      grid-template-areas: "pic ." "pic head" "pic sub" "pic note" "pic note" "pic .";
  grid-column-gap: 6.35%;
}
.p-access_info__wrapper:has(.p-access_info__detail) {
  -ms-grid-rows: 9fr (auto)[4] 8fr;
  grid-template-rows: 9fr repeat(4, auto) 8fr;
      grid-template-areas: "pic ." "pic head" "pic detail" "pic sub" "pic note" "pic .";
}
@media (max-width: 1140px) {
  .p-access_info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-access_info__head {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em 0;
}

.p-access_info__wrapper > .p-access_info__head {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-access_info__head {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media (min-width: 1141px) {
  .p-access_info__head {
    margin-left: -0.2em;
  }
}
@media (max-width: 1140px) {
  .p-access_info__head {
    gap: 0.5em 0;
  }
}
@media (max-width: 840px) {
  .p-access_info__head {
    gap: 0.6em 0;
  }
}

.p-access_info__head__en,
.p-access_info__head__jp {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-access_info__head__en {
  font-size: 1.875rem;
}
@media (max-width: 1140px) {
  .p-access_info__head__en {
    font-size: 1.625rem;
  }
}
@media (max-width: 840px) {
  .p-access_info__head__en {
    font-size: 1.4375rem;
  }
}
@media (max-width: 540px) {
  .p-access_info__head__en {
    font-size: 1.25rem;
  }
}

.p-access_info__head__jp {
  font-size: 0.875rem;
}

.p-access_info__detail {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: detail;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em 0;
  margin-top: 3em;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-access_info__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
@media (max-width: 1140px) {
  .p-access_info__detail {
    margin-top: 2.7em;
  }
}
@media (max-width: 840px) {
  .p-access_info__detail {
    margin-top: 2.4em;
  }
}
@media (max-width: 540px) {
  .p-access_info__detail {
    margin-top: 2.1em;
  }
}

.p-access_info__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: sub;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 2.2em;
  padding-top: 1.45em;
  text-indent: -0.5em;
  position: relative;
}

.p-about_process__list__item > .p-access_info__sub {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-stage_main__inbox > .p-access_info__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-stage_main__inbox:has(.p-stage_main__detail) > .p-access_info__sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-access_info__wrapper > .p-access_info__sub {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-access_info__sub {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.p-access_info__wrapper:has(.p-access_info__detail) .p-access_info__sub {
  margin-top: 1.4em;
}
@media (min-width: 1141px) {
  .p-access_info__sub:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #c9c9c9;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1140px) {
  .p-access_info__sub {
    font-size: 1.1625rem;
    margin-top: 1.25em;
    padding-top: 1.29em;
    text-indent: -0.55em;
  }
}
@media (max-width: 840px) {
  .p-access_info__sub {
    font-size: 1.08125rem;
    margin-top: 1.1em;
    padding-top: 1.12em;
    text-indent: -0.6em;
  }
}
@media (max-width: 540px) {
  .p-access_info__sub {
    font-size: 1rem;
    margin-top: 0.95em;
    padding-top: 0.95em;
    text-indent: -0.65em;
  }
}

.p-access_info__note {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: note;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

.p-access_info__wrapper > .p-access_info__note {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}

.p-access_info__wrapper:has(.p-access_info__detail) > .p-access_info__note {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}
@media (max-width: 1140px) {
  .p-access_info__note {
    margin-top: 0.7em;
  }
}

.p-access_info__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pic;
  width: 100%;
}

.p-index_location__bottom > .p-access_info__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

@media (min-width: 841px){
  .p-common_management__info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-common_management__contact {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .p-common_management__picture {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-footer_info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-index_location__head__info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-index_location__bottom__info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-plan_box__detail__info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media (max-width: 1400px){
  .p-index_location__head__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-index_location__head > .p-index_location__head__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
  .p-index_location__bottom__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-index_location__head > .p-index_location__bottom__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
  .p-about_info__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-plan_box__detail__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-index_location__head > .p-plan_box__detail__info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
  .p-plan_form__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-access_info__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media (max-width: 840px){
  .p-index_topics__list__box__link:after {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-index_topics__list__box__link .__time {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-index_topics__list__box__link .__cat {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-index_topics__list__box__link > .__name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-single_posts__wrapper .p-single_posts__ttl .__cat {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 1140px) {
  .p-access_info__pic {
    margin-top: 3.75em;
    height: 525px;
  }
}
@media (max-width: 840px) {
  .p-access_info__pic {
    height: 375px;
  }
}
@media (max-width: 540px) {
  .p-access_info__pic {
    height: 225px;
  }
}
.p-access_info__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .p-access_map */
.p-access_map {
  margin-top: 5.1em;
}
@media (max-width: 1140px) {
  .p-access_map {
    margin-top: 4.4em;
  }
}
@media (max-width: 840px) {
  .p-access_map {
    margin-top: 3.7em;
  }
}
@media (max-width: 540px) {
  .p-access_map {
    margin-top: 3em;
  }
}

.p-access_map__wrapper {
  height: 500px;
}
@media (max-width: 1140px) {
  .p-access_map__wrapper {
    height: 437px;
  }
}
@media (max-width: 840px) {
  .p-access_map__wrapper {
    max-width: 100%;
    height: 375px;
  }
}
@media (max-width: 540px) {
  .p-access_map__wrapper {
    height: 313px;
  }
}
.p-access_map__wrapper iframe {
  width: 100%;
  height: 100%;
}

/* faq
  ========================================================================== */
/* .p-faq_anchor */
.p-faq_anchor {
  margin-top: 6.55em;
}
@media (max-width: 1140px) {
  .p-faq_anchor {
    margin-top: 5.86em;
  }
}
@media (max-width: 840px) {
  .p-faq_anchor {
    margin-top: 5.18em;
  }
}
@media (max-width: 540px) {
  .p-faq_anchor {
    margin-top: 4.5em;
  }
}

.p-faq_anchor__wrapper {
  width: 825px;
}

/* .p-faq_main */
.p-faq_main {
  margin-top: 9.8em;
}
@media (max-width: 1140px) {
  .p-faq_main {
    margin-top: 8.06em;
  }
}
@media (max-width: 840px) {
  .p-faq_main {
    margin-top: 6.33em;
  }
}
@media (max-width: 540px) {
  .p-faq_main {
    margin-top: 4.6em;
  }
}

.p-faq_main__sub {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.45em 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.45em;
}
@media (max-width: 1140px) {
  .p-faq_main__sub {
    font-size: 1.75rem;
  }
}
@media (max-width: 840px) {
  .p-faq_main__sub {
    font-size: 1.5625rem;
  }
}
@media (max-width: 540px) {
  .p-faq_main__sub {
    font-size: 1.375rem;
  }
}
.p-faq_main__sub:before {
  content: "";
  display: block;
  width: 2px;
  height: 0.9em;
  margin-top: 0.125lh;
  background: #7aa5d0;
}
.p-faq_main__sub:not(:first-of-type) {
  margin-top: 3.9em;
}

.p-faq_main__list {
  margin-top: 2.3em;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1140px) {
  .p-faq_main__list {
    margin-top: 1.91em;
  }
}
@media (max-width: 840px) {
  .p-faq_main__list {
    margin-top: 1.53em;
  }
}
@media (max-width: 540px) {
  .p-faq_main__list {
    margin-top: 1.15em;
  }
}

.p-faq_main__list__details {
  border-top: 1px solid #d6d6d6;
  letter-spacing: 0.05em;
}
.p-faq_main__list__details .__summary,
.p-faq_main__list__details .__answer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1% 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1%;
  padding: 1.15em calc(2.5% + 6px) 1.15em 0;
}
@media (max-width: 1140px) {
  .p-faq_main__list__details .__summary,
  .p-faq_main__list__details .__answer {
    grid-column-gap: 1.57%;
    padding-right: calc(3.83% + 6px);
  }
}
@media (max-width: 840px) {
  .p-faq_main__list__details .__summary,
  .p-faq_main__list__details .__answer {
    grid-column-gap: 2.14%;
    padding-right: calc(5.16% + 6px);
  }
}
@media (max-width: 540px) {
  .p-faq_main__list__details .__summary,
  .p-faq_main__list__details .__answer {
    grid-column-gap: 2.7%;
    padding-right: calc(6.5% + 6px);
  }
}
.p-faq_main__list__details .__summary:before, .p-faq_main__list__details .__summary:after,
.p-faq_main__list__details .__answer:before,
.p-faq_main__list__details .__answer:after {
  display: block;
}
.p-faq_main__list__details .__summary {
  list-style: none;
  cursor: pointer;
  -webkit-transition: opacity 0.25s, padding 0.25s;
  transition: opacity 0.25s, padding 0.25s;
  position: relative;
}
.p-faq_main__list__details .__summary::-webkit-details-marker {
  display: none;
}
.p-faq_main__list__details .__summary:before {
  content: "Q.";
  color: #4b84c6;
}
.p-faq_main__list__details .__summary:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #101010;
  border-bottom: 1px solid #101010;
  rotate: 45deg;
  position: absolute;
  right: 1.25%;
  /*top: 0;
  bottom: 0;*/
  top: 1.7em;
  margin: auto 0;
  -webkit-transition: bottom 0.25s, rotate 0.25s;
  transition: bottom 0.25s, rotate 0.25s;
}
@media (max-width: 1140px) {
  .p-faq_main__list__details .__summary:after {
    right: 0.91%;
  }
}
@media (max-width: 840px) {
  .p-faq_main__list__details .__summary:after {
    right: 0.58%;
  }
}
@media (max-width: 540px) {
  .p-faq_main__list__details .__summary:after {
    right: 0.25%;
  }
}
.p-faq_main__list__details .__summary:hover {
  opacity: 0.5;
}
.p-faq_main__list__details[open] .__summary {
  padding-bottom: 0.5em;
}
@media (max-width: 1140px) {
  .p-faq_main__list__details[open] .__summary {
    padding-bottom: 0.63em;
  }
}
@media (max-width: 840px) {
  .p-faq_main__list__details[open] .__summary {
    padding-bottom: 0.76em;
  }
}
@media (max-width: 540px) {
  .p-faq_main__list__details[open] .__summary {
    padding-bottom: 0.9em;
  }
}
.p-faq_main__list__details[open] .__summary:after {
  /*bottom: -0.65em;*/
  top: 1.85em;
  rotate: 225deg;
}
.p-faq_main__list__details .__answer {
  padding-top: 0;
}
.p-faq_main__list__details .__answer:before {
  content: "A.";
  color: #c64b5e;
}
/* contact
  ========================================================================== */
/* .p-contact_about */
.p-contact_about {
  margin-top: 7.4em;
}
@media (max-width: 1140px) {
  .p-contact_about {
    margin-top: 6.29em;
  }
}
@media (max-width: 840px) {
  .p-contact_about {
    margin-top: 5.17em;
  }
}
@media (max-width: 540px) {
  .p-contact_about {
    margin-top: 4.05em;
  }
}

.p-contact_about__wrapper {
  text-align: center;
}

.p-contact_about__text {
  letter-spacing: 0.05em;
}
@media (max-width: 1140px) {
  .p-contact_about__text {
    line-height: 1.62;
  }
}
@media (max-width: 840px) {
  .p-contact_about__text {
    line-height: 1.56;
  }
}
@media (max-width: 540px) {
  .p-contact_about__text {
    line-height: 1.5;
  }
}

.p-contact_about__list {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 2.5em;
}
@media (max-width: 1140px) {
  .p-contact_about__list {
    margin-top: 2.34em;
  }
}
@media (max-width: 840px) {
  .p-contact_about__list {
    margin-top: 2.17em;
  }
}
@media (max-width: 540px) {
  .p-contact_about__list {
    margin-top: 2em;
  }
}

.p-contact_about__note {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  /*display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 2.05em auto 0;
}
@media (max-width: 840px) {
  .p-contact_about__note {
    font-size: 1.5625rem;
  }
}
@media (max-width: 540px) {
  .p-contact_about__note {
    font-size: 1.25rem;
  }
}
@media (min-width: 961px) {
  .p-contact_about__note br {
    display: none;
  }
}
@media (max-width: 580px) {
  .p-contact_about__note .__wbr {
    display: block;
  }
}
.p-contact_about__note:before, .p-contact_about__note:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.225em;
  background: #101010;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 580px) {
  .p-contact_about__note:before, .p-contact_about__note:after {
    height: 4.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-contact_about__note:before {
  rotate: -44deg;
  left: 0;
}
@media (max-width: 960px) {
  .p-contact_about__note:before {
    left: -1em;
  }
}
@media (max-width: 580px) {
  .p-contact_about__note:before {
    rotate: -33deg;
    left: -0.75em;
  }
}
.p-contact_about__note:after {
  rotate: 44deg;
  right: 0;
}
@media (max-width: 960px) {
  .p-contact_about__note:after {
    right: -1em;
  }
}
@media (max-width: 580px) {
  .p-contact_about__note:after {
    rotate: 33deg;
    right: -0.75em;
  }
}

/* contact(form)
  ========================================================================== */
/* .p-contact_main */
.p-contact_main {
  background: #ebf9fe;
  position: relative;
  margin-top: 6.9em;
  padding-bottom: 6.8em;
}

.p-contact_main__wrapper {
  width: 900px;
}

/* .p-form_list */
.p-form_list {
  margin-top: 2.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 1140px) {
  .p-form_list {
    margin-top: 2.5em;
  }
}
@media (max-width: 840px) {
  .p-form_list {
    margin-top: 2.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }
}
@media (max-width: 540px) {
  .p-form_list {
    margin-top: 2.5em;
  }
}
.p-form_list {
  /*input[type="checkbox"] {
  	width: 19px;
  	height: 19px;
  	border-radius: 5px;
  	cursor: pointer;
  }*/
}

.p-form_list__title {
  width: 35.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 0.5em;
  font-weight: 500;
}
.js-isSafari .p-form_list__title, .js-isNotWin.js-isMobile .p-form_list__title, .js-isNotWin.js-isTablet .p-form_list__title {
  font-weight: 400;
}
@media (max-width: 840px) {
  .p-form_list__title {
    width: 100%;
  }
}
.p-form_list__title .__require {
  font-style: normal;
  color: #c64b5e;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.p-form_list__box {
  padding: 1em 0;
}
.js-isSafari .p-form_list__box, .js-isNotWin.js-isMobile .p-form_list__box, .js-isNotWin.js-isTablet .p-form_list__box {
  font-weight: 400;
}
@media (max-width: 1140px) {
  .p-form_list__box {
    padding: 0.87em 0;
  }
}
@media (max-width: 840px) {
  .p-form_list__box {
    padding: 0.73em 0;
  }
}
@media (max-width: 540px) {
  .p-form_list__box {
    padding: 0.59em 0;
  }
}
.p-form_list__box:not(.__checkbox) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .p-form_list__box:not(.__checkbox) > p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    margin-top: 0.375em;
  }
  .p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-checkbox), .p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-radio) {
    margin-top: 0.8em;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3em 2.4em;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3em 0;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/contact/icon-contact_check.svg);
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  margin-right: 0.5em;
  border-radius: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 10;
  background: url(./img/contact/icon-contact_check__wt.svg) no-repeat center/80% #fff;
  border: 1px solid #222;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1em 2em;
}
@media (max-width: 920px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 1.1em 1.2em;
  }
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3em 0;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #c64b5e;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  /*display: flex;
  justify-content: flex-start;*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 1px solid #101010;
  background: #fff;
  border: 3px solid #fff;
  margin-right: 0.5em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  position: relative;
  z-index: 10;
}
.p-form_list__box > p .wpcf7-form-control-wrap {
  width: 64.75%;
}
@media (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-select) {
  display: block;
  position: relative;
}
.p-form_list__box > p .wpcf7-form-control-wrap:has(.wpcf7-select):after {
  content: "";
  display: block;
  width: 17px;
  height: auto;
  aspect-ratio: 92/75;
  position: absolute;
  right: 4.2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./img/contact/icon-contact_select.svg) no-repeat center/contain;
  pointer-events: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100% !important;
  -webkit-transition: border 0.25s, background 0.25s;
  transition: border 0.25s, background 0.25s;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #101010;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-webkit-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
  color: #6c6c6c;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
  color: #6c6c6c;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
  color: #6c6c6c;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::-ms-input-placeholder, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
  color: #6c6c6c;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select::placeholder,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
  color: #6c6c6c;
}
.js-isSafari .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text, .js-isNotWin.js-isMobile .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text, .js-isNotWin.js-isTablet .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.js-isSafari .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.js-isNotWin.js-isMobile .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.js-isNotWin.js-isTablet .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.js-isSafari .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.js-isNotWin.js-isMobile .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.js-isNotWin.js-isTablet .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.js-isSafari .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.js-isNotWin.js-isMobile .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.js-isNotWin.js-isTablet .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select,
.js-isSafari .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea,
.js-isNotWin.js-isMobile .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea,
.js-isNotWin.js-isTablet .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  font-weight: 400;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  height: 48px;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select {
  padding-left: 1em;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: pointer;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-select:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  max-height: 250px;
  line-height: 1.75;
  padding: 1.1em 1.2em;
  resize: none;
}
.p-form_list__box.__your-kind {
  padding: 1.5em 0;
}
@media (max-width: 1140px) {
  .p-form_list__box.__your-kind {
    padding: 1.24em 0;
  }
}
@media (max-width: 840px) {
  .p-form_list__box.__your-kind {
    padding: 0.97em 0;
  }
}
@media (max-width: 540px) {
  .p-form_list__box.__your-kind {
    padding: 0.7em 0;
  }
}
@media (min-width: 841px) {
  .p-form_list__box.__your-wedding {
    padding: 1.05em 0;
  }
}
@media (min-width: 841px) {
  .p-form_list__box.__your-wedding > p {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35.25% 1fr;
    grid-template-columns: 35.25% 1fr;
    -ms-grid-rows: auto 1.92em auto 1.92em auto;
    grid-template-rows: repeat(3, auto);
        grid-template-areas: "title wrap01" ". wrap02" ". wrap03";
    grid-row-gap: 1.92em;
  }
  .p-form_list__box.__your-wedding > p > .p-section_title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-form_list__box.__your-wedding > p > .__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 840px) {
  .p-form_list__box.__your-wedding > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-form_list__box.__your-wedding > p .p-form_list__title {
  width: 100%;
  grid-area: title;
}
.p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap:nth-of-type(1) {
  grid-area: wrap01;
}
.p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap:nth-of-type(2) {
  grid-area: wrap02;
}
.p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap:nth-of-type(3) {
  grid-area: wrap03;
}
@media (min-width: 841px){
  .p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__wrapper .p-section_title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__text {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-common_contact:not(:has(.p-common_contact__list__box:nth-of-type(2))) .p-common_contact__list {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .p-about_info__text {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-stage_main__text {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-plan_box__detail__info__element .__inner .__list {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .p-plan_form__text {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .p-single_posts__wrapper .p-single_posts__ttl .__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-form_list__box.__your-wedding > p .p-form_list__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-form_list__box.__your-wedding > p > .p-form_list__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap:nth-of-type(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-form_list__box.__your-wedding > p .wpcf7-form-control-wrap:nth-of-type(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1041px){
  .p-plan_form__wrapper > .p-plan_form__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-plan_form__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 540px){
  .p-plan_box__detail__info__element .__inner .__head {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-plan_box__detail__info__element .__inner > .__list {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-access_info__head {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.p-form_list__box.__your-subject {
  border-bottom: 0;
}
@media (min-width: 841px) {
  .p-form_list__box.__your-subject .p-form_list__title {
    margin-top: 0.7em;
  }
}
.p-form_list__box.__your-subject > p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form_list__policy {
  height: 244px;
  border: 1px solid #101010;
  background: #fff;
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  padding: 2.35em 6%;
}
@media (max-width: 1140px) {
  .p-form_list__policy {
    margin-top: 3.31em;
  }
}
@media (max-width: 840px) {
  .p-form_list__policy {
    margin-top: 2.63em;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 540px) {
  .p-form_list__policy {
    margin-top: 1.95em;
  }
}

.p-form_list__policy__head {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 540px) {
  .p-form_list__policy__head {
    font-size: 1.125rem;
  }
}

.p-form_list__policy__body {
  width: 100%;
  margin-top: 4em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 840px) {
  .p-form_list__policy__body {
    margin-top: 2.5em;
  }
}
.p-form_list__policy__body .__head {
  font-size: 0.9375rem;
}
@media (max-width: 540px) {
  .p-form_list__policy__body .__head {
    font-size: 0.875rem;
  }
}
.js-isSafari .p-form_list__policy__body .__sub, .js-isNotWin.js-isMobile .p-form_list__policy__body .__sub, .js-isNotWin.js-isTablet .p-form_list__policy__body .__sub,
.js-isSafari .p-form_list__policy__body .__body,
.js-isNotWin.js-isMobile .p-form_list__policy__body .__body,
.js-isNotWin.js-isTablet .p-form_list__policy__body .__body {
  font-weight: 400;
}
.p-form_list__policy__body .__sub {
  font-weight: 700;
  margin: 2em 0 0.5em;
}
.p-form_list__policy__body .__sub:before {
  content: "■";
  margin-right: 0.5em;
}
.p-form_list__policy__body .__body {
  font-size: 0.9375rem;
}
@media (max-width: 540px) {
  .p-form_list__policy__body .__body {
    font-size: 0.875rem;
  }
}
.p-form_list__policy__body .__body > p:not(:first-of-type) {
  margin-top: 1em;
}
.p-form_list__policy__body .__body > p a {
  text-decoration: underline;
}
.p-form_list__policy__body .__body .u-list__dot {
  margin-top: 1em;
}
.p-form_list__policy__body .__body .u-list__dot > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.p-form_list__policy__body .__body .u-list__dot > li + li {
  margin-top: 0.25em;
}
.p-form_list__pp {
  margin-top: 2em;
}
@media (max-width: 1140px) {
  .p-form_list__pp {
    margin-top: 2.15em;
  }
}
@media (max-width: 840px) {
  .p-form_list__pp {
    margin-top: 2.3em;
  }
}
@media (max-width: 540px) {
  .p-form_list__pp {
    margin-top: 2.45em;
  }
}
.p-form_list__pp p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-image: url(./img/contact/icon-contact_check.svg);
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:hover {
  opacity: 0.5;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  margin-right: 0.5em;
  border-radius: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 10;
  background: url(./img/contact/icon-contact_check__wt.svg) no-repeat center/80% #fff;
  border: 1px solid #222;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before:hover {
  opacity: 0.5;
}

.p-form_list__submit {
  margin-top: 4em;
  text-align: center;
}
.p-form_list__submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form_list__submit p .__btn {
  padding-left: 0;
  width: 100%;
  max-width: 350px;
  height: 75px;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #0f0f0f;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__submit p .__btn:hover {
  opacity: 0.5;
}
.p-form_list__submit p .wpcf7-spinner {
  margin-top: 1em;
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}

/* spinner rotation */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: translateY(100%) rotate(0);
            transform: translateY(100%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(100%) rotate(360deg);
            transform: translateY(100%) rotate(360deg);
  }
}
.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}