@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;
}

/*----------------------------------
　フォント指定
-----------------------------------*/
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 160%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  padding-inline: 3.5rem;
  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 {
    padding-inline: 1rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 2.5rem;
  margin-inline: auto;
}
.l-inner.l-inner--narrow {
  max-width: 65rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 632px;
    padding: 0 1rem;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.4375rem;
     -moz-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  border-bottom: 0.125rem solid #075E72;
  color: #075e72;
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 120%; /* 18px */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 18.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-btn img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  width: 1.5rem;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn:hover img {
  scale: 1.33333;
}

.c-animated__fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
}
.c-animated__fadeIn.js-show {
  opacity: 1;
}

.c-animated__fadeIn--scale {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.8s ease, -webkit-transform 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease;
  transition: opacity 1.8s ease, transform 1.8s ease, -webkit-transform 1.8s ease;
}
.c-animated__fadeIn--scale.js-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-animated__clipView {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.c-animated__clipView--reverse {
  clip-path: inset(0 0 0 100%);
}
.c-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__clipView--noTrigger {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.c-animated__clipView--noTrigger.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animation__text {
  overflow: hidden;
  display: block;
}
.c-animation__text span {
  translate: 0 100%;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
.c-animation__text.js-show span {
  translate: 0 0;
}

.section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-title__en {
  color: #293639;
  font-family: "EB Garamond", serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 100%; /* 120px */
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 3.625rem;
  }
}

.section-title__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .section-title__ja {
    font-size: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.section-title__ja::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .section-title__ja::before {
    width: 3rem;
  }
}

.c-tag {
  padding: 0.5rem 0.75rem;
  font-size: max(0.8125rem, 10.4px);
  background: #075E72;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 2px;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.52px;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 0.75rem;
  }
}

.p-header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 2rem;
}
.p-header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(41, 54, 57, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(41, 54, 57, 0.1);
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header.is-scrolled {
    padding-block: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-block: 1rem;
  }
  .p-header.js-show .p-drawer__icon-bar:nth-of-type(1) {
    rotate: 45deg;
    translate: -1px 1.5px;
  }
  .p-header.js-show .p-drawer__icon-bar:nth-of-type(2) {
    display: none;
  }
  .p-header.js-show .p-drawer__icon-bar:nth-of-type(3) {
    translate: -1px -1.5px;
    rotate: -45deg;
    width: 0.5rem;
  }
}

.p-header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__logo a {
  font-family: "EB Garamond", serif;
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  color: #293639;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    font-size: 1.5rem;
  }
}
.p-header__logo:hover {
  opacity: 0.8;
}

.p-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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  color: #293639;
}
.p-header__list li a {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 0.875rem;
  }
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -5px;
  width: 120%;
  height: 1px;
  background-color: #075E72;
  scale: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.p-header__list li a:hover {
  opacity: 0.8;
}
.p-header__list li a:hover::after {
  scale: 1;
}

.p-header__btn {
  padding: 0.9375rem 1.9375rem;
  font-size: max(0.8125rem, 10.4px);
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  letter-spacing: 0.39px;
  color: #FFFFFF;
  background-color: #293639;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    border: 1px solid #293639;
    color: #293639;
    background-color: #FFFFFF;
    opacity: 0.8;
  }
}

.p-drawer__icon {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-color: #293639;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon-bar-wrap {
  padding-inline: 0.5625rem 0.4375rem;
  width: 100%;
  height: 100%;
  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: 0.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-drawer__icon-bar {
  width: 0.5rem;
  height: 0.0625rem;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer__icon-bar--short {
  width: 0.375rem;
}

.p-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #f3f3f3;
  padding-block: 6.625rem 8.75rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  padding-inline: 2.96875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-drawer__nav {
  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: 2rem;
}

.drawer__list {
  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: 1.5rem;
}
.drawer__list a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.5rem;
}

.drawer__btn {
  width: 100%;
  padding: 1.25rem 2rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  background-color: #075E72;
  text-align: center;
}

.footer {
  background: #075E72;
  padding-block: 5rem;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 2.5rem;
  }
}

.copyright {
  text-align: center;
  font-family: "EB Garamond", serif;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1rem;
  }
}

.p-mv {
  background-color: #f5f5f5;
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 4.125rem;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide-active picture,
.swiper-slide-duplicate-active picture,
.swiper-slide-prev picture {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.mv__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1040/640;
}
@media screen and (max-width: 767px) {
  .mv__image {
    aspect-ratio: 310/504;
  }
}
.mv__inner {
  position: absolute;
  z-index: 2;
  top: 19.03vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    top: 52.82vw;
  }
}

.mv__inner--white {
  color: #FFFFFF;
}

.mv__inner--black {
  width: 27.78vw;
  white-space: nowrap;
  color: #293639;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__inner--black {
    width: 20.51vw;
  }
}

.mv__line {
  width: 13.89vw;
  height: 1px;
  background-color: #293639;
}
@media screen and (max-width: 767px) {
  .mv__line {
    width: 12.31vw;
  }
}

.mv__title {
  font-family: "EB Garamond", serif;
  font-size: 3.33vw;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  padding-left: 6.15vw;
  padding-bottom: 1.67vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 6.15vw;
    padding-left: 6.15vw;
    padding-bottom: 6.15vw;
  }
}

.mv__subtitle {
  padding-left: 8.33vw;
  margin-top: 2.22vw;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    padding-left: 6.15vw;
    font-size: 3.59vw;
    margin-top: 6.15vw;
  }
}

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

.mv__swiper {
  overflow: hidden;
}

.mv__swiper-container {
  overflow: hidden;
  border-top-left-radius: 4px; /* 左上 */
  border-bottom-left-radius: 4px; /* 左下 */
  margin-left: 27.78vw;
}
@media screen and (max-width: 767px) {
  .mv__swiper-container {
    margin-left: 20.51vw;
  }
}

.mv__swiper-wrapper {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next,
.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: "";
}

.mv__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.11vw;
}
@media screen and (max-width: 767px) {
  .mv__swiper-pagination {
    gap: 3.08vw;
  }
}
.mv__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.56vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-inline: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .mv__swiper-pagination .swiper-pagination-bullet {
    width: 2.05vw;
  }
}

.mv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 1.67vw;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .mv__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 6.15vw;
    top: unset;
    translate: unset;
    bottom: 6.15vw;
  }
}

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

.concept {
  padding-top: 10.625rem;
  background: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 7.5rem;
    overflow: hidden;
  }
}

.concept__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept__inner {
    max-width: 550px;
  }
}

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

.animated__scaleImg img {
  scale: 1.2;
  -webkit-transition: scale 2s ease, opacity 2s ease;
  transition: scale 2s ease, opacity 2s ease;
  opacity: 0.2;
}
.animated__scaleImg.js-show img {
  scale: 1;
  opacity: 1;
}

.concept__container {
  position: relative;
  z-index: 2;
  padding-block: 10rem 5.375rem;
}
@media screen and (max-width: 767px) {
  .concept__container {
    padding-block: 2.9375rem 0;
  }
}

.concept__text-wrap {
  padding-left: 7.5rem;
  width: 42.375rem;
}
@media screen and (max-width: 767px) {
  .concept__text-wrap {
    padding-left: 1rem;
    width: 17.9375rem;
  }
}

.concept__head {
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 180%; /* 50.4px */
}
@media screen and (max-width: 767px) {
  .concept__head {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .concept__head {
    font-size: 1.25rem;
  }
}

.concept__text {
  margin-top: 1.9375rem;
  font-size: max(1.125rem, 14.4px);
  line-height: 300%; /* 54px */
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .concept__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .concept__text {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 240%;
  }
}

.concept__title {
  position: absolute;
  right: 0.875rem;
  top: 10.5rem;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .concept__title {
    top: 3rem;
    right: -3.125rem;
  }
}

.p-ranking {
  overflow: hidden;
  padding-block: 9.625rem 10rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-block: 7.5rem 6.25rem;
  }
}

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

.p-ranking__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-ranking__title-wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-ranking__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-ranking__title-side {
  margin-top: 2.0625rem;
  font-family: "EB Garamond", serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 100%; /* 38px */
}
@media screen and (max-width: 767px) {
  .p-ranking__title-side {
    margin-top: 0.6875rem;
    font-size: 1.125rem;
    margin-left: -0.625rem;
  }
}

.p-ranking__items {
  margin-top: 3rem;
  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: 10rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__items {
    row-gap: 4.6875rem;
  }
}

.p-ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (any-hover: hover) {
  .p-ranking__item:hover .p-ranking__image {
    overflow: hidden;
  }
  .p-ranking__item:hover .p-ranking__image img {
    scale: 1.1;
  }
  .p-ranking__item:hover .p-ranking__info {
    opacity: 0.8;
  }
  .p-ranking__item:hover .p-ranking__btn img {
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
    scale: 1.3333;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.p-ranking__item:nth-of-type(odd) .p-ranking__image {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-ranking__item:nth-of-type(odd) .p-ranking__image {
    width: calc(100% + 16px);
  }
}
.p-ranking__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-ranking__item:nth-of-type(even) .p-ranking__image {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-ranking__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ranking__item:nth-of-type(even) .p-ranking__image {
    width: calc(100% + 16px);
  }
  .p-ranking__item:nth-of-type(even) .p-ranking__info-num {
    right: unset;
    left: 0;
  }
}

.p-ranking__image {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 800/540;
}
@media screen and (max-width: 767px) {
  .p-ranking__image {
    aspect-ratio: 374/250;
  }
}
.p-ranking__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-ranking__info {
  width: 28.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-ranking__info {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.p-ranking__info-num {
  font-family: "EB Garamond", serif;
  font-size: 3.75rem;
  line-height: 100%; /* 60px */
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-ranking__info-num {
    font-size: 3.125rem;
    position: absolute;
    top: -1.5rem;
    right: 0;
  }
}

.p-ranking__info-inner {
  max-width: 600px;
  margin-inline: auto;
}

.p-ranking__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__tags .p-ranking-tag:not(:first-child) {
    display: none;
  }
}

.p-ranking__info-title {
  margin-top: 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media screen and (max-width: 767px) {
  .p-ranking__info-title {
    font-size: 1.25rem;
  }
}

.p-ranking__info-text {
  line-height: 160%; /* 25.6px */
  font-size: max(1rem, 12.8px);
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__info-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__info-text {
    font-size: 0.9375rem;
  }
}

.p-ranking__btn {
  margin-top: 2.5rem;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-ranking__btn {
    margin-inline: auto;
  }
}

.p-what {
  padding-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-what {
    padding-top: 6.25rem;
  }
}

.p-what__inner {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-what__inner {
    max-width: none;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 680px) {
  .p-what__inner {
    max-width: 632px;
  }
}
.p-what__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 5rem);
  height: 2px;
  background: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-what__inner::after {
    width: calc(100% - 2rem);
  }
}

.p-what__title {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-what__title .section-title__ja {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-what__title {
    margin-inline: unset;
    display: block;
  }
  .p-what__title .section-title__ja {
    margin-top: 0;
    margin-block: 1rem;
  }
}

.what__swiper-container {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .what__swiper-container {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .what__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}
@media (max-width: 680px) {
  .what__swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.what__swiper-slide {
  width: 370px;
  margin-right: 32px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .what__swiper-slide {
    width: auto;
    margin-right: 0;
  }
  .what__swiper-slide:nth-of-type(5), .what__swiper-slide:nth-of-type(6) {
    display: none;
  }
}
@media (max-width: 680px) {
  .what__swiper-slide:nth-of-type(4) {
    display: none;
  }
}

.p-what__link {
  width: 100%;
  padding: 16px;
}
.p-what__link:hover .p-what__image img {
  scale: 1.1;
}
.p-what__link:hover .p-what__item-head {
  opacity: 0.8;
}
.p-what__link:hover .p-what__item-tagWrap {
  opacity: 0.8;
}
.p-what__link:hover .p-what__item-btn img {
  scale: 1.3333;
}

.p-what__item-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-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-what__item-head-en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  line-height: 100%; /* 40px */
}

.p-what__item-head-ja {
  color: #075E72;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
}

.p-what__image {
  overflow: hidden;
  border-radius: 50%;
  margin-inline: auto;
  width: 220px;
  aspect-ratio: 1/1;
  margin-top: 24px;
}
.p-what__image img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.p-what__item-bottom {
  margin-top: 59px;
  display: grid;
  grid-template-columns: 1fr 24px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-what__item-bottom {
    margin-top: 2.75rem;
  }
}

.p-what__item-tagWrap {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 13px;
}

.p-what__item-tag {
  font-weight: 500;
  line-height: 160%; /* 20.8px */
}

.p-what__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-what__item-btn img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

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

.what__swiper-container .what__swiper {
  overflow: visible;
}
.what__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.what__swiper-container .what__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  text-align: left;
}
.what__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #293639;
  background: #FFFFFF;
  margin-inline: 8px;
}
.what__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #293639;
}
.what__swiper-container .p-what__pagination-wrap {
  margin-top: 2.5rem;
  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) {
  .what__swiper-container .p-what__pagination-wrap {
    margin-top: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .what__swiper-container .p-what__pagination-wrap .swiper-pagination {
    display: none;
  }
}

.p-report {
  padding-block: 10rem 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-report {
    padding-block: 6.25rem;
  }
}

.p-report__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-inline: auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-report__title {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.p-report__title .section-title__ja {
  margin-block: 18px;
}
@media screen and (max-width: 767px) {
  .p-report__title .section-title__ja {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.p-report__items {
  display: grid;
  grid-template-columns: 48.33% 1fr;
  row-gap: 2rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  position: relative;
}
@media (max-width: 1040px) {
  .p-report__items {
    grid-template-columns: 1fr 1fr;
    row-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-report__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-column-gap: none;
       -moz-column-gap: none;
            column-gap: none;
    row-gap: 2.1875rem;
  }
}

.p-report__item:first-of-type {
  grid-column: 1/2;
  grid-row: 1/4;
  padding-right: 3.75rem;
  position: relative;
}
@media (max-width: 1040px) {
  .p-report__item:first-of-type {
    padding-right: 0;
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:first-of-type::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dadee2;
  right: 0;
}
@media (max-width: 1040px) {
  .p-report__item:first-of-type::before {
    display: none;
  }
}
.p-report__item:not(:first-of-type) .p-report__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1040px) {
  .p-report__item:not(:first-of-type) .p-report__link {
    display: block;
    gap: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.p-report__item:not(:first-of-type) .p-report__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.75rem;
  height: auto;
  aspect-ratio: 220/165;
}
@media (max-width: 1040px) {
  .p-report__item:not(:first-of-type) .p-report__item-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-report__item:not(:first-of-type) .p-report__item-image {
    aspect-ratio: 358/240;
    width: 100%;
    height: auto;
  }
}
.p-report__item:not(:first-of-type) .p-report__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-report__item:not(:first-of-type) .p-report__info {
  margin-top: 0;
}
@media (max-width: 1040px) {
  .p-report__item:not(:first-of-type) .p-report__info {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-report__item:not(:first-of-type) .p-report__info {
    margin-top: 1rem;
  }
}
.p-report__item:not(:first-of-type) .p-report__tag {
  padding: 0.375rem 0.625rem;
}
@media (max-width: 1040px) {
  .p-report__item:not(:first-of-type) .p-report__tag {
    padding: 0.5rem 0.75rem;
  }
}
.p-report__item:not(:first-of-type) .p-report__item-title {
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-report__item:not(:first-of-type) .p-report__item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1040px) {
  .p-report__item:not(:first-of-type) .p-report__item-title {
    font-size: 1.5rem;
  }
}
.p-report__item:not(:first-of-type) .p-report__item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-report__item:not(:first-of-type) .p-report__item-text {
    font-size: 1rem;
  }
}
@media (max-width: 1040px) {
  .p-report__item:not(:first-of-type) .p-report__item-text {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-report__item:not(:first-of-type) .p-report__item-text {
    font-size: 0.9375rem;
  }
}
.p-report__item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 4/5;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(5) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(6) {
  grid-column: 2/3;
  grid-row: 5/6;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(6) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(7) {
  grid-column: 2/3;
  grid-row: 6/7;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(7) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(8) {
  grid-column: 2/3;
  grid-row: 7/8;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(8) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(9) {
  grid-column: 2/3;
  grid-row: 8/9;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(9) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-report__item:nth-of-type(10) {
  grid-column: 2/3;
  grid-row: 9/10;
}
@media (max-width: 1040px) {
  .p-report__item:nth-of-type(10) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (any-hover: hover) {
  .p-report__item:hover .p-report__item-image {
    overflow: hidden;
  }
  .p-report__item:hover .p-report__item-image img {
    scale: 1.1;
  }
  .p-report__item:hover .p-report__info {
    opacity: 0.8;
  }
}

@media (max-width: 1040px) {
  .p-report__link {
    display: block;
  }
}

.p-report__item-image {
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-report__item-image {
    aspect-ratio: 358/240;
    width: 100%;
    height: auto;
  }
}
.p-report__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.p-report__info {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-report__info {
    margin-top: 1rem;
  }
}

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

.p-report__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-report__tag {
    letter-spacing: 1.12px;
  }
}

.p-report__item-date {
  color: #999999;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width: 767px) {
  .p-report__item-date {
    font-size: 0.875rem;
  }
}

.p-report__item-title {
  margin-top: 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media screen and (max-width: 767px) {
  .p-report__item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1040px) {
  .p-report__item-title {
    font-size: 1.5rem;
  }
}

.p-report__item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 767px) {
  .p-report__item-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-report__item-text {
    font-size: 0.9375rem;
  }
}

.p-report__btn {
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-report__btn {
    margin-top: 3rem;
  }
}

.p-sns {
  padding-top: 8.25rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-sns {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
}

.p-sns__container {
  position: relative;
}

.p-sns__title {
  position: absolute;
  overflow: hidden;
  right: -10.1875rem;
  top: 2.125rem;
  z-index: 2;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .p-sns__title {
    right: -4.75rem;
    top: 1rem;
  }
}

.p-sns__info {
  padding-right: 11.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sns__info {
    padding-right: 2.5rem;
  }
}

.p-sns__icons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  translate: 0 -50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  left: 11.53vw;
}
@media (max-width: 1390px) {
  .p-sns__icons {
    left: 5.625rem;
    gap: 4.375rem;
  }
}
@media (max-width: 1000px) {
  .p-sns__icons {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-sns__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 2rem;
  }
}

.p-sns__link {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sns__link {
    font-size: 16px;
  }
}
.p-sns__link img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sns__link img {
    width: 2rem;
  }
}

.p-sns__icon {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-sns__icon:hover {
    opacity: 0.8;
  }
}

.p-faq {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 6.25rem;
  }
}

.p-faq-inner {
  position: relative;
}

.p-faq-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  top: 11.75rem;
  left: clamp(-388px, -352px - (100vw - 1370px) * 0.51429, -352px);
  rotate: 90deg;
}
.p-faq-title .section-title-ja {
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media (max-width: 1369px) {
  .p-faq-title {
    position: relative;
    top: unset;
    left: unset;
    rotate: unset;
    -webkit-margin-after: 3rem;
            margin-block-end: 3rem;
  }
}

.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: 1rem;
}
@media (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: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2rem;
}
@media (max-width: 767px) {
  .p-faq-item-question {
    padding-block: 1.5rem;
  }
}

.p-faq-item-question-text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 767px) {
  .p-faq-item-question-text {
    font-size: 1rem;
  }
}

.p-faq-item-question-icon {
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item-question-icon {
    width: 1.125rem;
  }
}
.p-faq-item-question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

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

.p-faq-item-answer-text {
  -webkit-padding-end: 2.6875rem;
          padding-inline-end: 2.6875rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-faq-item-answer-text {
    font-size: 0.9375rem;
    padding-bottom: 1.5rem;
  }
}

.p-faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

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

.p-contact {
  padding-block: 10rem;
  background: #ebf3f5;
}
@media (max-width: 767px) {
  .p-contact {
    padding-block: 6.25rem;
  }
}

.p-contact-inner {
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  .p-contact-inner {
    max-width: 632px;
  }
}

.p-contact-title {
  margin-inline: auto;
  text-align: center;
}
.p-contact-title .section-title__ja {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-title .section-title__ja::before {
  display: none;
}

.p-contact-form {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media (max-width: 767px) {
  .p-contact-form {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}

.p-contact-row {
  display: grid;
  grid-template-columns: 172px 1fr;
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-row {
    display: block;
  }
}

.p-contact-row + .p-contact-row {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}

.p-contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 767px) {
  .p-contact-head {
    font-size: 15px;
  }
}

.p-contact-must {
  padding: 4px 8px;
  color: #FFFFFF;
  background: #075E72;
  border-radius: 2px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.p-contact-data {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-data {
    margin-top: 8px;
  }
}
.p-contact-data input,
.p-contact-data select,
.p-contact-data textarea {
  width: 100%;
  border: none;
  background: #FFFFFF;
  padding: 15px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.p-contact-data input:focus,
.p-contact-data select:focus,
.p-contact-data textarea:focus {
  outline: 2px solid #CCCCCC;
}
.p-contact-data input::-webkit-input-placeholder, .p-contact-data select::-webkit-input-placeholder, .p-contact-data textarea::-webkit-input-placeholder {
  color: #999999;
}
.p-contact-data input::-moz-placeholder, .p-contact-data select::-moz-placeholder, .p-contact-data textarea::-moz-placeholder {
  color: #999999;
}
.p-contact-data input:-ms-input-placeholder, .p-contact-data select:-ms-input-placeholder, .p-contact-data textarea:-ms-input-placeholder {
  color: #999999;
}
.p-contact-data input::-ms-input-placeholder, .p-contact-data select::-ms-input-placeholder, .p-contact-data textarea::-ms-input-placeholder {
  color: #999999;
}
.p-contact-data input::placeholder,
.p-contact-data select::placeholder,
.p-contact-data textarea::placeholder {
  color: #999999;
}

textarea {
  height: 180px;
  resize: vertical;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.p-contaqct__select-wrap {
  position: relative;
}
.p-contaqct__select-wrap svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.p-contaqct__select-wrap:hover {
  cursor: pointer;
}

.p-contact__acceptance {
  font-size: 16px;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__acceptance {
    text-align: left;
  }
}
.p-contact__acceptance span {
  position: relative;
  padding-left: 32px;
  color: #293639;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__acceptance span {
    font-size: 0.9375rem;
  }
}
.p-contact__acceptance span::before, .p-contact__acceptance span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-contact__acceptance span::before {
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
.p-contact__acceptance span::after {
  top: 6px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  opacity: 0;
  border-right: 1.5px solid #999999;
  border-bottom: 1.5px solid #999999;
}
.p-contact__acceptance a {
  color: #075E72;
  text-decoration: underline;
  color: #075e72;
  font-weight: 500;
  line-height: 100%; /* 16px */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__acceptance a:hover {
    opacity: 0.8;
  }
}

.p-contact__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-contact__checkbox-input:checked + span::after {
  opacity: 1;
}

.p-contact-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-after: 2px solid #075E72;
          border-block-end: 2px solid #075E72;
  position: relative;
}
.p-contact-submit:hover .p-contact-submit-icon {
  scale: 1.3;
}

.p-contact-submit input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #075E72;
  width: 154px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-contact-submit input {
    width: 300px;
  }
}

.p-contact-submit-icon {
  position: absolute;
  right: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #075E72;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.p-contact-error-message {
  color: #cc1b1b;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}

input.invalid,
textarea.invalid {
  outline: 1px solid #cc1b1b;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}