@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  color: #293639;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  line-height: normal;
  overflow-x: hidden;
}

.inner {
  width: 1280px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 16px;
    width: 100%;
  }
}
.inner.inner-narrow {
  width: 1040px;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .inner.inner-narrow {
    padding-inline: 16px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  -webkit-border-after: 2px solid #075E72;
          border-block-end: 2px solid #075E72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%; /* 18px */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #075E72;
}
.btn img {
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 300px;
  }
}
@media (any-hover: hover) {
  .btn:hover img {
    scale: 1.333;
  }
}

.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: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 120px */
}
@media (max-width: 767px) {
  .section-title-en {
    font-size: 58px;
  }
}

.section-title-ja {
  color: #293639;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  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;
}
@media (max-width: 767px) {
  .section-title-ja {
    font-size: 16px;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.section-title-ja::before {
  display: block;
  content: "";
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 80px;
  height: 1px;
  background: #ccc;
}
@media (max-width: 767px) {
  .section-title-ja::before {
    width: 48px;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  color: #293639;
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.header-inner {
  padding-block: 32px;
  margin-inline: auto;
  max-width: 1440px;
  width: 100%;
  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 (max-width: 1100px) {
  .header-inner {
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding-block: 16px;
    padding-inline: 16px;
  }
}

.header-logo a {
  color: #293639;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1100px) {
  .header-logo a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header-logo a {
    letter-spacing: 0;
  }
}
@media (any-hover: hover) {
  .header-logo a:hover {
    opacity: 0.5;
  }
}

.header-nav {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1100px) {
  .header-nav {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
@media (max-width: 1000px) {
  .header-nav {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  text-decoration: none;
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
@media (max-width: 1100px) {
  .header-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1000px) {
  .header-list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.header-list a {
  display: inline-block;
  color: #293639;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.header-list a::after {
  background: #fff; /* 下線の色 */
  bottom: -4px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: center top;
          transform-origin: center top; /* 変形の原点を中央上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
@media (any-hover: hover) {
  .header-list a:hover {
    opacity: 0.8;
  }
  .header-list a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 30px 12px 31px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #293639;
  color: #fff;
  background: #293639;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 120%; /* 15.6px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .header-contact {
    padding: 16px 20px;
  }
}
@media (max-width: 1000px) {
  .header-contact {
    padding: 12px 15px;
  }
}
@media (any-hover: hover) {
  .header-contact:hover {
    background: #fff;
    color: #293639;
  }
}

.header-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #075E72;
  padding: 4px;
}
@media (min-width: 768px) {
  .header-icon {
    display: none;
  }
}

.header-icon-bar-wrap {
  padding-inline: 9px 7px;
  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: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-icon-bar1 {
  width: 8px;
  height: 1px;
  background: #fff;
}

.header-icon-bar2 {
  width: 8px;
  height: 1px;
  background: #fff;
}

.header-icon-bar3 {
  width: 6px;
  height: 1px;
  background: #fff;
}

@media (max-width: 767px) {
  .header.is-drawer-open {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 4px 20px 0 rgba(41, 54, 57, 0.1);
            box-shadow: 0 4px 20px 0 rgba(41, 54, 57, 0.1);
    color: #293639;
  }
  .header.is-drawer-open .header-inner {
    padding: 12px 20px 12px 12px;
  }
  .header.is-drawer-open .header-logo a {
    color: #293639;
  }
  .header.is-drawer-open .header-icon {
    border: 1px solid #293639;
  }
  .header.is-drawer-open .header-icon-bar1 {
    background: #fff;
    rotate: 45deg;
    translate: -1px 1.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header.is-drawer-open .header-icon-bar2 {
    display: none;
  }
  .header.is-drawer-open .header-icon-bar3 {
    width: 8px;
    background: #fff;
    rotate: -45deg;
    translate: -1px -1.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.drawer {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #F3F3F3;
  padding-block: 106px 140px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer.is-drawer-open {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  visibility: visible;
}

.drawer-inner {
  padding-inline: 47.5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.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: 24px;
}

.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: 24px;
}
.drawer-list a {
  display: block;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  -webkit-border-after: 1px solid #ddd;
          border-block-end: 1px solid #ddd;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.drawer-contact {
  padding: 20px 32px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  color: #fff;
  width: 100%;
  background: #075E72;
  text-align: center;
}

.header-logo a {
  color: #293639;
}

.header-list a {
  color: #293639;
}
.header-list a::after {
  background: #293639; /* 下線の色 */
  bottom: -4px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  -webkit-transform-origin: center top;
          transform-origin: center top; /* 変形の原点を中央上に指定 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
@media (any-hover: hover) {
  .header-list a:hover {
    opacity: 0.8;
  }
  .header-list a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
@media (max-width: 767px) {
  .header-list a {
    padding-block: 12px;
  }
}
.header-list a .header-icon {
  border: 1px solid #293639;
}
.header-list a .header-icon-bar1 {
  background: #293639;
}
.header-list a .header-icon-bar2 {
  background: #293639;
}
.header-list a .header-icon-bar3 {
  background: #293639;
}

.mv {
  -webkit-padding-after: 180px;
          padding-block-end: 180px;
  -webkit-margin-before: 112px;
          margin-block-start: 112px;
  left: 0;
  background: #F5F5F5;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    -webkit-margin-before: 66px;
            margin-block-start: 66px;
    -webkit-padding-after: 37px;
            padding-block-end: 37px;
  }
}

.mv-swiper {
  position: relative;
  z-index: 0; /* 背面 */
}

.mv-swiper-block {
  position: relative;
  z-index: 0;
}

.mv-swiper-container {
  position: relative;
  isolation: isolate;
  background-color: #F5F5F5;
}

.mv-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1040/640;
}
@media (max-width: 767px) {
  .mv-image {
    aspect-ratio: 310/504;
  }
}

.mv-inner {
  color: white;
  position: absolute;
  z-index: 10;
  top: 11.25vw;
  left: 0;
}
@media (max-width: 767px) {
  .mv-inner {
    top: 35.8974358974vw;
  }
}

.mv-title {
  font-family: "EB Garamond", serif;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  -webkit-padding-after: 1.6666666667vw;
          padding-block-end: 1.6666666667vw;
  -webkit-margin-after: 2.2222222222vw;
          margin-block-end: 2.2222222222vw;
  -webkit-padding-start: 8.3333333333vw;
          padding-inline-start: 8.3333333333vw;
  position: relative;
}
.mv-title::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: #293639;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .mv-title::after {
    width: 12.3076923077vw;
  }
}
@media (max-width: 768px) {
  .mv-title {
    font-size: 6.1538461538vw;
    -webkit-padding-start: 6.1538461538vw;
            padding-inline-start: 6.1538461538vw;
    -webkit-padding-after: 6.1538461538vw;
            padding-block-end: 6.1538461538vw;
    -webkit-margin-after: 6.1538461538vw;
            margin-block-end: 6.1538461538vw;
  }
}

.mv-subtitle {
  font-size: 1.25vw;
  font-family: "Zen Old Mincho", serif;
  color: #293639;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  -webkit-padding-start: 8.3333333333vw;
          padding-inline-start: 8.3333333333vw;
}
@media (max-width: 767px) {
  .mv-subtitle {
    -webkit-padding-start: 5.3846153846vw;
            padding-inline-start: 5.3846153846vw;
    font-size: 3.5897435897vw;
  }
}

.mv-swiper,
.mv-swiper-wrapper,
.mv-swiper-slide {
  position: relative;
  z-index: 0;
}

.mv-swiper-container {
  -webkit-padding-start: 27.7777777778vw;
          padding-inline-start: 27.7777777778vw;
  overflow: hidden;
  position: relative;
  isolation: isolate; /* この要素内でブレンドを完結させる */
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .mv-swiper-container {
    -webkit-padding-start: 20.5128205128vw;
            padding-inline-start: 20.5128205128vw;
  }
}

.mv-swiper {
  position: relative;
}

.mv-swiper-wrapper {
  z-index: 0;
}

.mv-swiper-slide {
  width: 100%;
  aspect-ratio: 1040/640;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv-swiper-slide {
    aspect-ratio: 310/504;
  }
}

.mv-swiper-slide picture,
.mv-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
ページネーション (bullets)
============================= */
.mv-swiper-block .mv-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .mv-swiper-block .mv-pagination {
    gap: 12px;
  }
}

/* 位置の設定 (枠組み) */
.mv-swiper-block .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4583333333vw;
}
@media (max-width: 767px) {
  .mv-swiper-block .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: 5.3846153846vw;
    bottom: 6.1538461538vw;
  }
}

/* それぞれのページネーション */
.mv-swiper-block .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  margin-inline: 5.5px;
}

/* activeな部分 */
.mv-swiper-block .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #fff;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes lineGrow {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes lineGrow {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
/* --- テキスト3つ --- */
.txt01,
.txt02,
.txt03 {
  opacity: 0;
  -webkit-animation: fadeInUp 0.3s ease-out forwards;
          animation: fadeInUp 0.3s ease-out forwards;
}

.txt01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.txt02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.txt03 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* --- タイトル下の線 --- */
.mv-title::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: #293639;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
  -webkit-animation: lineGrow 0.5s ease-out forwards;
          animation: lineGrow 0.5s ease-out forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media (max-width: 767px) {
  .mv-title::after {
    width: 40px;
  }
}

/* --- サブタイトル --- */
.mv-subtitle {
  opacity: 0;
  -webkit-animation: fadeInUp 0.4s ease-out forwards;
          animation: fadeInUp 0.4s ease-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.txt01,
.txt02,
.txt03 {
  background: -webkit-gradient(linear, left top, right top, color-stop(53.2319391635%, #000), color-stop(53.4220532319%, #fff), to(#fff));
  background: linear-gradient(to right, #000 53.2319391635%, #fff 53.4220532319%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .txt01,
  .txt02,
  .txt03 {
    background: -webkit-gradient(linear, left top, right top, color-stop(23.5294117647%, #000), color-stop(23.9495798319%, #fff), to(#fff));
    background: linear-gradient(to right, #000 23.5294117647%, #fff 23.9495798319%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.mv-subtitle {
  display: inline-block;
  width: 44.8717948718vw;
  color: #293639;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  -webkit-margin-before: 2.2222222222vw;
          margin-block-start: 2.2222222222vw;
}
@media (max-width: 767px) {
  .mv-subtitle {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, color-stop(45.7142857143%, #000), color-stop(46.2857142857%, #fff), to(#fff));
    background: linear-gradient(to right, #000 45.7142857143%, #fff 46.2857142857%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.concept {
  padding-block: 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .concept {
    padding-block: 83px 120px;
    overflow: hidden;
  }
}

.concept-inner {
  position: relative;
}
@media (max-width: 767px) {
  .concept-inner {
    max-width: 400px;
  }
}

.concept-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 80px);
  height: auto;
  /* アニメーション設定 */
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-animation: zoomIn 1s ease-out forwards;
          animation: zoomIn 1s ease-out forwards;
}
@media (max-width: 767px) {
  .concept-image {
    width: calc(100% + 24px);
    rotate: 90deg;
  }
}
.concept-container {
  position: relative;
  z-index: 2;
  padding-block: 160px 86px;
}
@media (max-width: 767px) {
  .concept-container {
    padding-block: 0;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}

.concept-text-wrap {
  -webkit-padding-start: 116px;
          padding-inline-start: 116px;
  width: 674px;
}
@media (max-width: 1040px) {
  .concept-text-wrap {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    width: 520px;
  }
}
@media (max-width: 767px) {
  .concept-text-wrap {
    width: 255px;
  }
}

.concept-head {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 50.4px */
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media (max-width: 767px) {
  .concept-head {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    font-size: 20px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.concept-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 300%; /* 54px */
}
@media (max-width: 767px) {
  .concept-text {
    font-size: 15px;
    line-height: 240%; /* 36px */
  }
}

.concept-title {
  position: absolute;
  top: 168px;
  right: 18px;
  rotate: 90deg;
}
@media (max-width: 1040px) {
  .concept-title {
    right: -130px;
  }
}
@media (max-width: 767px) {
  .concept-title {
    top: 0;
    right: -46px;
  }
}

.ranking {
  padding-block: 154px 160px;
  background: #F5F5F5;
}
@media (max-width: 999px) {
  .ranking {
    padding-block: 0 100px;
  }
}

.ranking-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 767px) {
  .ranking-title-wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.ranking-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ranking-title .section-title-ja {
  -webkit-margin-before: 22px;
          margin-block-start: 22px;
}
@media (max-width: 767px) {
  .ranking-title .section-title-ja {
    -webkit-margin-before: 17px;
            margin-block-start: 17px;
  }
}

.ranking-title-side {
  -webkit-margin-before: 33px;
          margin-block-start: 33px;
  color: #293639;
  font-family: "EB Garamond", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 38px */
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ranking-title-side {
    -webkit-margin-before: 11px;
            margin-block-start: 11px;
    font-size: 18px;
    -webkit-margin-start: -10px;
            margin-inline-start: -10px;
    letter-spacing: 0;
  }
}
@media (max-width: 390px) {
  .ranking-title-side {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

@media (max-width: 767px) {
  .ranking-title-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "en side" "ja ja";
  }
  .ranking-title {
    display: contents;
  }
  .ranking-title-wrap.section-title-en {
    grid-area: en;
  }
  .ranking-title-side {
    grid-area: side;
    white-space: nowrap;
  }
  .ranking-title-wrap.section-title-ja {
    grid-area: ja;
    justify-self: center;
  }
}
.ranking-items {
  -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 (max-width: 999px) {
  .ranking-items {
    row-gap: 80px;
    max-width: 550px;
    margin-inline: auto;
  }
}

.ranking-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media (max-width: 1140px) {
  .ranking-item {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (max-width: 999px) {
  .ranking-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.ranking-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ranking-item:nth-of-type(even) .ranking-image {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 999px) {
  .ranking-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ranking-item:nth-of-type(even) .ranking-info-num {
    right: unset;
    left: 0;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .ranking-item:nth-of-type(even) .ranking-info-num {
    top: -33px;
  }
}

.ranking-image {
  width: auto;
  height: auto;
  aspect-ratio: 800/540;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 999px) {
  .ranking-image {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    aspect-ratio: 358/250;
  }
}
@media (max-width: 787px) {
  .ranking-image {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    aspect-ratio: 374/250;
  }
}
.ranking-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.ranking-info {
  width: 456px;
  -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;
}
@media (max-width: 1040px) {
  .ranking-info {
    width: 400px;
  }
}
@media (max-width: 999px) {
  .ranking-info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ranking-info-inner .ranking-info-tag:nth-of-type(n + 2) {
    display: none;
  }
}
.ranking-info-num {
  color: #293639;
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  text-align: right;
}
@media (max-width: 999px) {
  .ranking-info-num {
    position: absolute;
    top: -25px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .ranking-info-num {
    font-size: 50px;
  }
}

.ranking-info-tag {
  display: inline-block;
  border-radius: 2px;
  background: #075E72;
  padding: 8px 12px;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.52px;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
@media (max-width: 999px) {
  .ranking-info-tag {
    font-size: 12px;
  }
}

.ranking-info-title {
  color: #293639;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media (max-width: 999px) {
  .ranking-info-title {
    font-size: 20px;
  }
}

.ranking-info-text {
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media (max-width: 999px) {
  .ranking-info-text {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .ranking-info-text {
    font-size: 15px;
    line-height: 160%; /* 24px */
  }
}

@media (max-width: 999px) {
  .ranking-btn {
    margin-inline: auto;
  }
}
@media (max-width: 780px) {
  .ranking-btn {
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}

.what {
  padding-block: 160px 0;
  overflow: clip; /* or hidden */
  position: relative;
}
.what::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: calc(100% - 80px);
  height: 1px;
  background: #ccc;
}
@media (max-width: 767px) {
  .what::after {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .what {
    padding-block: 100px 0;
  }
}

.what-inner {
  -webkit-padding-after: 160px;
          padding-block-end: 160px;
}
@media (max-width: 767px) {
  .what-inner {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}

.what-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.what-title .what-item-country-ja {
  -webkit-margin-after: 17px;
          margin-block-end: 17px;
}
@media (max-width: 999px) {
  .what-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.what-title-ja {
  -webkit-margin-before: 47px;
          margin-block-start: 47px;
}
@media (max-width: 780px) {
  .what-title-ja {
    -webkit-margin-before: 17px;
            margin-block-start: 17px;
  }
}

.what-bottom {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
  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 (max-width: 787px) {
  .what-bottom {
    -webkit-margin-before: 47px;
            margin-block-start: 47px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.what-pagination {
  position: static;
}

.what-btn {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.what-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.what-swiper {
  width: 100vw;
  margin-top: 80px;
  margin-inline: calc(50% - 50vw); /* 左右だけ指定でOK */
  position: relative;
  overflow-x: clip; /* 横は切る */
  overflow-y: visible;
}
@media (max-width: 767px) {
  .what-swiper {
    margin-top: 45px;
  }
}

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

.what-swiper .swiper-slide:nth-child(odd) .what-item {
  background-color: #F5F5F5;
}

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

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.what-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  gap: 16px;
  border: 1px solid #293639;
  border-radius: 50%;
  background: transparent;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}

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

.what-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  gap: 16px;
  border: 1px solid #293639;
  border-radius: 50%;
  background: transparent;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

@media (max-width: 767px) {
  .what-swiper .swiper-wrapper {
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .what-swiper .swiper-slide {
    width: auto !important; /* ← 幅は自動に */
    max-width: 100%; /* ← innerの幅を超えない */
    margin: 0 16px 10px;
  }
  .what-swiper .what-item {
    display: block;
    width: 100%; /* ← カードを inner の幅にフィット */
  }
  /* ページネーションや矢印は隠す */
  .what-pagination,
  .what-swiper .swiper-button-prev,
  .what-swiper .swiper-button-next {
    display: none !important;
  }
  .what-swiper .swiper-slide:nth-child(n+4) {
    display: none !important;
  }
}
.what-item {
  display: block;
  border-radius: 4px;
  background: #F5F5F5;
  padding: 16px;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media (max-width: 650px) {
  .what-item:nth-last-of-type(4), .what-item:nth-last-of-type(5), .what-item:nth-last-of-type(6) {
    display: none;
  }
}
@media (any-hover: hover) {
  .what-item:hover .what-item-image img {
    scale: 1.1;
  }
  .what-item:hover .what-item-head {
    opacity: 0.7;
  }
  .what-item:hover .what-item-tag-wrap {
    opacity: 0.7;
  }
  .what-item:hover .what-item-btn img {
    scale: 1.333;
  }
  .what-item:hover .what-item-tag-wrap {
    opacity: 0.8;
  }
  .what-item:hover .what-item-btn img {
    scale: 1.333;
  }
}

.what-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.what-item-country-en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
}

.what-item-country-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  color: #075E72;
}

.what-item-image {
  width: 220px;
  height: 220px;
  -webkit-margin-after: 59px;
          margin-block-end: 59px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 780px) {
  .what-item-image {
    -webkit-margin-after: 43px;
            margin-block-end: 43px;
  }
}
.what-item-image img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.what-item-bottom {
  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;
}

.what-item-tag-wrap {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.what-item-tag {
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
}

.what-item-list {
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
}

.what-item-btn {
  width: 24px;
  height: 24px;
}
.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 {
  width: 100vw;
}

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

.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-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.report {
  padding-block: 160px 100px;
}
@media (max-width: 767px) {
  .report {
    padding-block: 100px;
  }
}

.report-inner {
  width: 1200px;
  padding-inline: 120px;
}

.report-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin-inline: auto;
  overflow: visible;
}
.report-title .section-title-ja {
  -webkit-margin-after: 36px;
          margin-block-end: 36px;
}
@media (max-width: 767px) {
  .report-title .section-title-ja {
    -webkit-margin-after: 28px;
            margin-block-end: 28px;
  }
}
@media (max-width: 767px) {
  .report-title {
    padding-inline: 14.5px;
    gap: 12px;
  }
}

.report-title-en {
  padding-bottom: 20px;
}

.report-items {
  position: relative;
  z-index: 1;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: grid;
  grid-template-areas: "item1 item2" "item1 item3" "item1 item4";
  grid-template-columns: 43.3333333333% 1fr;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  row-gap: 17px;
  position: relative;
}
.report-items::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #DADEE2;
  left: 48.5%;
  top: 0;
}
@media (max-width: 1000px) {
  .report-items::after {
    display: none;
  }
}
@media (max-width: 1000px) {
  .report-items {
    row-gap: 39px;
    padding-block: 0;
    border: none;
    grid-template-columns: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4";
  }
}

.report-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1000px) {
  .report-item {
    grid-template-columns: 1fr;
  }
}
.report-item:first-of-type {
  grid-template-columns: 1fr;
}
@media (max-width: 1000px) {
  .report-item:first-of-type {
    grid-template-columns: 39.2857142857% 1fr;
  }
}
@media (max-width: 767px) {
  .report-item:first-of-type {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .report-item:first-of-type .report-item-img {
    aspect-ratio: 358/240;
  }
}
@media (max-width: 767px) {
  .report-item:first-of-type .report-item-img {
    aspect-ratio: 358/240;
  }
}
.report-item:first-of-type .report-item-title {
  font-size: 24px;
}
.report-item:first-of-type .report-item-text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .report-item:first-of-type .report-item-text {
    font-size: 15px;
  }
}
.report-item:first-of-type .report-item-tag-wrap {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media (max-width: 780px) {
  .report-item:first-of-type .report-item-tag-wrap {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.report-item:first-of-type .report-item-tag {
  padding: 8px 12px;
}
.report-item:first-of-type .report-item-date {
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
}
@media (max-width: 767px) {
  .report-item:first-of-type .report-item-date {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.report-item:not(:first-child) {
  grid-template-columns: 39.2857142857% 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 767px) {
  .report-item:not(:first-child) {
    grid-template-columns: 1fr;
  }
}
.report-item:not(:first-child) .report-item-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .report-item:not(:first-child) .report-item-title {
    font-size: 24px;
  }
}
.report-item:not(:first-child) .report-item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 767px) {
  .report-item:not(:first-child) .report-item-text {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.report-item:not(:first-child) .report-item-img {
  aspect-ratio: 220/165;
}
@media (max-width: 999px) {
  .report-item:not(:first-child) .report-item-img {
    aspect-ratio: 358/240;
  }
}
@media (max-width: 767px) {
  .report-item:not(:first-child) .report-item-img {
    aspect-ratio: 358/240;
  }
}
.report-item:not(:first-child) .report-item-date {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
}
.report-item:not(:first-child) .report-item-tag {
  padding: 6px 10px;
}
@media (max-width: 767px) {
  .report-item:not(:first-child) .report-item-tag {
    padding: 8px 12px;
  }
}
@media (max-width: 999px) {
  .report-item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .report-item {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
@media (any-hover: hover) {
  .report-item:hover .report-item-img img {
    scale: 1.1;
  }
}

.item1 {
  grid-area: item1;
  align-self: start;
}

.item2 {
  grid-area: item2;
  align-self: start;
}

.item3 {
  grid-area: item3;
  align-self: start;
}

.item4 {
  grid-area: item4;
  align-self: start;
}

.report-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/210;
  border-radius: 4px;
  overflow: hidden;
}
.report-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.report-item-info {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .report-item-info:hover {
    opacity: 0.8;
  }
}

.report-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}

.report-item-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.report-item-tag {
  display: inline-block;
  color: #fff;
  background: #075E72;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 13px */
  letter-spacing: 0.52px;
  padding: 6px 10px;
  border-radius: 2px;
}

.report-item-date {
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .report-item-date {
    font-size: 14px;
  }
}

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

.report-item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  overflow: hidden;
}
.report-item-text:first-of-type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 999px) {
  .report-item-text {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .report-item-text:not(:first-of-type) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.report-btn {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  margin-inline: auto;
}
@media (max-width: 787px) {
  .report-btn {
    -webkit-margin-before: 47px;
            margin-block-start: 47px;
  }
}

.sns {
  -webkit-padding-before: 134px;
          padding-block-start: 134px;
}
@media (max-width: 767px) {
  .sns {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}

.sns-container {
  position: relative;
}

.sns-title {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: -165px;
  rotate: 90deg;
}
@media (max-width: 767px) {
  .sns-title {
    top: 15px;
    right: -75px;
  }
}

.sns-info {
  -webkit-padding-end: 180px;
          padding-inline-end: 180px;
  position: relative;
}
@media (max-width: 767px) {
  .sns-info {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
}

.sns-bg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .sns-bg {
    height: 510px;
  }
}
.sns-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.sns-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%);
  pointer-events: none;
}

.sns-icons {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 161px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 1350px) {
  .sns-icons {
    left: 80px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 1070px) {
  .sns-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sns-icons {
    top: 87px;
    translate: none;
    left: 32px;
  }
}

.sns-icon {
  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;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sns-icon img {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .sns-icon {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .sns-icon img {
    width: 32px;
    height: 32px;
  }
}
@media (any-hover: hover) {
  .sns-icon:hover {
    opacity: 0.8;
  }
}

.faq {
  padding-block: 200px 160px;
}
@media (max-width: 1260px) {
  .faq {
    padding-block: 120px 100px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-block: 115px 100px;
  }
}

.faq-inner {
  position: relative;
}

.faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: absolute;
  left: -388px;
  top: 188px;
  rotate: 90deg;
}
@media (max-width: 768px) {
  .faq-title {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.faq-title .section-title-ja {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media (max-width: 1439px) {
  .faq-title {
    left: -300px;
  }
}
@media (max-width: 1260px) {
  .faq-title {
    position: relative;
    top: unset;
    left: unset;
    rotate: unset;
    -webkit-margin-after: 72px;
            margin-block-end: 72px;
  }
}
@media (max-width: 767px) {
  .faq-title {
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
}

.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 #ccc;
          border-block-start: 1px solid #ccc;
}

.faq-item {
  -webkit-border-after: 1px solid #ccc;
          border-block-end: 1px solid #ccc;
  padding-block: 16px 15px;
}
@media (max-width: 767px) {
  .faq-item {
    padding-block: 0;
  }
}

.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;
}
@media (max-width: 767px) {
  .faq-item-question {
    padding-block: 24px;
  }
}

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

.faq-item-question-icon {
  width: 24px;
}
@media (max-width: 767px) {
  .faq-item-question-icon {
    width: 18px;
  }
}
.faq-item-question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

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

.faq-item-answer-text {
  -webkit-padding-end: 42px;
          padding-inline-end: 42px;
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .faq-item-answer-text {
    font-size: 15px;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
}

.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 .faq-item-answer {
  opacity: 1;
}

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

.contact-inner {
  width: 830px;
  padding-inline: 40px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-inner {
    padding-inline: 16px;
  }
}

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

.contact-title-ja {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media (max-width: 767px) {
  .contact-title-ja {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

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

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

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

.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) {
  .contact-head {
    font-size: 15px;
  }
}

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

.contact-data {
  width: 100%;
}
.contact-data input, .contact-data select, .contact-data textarea {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.contact-data input:focus, .contact-data select:focus, .contact-data textarea:focus {
  outline: 2px solid #ccc;
}
.contact-data input::-webkit-input-placeholder, .contact-data select::-webkit-input-placeholder, .contact-data textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.contact-data input::-moz-placeholder, .contact-data select::-moz-placeholder, .contact-data textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.contact-data input:-ms-input-placeholder, .contact-data select:-ms-input-placeholder, .contact-data textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.contact-data input::-ms-input-placeholder, .contact-data select::-ms-input-placeholder, .contact-data textarea::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.contact-data input::placeholder, .contact-data select::placeholder, .contact-data textarea::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}

input {
  padding: 13px 14px;
}

select {
  padding: 18px 16px;
}

textarea {
  padding: 18px 16px;
}

.contact-select-wrap {
  position: relative;
}
.contact-select-wrap svg {
  position: absolute;
  top: calc(50% + 2px);
  translate: 0 -50%;
  right: 10.69px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

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

.select {
  color: #293639;
}

.select:invalid {
  color: #999;
}

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

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

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

.contact-data-checkbox span {
  display: inline-block;
  color: #293639;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 32px;
  margin-inline: auto;
  padding-bottom: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-data-checkbox span {
    font-size: 15px;
  }
}
.contact-data-checkbox span a {
  display: inline-block;
  color: #075E72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .contact-data-checkbox span a {
    padding-bottom: 5px;
    font-size: 15px;
  }
}
.contact-data-checkbox span a::after {
  content: "";
  position: absolute;
  background: #075E72;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.contact-data-checkbox span::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #999;
  background: #FFF;
}
.contact-data-checkbox span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.contact-acceptance {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  text-align: center;
  margin-left: -16px;
}
@media (max-width: 767px) {
  .contact-acceptance {
    text-align: left;
    margin-left: 0;
    -webkit-margin-before: 23px;
            margin-block-start: 23px;
  }
}

.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;
}
@media (any-hover: hover) {
  .contact-submit:hover .contact-submit-icon {
    scale: 1.333;
  }
}

.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) {
  .contact-submit input {
    width: 300px;
  }
}

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

.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;
  margin: 0;
}

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

.footer {
  background: #293639;
  padding-block: 80px;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 40px;
  }
}

.copyright {
  text-align: center;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.animation-fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.animation-fade.is-show {
  opacity: 1;
}

.animation-left {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.animation-left.is-show {
  clip-path: inset(0 0 0 0);
}

.animation-right {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.animation-right.is-show {
  clip-path: inset(0 0 0 0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.report-item {
  opacity: 0;
  -webkit-animation: fadeUp 0.4s ease-out forwards;
          animation: fadeUp 0.4s ease-out forwards;
}

/* 順番に時間差で表示 */
.report-item.item1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.report-item.item2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.report-item.item3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.report-item.item4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.sns-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.sns-animation.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sns-animation:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sns-animation:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sns-animation:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sns-animation:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

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

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