@charset "UTF-8";

*,
*::before,
*::after {
  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;
}

/* スタイルを当てやすいように追加 */

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

input,
textarea,
select {
  font: inherit;
}

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

body.is-fixed {
  position: fixed;
  width: 100%;
}

.l-main {
  min-height: 100vh;
  padding-block-start: 112px;
}

.l-header {
  background: #f5f5f5;
  height: auto;
  padding-block: 32px;
  transition: all 0.3s ease;
  width: 100%;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-inline: 56px;
}

.l-header__logo a {
  color: #293639;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.l-header__logo a {
  transition: all 0.3s ease;
}

.l-header__nav {
  align-items: center;
  display: flex;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.l-footer {
  background: #293639;
  padding-block: 80px;
  text-align: center;
}

.l-inner {
  margin-inline: auto;
  max-width: 1440px;
  padding: 0 120px;
  width: 100%;
}

.l-inner.l-inner-narrow {
  width: 1040px;
}

.l-concept {
  background: #f5f5f5;
  padding-block: 180px 0;
}

.l-concept__inner {
  position: relative;
}

.l-ranking {
  background: #f5f5f5;
  padding-block: 154px 160px;
}

.l-sns {
  overflow: hidden;
  padding-block-start: 132px;
}

.l-sns__container {
  position: relative;
}

.l-faq {
  padding-block: 200px 160px;
}

.l-faq__inner {
  max-width: 1200px;
  position: relative;
}

.l-contact {
  background: #ebf3f5;
  padding-block: 160px;
}

.l-contact__inner {
  margin-inline: auto;
  max-width: 100%;
  padding-inline: 40px;
  width: 830px;
}

.l-report {
  padding-block: 160px 108px;
}

.l-what {
  padding-block: 160px 0;
}

.l-what__inner {
  padding-block-end: 160px;
  position: relative;
}

.l-what__inner::after {
  background: #cccccc;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: calc(100% - 240px);
}

.c-btn {
  align-items: center;
  display: flex;
  -moz-column-gap: 55px;
  border-block-end: 2px solid #075e72;
  color: #075e72;
  column-gap: 55px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 18px */
  padding-block-end: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn img {
  height: 24px;
  transition: all 0.3s ease;
  width: 24px;
}

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

.c-section-title-en {
  color: #293639;
  font-family: "EB Garamond", serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 120px */
}

.c-section-title-ja {
  align-items: center;
  color: #293639;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  margin-block-start: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.c-section-title-ja::before {
  background: #cccccc;
  content: "";
  display: block;
  height: 2px;
  width: 80px;
}

.p-header {
  position: fixed;
  z-index: 100;
}

.p-header__list {
  align-items: center;
  color: #293639;
  display: flex;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.p-header__list a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  position: relative;
  transition: all 0.3s ease;
}

.p-header__list a::after {
  background-color: #293639;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease;
  translate: -50%;
  width: 0;
}

.p-header__list a:hover {
  color: #293639;
}

.p-header__list a:hover::after {
  width: 90%;
}

.p-header__contact {
  background: #293639;
  border: 1px solid #293639;
  border-radius: 2px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.39px;
  line-height: 120%;
  /* 15.6px */
  padding: 16px 32px;
  transition: all 0.3s ease;
}

.p-header__icon {
  background: #293639;
  border: 1px solid #293639;
  border-radius: 50%;
  height: 34px;
  padding: 4px;
  width: 34px;
}

.p-header__icon-bar-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-inline: 9px 7px;
  row-gap: 2px;
  width: 100%;
}

.p-header__icon-bar1 {
  background: #ffffff;
  height: 1px;
  width: 8px;
}

.p-header__icon-bar2 {
  background: #ffffff;
  height: 1px;
  width: 8px;
}

.p-header__icon-bar3 {
  background: #ffffff;
  height: 1px;
  width: 6px;
}

.p-header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 20px 0px rgba(41, 54, 57, 0.1);
  color: #293639;
  padding-block: 24px;
}

.p-header.is-scrolled .header__contact {
  border: 1px solid #293639;
  transition: all 0.3s ease;
}

.p-mv {
  background: #f5f5f5;
  height: auto;
  position: relative;
  width: 100vw;
}

.p-mv__image {
  aspect-ratio: 1040/640;
  display: block;
  margin-left: auto;
  overflow: hidden;
  width: 72.2222222222vw;
}

.p-mv-swiper {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.p-mv-swiper .swiper-slide {
  overflow: hidden;
}

.p-mv-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 3s ease;
}

.p-mv-swiper .swiper-slide-active img {
  transform: scale(1);
}

.p-mv.is-show-image .p-mv-swiper {
  opacity: 1;
}

.p-mv-swiper-container {
  position: relative;
}

.p-mv-swiper-container .p-mv-swiper-pagination {
  bottom: auto;
  display: flex;
  gap: 8px;
  left: auto;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  transition: background-color 0.3s, transform 0.3s;
  width: 8px;
}

.p-mv-swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.p-mv__inner {
  left: 0;
  position: absolute;
  top: 11.25vw;
  z-index: 2;
}

.p-mv__title-wrapper {
  color: #293639;
  font-family: "EB Garamond", serif;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 76.8px */
  margin-block-end: 1.6666666667vw;
  padding-inline-start: 8.3333333333vw;
  position: relative;
}

.p-mv__title-wrapper.--white {
  color: #ffffff;
  position: relative;
}

.p-mv__title-wrapper.--black {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 27.7777777778vw;
}

.p-mv__title {
  overflow: hidden;
}

.p-mv__title span {
  animation: 0.5s 1s ease forwards slideUp;
  display: inline-block;
  translate: 0 100%;
}

@keyframes slideUp {
  0% {
    translate: 0 100%;
  }

  100% {
    translate: 0 0;
  }
}

.p-mv__title-border {
  animation: 1s 1.5s ease forwards borderGrow;
  background-color: currentColor;
  height: 1px;
  translate: -100% 0;
  width: 13.8888888889vw;
}

@keyframes borderGrow {
  0% {
    translate: -100% 0;
  }

  100% {
    translate: 0 0;
  }
}

.p-mv__subTitle-wrapper {
  margin-block-start: 2.2222222222vw;
  position: relative;
}

.p-mv__subTitle {
  color: #293639;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  overflow: hidden;
  padding-inline-start: 8.3333333333vw;
}

.p-mv__subTitle span {
  animation: 1.5s 2s ease forwards slideUp;
  display: inline-block;
  translate: 0 100%;
}

@keyframes slideUp {
  0% {
    translate: 0 100%;
  }

  100% {
    translate: 0 0;
  }
}

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

.p-drawer {
  background: #f5f5f5;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-block: 106px 140px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.p-drawer.is-drawer-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  height: -moz-fit-content;
  height: fit-content;
  padding-inline: 47px;
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.p-drawer__list a {
  border-block-end: 1px solid #ddd;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  padding-block-end: 24px;
  width: 100%;
}

.p-drawer__contact {
  background: #075e72;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 15.6px */
  padding-block: 20px;
  text-align: center;
  width: 100%;
}

.p-copyright {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

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

.p-concept__title-ja {
  margin-block-start: 32px;
}

.p-concept__container {
  padding-block: 160px 86px;
  position: relative;
  z-index: 2;
}

.p-concept-text__wrap {
  padding-inline-start: 120px;
  width: 100%;
}

.p-concept__head {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 50.4px */
  margin-block-end: 32px;
}

.p-concept__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 300%;
  /* 54px */
}

.p-concept__title {
  position: absolute;
  right: 14px;
  rotate: 90deg;
  top: 168px;
}

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

.p-ranking__items {
  display: flex;
  flex-direction: column;
  margin-block-start: 48px;
  row-gap: 160px;
}

.p-ranking__item {
  display: flex;
  -moz-column-gap: 64px;
  column-gap: 64px;
}

.p-ranking__item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.p-ranking__image {
  aspect-ratio: 800/540;
  height: auto;
  margin-inline-start: calc(50% - 50vw);
  width: calc(56.6666666667% + 50vw - 50%);
}

.p-ranking__image img {
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 2px;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.p-ranking__item:nth-of-type(even) .p-ranking__image {
  margin-inline-end: calc(50% - 50vw);
  margin-inline-start: unset;
}

.p-ranking__info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  transition: opacity 0.3s ease;
  width: 456px;
}

.p-ranking__info-num {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
}

.p-ranking__info-tag-wrap {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.p-ranking__info-tag {
  background: #075e72;
  border-radius: 2px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.52px;
  line-height: 100%;
  /* 13px */
  margin-block-end: 8px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-ranking__info-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  margin-block-end: 8px;
}

.p-ranking__info-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-block-end: 40px;
}

.p-ranking-title__wrap {
  align-items: flex-start;
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.p-ranking-title-side {
  font-family: "EB Garamond", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 38px */
  margin-block-start: 33px;
}

.p-sns__title {
  position: absolute;
  right: -164px;
  top: 34px;
  transform: rotate(90deg);
  z-index: 2;
}

.p-sns__title-ja {
  margin-block-start: 29px;
}

.p-sns__info {
  padding-inline-end: 180px;
  position: relative;
}

.p-sns__bg {
  display: block;
  position: relative;
}

.p-sns__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-sns__bg::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 93.82%);
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.p-sns__icons {
  display: flex;
  left: 161px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -moz-column-gap: 100px;
  align-items: center;
  column-gap: 100px;
}

.p-sns__icon {
  align-items: center;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 160%;
  /* 28.8px */
  opacity: 0;
  transition: opacity 0.5s ease;
}

.p-sns__icon img {
  width: 48px;
}

.animation-fade.is-show .p-sns__icon {
  opacity: 1;
}

.animation-fade.is-show .p-sns__icon:nth-child(1) {
  transition-delay: 0s;
}

.animation-fade.is-show .p-sns__icon:nth-child(2) {
  transition-delay: 0.4s;
}

.animation-fade.is-show .p-sns__icon:nth-child(3) {
  transition-delay: 0.8s;
}

.animation-fade.is-show .p-sns__icon:nth-child(4) {
  transition-delay: 1.2s;
}

.p-faq__title {
  align-items: end;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  left: -310px;
  position: absolute;
  rotate: 90deg;
  top: 188px;
}

.p-faq__title-ja {
  margin-block-end: 20px;
}

.p-faq__items {
  border-block-start: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
}

.p-faq__item {
  border-block-end: 1px solid #cccccc;
  cursor: pointer;
  padding-block: 16px;
}

.p-faq__item-question {
  align-items: center;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  justify-content: space-between;
  padding-block: 32px;
}

.p-faq__item-question-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
}

.p-faq__item-question-icon {
  width: 24px;
}

.p-faq__item-question-icon line {
  transform-origin: center;
  transition: rotate 0.3s ease;
}

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

.p-faq__item-answer-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-inline-end: 42px;
  padding-block-end: 16px;
}

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

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

.p-contact__title {
  margin-inline: auto;
  text-align: center;
}

.p-contact__title-ja::before {
  display: none;
}

.p-contact__title-ja {
  justify-content: center;
  margin-block-start: 18px;
}

.p-contact__form {
  display: flex;
  flex-direction: column;
  margin-block-start: 64px;
  row-gap: 32px;
}

.p-contact__row {
  display: grid;
  grid-template-columns: 176px 1fr;
  -moz-column-gap: 53px;
  align-items: center;
  column-gap: 53px;
}

.p-contact__head {
  display: flex;
  -moz-column-gap: 8px;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}

.p-contact__must {
  background: #075e72;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 10px */
  padding: 4px 8px;
}

.p-contact__data {
  width: 100%;
}

.p-contact__data input,
.p-contact__data select,
.p-contact__data textarea {
  background: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 14px;
  width: 100%;
}

.p-contact__data input:focus,
.p-contact__data select:focus,
.p-contact__data textarea:focus {
  outline: 2px solid #cccccc;
}

.p-contact__data input::-moz-placeholder,
.p-contact__data select::-moz-placeholder,
.p-contact__data textarea::-moz-placeholder {
  color: #999999;
}

.p-contact__data input::placeholder,
.p-contact__data select::placeholder,
.p-contact__data textarea::placeholder {
  color: #999999;
}

.p-contact__select-wrap {
  position: relative;
}

.p-contact__select-wrap img {
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

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

.p-contact__acceptance {
  margin-block-start: -6px;
  margin-inline-end: 14px;
  text-align: center;
}

.p-contact__checkbox {
  height: 1px;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}

.p-contact__checkbox-text {
  padding-inline-start: 32px;
  position: relative;
}

.p-contact__checkbox-text::before {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.p-contact__checkbox-text::after {
  background: url("/assets/img/check-icon.svg") no-repeat center/contain;
  content: "";
  height: 8px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 10px;
}

.p-contact__checkbox:checked + .p-contact__checkbox-text::after {
  opacity: 1;
}

.p-contact-link-text {
  color: #075e72;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  position: relative;
}

.p-contact-link-text::after {
  background: #075e72;
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 83px;
}

.p-contact__submit {
  border-block-end: 2px solid #075e72;
  display: flex;
  margin-block-start: 27px;
  margin-inline: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__submit input {
  background: none;
  border: none;
  color: #075e72;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 18px */
  outline: none;
  padding: 0;
  padding-block-end: 20px;
  text-align: left;
  width: 154px;
}

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

.p-contact__success {
  color: #293639;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-block-start: 32px;
  text-align: center;
}

.p-contact-error__message {
  color: #cc1b1b;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.p-contact-error__message:not(:empty) {
  margin-block-start: 8px;
}

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

.p-report__title {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-inline: auto;
}

.p-report__title-en {
  padding-block-end: 20px;
}

.p-report__items {
  display: grid;
  grid-template-columns: 43.3333333333% 1fr;
  margin-block-start: 26px;
  position: relative;
  row-gap: 32px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.p-report__items .p-report__item:last-of-type {
  margin-block-end: 12px;
}

.p-report__items::before {
  background-color: #DADEE2;
  bottom: 0;
  content: "";
  left: calc(43.3333333333% + 60px);
  position: absolute;
  top: 0;
  width: 1px;
}

.p-report__item--large {
  grid-column: 1/2;
  grid-row: 1/4;
}

.p-report__item--large-inner {
  display: block;
  min-width: 0;
}

.p-report__item {
  display: grid;
  grid-column: 3/4;
  grid-template-columns: 39.2857142857% 1fr;
  -moz-column-gap: 32px;
  align-items: center;
  column-gap: 32px;
}

.p-report__item--large-img {
  border-radius: 4px;
  height: auto;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.p-report__item--large-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.p-report__item-img {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.p-report__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.p-report__item-info--large {
  margin-block-start: 24px;
  transition: opacity 0.3s ease;
}

.p-report__item-info {
  transition: opacity 0.3s ease;
}

.p-report__item-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-report__item-tag-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.p-report__item-tag {
  background: #075e72;
  border-radius: 2px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.52px;
  line-height: 100%;
  /* 13px */
  padding: 6px 10px;
}

.p-report__item-tag--large {
  padding: 8px 12px;
}

.p-report__item-date {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.p-report-title--large {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  margin-block-start: 8px;
}

.p-report-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  margin-block-start: 8px;
}

.p-report__text--large {
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-block-start: 8px;
}

.p-report__text {
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-block-start: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.p-report__btn {
  margin-block-start: 80px;
  margin-inline: auto;
}

.p-what__title {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-inline: auto;
}

.p-what__title-ja {
  margin-block-start: 41px;
}

.p-what__items {
  margin-block-start: 80px;
}

.p-what-swiper {
  margin-left: calc(50% - 50vw);
  padding-inline-end: clamp(48px, 20vw, 320px);
  width: 100vw;
}

.p-what-swiper-slide:nth-child(even) .p-what__item {
  background-color: #EBF3F5;
}

.p-what-swiper-slide {
  width: 370px;
}

.p-what__item {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}

.p-what__item-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s ease;
}

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

.p-what__item-head-ja {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
}

.p-what__item-image {
  border-radius: 50%;
  height: 220px;
  margin-block-start: 24px;
  margin-inline: auto;
  overflow: hidden;
  width: 220px;
}

.p-what__item-image img {
  transition: scale 0.3s ease;
}

.p-what__item-bottom {
  align-items: flex-end;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 24px;
  margin-block-start: 59px;
}

.p-what__item-tag-wrap {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 20.8px */
  transition: opacity 0.3s ease;
}

.p-what-btn__Wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-block-start: 55px;
}

.p-what-swiper-pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  position: static;
  transform: none;
  width: auto !important;
}

/* クリック領域 */

.p-what-dot {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.p-what-dot.swiper-pagination-bullet-active .p-what-dot__inner {
  background-color: #293639;
}

/* ドット本体 */

.p-what-dot__inner {
  background: transparent;
  border: 1px solid #293639;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 8px;
}

.p-what__item-btn {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.p-what__item-btn img {
  transition: scale 0.3s ease;
}

.animation-fade {
  opacity: 0;
  transition: opacity 1.8s ease;
}

.animation-fade.is-show {
  opacity: 1;
}

.animation-left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s ease;
}

.animation-left.is-show {
  clip-path: inset(0 0 0 0);
}

.animation-right {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s ease;
}

.animation-right.is-show {
  clip-path: inset(0 0 0 0);
}

.animation-scale {
  overflow: hidden;
}

.animation-scale img {
  transform: scale(1.3);
  transition: transform 1s ease;
}

.animation-scale.is-show img {
  transform: scale(1);
}

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

@media (min-width: 768px) {
  .p-header__icon {
    display: none;
  }

  .p-mv__subTitle.--white {
    display: none;
  }

  .p-sns__bg {
    height: 510px;
    width: 100%;
  }

  .sp {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .p-faq__title {
    left: -300px;
  }
}

@media (max-width: 1350px) {
  .p-sns__icons {
    left: 80px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media (max-width: 1260px) {
  .p-faq__title {
    left: unset;
    margin-block-end: 72px;
    position: relative;
    rotate: unset;
    top: unset;
  }
}

@media (max-width: 1140px) {
  .p-ranking__item {
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .p-ranking__info {
    width: 400px;
  }
}

@media (max-width: 1100px) {
  .l-header__inner {
    padding-inline: 40px;
  }

  .l-header__logo a {
    font-size: 24px;
  }

  .l-header__nav {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .p-header__list {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .p-header__contact {
    padding: 16px 20px;
  }

  .p-report__items {
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 20px;
  }
}

@media (max-width: 1070px) {
  .p-sns__icons {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 16px;
  }
}

@media (max-width: 1000px) {
  .p-concept-text__wrap {
    padding-inline: 0;
    width: 402px;
  }
}

@media (max-width: 999px) {
  .l-ranking {
    padding-block: 120px 100px;
  }

  .p-ranking__items {
    margin-inline: auto;
    max-width: 550px;
    row-gap: 80px;
  }

  .p-ranking__item {
    flex-direction: column;
    position: relative;
  }

  .p-ranking__item:nth-of-type(even) {
    flex-direction: column;
  }

  .p-ranking__item:nth-of-type(even) .p-ranking__info-num {
    left: 0;
    right: unset;
    top: -36px;
  }

  .p-ranking__image {
    aspect-ratio: 374/250;
    margin-block-end: 24px;
    width: calc(100% + 50vw - 50%);
  }

  .p-ranking__info {
    width: 100%;
  }

  .p-ranking__info-num {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: -25px;
  }

  .p-ranking__info-tag-wrap .p-ranking__info-tag:nth-of-type(2) {
    display: none;
  }

  .p-ranking__info-tag {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  .p-ranking__info-title {
    font-size: 20px;
  }

  .p-ranking__info-text {
    font-size: 15px;
    margin-block-end: 35px;
  }

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

  .p-report__items::before {
    display: none;
  }

  .p-report__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 40px;
  }

  .p-report__item--large {
    grid-column: auto;
    grid-row: auto;
  }

  .p-report__item {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .p-report__item--large-img {
    aspect-ratio: 358/240;
  }

  .p-report__item-img {
    aspect-ratio: 358/240;
  }

  .p-report__item-info--large {
    margin-block-start: 16px;
  }

  .p-report__text--large {
    -webkit-line-clamp: 3;
    font-size: 15px;
  }

  .p-report__text {
    -webkit-line-clamp: 3;
    font-size: 15px;
  }

  .p-what__title {
    align-items: flex-start;
    flex-direction: column;
  }

  .p-what__item-head-en {
    font-size: 40px;
  }
}

@media (max-width: 880px) {
  .p-concept__title {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .l-main {
    padding-block-start: 66px;
  }

  .l-header {
    padding-block: 16px;
  }

  .l-header__inner {
    padding-inline: 16px;
  }

  .l-header__nav {
    display: none;
  }

  .l-footer {
    padding-block: 40px;
  }

  .l-inner {
    padding: 0 16px;
  }

  .l-concept {
    overflow: hidden;
    padding-block: 120px 0;
  }

  .l-concept__inner {
    max-width: 440px;
    padding-inline-start: 32px;
  }

  .l-sns {
    padding-block-start: 60px;
  }

  .l-faq {
    padding-block: 120px 100px;
  }

  .l-contact {
    padding-block: 100px;
  }

  .l-contact__inner {
    padding-inline: 16px;
  }

  .l-report {
    padding-block: 100px;
  }

  .l-what {
    padding-block: 100px 0;
  }

  .l-what__inner {
    padding-block-end: 100px;
  }

  .l-what__inner::after {
    left: 20px;
    width: calc(100% - 40px);
  }

  .c-btn {
    justify-content: space-between;
    width: 300px;
  }

  .c-section-title {
    width: auto;
  }

  .c-section-title-en {
    font-size: 58px;
  }

  .c-section-title-ja {
    font-size: 16px;
    margin-block-start: 16px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .c-section-title-ja::before {
    width: 48px;
  }

  .p-header.is-drawer-open {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 20px 0px rgba(41, 54, 57, 0.1);
    color: #293639;
  }

  .p-header.is-drawer-open .p-header__icon {
    border: 1px solid #293639;
  }

  .p-header.is-drawer-open .p-header__icon-bar1 {
    background: #ffffff;
    rotate: 45deg;
    transition: all 0.5s ease;
    translate: -1px 1.5px;
  }

  .p-header.is-drawer-open .p-header__icon-bar2 {
    display: none;
  }

  .p-header.is-drawer-open .p-header__icon-bar3 {
    background: #ffffff;
    rotate: -45deg;
    transition: all 0.5s ease;
    translate: -1px -1.5px;
    width: 8px;
  }

  .p-header.is-scrolled {
    padding-block: 12px;
  }

  .p-header.is-scrolled .header__icon {
    border: 1px solid #293639;
  }

  .p-header.is-scrolled .header__icon-bar1 {
    background: #293639;
  }

  .p-header.is-scrolled .header__icon-bar2 {
    background: #293639;
  }

  .p-header.is-scrolled .header__icon-bar3 {
    background: #293639;
  }

  .p-mv__image {
    aspect-ratio: 310/504;
    width: calc(100vw - 80px);
  }

  .p-mv-swiper-container .p-mv-swiper-pagination {
    bottom: 39px;
    gap: 5px;
    right: -1px;
    top: auto;
  }

  .p-mv__inner {
    top: 35.8974358974vw;
  }

  .p-mv__title-wrapper {
    font-size: 6.1538461538vw;
    margin-block-end: 6.1538461538vw;
    padding-inline-start: 6.1538461538vw;
  }

  .p-mv__title-wrapper.--black {
    width: 20.5128205128vw;
  }

  .p-mv__title-border {
    width: 12.3076923077vw;
  }

  .p-mv__subTitle-wrapper {
    margin-block-start: 6.1538461538vw;
  }

  .p-mv__subTitle {
    font-size: 3.5897435897vw;
    padding-inline-start: 6.1538461538vw;
  }

  .p-mv__subTitle.--black {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 20.5128205128vw;
  }

  .p-copyright {
    padding-inline-end: 11px;
  }

  .p-concept__image {
    width: calc(100% + 24px);
  }

  .p-concept__container {
    padding-block: 48px 0;
  }

  .p-concept-text__wrap {
    width: 255px;
  }

  .p-concept__head {
    font-size: 20px;
    margin-block-end: 24px;
  }

  .p-concept__text {
    font-size: 15px;
    line-height: 240%;
    /* 25.6px */
  }

  .p-concept__title {
    right: -47px;
    top: 48px;
  }

  .p-ranking-title__wrap {
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .p-ranking-title-side {
    font-size: 18px;
    margin-block-start: 11px;
    margin-inline-start: -11px;
  }

  .p-sns__title {
    right: -76px;
    top: 16px;
  }

  .p-sns__info {
    padding-inline-end: 40px;
  }

  .p-sns__icons {
    left: 32px;
  }

  .p-sns__icon {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .p-sns__icon img {
    width: 32px;
  }

  .p-faq__title {
    margin-block-end: 36px;
    -moz-column-gap: 13px;
    column-gap: 13px;
  }

  .p-faq__title-en {
    padding-block-end: 10px;
  }

  .p-faq__title-ja {
    margin-block-end: 19px;
  }

  .p-faq__item {
    padding-block: 0;
  }

  .p-faq__item-question {
    padding-block: 24px;
  }

  .p-faq__item-question-text {
    font-size: 16px;
  }

  .p-faq__item-question-icon {
    width: 18px;
  }

  .p-faq__item-answer-text {
    font-size: 15px;
    padding-block-end: 24px;
  }

  .p-contact__title-ja {
    margin-block-start: 7px;
  }

  .p-contact__form {
    margin-block-start: 48px;
  }

  .p-contact__row {
    grid-template-columns: auto;
  }

  .p-contact__head {
    font-size: 15px;
    margin-block-end: 8px;
  }

  .p-contact__acceptance {
    margin-inline-end: 0;
    text-align: left;
  }

  .p-contact__checkbox-text {
    font-size: 15px;
  }

  .p-contact-link-text {
    font-size: 15px;
  }

  .p-contact-link-text::after {
    width: 106px;
  }

  .p-contact__submit input {
    width: 300px;
  }

  .p-report__title {
    margin-inline: 0;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .p-report__title-en {
    margin-inline-start: 12px;
  }

  .p-report__title-ja {
    margin-block-start: -6px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .p-report__items .p-report__item:last-of-type {
    margin-block-end: 0;
  }

  .p-report-title {
    font-size: 24px;
    margin-block-start: 12px;
  }

  .p-report__btn {
    margin-block-start: 45px;
  }

  .p-what__title-ja {
    margin-block-start: 17px;
  }

  .p-what__items {
    margin-block-start: 48px;
  }

  .p-what-swiper {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .p-what-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
    /* ここが重要 */
    transform: none !important;
    transition: none !important;
    width: 100% !important;
  }

  .p-what-swiper .swiper-slide {
    margin: 0 !important;
    width: 100% !important;
  }

  .p-what-swiper-slide:nth-of-type(n + 4) {
    display: none;
  }

  .p-what-swiper-pagination {
    display: none;
  }

  .p-what__item-bottom {
    margin-block-start: 44px;
  }

  .p-what__btn {
    margin-block-start: -3px;
    margin-inline: auto;
  }

  .pc {
    display: none !important;
  }
}

@media (max-width: 389px) {
  .p-ranking-title-side {
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.8;
  }

  .c-btn:hover img {
    scale: 1.3333;
  }

  .p-header__list a:hover {
    opacity: 0.8;
  }

  .p-header__contact:hover {
    background: #ffffff;
    color: #293639;
  }

  .p-header.is-scrolled .header__contact:hover {
    background: #293639;
    color: #ffffff;
  }

  .p-ranking__item:hover .ranking__image img {
    scale: 1.1;
  }

  .p-ranking__item:hover .ranking__info {
    opacity: 0.8;
  }

  .p-sns__icon:hover {
    opacity: 0.8;
  }

  .p-contact__submit:hover .p-contact__submit-icon {
    scale: 1.3333;
  }

  .p-report__item:hover .p-report__item-img img {
    scale: 1.1;
  }

  .p-report__item:hover .p-report__item-info {
    opacity: 0.8;
  }

  .p-what__item:hover .p-what__item-image img {
    scale: 1.1;
  }

  .p-what__item:hover .p-what__item-head {
    opacity: 0.8;
  }

  .p-what__item:hover .p-what__item-tag-wrap {
    opacity: 0.8;
  }

  .p-what__item:hover .p-what__item-btn img {
    scale: 1.3333;
  }
}