@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* ===============================================
# メディアクエリー
=============================================== */
/* ===============================================
# line-heightの余白削除
=============================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
}
@media screen and (max-width: 1199px) {
  html {
    scroll-padding-top: 73px;
  }
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  padding-top: 126px;
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 73px;
  }
}

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

figure {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

a {
  color: inherit;
}

.jp {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Poppins" sans-serif;
  font-weight: 700;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #FBFBCB;
  -webkit-padding-start: min(6.6666666667vw, 120px);
          padding-inline-start: min(6.6666666667vw, 120px);
  -webkit-padding-end: min(6.2222222222vw, 112px);
          padding-inline-end: min(6.2222222222vw, 112px);
}
@media screen and (max-width: 1199px) {
  .l-header {
    min-height: 73px;
  }
}

.l-header--en {
  height: 125.63px;
}
.l-header--en h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-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;
}
@media screen and (max-width: 1199px) {
  .l-header--en {
    height: auto;
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 14px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  max-width: 1560px;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  .l-header__inner {
    padding-block: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header__inner--en {
  height: 100%;
}

.l-header__logo {
  display: block;
  width: 280px;
  height: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 1199px) {
  .l-header__logo {
    width: 150.38px;
  }
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
}

.l-header__logo--en {
  width: min(15.5555555556vw, 280px);
}
@media screen and (max-width: 1199px) {
  .l-header__logo--en {
    width: 150.38px;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1199px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(6, auto);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1600px) {
  .l-header__list {
    grid-template-columns: repeat(3, auto);
    gap: 14px;
  }
}
.l-header__list li a {
  -webkit-padding-start: 37px;
          padding-inline-start: 37px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  padding-block: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #666666;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-header__list li a:hover {
    color: #EB8657;
  }
}
.l-header__list li a::before {
  content: "";
  position: absolute;
  background: url(./../img/icon_arrow_gray_under.png) no-repeat center center/contain;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14.223px;
  height: 8.629px;
}

.l-header__list-en {
  grid-template-columns: repeat(3, auto);
}
.l-header__list-en li a {
  font-size: min(1.1111111111vw, 20px);
}

.drawer__icon {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 48px;
  height: 51px;
  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;
  z-index: 41;
  background: none;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .drawer__icon {
    display: block;
  }
}

.drawer__icon.js-show {
  top: 4px;
}
.drawer__icon.js-show .drawer__icon--text {
  display: none;
}
.drawer__icon.js-show .drawer__icon--textClose {
  display: block;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 15px;
}
@media screen and (max-width: 1199px) {
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
    translate: 0 11px;
  }
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
}
@media screen and (max-width: 1199px) {
  .drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
    translate: 0 -2px;
  }
}

.drawer__icon--text,
.drawer__icon--textClose {
  color: #8F8F8F;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
}
.drawer__icon--text.js-show,
.drawer__icon--textClose.js-show {
  display: none;
}

.drawer__icon--textClose {
  display: none;
}

.drawer__icon--bar {
  width: 36px;
  height: 6px;
  border-radius: 12px;
  background: #8F8F8F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-inline: auto;
}
.drawer__icon--bar:nth-of-type(1) {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
.drawer__icon--bar:nth-of-type(2), .drawer__icon--bar:nth-of-type(3) {
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
}

.drawer {
  position: fixed;
  top: 73px;
  right: 0;
  width: 100%;
  height: calc(100vh - 73px);
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; /* スクロールの伝播を防ぐ */
  z-index: 40;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  padding-block: 18px 40px;
  padding-left: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #EDEDED;
  height: 371px;
}

.drawer__body__text {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #666;
}

.drawer__list {
  -webkit-margin-before: 19px;
          margin-block-start: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 17px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}
.drawer__list li a {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-padding-start: 19px;
          padding-inline-start: 19px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  padding-block: 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
@media (any-hover: hover) {
  .drawer__list li a:hover {
    color: #EB8657;
  }
}
.drawer__list li a::before {
  content: "";
  position: absolute;
  background: url(./../img/icon_arrow_gray_right.png) no-repeat center center/contain;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
}

.l-footer {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
  background: #FBFBCB;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-footer {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
    font-size: 3.2vw;
    line-height: normal;
  }
}

.l-footer__inner {
  padding-block: 80px 20px;
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-block: 5.3333333333vw;
    padding-inline: 9.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__body {
    padding-inline: 1.3333333333vw;
  }
}

@media (any-hover: hover) {
  .l-footer__body__company:hover {
    text-decoration: underline;
    text-decoration-color: currentColor;
  }
}

.l-footer__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;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    -webkit-column-gap: 13.3333333333vw;
       -moz-column-gap: 13.3333333333vw;
            column-gap: 13.3333333333vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}

.l-footer__copy {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  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 screen and (max-width: 768px) {
  .l-footer__copy {
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}

.l-resource__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .l-resource__container {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-resource__container {
    row-gap: 21.3333333333vw;
  }
}

.l-resource {
  max-width: 588px;
}
@media screen and (max-width: 1199px) {
  .l-resource {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-resource {
    max-width: 87.2vw;
  }
}

.l-resource__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .l-resource__wrapper {
    row-gap: 4.2666666667vw;
  }
}

.l-resource__item {
  padding-block: 24px;
  padding-inline: 40px;
  border-radius: 16px;
  border: 1px solid #D5D5D5;
  background: #FBFBFB;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
.l-resource__item a {
  word-break: break-all;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  max-width: 100%;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (any-hover: hover) {
  .l-resource__item a:hover {
    text-decoration-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .l-resource__item {
    font-size: 3.7333333333vw;
    line-height: normal;
    padding-block: 4vw;
    padding-inline: 6.4vw;
  }
}
.l-resource__item ol,
.l-resource__item ul {
  list-style-position: inside;
}
.l-resource__item ol {
  list-style-type: decimal; /* リストに数値をつける */
}
.l-resource__item ul {
  list-style-type: disc; /* リストに円をつける */
}
.l-resource__item li,
.l-resource__item dd {
  list-style-type: inherit;
}
.l-resource__item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-resource__item h3 {
    font-size: 4.2666666667vw;
  }
}
.l-resource__item h4 {
  font-weight: 600;
}

.l-boxWysiwyg {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg {
    font-size: 3.7333333333vw;
    line-height: normal;
  }
}
.l-boxWysiwyg a {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (any-hover: hover) {
  .l-boxWysiwyg a:hover {
    text-decoration-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg a {
    font-size: 3.7333333333vw;
  }
}
.l-boxWysiwyg .c-textLink2,
.l-boxWysiwyg .c-textLink3 {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg .c-textLink2,
  .l-boxWysiwyg .c-textLink3 {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.l-boxWysiwyg h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-margin-after: 28px;
          margin-block-end: 28px;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    font-size: 4.2666666667vw;
  }
}
.l-boxWysiwyg div + h3,
.l-boxWysiwyg p + h3,
.l-boxWysiwyg ul + h3,
.l-boxWysiwyg ol + h3,
.l-boxWysiwyg figure + h3 {
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg div + h3,
  .l-boxWysiwyg p + h3,
  .l-boxWysiwyg ul + h3,
  .l-boxWysiwyg ol + h3,
  .l-boxWysiwyg figure + h3 {
    -webkit-margin-before: 7.4666666667vw;
            margin-block-start: 7.4666666667vw;
  }
}
.l-boxWysiwyg h4 {
  font-weight: 600;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.l-boxWysiwyg div + h4,
.l-boxWysiwyg p + h4,
.l-boxWysiwyg ul + h4,
.l-boxWysiwyg ol + h4,
.l-boxWysiwyg figure + h4 {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg div + h4,
  .l-boxWysiwyg p + h4,
  .l-boxWysiwyg ul + h4,
  .l-boxWysiwyg ol + h4,
  .l-boxWysiwyg figure + h4 {
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.l-boxWysiwyg div p:has(> iframe),
.l-boxWysiwyg div div:has(> img),
.l-boxWysiwyg div div:has(> a > img),
.l-boxWysiwyg div figure {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg div p:has(> iframe),
  .l-boxWysiwyg div div:has(> img),
  .l-boxWysiwyg div div:has(> a > img),
  .l-boxWysiwyg div figure {
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.l-boxWysiwyg div + p:has(> iframe),
.l-boxWysiwyg div + div:has(> img),
.l-boxWysiwyg div + div:has(> a > img),
.l-boxWysiwyg div + ul,
.l-boxWysiwyg div + ol,
.l-boxWysiwyg ul + div,
.l-boxWysiwyg ol + div,
.l-boxWysiwyg p + div,
.l-boxWysiwyg p:has(> iframe) + div,
.l-boxWysiwyg div:has(> img) + div,
.l-boxWysiwyg div:has(> a > img) + div,
.l-boxWysiwyg p:has(> img) + div,
.l-boxWysiwyg p:has(> a > img) + div,
.l-boxWysiwyg figure + div,
.l-boxWysiwyg p + p:has(> iframe),
.l-boxWysiwyg p + p:has(> img),
.l-boxWysiwyg p + p:has(> a > img),
.l-boxWysiwyg p + figure,
.l-boxWysiwyg p + ul,
.l-boxWysiwyg p + ol,
.l-boxWysiwyg ul + p,
.l-boxWysiwyg ul + figure,
.l-boxWysiwyg ol + p,
.l-boxWysiwyg ol + figure,
.l-boxWysiwyg ul + ol,
.l-boxWysiwyg ol + ul,
.l-boxWysiwyg figure + p,
.l-boxWysiwyg figure + ul,
.l-boxWysiwyg figure + li {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg div + p:has(> iframe),
  .l-boxWysiwyg div + div:has(> img),
  .l-boxWysiwyg div + div:has(> a > img),
  .l-boxWysiwyg div + ul,
  .l-boxWysiwyg div + ol,
  .l-boxWysiwyg ul + div,
  .l-boxWysiwyg ol + div,
  .l-boxWysiwyg p + div,
  .l-boxWysiwyg p:has(> iframe) + div,
  .l-boxWysiwyg div:has(> img) + div,
  .l-boxWysiwyg div:has(> a > img) + div,
  .l-boxWysiwyg p:has(> img) + div,
  .l-boxWysiwyg p:has(> a > img) + div,
  .l-boxWysiwyg figure + div,
  .l-boxWysiwyg p + p:has(> iframe),
  .l-boxWysiwyg p + p:has(> img),
  .l-boxWysiwyg p + p:has(> a > img),
  .l-boxWysiwyg p + figure,
  .l-boxWysiwyg p + ul,
  .l-boxWysiwyg p + ol,
  .l-boxWysiwyg ul + p,
  .l-boxWysiwyg ul + figure,
  .l-boxWysiwyg ol + p,
  .l-boxWysiwyg ol + figure,
  .l-boxWysiwyg ul + ol,
  .l-boxWysiwyg ol + ul,
  .l-boxWysiwyg figure + p,
  .l-boxWysiwyg figure + ul,
  .l-boxWysiwyg figure + li {
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.l-boxWysiwyg figure {
  width: 100% !important;
}
.l-boxWysiwyg iframe {
  max-width: 100%;
  aspect-ratio: 500/281;
  height: auto;
}
.l-boxWysiwyg div:empty {
  min-height: 30.6px; /* 空の<div>を1行分の高さとして扱う */
}
@media screen and (max-width: 768px) {
  .l-boxWysiwyg div:empty {
    min-height: 3.2vw;
  }
}

.l-wysiwyg {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-wysiwyg {
    font-size: 3.7333333333vw;
    line-height: normal;
  }
}
.l-wysiwyg a {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (any-hover: hover) {
  .l-wysiwyg a:hover {
    text-decoration-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .l-wysiwyg a {
    font-size: 3.7333333333vw;
  }
}
.l-wysiwyg .c-textLink2,
.l-wysiwyg .c-textLink3 {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 768px) {
  .l-wysiwyg .c-textLink2,
  .l-wysiwyg .c-textLink3 {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.l-wysiwyg h3 {
  font-weight: 600;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.l-wysiwyg div + h3,
.l-wysiwyg p + h3,
.l-wysiwyg ul + h3,
.l-wysiwyg ol + h3,
.l-wysiwyg figure + h3 {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .l-wysiwyg div + h3,
  .l-wysiwyg p + h3,
  .l-wysiwyg ul + h3,
  .l-wysiwyg ol + h3,
  .l-wysiwyg figure + h3 {
    -webkit-margin-before: 4.2666666667vw;
            margin-block-start: 4.2666666667vw;
  }
}
.l-wysiwyg div p:has(> iframe),
.l-wysiwyg div div:has(> img),
.l-wysiwyg div div:has(> a > img),
.l-wysiwyg div figure {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .l-wysiwyg div p:has(> iframe),
  .l-wysiwyg div div:has(> img),
  .l-wysiwyg div div:has(> a > img),
  .l-wysiwyg div figure {
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.l-wysiwyg div + p:has(> iframe),
.l-wysiwyg div + div:has(> img),
.l-wysiwyg div + div:has(> a > img),
.l-wysiwyg div + ul,
.l-wysiwyg div + ol,
.l-wysiwyg ul + div,
.l-wysiwyg ol + div,
.l-wysiwyg p + div,
.l-wysiwyg p:has(> iframe) + div,
.l-wysiwyg div:has(> img) + div,
.l-wysiwyg div:has(> a > img) + div,
.l-wysiwyg p:has(> img) + div,
.l-wysiwyg p:has(> a > img) + div,
.l-wysiwyg figure + div,
.l-wysiwyg p + p:has(> iframe),
.l-wysiwyg p + p:has(> img),
.l-wysiwyg p + p:has(> a > img),
.l-wysiwyg p + figure,
.l-wysiwyg p + ul,
.l-wysiwyg p + ol,
.l-wysiwyg ul + p,
.l-wysiwyg ul + figure,
.l-wysiwyg ol + p,
.l-wysiwyg ol + figure,
.l-wysiwyg ul + ol,
.l-wysiwyg ol + ul,
.l-wysiwyg figure + p,
.l-wysiwyg figure + ul,
.l-wysiwyg figure + li {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 768px) {
  .l-wysiwyg div + p:has(> iframe),
  .l-wysiwyg div + div:has(> img),
  .l-wysiwyg div + div:has(> a > img),
  .l-wysiwyg div + ul,
  .l-wysiwyg div + ol,
  .l-wysiwyg ul + div,
  .l-wysiwyg ol + div,
  .l-wysiwyg p + div,
  .l-wysiwyg p:has(> iframe) + div,
  .l-wysiwyg div:has(> img) + div,
  .l-wysiwyg div:has(> a > img) + div,
  .l-wysiwyg p:has(> img) + div,
  .l-wysiwyg p:has(> a > img) + div,
  .l-wysiwyg figure + div,
  .l-wysiwyg p + p:has(> iframe),
  .l-wysiwyg p + p:has(> img),
  .l-wysiwyg p + p:has(> a > img),
  .l-wysiwyg p + figure,
  .l-wysiwyg p + ul,
  .l-wysiwyg p + ol,
  .l-wysiwyg ul + p,
  .l-wysiwyg ul + figure,
  .l-wysiwyg ol + p,
  .l-wysiwyg ol + figure,
  .l-wysiwyg ul + ol,
  .l-wysiwyg ol + ul,
  .l-wysiwyg figure + p,
  .l-wysiwyg figure + ul,
  .l-wysiwyg figure + li {
    -webkit-margin-before: 2.1333333333vw;
            margin-block-start: 2.1333333333vw;
  }
}
.l-wysiwyg ul li {
  list-style: none;
  position: relative;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
@media screen and (max-width: 768px) {
  .l-wysiwyg ul li {
    -webkit-padding-start: 5.6vw;
            padding-inline-start: 5.6vw;
    line-height: 6.4vw;
  }
}
.l-wysiwyg ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.l-wysiwyg figure {
  width: 100% !important;
}
.l-wysiwyg iframe {
  max-width: 100%;
  aspect-ratio: 500/281;
  height: auto;
}
.l-wysiwyg div:empty {
  min-height: 30.6px; /* 空の<div>を1行分の高さとして扱う */
}
@media screen and (max-width: 768px) {
  .l-wysiwyg div:empty {
    min-height: 3.2vw;
  }
}

.l-articlePage {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
}

.l-articlePage .l-articlePage__inner {
  max-width: 1400px;
  padding-inline: 150px;
  margin-inline: auto;
  /* ===============================================
  # 各タグに当てる
  =============================================== */
}
@media screen and (max-width: 768px) {
  .l-articlePage .l-articlePage__inner {
    padding-inline: 36px;
  }
}
.l-articlePage .l-articlePage__inner h2 {
  color: #666;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-articlePage .l-articlePage__inner h2::before, .l-articlePage .l-articlePage__inner h2::after {
  content: "";
  background: #000;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-articlePage .l-articlePage__inner h2::before {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .l-articlePage .l-articlePage__inner h2::before {
    margin-right: 28px;
  }
}
.l-articlePage .l-articlePage__inner h2::after {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .l-articlePage .l-articlePage__inner h2::after {
    margin-left: 28px;
  }
}
.l-articlePage .l-articlePage__inner h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
  color: #666;
}
.l-articlePage .l-articlePage__inner h4 {
  font-weight: 700;
  color: #666;
}
.l-articlePage .l-articlePage__inner a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (any-hover: hover) {
  .l-articlePage .l-articlePage__inner a:hover {
    text-decoration-color: transparent;
  }
}
.l-articlePage .l-articlePage__inner .wp-block-image {
  width: 100%;
  height: auto;
}
.l-articlePage .l-articlePage__inner hr {
  width: 100%;
  border-top: 1px solid #eee;
}
.l-articlePage .l-articlePage__inner ol {
  list-style-type: decimal; /* リストに数値をつける */
}
.l-articlePage .l-articlePage__inner ul {
  list-style-type: disc; /* リストに円をつける */
}
.l-articlePage .l-articlePage__inner li,
.l-articlePage .l-articlePage__inner dd {
  list-style-type: inherit;
}
.l-articlePage .l-articlePage__inner ol,
.l-articlePage .l-articlePage__inner ul {
  list-style-position: inside;
}
.l-articlePage .l-articlePage__inner ol li ul li {
  padding-left: 25px;
  list-style-type: none;
}
.l-articlePage .l-articlePage__inner h2 {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .l-articlePage .l-articlePage__inner h2 {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.l-articlePage .l-articlePage__inner h3,
.l-articlePage .l-articlePage__inner h4 {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
.l-articlePage .l-articlePage__inner p + p {
  margin-top: 4px;
}
.l-articlePage .l-articlePage__inner hr {
  margin-block: 20px;
}
.l-articlePage .l-articlePage__inner figure {
  margin-block: 4px;
}
.l-articlePage .l-articlePage__inner table {
  margin-block: 4px;
}
.l-articlePage .l-articlePage__inner .wp-block-table {
  overflow-x: auto;
}
.l-articlePage .l-articlePage__inner .wp-block-table table {
  min-width: 1000px;
}
.l-articlePage .l-articlePage__inner p + ul,
.l-articlePage .l-articlePage__inner p + ol,
.l-articlePage .l-articlePage__inner ul + p,
.l-articlePage .l-articlePage__inner ol + p,
.l-articlePage .l-articlePage__inner ul + ol,
.l-articlePage .l-articlePage__inner ol + ul {
  margin-top: 4px;
}
.l-articlePage .l-articlePage__inner p + h2,
.l-articlePage .l-articlePage__inner ul + h2,
.l-articlePage .l-articlePage__inner ol + h2,
.l-articlePage .l-articlePage__inner figure + h2,
.l-articlePage .l-articlePage__inner table + h2 {
  margin-top: 60px;
}
.l-articlePage .l-articlePage__inner p + h3,
.l-articlePage .l-articlePage__inner ul + h3,
.l-articlePage .l-articlePage__inner ol + h3,
.l-articlePage .l-articlePage__inner figure + h3,
.l-articlePage .l-articlePage__inner table + h3 {
  margin-top: 8px;
}
.l-articlePage .l-articlePage__inner p + h4,
.l-articlePage .l-articlePage__inner ul + h4,
.l-articlePage .l-articlePage__inner ol + h4,
.l-articlePage .l-articlePage__inner figure + h4,
.l-articlePage .l-articlePage__inner table + h4 {
  margin-top: 8px;
}
.l-articlePage .l-articlePage__inner table + table,
.l-articlePage .l-articlePage__inner figure + figure {
  margin-top: 4px;
}

.c-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #666666;
  text-align: center;
  -webkit-margin-after: 84px;
          margin-block-end: 84px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title {
    -webkit-margin-after: 10.6666666667vw;
            margin-block-end: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.c-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #EDEDED;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-title::after {
    bottom: -3.7333333333vw;
    width: 16vw;
    height: 1.0666666667vw;
  }
}

.c-btn {
  display: inline-block;
  padding: 12px 54.63px 12px 36px;
  border: 1px solid #EB8657;
  background: #EB8657;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 2.1333333333vw 10.4vw 2.1333333333vw 6.4vw;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #fff;
  overflow: hidden;
  scale: 0 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-btn:hover::after {
    scale: 1 1;
  }
  .c-btn:hover .c-btn-text,
  .c-btn:hover .c-btn-arrow {
    color: #EB8657;
  }
  .c-btn:hover .c-btn-text svg path,
  .c-btn:hover .c-btn-arrow svg path {
    fill: #EB8657;
  }
  .c-btn:hover .c-btn-arrow {
    left: calc(100% + 30px);
  }
}

.c-btn-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
    font-size: 4.2666666667vw;
  }
}

.c-btn-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 10px);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-arrow {
    top: 46%;
    left: calc(100% + 2.6666666667vw);
  }
}
.c-btn-arrow svg path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-arrow svg {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
  }
}

.c-textLink {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (any-hover: hover) {
  .c-textLink:hover {
    text-decoration-color: transparent;
  }
}

.c-textLink2 {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #EB8657;
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-textLink2 {
    -webkit-padding-start: calc(1.6vw + 1em);
            padding-inline-start: calc(1.6vw + 1em);
  }
}
.c-textLink2::before {
  content: "▶︎";
  position: absolute;
  width: 14px;
  height: 29px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-textLink2::before {
    width: 1em;
    height: 1em;
    top: 0.5em;
  }
}
@media (any-hover: hover) {
  .c-textLink2:hover {
    text-decoration-color: transparent;
  }
}

a + .c-textLink2,
p + .c-textLink2,
ul + .c-textLink2,
ol + .c-textLink2 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.c-textLink3 {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #EB8657;
  position: relative;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-textLink3 {
    -webkit-padding-start: 5.3333333333vw;
            padding-inline-start: 5.3333333333vw;
  }
}
.c-textLink3::before {
  content: "";
  position: absolute;
  background: url(./../img/icon_pdf.png) no-repeat center center/cover;
  width: 21.155px;
  height: 26px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-textLink3::before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
  }
}
@media (any-hover: hover) {
  .c-textLink3:hover {
    text-decoration-color: transparent;
  }
}

a + .c-textLink3,
p + .c-textLink3,
ul + .c-textLink3,
ol + .c-textLink3 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.c-to-top {
  position: fixed;
  bottom: 76px;
  right: 20px;
  padding-block: 20px;
  padding-inline: 20px;
  background: #999;
  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;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .c-to-top:hover {
    background: #666;
  }
}

.c-to-top__text {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  font-family: sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica;
  line-height: 1;
}

.p-fv {
  width: 100%;
  height: auto;
}
.p-fv img {
  width: 100%;
}

.p-about {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  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 screen and (max-width: 768px) {
  .p-about {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
  }
}

.p-about__inner {
  max-width: 960px;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    max-width: 87.2vw;
    padding-inline: 0;
    min-width: auto;
  }
}

.p-about__text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    text-align: left;
    font-size: 3.7333333333vw;
    font-weight: 300;
    line-height: normal;
  }
}

.p-about__text--en {
  text-align: left;
}

.p-about__box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  padding-block: 40px;
  padding-inline: 120px;
  border-radius: 16px;
  background: #FFF1EA;
  color: #EB8657;
}
@media screen and (max-width: 768px) {
  .p-about__box {
    -webkit-margin-before: 6.4vw;
            margin-block-start: 6.4vw;
    padding-block: 6.4vw;
    padding-inline: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}

.p-about__box__inner {
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-about__box__inner {
    max-width: 78.6666666667vw;
  }
}

.p-about__box__inner--en {
  max-width: 692px;
}
@media screen and (max-width: 768px) {
  .p-about__box__inner--en {
    max-width: 78.6666666667vw;
  }
}

.p-about__box__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__box__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    font-size: 4.2666666667vw;
  }
}

.p-about__box__form {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__box__form {
    -webkit-margin-before: 6.4vw;
            margin-block-start: 6.4vw;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

.p-about__box__form__btn {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  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 screen and (max-width: 768px) {
  .p-about__box__form__btn {
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}

.p-about__box__underWysiwyg {
  -webkit-margin-before: 14px;
          margin-block-start: 14px;
}
@media screen and (max-width: 768px) {
  .p-about__box__underWysiwyg {
    -webkit-margin-before: 3.7333333333vw;
            margin-block-start: 3.7333333333vw;
  }
}

.p-features {
  -webkit-margin-before: 162px;
          margin-block-start: 162px;
}
@media screen and (max-width: 768px) {
  .p-features {
    -webkit-margin-before: 21.3333333333vw;
            margin-block-start: 21.3333333333vw;
  }
}

.p-features__inner {
  max-width: 1138px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-features__inner {
    max-width: 87.2vw;
    min-width: auto;
    padding-inline: 0;
  }
}

.p-features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.p-features__item {
  max-width: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-features__item {
    max-width: 100%;
    row-gap: 2.1333333333vw;
  }
}

.p-features__item__img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-features__item__img {
    max-width: 58.6666666667vw;
    margin-inline: auto;
  }
}
.p-features__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-features__item__title {
  color: #666666;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-features__item__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.p-features__item__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-features__item__text {
    font-size: 3.7333333333vw;
    font-style: normal;
    line-height: normal;
  }
}

.p-place {
  -webkit-margin-before: 162px;
          margin-block-start: 162px;
}
@media screen and (max-width: 768px) {
  .p-place {
    -webkit-margin-before: 21.3333333333vw;
            margin-block-start: 21.3333333333vw;
  }
}

.p-place__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .p-place__card {
    -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;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-place__card {
    row-gap: 5.3333333333vw;
  }
}

.p-place__card__img {
  width: 466px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-place__card__img {
    width: 77.3333333333vw;
    min-width: auto;
  }
}
.p-place__card__img img {
  width: 100%;
  height: auto;
}

.p-place__card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-place__card__text {
    font-size: 3.7333333333vw;
    font-weight: 300;
    line-height: normal;
  }
}
.p-place__card__text p:not(:first-of-type) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 1199px) {
  .p-place__card__text p:not(:first-of-type) {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}

.p-place__box {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  padding-block: 40px;
  padding-inline: 60px;
  border-radius: 16px;
  background: #FFF1EA;
  color: #EB8657;
  max-width: 870px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-place__box {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
    padding-block: 6.4vw;
    padding-inline: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}

.p-place__box__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .p-place__box__text {
    -webkit-margin-before: 4.2666666667vw;
            margin-block-start: 4.2666666667vw;
  }
}

.p-place__box__text a {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 768px) {
  .p-place__box__text a {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-place__move {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  max-width: 870px;
  margin-inline: auto;
  aspect-ratio: 870/488;
  height: 100%;
  /* ===============================================
  # ウィジウィグ設定
  =============================================== */
}
@media screen and (max-width: 768px) {
  .p-place__move {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
    aspect-ratio: 327/192;
  }
}
.p-place__move p:has(> iframe),
.p-place__move iframe {
  /* スタイルを記述 */
  width: 100%;
  height: 100%;
}
.p-place__move a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: currentColor;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (any-hover: hover) {
  .p-place__move a:hover {
    text-decoration-color: transparent;
  }
}
.p-place__move ol,
.p-place__move ul {
  list-style-position: inside;
}
.p-place__move ol {
  list-style-type: decimal; /* リストに数値をつける */
}
.p-place__move ul {
  list-style-type: disc; /* リストに円をつける */
}
.p-place__move li,
.p-place__move dd {
  list-style-type: inherit;
}

.p-gallery {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
}
@media screen and (max-width: 768px) {
  .p-gallery {
    -webkit-margin-before: 21.3333333333vw;
            margin-block-start: 21.3333333333vw;
  }
}

.p-gallery__inner {
  max-width: 870px;
  max-width: 950px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-gallery__inner {
    padding-inline: 6.4vw;
  }
}

.p-gallery__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 11px;
  list-style: none;
}

.p-gallery__img {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
  position: relative;
}
@media (any-hover: hover) {
  .p-gallery__img:hover img {
    scale: 1.2;
  }
}
.p-gallery__img img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__img::after {
  content: "";
  position: absolute;
  background: url(./../img/icon_magnifier.png) no-repeat center center/cover;
  width: 55px;
  height: 55px;
  right: 9.5px;
  bottom: 9.11px;
}
@media screen and (max-width: 768px) {
  .p-gallery__img::after {
    width: 9.6vw;
    height: 9.6vw;
    bottom: 1.0666666667vw;
    right: 0.9333333333vw;
  }
}

/* ===============================================
# モーダル
=============================================== */
/* モーダルのスタイル */
.p-gallery__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では不可視 */
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; /* アニメーション効果 */
}

.p-gallery__modal__container {
  position: relative;
}

/* モーダルの画像スタイル */
.p-gallery__modal-content {
  display: block;
  width: 640px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-gallery__modal-content {
    width: 87.2vw;
  }
}

/* モーダルの閉じるボタン */
#close {
  position: absolute;
  bottom: -89px;
  left: 50%;
  translate: -50%;
  color: #666666;
  font-size: 40px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  padding-block: 8px;
  padding-inline: 20px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #close {
    bottom: -71px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
    font-size: 4.2666666667vw;
    padding-block: 1.6vw;
    padding-inline: 3.2vw;
    border-radius: 1.0666666667vw;
  }
}
#close svg {
  width: 19px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  #close svg {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.p-operation {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
}
@media screen and (max-width: 768px) {
  .p-operation {
    -webkit-margin-before: 21.3333333333vw;
            margin-block-start: 21.3333333333vw;
  }
}

.p-operation__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .p-operation__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
    max-width: 962px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-operation__main {
    row-gap: 5.3333333333vw;
  }
}

.p-operation__main__wysiwyg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-operation__main__specification {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .p-operation__main__specification {
    -webkit-margin-before: 4.2666666667vw;
            margin-block-start: 4.2666666667vw;
  }
}

.p-operation__main__specification__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-operation__main__specification__title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.7142857143;
    font-size: 3.7333333333vw;
  }
}

.p-operation__main__specification__body li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  text-indent: -1em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
@media screen and (max-width: 768px) {
  .p-operation__main__specification__body li {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.7142857143;
    font-size: 3.7333333333vw;
    -webkit-margin-start: 1.3333333333vw;
            margin-inline-start: 1.3333333333vw;
  }
}

.p-operation__main__img {
  width: 606px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-operation__main__img {
    width: 100%;
  }
}
.p-operation__main__img img {
  width: 100%;
  height: auto;
}

.p-operation__movie {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  max-width: 962px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-operation__movie {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
  }
}

.p-operation__movie__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-operation__movie__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
    font-size: 4.2666666667vw;
  }
}

.p-operation__movie__wrapper {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-operation__movie__wrapper {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    row-gap: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-operation__movie__item {
  width: 100%;
  aspect-ratio: 464/258;
}
@media screen and (max-width: 768px) {
  .p-operation__movie__item {
    width: auto;
    aspect-ratio: 324/180;
    max-width: 86.4vw;
  }
}
.p-operation__movie__item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-operation__movie__item p:has(> iframe),
.p-operation__movie__item iframe {
  /* スタイルを記述 */
  width: 100%;
  height: 100%;
}

.p-operation__box {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  color: #EB8657;
  max-width: 950px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-operation__box {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
    padding-inline: 0;
  }
}

.p-operation__box__inner {
  border-radius: 16px;
  background: #FFF1EA;
  padding-inline: 60px;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-operation__box__inner {
    border-radius: 4.2666666667vw;
    padding-inline: 4.2666666667vw;
    padding-block: 6.4vw;
  }
}

.p-operation__box__wysiwyg {
  max-width: 439px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-operation__box__wysiwyg {
    max-width: 100%;
  }
}

.p-operation__box__wysiwyg--en {
  max-width: 450px;
}

.p-resources {
  -webkit-margin-before: 160px;
          margin-block-start: 160px;
}
@media screen and (max-width: 768px) {
  .p-resources {
    -webkit-margin-before: 21.3333333333vw;
            margin-block-start: 21.3333333333vw;
  }
}

.p-resources__inner {
  max-width: 1292px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-resources__inner {
    padding-inline: 6.4vw;
  }
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*きらっと光る*/
.u-btnShine {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.u-btnShine:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

/*キラッと光る*/
.u-btnShine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.u-btnShine::before {
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media not screen and (max-width: 1200px) {
  .u-is--pc {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .u-is--pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-is--pcTab {
    display: none;
  }
}

@media not screen and (max-width: 1200px) {
  .u-is--sp {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-is--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-is--sp {
    display: inline-block;
  }
}

.u-color__blue {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 4.8vw;
  color: #629DE2;
}
@media screen and (max-width: 1199px) {
  .u-color__blue {
    font-size: min(1.25vw, 18px);
  }
}

.u-color__blue2 {
  color: #629DE2;
}

.u-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .u-mt0 {
    margin-top: 0;
  }
}

.u-acfWysiwyg {
  /* ===============================================
  # ACFにて画像の入力を許可した際の記述
  =============================================== */
  /* 画像にリンクをつけた際のhover
  ------------------------------------------------------ */
  /* 画像に左寄せ右寄せ中央よせを設定した際(キャプションなし)
  ------------------------------------------------------ */
  /* 画像に左寄せ右寄せ中央よせを設定した際(キャプションなし)
  ------------------------------------------------------ */
  /* 画像に左寄せ右寄せ中央よせを設定した際(キャプションあり)
  ------------------------------------------------------ */
}
.u-acfWysiwyg ol {
  list-style-type: decimal; /* リストに数値をつける */
}
.u-acfWysiwyg ul {
  list-style-type: disc; /* リストに円をつける */
}
.u-acfWysiwyg li,
.u-acfWysiwyg dd {
  list-style-type: inherit;
}
.u-acfWysiwyg ol,
.u-acfWysiwyg ul {
  list-style-position: inside;
}
.u-acfWysiwyg img {
  width: auto;
  height: auto;
}
.u-acfWysiwyg div:has(> a > img),
.u-acfWysiwyg figure:has(> a > img),
.u-acfWysiwyg p:has(> a > img) {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .u-acfWysiwyg div:has(> a > img):hover,
  .u-acfWysiwyg figure:has(> a > img):hover,
  .u-acfWysiwyg p:has(> a > img):hover {
    opacity: 0.7;
  }
}
.u-acfWysiwyg p:has(> img.alignleft) {
  text-align: left;
}
.u-acfWysiwyg p:has(> img.alignright) {
  text-align: right;
}
.u-acfWysiwyg p:has(> img.aligncenter) {
  text-align: center;
}
.u-acfWysiwyg p:has(> a > img.alignleft) {
  text-align: left;
}
.u-acfWysiwyg p:has(> a > img.alignright) {
  text-align: right;
}
.u-acfWysiwyg p:has(> a > img.aligncenter) {
  text-align: center;
}
.u-acfWysiwyg figure.alignleft {
  margin-right: auto;
}
.u-acfWysiwyg figure.alignright {
  margin-left: auto;
}
.u-acfWysiwyg figure.aligncenter {
  margin-inline: auto;
}