@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: inherit;
  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 {
  text-decoration: none;
  color: black;
}

body {
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: #F5F5F5;
}

.l-header {
  padding-block: 32px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 101;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-header.js-scroll {
  padding-block: 12px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 16px;
  }
}

.l-header__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 16px;
    max-width: 767px;
  }
}

.l-drawer {
  padding-block: 105px 140px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  overflow: auto;
  z-index: 100;
}
.l-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.l-drawer__inner {
  max-width: 388px;
  margin-inline: auto;
  padding-inline: 46px;
}

.l-mv {
  -webkit-padding-before: 112px;
          padding-block-start: 112px;
}
@media screen and (max-width: 767px) {
  .l-mv {
    -webkit-padding-before: 66px;
            padding-block-start: 66px;
  }
}

.l-mv__inner {
  -webkit-padding-start: 27.7777777778%;
          padding-inline-start: 27.7777777778%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mv__inner {
    -webkit-padding-start: 20.5128205128%;
            padding-inline-start: 20.5128205128%;
  }
}

.l-mv__title {
  position: absolute;
  top: 162px;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .l-mv__title {
    top: 40%;
  }
}

.l-concept {
  -webkit-padding-before: 180px;
          padding-block-start: 180px;
}
@media screen and (max-width: 767px) {
  .l-concept {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
    overflow: hidden;
  }
}

.l-ranking {
  padding-block: 154px 160px;
}
@media screen and (max-width: 767px) {
  .l-ranking {
    padding-block: 120px 100px;
  }
}

@media screen and (max-width: 767px) {
  .l-ranking_inner {
    padding-inline: 16px;
  }
}

.l-what {
  padding-block: 160px 158px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .l-what {
    padding-block: 100px 98px;
  }
}

@media screen and (max-width: 767px) {
  .l-what__inner {
    padding-inline: 16px;
  }
}

.l-report {
  -webkit-padding-after: 108px;
          padding-block-end: 108px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .l-report {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}

.l-report__inner {
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-report__inner {
    padding-inline: 16px;
  }
}

.l-sns {
  background: #FFFFFF;
  -webkit-padding-before: 132px;
          padding-block-start: 132px;
}
@media screen and (max-width: 767px) {
  .l-sns {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}

.l-faq {
  padding-block: 198px 160px;
}
@media (max-width: 1200px) {
  .l-faq {
    -webkit-padding-before: 250px;
            padding-block-start: 250px;
  }
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding-block: 225px 98px;
  }
}

.l-faq__inner {
  max-width: 1040px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-faq__inner {
    padding-inline: 16px;
  }
}

.l-contact {
  padding-block: 160px;
  background: #EBF3F5;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-block: 100px;
  }
}

.l-contact__inner {
  max-width: 830px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-contact__inner {
    padding-inline: 16px;
  }
}

.l-footer {
  padding-block: 80px;
  background: #293639;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 40px;
  }
}

.c-button {
  color: #075E72;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  width: 154px;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-after: 2px solid #075E72;
          border-block-end: 2px solid #075E72;
}
@media (any-hover: hover) {
  .c-button:hover img {
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 300px;
    margin-inline: auto;
  }
}
.c-button img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}

.c-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;
  row-gap: 23px;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    row-gap: 16px;
  }
}

.c-section__title-en {
  font-family: "EB Garamond", serif;
  font-size: 120px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section__title-en {
    font-size: 58px;
  }
}

.c-section__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  -webkit-padding-start: 104px;
          padding-inline-start: 104px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__title-ja {
    font-size: 16px;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
}
.c-section__title-ja::before {
  content: "";
  position: absolute;
  top: 47%;
  translate: 0 -50%;
  left: -1px;
  width: 80px;
  height: 2px;
  background: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .c-section__title-ja::before {
    width: 50px;
  }
}

.c-inner {
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-inline: 16px;
  }
}

.p-header__logo {
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 850px) {
  .p-header__logo {
    font-size: 24px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 49px;
     -moz-column-gap: 49px;
          column-gap: 49px;
}
@media (max-width: 1000px) {
  .p-header__nav-list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    display: none;
  }
}

.p-header__nav-item:not(:nth-of-type(7)) .p-header__nav-link::after {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  opacity: 0;
  background: #075E72;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item:not(:nth-of-type(7)) .p-header__nav-link:hover {
    opacity: 0.8;
    color: #075E72;
  }
  .p-header__nav-item:not(:nth-of-type(7)) .p-header__nav-link:hover::after {
    width: 100%;
    opacity: 0.8;
  }
}

.p-header__nav-link {
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2; /* 16.8px */
  letter-spacing: normal;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-link:hover {
    opacity: 0.8;
  }
}
.p-header__nav-link::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__nav-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #293639;
  background: #293639;
  color: #FFFFFF;
}

.p-header__nav--contact {
  color: #FFFFFF;
  background: #293639;
  font-size: 13px;
  padding: 16px 32px;
  border-radius: 2px;
  background: #293639;
}

.p-header__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__icon {
    display: block;
    width: 33px;
    height: 33px;
    right: 8px;
    border-radius: 50%;
    background: #293639;
    -webkit-margin-end: -8px;
            margin-inline-end: -8px;
    position: relative;
  }
  .p-header__icon.js-show .p-header__icon-bar {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-header__icon.js-show .p-header__icon-bar:nth-of-type(1) {
    rotate: 45deg;
  }
  .p-header__icon.js-show .p-header__icon-bar:nth-of-type(2) {
    display: none;
  }
  .p-header__icon.js-show .p-header__icon-bar:nth-of-type(3) {
    rotate: -45deg;
    width: 8px;
  }
}

.p-header__icon-bar {
  position: absolute;
  width: 8px;
  height: 1px;
  background: #FFFFFF;
  top: 13.5px;
  left: 50%;
  translate: -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__icon-bar:nth-of-type(2) {
  top: 16.5px;
}
.p-header__icon-bar:nth-of-type(3) {
  top: 19.5px;
  left: calc(50% - 1px);
  width: 6px;
}

.p-drawer-nav__item {
  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;
}

.p-drawer-nav__link {
  -webkit-padding-after: 18px;
          padding-block-end: 18px;
  -webkit-border-after: 1px solid #ddd;
          border-block-end: 1px solid #ddd;
  font-size: 14px;
}
.p-drawer__nav--contact {
  display: inline-block;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  padding-block: 20px;
  width: 295px;
  text-align: center;
  margin-inline: auto;
  border-radius: 2px;
  background: #075E72;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
}

.p-mv__swiper-container {
  position: relative;
}

.p-mv__title {
  position: absolute;
  z-index: 10;
  top: 50%;
  translate: 0 -50%;
  left: -280px;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media (max-width: 1100px) {
  .p-mv__title {
    left: -180px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    left: -56px;
    top: 46%;
  }
}

.p-mv__title-en {
  row-gap: 12px;
  font-family: "EB Garamond", serif;
  font-size: 48px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1100px) {
  .p-mv__title-en {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title-en {
    font-size: 24px;
  }
}
.p-mv__title-en::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -151%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 800px;
  height: 1px;
  background: #293639;
  -webkit-animation: slideIn 0.3s ease 1.5s 1 normal forwards;
          animation: slideIn 0.3s ease 1.5s 1 normal forwards;
}
@media (max-width: 1100px) {
  .p-mv__title-en::after {
    left: -204%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title-en::after {
    width: 147px;
    left: -102px;
    bottom: -26px;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-mv__title-en-text:not(:nth-of-type(3)) {
  -webkit-margin-after: -74px;
          margin-block-end: -74px;
}
@media screen and (max-width: 767px) {
  .p-mv__title-en-text:not(:nth-of-type(3)) {
    -webkit-margin-after: -40px;
            margin-block-end: -40px;
  }
}

.p-mv__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media (max-width: 1100px) {
  .p-mv__title-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title-ja {
    font-size: 14px;
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
    -webkit-margin-start: -3px;
            margin-inline-start: -3px;
  }
}

.p-mv__image {
  position: relative;
  aspect-ratio: 1040/640;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-mv__image {
    aspect-ratio: 310/504;
  }
}
.p-mv__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.p-mv__image.swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-mv__swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.p-mv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  z-index: 1;
  -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;
  top: 50%;
  translate: 0 -74%;
  left: calc(100% - 32px);
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-mv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 90%;
    translate: 0 -71%;
    row-gap: 12px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #FFFFFF;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.p-concept__inner {
  position: relative;
}

.p-concept__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 80px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-concept__image {
    width: 415px;
  }
}

.p-concept__container {
  position: relative;
  z-index: 2;
  padding-block: 160px 86px;
}
@media screen and (max-width: 767px) {
  .p-concept__container {
    padding-block: 48px 0;
  }
}

.p-concept__title {
  position: absolute;
  top: 168px;
  right: 14px;
  rotate: 90deg;
  row-gap: 31px;
}
@media (max-width: 1080px) {
  .p-concept__title {
    right: -140px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    right: 0;
  }
}
@media (max-width: 500px) {
  .p-concept__title {
    top: 47px;
    right: -46px;
    row-gap: 16px;
  }
}

.p-concept__title-ja::before {
  top: 55%;
}

.p-concept__text-wrap {
  -webkit-padding-start: 120px;
          padding-inline-start: 120px;
  width: 678px;
}
@media (max-width: 1080px) {
  .p-concept__text-wrap {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__text-wrap {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
}
@media (max-width: 500px) {
  .p-concept__text-wrap {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
    width: 271px;
  }
}

.p-concept__text-head {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8; /* 50.4px */
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 767px) {
  .p-concept__text-head {
    font-size: 20px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-concept__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    font-size: 15px;
    line-height: 2.4;
  }
}

.p-ranking__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-margin-start: max(8.3333333333vw, 120px);
          margin-inline-start: max(8.3333333333vw, 120px);
}
@media (max-width: 1000px) {
  .p-ranking__title-wrap {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
}
@media (max-width: 800px) {
  .p-ranking__title-wrap {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__title-wrap {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
  }
}

.p-ranking__title-ja {
  white-space: nowrap;
}

.p-ranking__side {
  font-family: "EB Garamond", serif;
  font-size: 38px;
  line-height: 1;
  -webkit-padding-before: 33px;
          padding-block-start: 33px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-ranking__side {
    font-size: 18px;
    -webkit-padding-before: 12px;
            padding-block-start: 12px;
    -webkit-margin-start: -10px;
            margin-inline-start: -10px;
  }
}

.p-ranking__contents {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  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: 160px;
}
@media screen and (max-width: 767px) {
  .p-ranking__contents {
    row-gap: 79px;
  }
}

.p-ranking__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(4.4444444444vw, 64px);
     -moz-column-gap: max(4.4444444444vw, 64px);
          column-gap: max(4.4444444444vw, 64px);
}
.p-ranking__media:nth-of-type(2) .p-ranking__image {
  aspect-ratio: 16/9.4;
}
@media (max-width: 1200px) {
  .p-ranking__media {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    position: relative;
  }
  .p-ranking__media:nth-of-type(2) .p-ranking__image {
    aspect-ratio: 16/10;
  }
  .p-ranking__media:nth-of-type(3) {
    -webkit-margin-before: -2px;
            margin-block-start: -2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-ranking__media:nth-of-type(3) {
    -webkit-margin-before: -1px;
            margin-block-start: -1px;
  }
}
.p-ranking__media:nth-of-type(odd) {
  -webkit-margin-end: 8.3333333333vw;
          margin-inline-end: 8.3333333333vw;
}
@media (max-width: 1200px) {
  .p-ranking__media:nth-of-type(odd) {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__media:nth-of-type(odd) {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.p-ranking__media:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-margin-start: 8.3333333333vw;
          margin-inline-start: 8.3333333333vw;
}
@media (max-width: 1200px) {
  .p-ranking__media:nth-of-type(even) {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__media:nth-of-type(even) {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__media:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ranking__media:nth-of-type(even) .p-ranking__info-number {
    left: 0;
    top: -33px;
  }
}
.p-ranking__media:nth-of-type(even) .p-ranking__image {
  margin-inline: 0 -8.3333333333vw;
}
@media (max-width: 1399px) {
  .p-ranking__media:nth-of-type(even) .p-ranking__image {
    -webkit-margin-end: -40px;
            margin-inline-end: -40px;
  }
}

.p-ranking__image {
  aspect-ratio: 800/540;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  max-width: 1300px;
}
@media (max-width: 999px) {
  .p-ranking__image {
    aspect-ratio: 374/250;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__image {
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
  }
}
.p-ranking__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-ranking__image img:hover {
    scale: 1.1;
  }
}

.p-ranking__info {
  width: 31.6666666667vw;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-ranking__info:hover {
    opacity: 0.8;
  }
}
@media (max-width: 999px) {
  .p-ranking__info {
    width: 350px;
  }
}
@media (max-width: 850px) {
  .p-ranking__info {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__info {
    width: 100%;
  }
}

.p-ranking__info-number {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "EB Garamond", serif;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking__info-number {
    font-size: 50px;
    position: absolute;
    top: -23px;
    right: 0;
  }
}

.p-ranking__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}

.p-ranking__tag {
  padding: 8px 12px;
  border-radius: 2px;
  background: #075E72;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .p-ranking__tag {
    letter-spacing: 0.48px;
    padding: 8px 9px;
  }
  .p-ranking__tag:nth-of-type(2) {
    display: none;
  }
}

.p-ranking__info-head {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-ranking__info-head {
    font-size: 20px;
  }
}

.p-ranking__info-text {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: clamp(1rem, 0.196rem + 0.89vw, 1.313rem);
}
@media screen and (max-width: 767px) {
  .p-ranking__info-text {
    font-size: 15px;
  }
}

.p-ranking__button {
  -webkit-margin-before: 44px;
          margin-block-start: 44px;
  font-size: 15px;
  width: 154px;
}
.p-ranking__button img {
  width: 24px;
  height: 24px;
}

.p-what__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 128px;
}
@media (max-width: 999px) {
  .p-what__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
    row-gap: 0;
  }
}
@media (max-width: 500px) {
  .p-what__title {
    padding: 0;
  }
}

@media (max-width: 999px) {
  .p-what__title-en {
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}

.p-what__title-ja {
  -webkit-padding-before: 65px;
          padding-block-start: 65px;
}
@media (max-width: 999px) {
  .p-what__title-ja {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
}
.p-what__title-ja::before {
  top: 84px;
  left: -1px;
}
@media (max-width: 999px) {
  .p-what__title-ja::before {
    width: 48px;
    top: 50%;
    left: 0;
  }
}

.p-what__swiper-container {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
@media screen and (max-width: 767px) {
  .p-what__swiper-container {
    -webkit-padding-before: 48px;
            padding-block-start: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-what__swiper-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: 9px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-what__swiper-slide {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .p-what__swiper-slide {
    width: 358px;
  }
  .p-what__swiper-slide:nth-child(n+4) {
    display: none;
  }
}

.p-what__card {
  padding: 16px;
  background: #F5F5F5;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .p-what__card:hover .p-what__card-head {
    opacity: 0.8;
  }
  .p-what__card:hover .p-what__card-text {
    opacity: 0.8;
  }
  .p-what__card:hover .p-what__card-button img {
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-what__card {
    width: 100%;
    margin-inline: auto;
  }
}

.p-what__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-what__card-head-en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  line-height: 1;
}

.p-what__card-head-ja {
  color: #075E72;
  font-size: 12px;
  font-weight: 700;
}

.p-what__card-image {
  margin-inline: auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.p-what__card-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-what__card-image img:hover {
    scale: 1.1;
  }
}

.p-what__card-bottom {
  -webkit-margin-before: 59px;
          margin-block-start: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-what__card-bottom {
    -webkit-margin-before: 44px;
            margin-block-start: 44px;
  }
}

.p-what__card-text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
}

.p-what__card-button img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}

.p-what__bottom {
  width: 83.3333333333vw;
  max-width: 1200px;
  -webkit-margin-before: 47px;
          margin-block-start: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-what__bottom {
    -webkit-margin-before: 54px;
            margin-block-start: 54px;
  }
}

.p-what__button {
  width: 177px;
  -webkit-margin-before: -2px;
          margin-block-start: -2px;
}
@media screen and (max-width: 767px) {
  .p-what__button {
    width: 300px;
  }
}

.p-what__swiper-container,
.p-what__swiper,
.p-what__swiper-wrapper,
.p-what__swiper-slide {
  position: relative;
}

.p-what__swiper-pagination .swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 12px 0 0 -4px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

@media screen and (max-width: 767px) {
  .p-what__swiper-pagination-bullets.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.p-what__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #293639;
  opacity: 1;
}

.p-what__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #293639;
}

.p-report__wrap {
  -webkit-padding-before: 142px;
          padding-block-start: 142px;
  -webkit-border-before: 2px solid #CCCCCC;
          border-block-start: 2px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-report__wrap {
    -webkit-padding-before: 91px;
            padding-block-start: 91px;
  }
}

.p-report__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 128px;
}
@media screen and (max-width: 767px) {
  .p-report__title {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
}

.p-report__title-en {
  line-height: 1.3;
}

.p-report__title-ja {
  -webkit-padding-before: 81px;
          padding-block-start: 81px;
}
@media screen and (max-width: 767px) {
  .p-report__title-ja {
    -webkit-padding-before: 33px;
            padding-block-start: 33px;
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
}
.p-report__title-ja::before {
  top: 101px;
  left: -1px;
}
@media screen and (max-width: 767px) {
  .p-report__title-ja::before {
    width: 48px;
    top: 60%;
    left: 10px;
  }
}

.p-report__cards {
  margin-block: 28px 86px;
  display: grid;
  grid-template-columns: 43.3333333333% 46.6666666667%;
  -webkit-column-gap: min(10vw, 120px);
     -moz-column-gap: min(10vw, 120px);
          column-gap: min(10vw, 120px);
  row-gap: 21px;
}
@media (max-width: 1300px) {
  .p-report__cards {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 1200px) {
  .p-report__cards {
    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: 40px;
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-report__cards {
    margin-block: 38px 36px;
    row-gap: 40px;
  }
}

@media (max-width: 1200px) {
  .p-report__card {
    row-gap: 16px;
  }
}
.p-report__card:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/4;
  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;
  position: relative;
}
.p-report__card:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 1px;
  height: 100%;
  background: #dadee2;
}
@media (max-width: 1300px) {
  .p-report__card:nth-of-type(1)::after {
    right: -30px;
  }
}
@media (max-width: 1200px) {
  .p-report__card:nth-of-type(1)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(1) {
    row-gap: 16px;
  }
}
.p-report__card:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(2) {
    -webkit-margin-before: -2px;
            margin-block-start: -2px;
  }
}
.p-report__card:nth-of-type(2) .p-report__card-info {
  -webkit-margin-before: -12px;
          margin-block-start: -12px;
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(2) .p-report__card-info {
    -webkit-margin-before: -2px;
            margin-block-start: -2px;
  }
}
.p-report__card:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-report__card:nth-of-type(3) .p-report__card-info {
  -webkit-margin-before: -9px;
          margin-block-start: -9px;
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(3) .p-report__card-info {
    -webkit-margin-before: -1px;
            margin-block-start: -1px;
  }
}
.p-report__card:nth-of-type(3) .p-report__card-meta {
  -webkit-margin-before: -4px;
          margin-block-start: -4px;
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(3) .p-report__card-meta {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(3) {
    -webkit-margin-before: -1px;
            margin-block-start: -1px;
  }
  .p-report__card:nth-of-type(3) .p-report__card-info {
    -webkit-margin-before: 1px;
            margin-block-start: 1px;
  }
}
.p-report__card:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.p-report__card:nth-of-type(4) .p-report__card-image {
  aspect-ratio: 16/12;
}
@media screen and (max-width: 767px) {
  .p-report__card:nth-of-type(4) .p-report__card-image {
    aspect-ratio: 4/2.65;
  }
}
.p-report__card:nth-of-type(4) .p-report__card-info {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.p-report__card:not(:nth-of-type(1)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1200px) {
  .p-report__card:not(:nth-of-type(1)) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-report__card:not(:nth-of-type(1)) .p-report__card-info {
  max-width: 308px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .p-report__card:not(:nth-of-type(1)) .p-report__card-info {
    max-width: 600px;
  }
}
.p-report__card:not(:nth-of-type(1)) .p-report__card-tag {
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .p-report__card:not(:nth-of-type(1)) .p-report__card-tag {
    padding: 8px 12px;
  }
}
.p-report__card:not(:nth-of-type(1)) .p-report__card-head {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-report__card:not(:nth-of-type(1)) .p-report__card-head {
    font-size: 24px;
  }
}
.p-report__card:not(:nth-of-type(1)) .p-report__card-text {
  font-size: 15px;
  overflow: hidden;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-report__card:not(:nth-of-type(1)) .p-report__card-text {
    -webkit-line-clamp: 3;
    letter-spacing: 0;
  }
}

.p-report__card-image {
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-report__card-image {
    aspect-ratio: 4/2.7;
  }
}
.p-report__card-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .p-report__card-image img:hover {
    scale: 1.1;
  }
}

.p-report__card-info {
  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: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-report__card-info:hover {
    opacity: 0.8;
  }
}

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

.p-report__card-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.p-report__card-tag {
  padding: 8px 13px;
  border-radius: 2px;
  background: #075E72;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.52px;
}

.p-report__card-data {
  color: #999999;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 24px; /* 171.429% */
  -webkit-margin-before: 2px;
          margin-block-start: 2px;
}

.p-report__card-head {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-report__card-text {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    letter-spacing: 0;
  }
}

.p-report__button {
  margin-inline: auto;
}

.p-sns__container {
  position: relative;
}

.p-sns__title {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: -164px;
  rotate: 90deg;
  row-gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-sns__title {
    top: 16px;
    right: -76px;
    row-gap: 14px;
  }
}

.p-sns__title-ja::before {
  top: 55%;
}

.p-sns__information {
  position: relative;
  -webkit-padding-end: 182px;
          padding-inline-end: 182px;
}
@media screen and (max-width: 767px) {
  .p-sns__information {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
}

.p-sns__bg {
  width: 100%;
  height: 510px;
}
@media screen and (max-width: 767px) {
  .p-sns__bg {
    aspect-ratio: 350/350;
    height: auto;
  }
}
.p-sns__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.p-sns__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 159px;
}
@media (max-width: 1300px) {
  .p-sns__nav {
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-sns__nav {
    left: 31px;
  }
}

.p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 98px;
     -moz-column-gap: 98px;
          column-gap: 98px;
}
@media (max-width: 1300px) {
  .p-sns__list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 1050px) {
  .p-sns__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}

.p-sns__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-sns__item:hover {
    opacity: 0.7;
  }
}

.sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .sns__link {
    letter-spacing: -0.3px;
  }
}
.sns__link img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .sns__link img {
    width: 32px;
    height: 32px;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__inner {
  position: relative;
}

.p-faq__title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 187px;
  left: -389px;
  rotate: 90deg;
}
@media (max-width: 1420px) {
  .p-faq__title {
    left: -270px;
  }
}
@media (max-width: 1200px) {
  .p-faq__title {
    top: -170px;
    left: 50%;
    translate: -50%;
    rotate: 0deg;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    top: -110px;
    left: 154px;
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__title-en {
    line-height: 1.2;
  }
}

.p-faq__title-ja {
  -webkit-padding-before: 65px;
          padding-block-start: 65px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-faq__title-ja {
    -webkit-padding-before: 29px;
            padding-block-start: 29px;
    -webkit-padding-start: 68px;
            padding-inline-start: 68px;
  }
}
.p-faq__title-ja::before {
  top: 84px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .p-faq__title-ja::before {
    width: 49px;
    top: 59%;
    left: 8px;
  }
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-before: 1px solid #CCCCCC;
          border-block-start: 1px solid #CCCCCC;
}

.p-faq__item {
  -webkit-border-after: 1px solid #CCCCCC;
          border-block-end: 1px solid #CCCCCC;
  padding-block: 16px;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding-block: 0;
  }
}

.p-faq__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 32px;
  -webkit-margin-end: -4px;
          margin-inline-end: -4px;
  -webkit-margin-before: -1px;
          margin-block-start: -1px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question {
    padding-block: 24px;
    -webkit-margin-end: 2px;
            margin-inline-end: 2px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-faq__item-question-text {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question-text {
    font-size: 16px;
  }
}

.p-faq__item-question-icon {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question-icon {
    width: 18px;
  }
}
.p-faq__item-question-icon line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: center;
          transform: center;
}

.p-faq__item.is-opened .p-faq__item-question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.p-faq__item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.p-faq__item-answer-text {
  -webkit-padding-end: 42px;
          padding-inline-end: 42px;
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-text {
    font-size: 15px;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
}

.is-opened .p-faq__item-answer {
  opacity: 1;
}

.p-contact__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    row-gap: 9px;
  }
}

.p-contact__title-ja {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.p-contact__title-ja::before {
  display: none;
}

.p-contact__form {
  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: 33px;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    -webkit-margin-before: 47px;
            margin-block-start: 47px;
  }
}

.p-contact__row {
  display: grid;
  grid-template-columns: 217px 1fr;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-start: -3px;
          margin-inline-start: -3px;
}
.p-contact__row:nth-of-type(2) {
  -webkit-margin-before: -3px;
          margin-block-start: -3px;
}
@media screen and (max-width: 767px) {
  .p-contact__row:nth-of-type(2) {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.p-contact__row:nth-of-type(3) {
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
}
@media screen and (max-width: 767px) {
  .p-contact__row:nth-of-type(3) {
    -webkit-margin-before: -1px;
            margin-block-start: -1px;
  }
}
.p-contact__row:nth-of-type(3) .p-contact__head {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__row:nth-of-type(3) .p-contact__head {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-contact__row:nth-of-type(4) {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .p-contact__row:nth-child(4) {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
  .p-contact__row:nth-child(4) .p-contact__data {
    -webkit-margin-before: 3px;
            margin-block-start: 3px;
  }
  .p-contact__row:nth-child(5) {
    -webkit-margin-before: 6px;
            margin-block-start: 6px;
  }
}
.p-contact__row:nth-child(3) .p-contact__head {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.p-contact__head {
  font-weight: 500;
  -webkit-padding-start: 49px;
          padding-inline-start: 49px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    -webkit-padding-start: 44px;
            padding-inline-start: 44px;
    font-size: 15px;
  }
}
.p-contact__head span.--must {
  position: relative;
}
.p-contact__head span.--must::before {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -44px;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1; /* 10px */
  border-radius: 2px;
  background: #075E72;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--must::before {
    left: -44px;
  }
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 14px 18px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    padding: 13px 16px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
}

textarea {
  resize: vertical;
  height: 180px;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
select:invalid {
  color: #999999;
}
select option[value=""] {
  display: none;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-contact__select-wrap:hover {
    cursor: pointer;
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox {
  -webkit-margin-before: -14px;
          margin-block-start: -14px;
  -webkit-margin-start: -9px;
          margin-inline-start: -9px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox {
    text-align: left;
    -webkit-margin-before: -16px;
            margin-block-start: -16px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    font-size: 15px;
  }
}
.p-contact__data-checkbox span {
  display: inline-block;
  line-height: 1;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  position: relative;
}
.p-contact__data-checkbox span a {
  color: #075E72;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.p-contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -2px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox span::before {
    top: 2px;
    left: 0px;
  }
}
.p-contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  -webkit-border-end: 1px solid #293639;
          border-inline-end: 1px solid #293639;
  -webkit-border-after: 1px solid #293639;
          border-block-end: 1px solid #293639;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox span::after {
    left: 7px;
  }
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.p-contact__data-radio span {
  display: inline-block;
  position: relative;
}
.p-contact__data-radio span::before {
  content: "";
  position: absolute;
}
.p-contact__data-radio span::after {
  opacity: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  margin-inline: auto;
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
  -webkit-padding-after: 17px;
          padding-block-end: 17px;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
.p-contact__submit input[type=submit] {
  display: inline-block;
  color: #075E72;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    -webkit-margin-start: -6px;
            margin-inline-start: -6px;
  }
}

.p-contact__submit-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 154px;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-label {
    width: 300px;
  }
}

.p-contact__error-message {
  color: #cc1b1b;
  font-size: 13px;
  font-weight: 500;
}

input.invalid,
textarea.invalid,
select.invalid {
  border-radius: 2px;
  border: 1px solid #cc1b1b;
}

.p-footer__copy {
  color: #FFFFFF;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .u-sp__hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-pc__hidden {
    display: none;
  }
}
.u-animation__fade {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.u-animation__fade.is-show {
  opacity: 1;
}
.u-animation__fade--second {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .u-animation__fade--second {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.u-animation__fade--third {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .u-animation__fade--third {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.u-animation__fade--fourth {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .u-animation__fade--fourth {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.u-animation__fade--scale {
  scale: 2;
}
.u-animation__fade--scale.is-show {
  scale: 1;
}

.u-animation__left {
  -webkit-clip-path: inset(0 99.9% 0 0);
          clip-path: inset(0 99.9% 0 0);
  -webkit-transition: -webkit-clip-path 1.5s ease;
  transition: -webkit-clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease, -webkit-clip-path 1.5s ease;
}
.u-animation__left.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-animation__right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1.5s ease;
  transition: -webkit-clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease, -webkit-clip-path 1.5s ease;
}
.u-animation__right.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-animation__center {
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition: -webkit-clip-path 0.8s ease;
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.u-animation__center.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-animation__slide-up {
  overflow: hidden;
}
.u-animation__slide-up span {
  display: inline-block;
  -webkit-animation: 0.3s 0.3s ease forwards slideUp;
          animation: 0.3s 0.3s ease forwards slideUp;
  translate: 0 100%;
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
.u-animation__slide-up--second span {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.u-animation__slide-up--third span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.u-animation__slide-up--fourth span {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

html, body {
  overflow-x: hidden;
}