@charset "UTF-8";
/* =====================================================
  サイズ計算 関数群
  数式：clamp(b*d, b/a*vw, b*c)
===================================================== */
/* ---------- 基準値（関数側で管理） ---------- */
/* =====================================================
  設定値（ここだけ触れば全体が変わる）
===================================================== */
/* ---------- breakpoint ---------- */
/* ---------- 倍率設定 ---------- */
/* PC */
/* SP */
/* ---------- 最小フォントサイズ下限 ---------- */
/* =====================================================
  breakpoint 取得関数
===================================================== */
/* =====================================================
  clamp 数式の核
  clamp(b*d, b/a*vw, b*c)
===================================================== */
/* =====================================================
  SP / PC 単体サイズ関数
===================================================== */
/* =====================================================
  SP / PC 両対応（値だけ返す）
===================================================== */
/* =====================================================
  省略用エイリアス（任意）//
===================================================== */
/* =====================================================
  完全引数指定版 サイズ計算関数
  数式：clamp(b*d, b/a*vw, b*c)
===================================================== */
/* =====================================================
  単体 clamp（すべて引数）
===================================================== */
/* =====================================================
  SP / PC 両対応（すべて引数）
===================================================== */
/* =====================================================
  media query まで含めた mixin（完全引数）
===================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: initial;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "yu-gothic";
  src: url("../font/yu-gothic-medium.woff2") format("woff2"), url("../font/yu-gothic-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "yu-gothic";
  src: url("../font/yu-gothic-bold.woff2") format("woff2"), url("../font/yu-gothic-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/NotoSerifJP-Medium.woff2") format("woff2"), url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 900px) {
  @font-face {
    font-family: "noto-serif";
    src: url("../font/NotoSerifJP-semiBold.woff2") format("woff2"), url("../font/NotoSerifJP-semiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "noto-serif";
    src: url("../font/NotoSerifJP-Regular.woff2") format("woff2"), url("../font/NotoSerifJP-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
}
@media (min-width: 900.1px) {
  @font-face {
    font-family: "noto-serif_vertical";
    src: url("../font/NotoSerifJP-semiBold_v.woff2") format("woff2"), url("../font/NotoSerifJP-semiBold_v.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "noto-serif_vertical";
    src: url("../font/NotoSerifJP-Regular_v.woff2") format("woff2"), url("../font/NotoSerifJP-Regular_v.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
}
@font-face {
  font-family: "futura-pt";
  src: url("../font/futura-medium.woff2") format("woff2"), url("../font/futura-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "century-gothic";
  src: url("../font/century-gothic-bold.woff2") format("woff2"), url("../font/century-gothic-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zen-kaku-gothic";
  src: url("../font/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../font/ZenKakuGothicNew-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lato";
  src: url("../font/Lato-Black.woff2") format("woff2"), url("../font/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "yu-gothic", "Yu Gothic", "游ゴシック体", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

body {
  color: #fff;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

tw,
.tw {
  display: inline-block;
}

br.sp {
  display: none;
}
@media screen and (max-width:900px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

.vertical-rl {
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}

.btn_box01 a {
  display: block;
  font-size: clamp(12px, 1.25vw, 20.8px);
}
@media (max-width: 900px) {
  .btn_box01 a {
    font-size: clamp(12.6px, 4.091vw, 27px);
  }
}
.btn_box01 a {
  padding: 1.118em 4em 1.118em 1.75em;
  background-color: #008E66;
  border: 1px solid #008E66;
  border-radius: 9999px;
  position: relative;
  color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
}
.btn_box01 a::before, .btn_box01 a::after {
  position: absolute;
  content: "";
  transition: 0.3s;
}
.btn_box01 a::before {
  width: 2.125em;
  height: 2.125em;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  border: 1px solid #008E66;
}
.btn_box01 a::after {
  width: 0.375em;
  height: 0.375em;
  border-top: 1px solid #008E66;
  border-right: 1px solid #008E66;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
}
.btn_box01 a:hover {
  color: #008E66;
  background-color: #fff;
}
.btn_box01 a:hover::before {
  background-color: #008E66;
}
.btn_box01 a:hover::after {
  border-color: #fff;
}

.btn_box02 a {
  display: block;
  font-size: clamp(14px, 1.563vw, 26px);
}
@media (max-width: 900px) {
  .btn_box02 a {
    font-size: clamp(14px, 4.545vw, 30px);
  }
}
.btn_box02 a {
  padding: 1.118em 4em 1.118em 1.75em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
  position: relative;
  color: #008E66;
}
.btn_box02 a::before, .btn_box02 a::after {
  position: absolute;
  content: "";
  transition: 0.3s;
}
.btn_box02 a::before {
  width: 2.125em;
  height: 2.125em;
  border-radius: 50%;
  background-color: #008E66;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  border: 1px solid #fff;
}
.btn_box02 a::after {
  width: 0.375em;
  height: 0.375em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
}
.btn_box02 a:hover {
  color: #fff;
  background-color: #008E66;
  opacity: 1;
}
.btn_box02 a:hover::before {
  background-color: #fff;
}
.btn_box02 a:hover::after {
  border-color: #008E66;
}

.btn_box .appeal_button {
  display: flex;
  align-items: center;
}
.btn_box .appeal_button span {
  font-size: 0.9em;
  text-align: left;
  font-weight: 400;
  line-height: 1;
}
.btn_box .appeal_button .strong {
  font-size: 2em;
  padding-right: 4px;
  font-weight: 700;
  padding-top: 0.2em;
}
@media screen and (max-width:900px) {
  .btn_box .appeal_button {
    justify-content: center;
  }
  .btn_box .appeal_button .strong {
    font-size: 1.8em;
    padding-top: 4px;
  }
}

.vertical-rl .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  animation: charFadeUp 0.6s ease forwards;
}
.vertical-rl .char:nth-child(1) {
  animation-delay: 0.05s;
}

@keyframes charFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vertical-rl .char {
  animation-play-state: paused;
}

.vertical-rl p.is-show .char {
  animation-play-state: running;
}

/* ===== 初期状態 ===== */
.js-inview {
  opacity: 0;
  transform: translate3d(0, 0px, 0); /* デフォ：下から */
  transition: opacity var(--inview-dur, 0.7s) ease, transform var(--inview-dur, 0.7s) ease;
  transition-delay: var(--inview-delay, 0s);
  will-change: opacity, transform;
}

/* ===== 表示時：必ず元の位置へ ===== */
/* ===== 方向指定 ===== */
.js-inview.--up {
  transform: translate3d(0, 100px, 0);
}

.js-inview.--up_s {
  transform: translate3d(0, 40px, 0);
}

.js-inview.--down {
  transform: translate3d(0, -100px, 0);
}

.js-inview.--left {
  transform: translate3d(-100px, 0, 0);
}

.js-inview.--right {
  transform: translate3d(100px, 0, 0);
}

/* ズーム */
.js-inview.--zoom {
  transform: scale(0.96);
}

/* 速度調整 */
.js-inview.--fast {
  --inview-dur: .4s;
}

.js-inview.--slow {
  --inview-dur: 1s;
}

.js-inview.--slow_more {
  --inview-dur: 1.5s;
}

.js-inview.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* ===== 基本 ===== */
.title-span {
  --title-color: currentColor; /* デフォルトは元の文字色 */
  --line-color: #fff;
  --title-shadow: none;
  text-shadow: none; /* 初期は影なし */
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 0.6s;
}

/* マスク */
.title-span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-color: var(--line-color);
}

/* ===== inview時 ===== */
.title-span.is-in {
  color: var(--title-color);
  text-shadow: var(--title-shadow);
}

.title-span.is-in::after {
  animation: lineAnime 1s forwards;
}

/* ===== アニメ ===== */
@keyframes lineAnime {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
header {
  padding: 12px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.4, 0.2, 0.2, 1);
  will-change: transform;
  background-color: #fff;
  transition: 0.3s;
}
header.is-fixed {
  position: fixed;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
header.is-hide {
  transform: translateY(-100%);
  opacity: 0;
}
header .container {
  width: 96%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
}
header .header_logo {
  justify-self: flex-start;
  width: 204px;
  height: 68px;
  margin-right: auto;
}
header .anchor_links {
  flex: 1;
  margin-right: 4.3%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header .anchor_links ul {
  font-size: clamp(12px, 1.328vw, 20.4px);
}
@media (max-width: 900px) {
  header .anchor_links ul {
    font-size: clamp(12px, 3.636vw, 20px);
  }
}
header .anchor_links ul {
  display: flex;
  justify-content: flex-end;
  gap: 7.9%;
  letter-spacing: 0.04em;
}
header .anchor_links a {
  position: relative;
  white-space: nowrap;
}
header .anchor_links a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #008E66;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
header .anchor_links a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header .btn_box {
  margin-right: 12px;
}
header .btn_box a {
  font-size: clamp(12px, 1.25vw, 19.2px);
}
@media (max-width: 900px) {
  header .btn_box a {
    font-size: clamp(12px, 3.636vw, 16px);
  }
}
@media screen and (max-width:900px) {
  header {
    padding-bottom: 0;
  }
  header .container {
    width: 100%;
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 57% 43%;
    gap: 16px 0;
  }
  header .header_logo {
    width: 90%;
    max-width: 280px;
    height: auto;
    padding-left: 3%;
  }
  header .anchor_links {
    grid-area: 2/1/3/3;
    margin-right: auto;
    width: 100%;
  }
  header .anchor_links ul {
    background-color: #eee;
    gap: 0;
  }
  header .anchor_links ul li {
    flex: 1;
    text-align: center;
    padding: 0 3%;
  }
  header .anchor_links ul li a {
    padding: 0.8em 0;
    display: inline-block;
  }
  header .btn_box {
    margin-right: 0;
    padding-right: 3%;
  }
  header .btn_box a {
    text-align: center;
    padding: 1.118em 0.5em;
  }
  header .btn_box a::before, header .btn_box a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  header .container {
    grid-template-columns: 40% 60%;
    gap: 16px 0;
  }
}

footer {
  padding-top: clamp(53.2px, 5.938vw, 98.8px);
}
@media (max-width: 900px) {
  footer {
    padding-top: clamp(56px, 18.182vw, 120px);
  }
}
footer {
  padding-bottom: clamp(15.4px, 1.719vw, 28.6px);
}
@media (max-width: 900px) {
  footer {
    padding-bottom: clamp(28px, 9.091vw, 60px);
  }
}
footer .container {
  width: 87.5%;
  display: flex;
  gap: 7.4%;
}
footer .logo_box {
  width: 161px;
}
footer .text_contets {
  flex: 1;
  color: #666666;
}
footer .text_contets .company_name > span {
  display: block;
}
footer .text_contets .company_name .ja {
  font-size: clamp(19.6px, 2.188vw, 36.4px);
}
@media (max-width: 900px) {
  footer .text_contets .company_name .ja {
    font-size: clamp(16.8px, 5.455vw, 36px);
  }
}
footer .text_contets .company_name .ja {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
footer .text_contets .company_name .en {
  font-size: clamp(12px, 1.172vw, 19.5px);
}
@media (max-width: 900px) {
  footer .text_contets .company_name .en {
    font-size: clamp(12px, 3.182vw, 21px);
  }
}
footer .text_contets .company_name .en {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-left: 6px;
}
footer .text_contets .company_info {
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  footer .text_contets .company_info {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
footer .text_contets .company_info {
  margin-top: clamp(40.6px, 4.531vw, 75.4px);
}
@media (max-width: 900px) {
  footer .text_contets .company_info {
    margin-top: clamp(25.2px, 8.182vw, 54px);
  }
}
footer .text_contets .company_info {
  font-weight: 500;
}
footer .text_contets .company_info a {
  color: #666666;
}
footer .text_contets .company_info dl {
  display: grid;
  grid-template-columns: max(4em, 6%) 1fr;
  letter-spacing: 0.1em;
  line-height: 1.65;
  padding-left: 3px;
}
footer .text_contets .company_info dt:not(.address) {
  padding-right: 1em;
  position: relative;
}
footer .text_contets .company_info dt:not(.address)::after {
  content: ":";
  position: absolute;
  right: 0.5em;
}
footer .text_contets .company_info dd.address {
  grid-column: 1/span 2;
}
footer .text_contets .link_info {
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  footer .text_contets .link_info {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
footer .text_contets .link_info {
  margin-top: clamp(18.2px, 2.031vw, 33.8px);
}
@media (max-width: 900px) {
  footer .text_contets .link_info {
    margin-top: clamp(25.2px, 8.182vw, 54px);
  }
}
footer .text_contets .link_info {
  display: flex;
  gap: 1em;
}
footer .text_contets .link_info li {
  display: flex;
}
footer .text_contets .link_info a {
  font-weight: 500;
  color: #fff;
  background-color: #606060;
  border-radius: 999px;
  border: 1px solid #606060;
  padding: 0.2em 1em 0.3em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
footer .copyright {
  font-size: clamp(12px, 0.938vw, 15.6px);
}
@media (max-width: 900px) {
  footer .copyright {
    font-size: clamp(12px, 2.727vw, 18px);
  }
}
footer .copyright {
  color: #606060;
  padding: 0 2% 0 10%;
  text-align: right;
  line-height: 1.5;
  font-weight: 500;
  margin-top: clamp(32.9px, 3.672vw, 61.1px);
}
@media (max-width: 900px) {
  footer .copyright {
    margin-top: clamp(16.8px, 5.455vw, 36px);
  }
}
@media screen and (max-width:900px) {
  footer .container {
    width: 90%;
    flex-direction: column;
    gap: clamp(32.9px, 3.672vw, 61.1px);
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  footer .container {
    gap: clamp(25.2px, 8.182vw, 54px);
  }
}
@media screen and (max-width:900px) {
  footer .logo_box {
    width: clamp(160px, 38%, 380px);
    text-align: center;
    margin: 0 auto;
  }
  footer .text_contets .company_name {
    text-align: center;
  }
  footer .text_contets .company_name .en {
    margin-left: 0;
    margin-top: 0;
  }
  footer .text_contets .company_info dl {
    row-gap: 0.5em;
  }
  footer .text_contets .link_info {
    align-items: center;
    justify-content: center;
  }
  footer .text_contets .link_info a {
    padding-bottom: 0.35em;
  }
  footer .copyright {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
    text-align: center;
    padding-left: 2%;
  }
}
@media screen and (max-width: 374px) {
  footer .text_contets .link_info_contents {
    text-align: center;
  }
  footer .text_contets .link_info {
    display: inline-flex;
    flex-direction: column;
  }
  footer .text_contets .link_info li {
    width: 100%;
  }
  footer .text_contets .link_info li a {
    width: 100%;
    text-align: center;
  }
}

.loading_view_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease;
}
.loading_view_content.is-hide {
  opacity: 0;
  pointer-events: none;
}
.loading_view_content .imgContent {
  width: clamp(140px, 15.625vw, 260px);
}
@media (max-width: 900px) {
  .loading_view_content .imgContent {
    width: clamp(140px, 45.455vw, 300px);
  }
}
.loading_view_content .imgContent {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.loading_view_content .imgContent.is-show {
  opacity: 1;
}

.mainView_section {
  background-color: #000;
  padding-top: 90px;
}
.mainView_section .container {
  padding-top: clamp(22.4px, 2.5vw, 41.6px);
}
@media (max-width: 900px) {
  .mainView_section .container {
    padding-top: clamp(16.8px, 5.455vw, 36px);
  }
}
.mainView_section .container {
  width: 90.625%;
  margin: 0 auto;
  position: relative;
}
.mainView_section .mainView_item_inner {
  overflow: hidden;
  border-radius: 36px;
  transform: translateZ(0);
  aspect-ratio: 16/7;
}
.mainView_section .mainView_item_inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.mainView_section .mainView_item_inner video.vertical_mv {
  display: none;
}
.mainView_section .btn_box {
  text-align: right;
  transform: translateY(-50%);
}
.mainView_section .btn_box a {
  display: inline-block;
  padding-left: 2em;
  margin-right: 0.88em;
}
.mainView_section .mainView_message {
  text-align: right;
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .mainView_section .mainView_message {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
.mainView_section .mainView_message {
  line-height: 1.8;
  margin-top: -6px;
  padding-right: 0.8235em;
  letter-spacing: 0.05em;
}
.mainView_section.vertical {
  padding-top: 105px;
}
.mainView_section.vertical .mainView_item_inner {
  transform: translate3d(0, 0, 0);
  contain: paint;
  aspect-ratio: 9/16;
  max-height: 94dvh;
  margin: 0 auto;
}
.mainView_section.vertical .mainView_item_inner video {
  display: none;
  border-radius: 36px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}
.mainView_section.vertical .mainView_item_inner video.vertical_mv {
  display: block;
}
.mainView_section.vertical .btn_box {
  text-align: center;
}
.mainView_section.vertical .btn_box a {
  margin-right: 0;
}
.mainView_section.vertical .mainView_message {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.secondView_section {
  background-color: rgba(38, 71, 69, 0.5);
  /* フォールバック */
  background-image: url("../img/mv_under_deco.png"), url("../img/second_sec_bg.png");
  /* image-set 対応 */
  background-image: url("../img/mv_under_deco.png"), -webkit-image-set(url("../img/second_sec_bg.webp") type("image/webp"), url("../img/second_sec_bg.png") type("image/png"));
  background-image: url("../img/mv_under_deco.png"), image-set(url("../img/second_sec_bg.webp") type("image/webp"), url("../img/second_sec_bg.png") type("image/png"));
  background-position: top center, center bottom;
  background-size: 100% auto, cover;
  background-repeat: no-repeat, no-repeat;
}
.secondView_section .container {
  width: 89.375%;
  aspect-ratio: 1144/1574;
  position: relative;
}
@media screen and (max-width:900px) {
  .secondView_section .container {
    aspect-ratio: initial;
    width: 90%;
  }
}

.secondView_title_box {
  font-family: "noto-serif_vertical", serif;
  font-size: clamp(21px, 2.344vw, 39px);
}
@media (max-width: 900px) {
  .secondView_title_box {
    font-size: clamp(12px, 3.864vw, 25.5px);
  }
}
.secondView_title_box {
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.997;
}
.secondView_title_box h2 > p {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.secondView_title_box h2 .title_01 {
  top: -0.9em;
  left: 3.6em;
}
.secondView_title_box h2 .title_02 {
  top: 8.4em;
  right: 2em;
}
@media screen and (max-width:900px) {
  .secondView_title_box {
    width: 80%;
    max-width: 520px;
    margin: 0 auto;
    padding-top: max(80px, 6.5em);
    position: relative;
    z-index: 10;
    letter-spacing: 0.05em;
  }
  .secondView_title_box h2 {
    font-family: "noto-serif", serif;
    display: block;
    width: 100%;
    writing-mode: initial;
    white-space: normal;
    text-orientation: initial;
    text-shadow: 2px 2px 6px #000;
    text-wrap: pretty;
  }
  .secondView_title_box h2 > p {
    position: static;
  }
  .secondView_title_box h2 > p span {
    font-size: 1em;
  }
  .secondView_title_box h2 .title_01 {
    margin-right: 0;
    margin-left: auto;
  }
  .secondView_title_box h2 .title_02 {
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 500px) {
  .secondView_title_box {
    width: 86%;
  }
}

.secondView_contents li {
  position: absolute;
  width: 30.2%;
}
@media screen and (min-width: 900.1px) {
  .secondView_contents li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
}
.secondView_contents li.is-show {
  opacity: 1;
  transform: translateY(0);
}
.secondView_contents li.is-show picture {
  opacity: 1;
  filter: blur(0px);
  transition: opacity 1.4s ease, filter 1.4s ease;
}
.secondView_contents li .item_inner {
  position: relative;
}
.secondView_contents li h3 {
  font-size: clamp(14px, 1.563vw, 26px);
}
@media (max-width: 900px) {
  .secondView_contents li h3 {
    font-size: clamp(14px, 4.545vw, 30px);
  }
}
.secondView_contents li h3 {
  position: absolute;
  top: 1.5em;
  left: 29.75%;
  z-index: 1;
  text-shadow: 1px 1px 6px #000;
}
.secondView_contents li h3 span {
  font-size: 0.85em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.007em;
}
@media screen and (min-width: 900.1px) {
  .secondView_contents li picture {
    opacity: 0;
    filter: blur(6px);
    transition: opacity 1.4s ease, filter 1.4s ease;
  }
}
.secondView_contents li .secondView_item_summary {
  position: absolute;
  bottom: 2em;
  left: 27%;
  font-family: "noto-serif", serif;
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .secondView_contents li .secondView_item_summary {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
.secondView_contents li .secondView_item_summary {
  font-weight: 500;
  line-height: 1.588;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.secondView_contents li .secondView_item_summary span {
  font-size: 1.53em;
}
.secondView_contents .item_01 {
  top: 28.2%;
  left: -4px;
}
.secondView_contents .item_02 {
  top: 10.7%;
  left: 5px;
  right: 0;
  margin: 0 auto;
}
.secondView_contents .item_03 {
  top: 39.2%;
  left: 5px;
  right: 0;
  margin: 0 auto;
}
.secondView_contents .item_04 {
  top: 56.4%;
  left: -4px;
}
.secondView_contents .item_05 {
  top: 56.4%;
  right: 2%;
}
.secondView_contents .item_06 {
  top: 67.6%;
  left: 5px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .secondView_contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 80px;
  }
  .secondView_contents li h3 {
    left: 1em;
    top: 1em;
  }
  .secondView_contents li .item_inner {
    width: 90%;
    margin: 0 auto;
  }
  .secondView_contents li {
    position: static;
    width: auto;
    filter: blur(6px);
    transition: opacity 1.4s ease, filter 1.4s ease;
  }
  .secondView_contents li picture {
    position: relative;
    display: inline-block;
  }
  .secondView_contents li picture::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.8) 100%);
  }
  .secondView_contents li.slick-current {
    filter: blur(0px);
    transition: opacity 1.4s ease, filter 1.4s ease;
  }
  .secondView_contents li.slick-current picture {
    opacity: 1;
  }
  .secondView_contents li .secondView_item_summary {
    padding: 0 5%;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 1em;
    text-wrap: pretty;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 6px #000;
  }
  .secondView_contents li .secondView_item_summary span {
    font-size: 1.01em;
    font-weight: 600;
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .secondView_contents li .item_inner {
    width: 95%;
  }
  .secondView_contents li .secondView_item_summary {
    font-size: clamp(12px, 1.328vw, 22.1px);
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 500px) and (max-width: 900px) {
  .secondView_contents li .secondView_item_summary {
    font-size: clamp(12.6px, 4.091vw, 27px);
  }
}

.to_the_future_section {
  padding-top: clamp(54.6px, 6.094vw, 101.4px);
}
@media (max-width: 900px) {
  .to_the_future_section {
    padding-top: clamp(56px, 18.182vw, 120px);
  }
}
.to_the_future_section {
  padding-bottom: clamp(49px, 5.469vw, 91px);
}
@media (max-width: 900px) {
  .to_the_future_section {
    padding-bottom: clamp(56px, 18.182vw, 120px);
  }
}
.to_the_future_section {
  background-image: url("../img/suzume_02.jpg");
  /* image-set 対応 */
  background-image: -webkit-image-set(url("../img/suzume_02.webp") type("image/webp"), url("../img/suzume_02.jpg") type("image/jpg"));
  background-image: image-set(url("../img/suzume_02.webp") type("image/webp"), url("../img/suzume_02.jpg") type("image/jpg"));
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
.to_the_future_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(96, 96, 96, 0.3);
}
.to_the_future_section .container {
  width: 88.7%;
}
@media screen and (max-width:900px) {
  .to_the_future_section {
    background-image: none;
    padding-top: 0;
    background-color: #28393b;
  }
  .to_the_future_section::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .to_the_future_section .container {
    width: 92%;
  }
}

.to_the_future_message {
  display: flex;
  flex-direction: row-reverse;
  width: 47%;
  justify-content: flex-start;
  font-size: clamp(12.25px, 1.367vw, 22.75px);
}
@media (max-width: 900px) {
  .to_the_future_message {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
.to_the_future_message {
  letter-spacing: 0.11em;
  line-height: 2;
  gap: 2em;
}
.to_the_future_message tw {
  display: inline;
}
.to_the_future_message > div {
  display: flex;
  flex-direction: row-reverse;
  gap: 2em;
}
.to_the_future_message p {
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  font-family: "noto-serif_vertical", serif;
  font-weight: 400;
}
@media screen and (max-width:900px) {
  .to_the_future_message {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: clamp(54.6px, 6.094vw, 101.4px);
    padding-bottom: clamp(54.6px, 6.094vw, 101.4px);
    padding-left: 10%;
    padding-right: 10%;
    background-image: url("../img/suzume_sp.jpg");
    background-image: -webkit-image-set(url("../img/suzume_sp.webp") type("image/webp"), url("../img/suzume_sp.jpg") type("image/jpg"));
    background-image: image-set(url("../img/suzume_sp.webp") type("image/webp"), url("../img/suzume_sp.jpg") type("image/jpg"));
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6c394;
    gap: 1.5em;
    justify-content: space-between;
    flex-direction: column;
    letter-spacing: 0.05em;
    position: relative;
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .to_the_future_message {
    padding-top: clamp(56px, 18.182vw, 120px);
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .to_the_future_message {
    padding-bottom: clamp(56px, 18.182vw, 120px);
  }
}
@media screen and (max-width:900px) {
  .to_the_future_message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(96, 96, 96, 0.3);
  }
  .to_the_future_message tw {
    display: inline-block;
  }
  .to_the_future_message > div {
    gap: 1em;
    flex-direction: column;
    max-width: 530px;
    margin: 0 auto;
  }
  .to_the_future_message p {
    writing-mode: initial;
    white-space: normal;
    text-orientation: initial;
    font-family: "noto-serif", serif;
    text-shadow: 2px 2px 6px #000;
  }
}
.to_the_future_speech-bubble {
  font-size: clamp(13.3px, 1.484vw, 24.7px);
}
@media (max-width: 900px) {
  .to_the_future_speech-bubble {
    font-size: clamp(12.6px, 4.091vw, 27px);
  }
}
.to_the_future_speech-bubble {
  text-align: center;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.1em;
  margin-top: -1em;
  margin-left: 1.47em;
  margin-bottom: 1.7em;
}
.to_the_future_speech-bubble h2 {
  display: inline-block;
  padding: 1.68em 2em 2.74em;
  background: url(../img/speech-bubble.png) center/100% 100% no-repeat;
}
@media screen and (max-width:900px) {
  .to_the_future_speech-bubble {
    margin-top: 5em;
    margin-left: 0;
    font-weight: 700;
  }
  .to_the_future_speech-bubble h2 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.to_the_future_contents {
  width: 96%;
  margin: 0 auto;
}
.to_the_future_contents ul {
  display: flex;
  gap: 2.85%;
}
.to_the_future_contents ul li {
  background-color: #008E66;
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .to_the_future_contents ul li {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
.to_the_future_contents ul li {
  padding: 1.47em 0 1.71em;
  border-radius: 12px;
  flex: 1;
}
.to_the_future_contents ul li h3 {
  font-size: 0.94em;
  letter-spacing: 0.05em;
  color: #008E66;
  padding: 1.525em 0.5em 1.2em 1.977em;
  background-color: #fff;
  border-radius: 0 999px 999px 0;
  width: 90%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.to_the_future_contents ul li h3 > span {
  display: inline-block;
}
.to_the_future_contents ul li img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-top: -1.5em;
}
.to_the_future_contents ul li p {
  width: 82%;
  margin: 1.6em auto 0;
  line-height: 1.47;
  letter-spacing: 0.18em;
}
@media (min-width: 901px) {
  .to_the_future_contents .to_the_future_list > li.js-inview {
    --inview-delay: 0s;
  }
  .to_the_future_contents .to_the_future_list > li.js-inview:nth-child(2) {
    --inview-delay: 0.5s;
  }
  .to_the_future_contents .to_the_future_list > li.js-inview:nth-child(3) {
    --inview-delay: 1s;
  }
}
@media screen and (max-width:900px) {
  .to_the_future_contents {
    width: 100%;
  }
  .to_the_future_contents ul {
    flex-direction: column;
    gap: clamp(14px, 1.563vw, 26px);
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .to_the_future_contents ul {
    gap: clamp(14px, 4.545vw, 30px);
  }
}
@media screen and (max-width:900px) {
  .to_the_future_contents ul li {
    display: grid;
    grid-template-columns: max(100px, 45%) 1fr;
    gap: 1em 0;
    background-color: #008E66;
  }
  .to_the_future_contents ul li h3 {
    grid-area: 1/1/2/3;
    font-size: 1.05em;
    padding: 1.2em 1em 1em 0.7em;
  }
  .to_the_future_contents ul li picture {
    grid-area: 2/1/3/2;
    align-self: center;
  }
  .to_the_future_contents ul li picture img {
    margin-top: 0;
    margin: 0 auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .to_the_future_contents ul li p {
    margin-top: 0;
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 1.6;
  }
}

.supporter_section {
  background-image: url("../img/supporter_sec_bg.png");
  background-image: -webkit-image-set(url("../img/supporter_sec_bg.webp") type("image/webp"), url("../img/supporter_sec_bg.png") type("image/png"));
  background-image: image-set(url("../img/supporter_sec_bg.webp") type("image/webp"), url("../img/supporter_sec_bg.png") type("image/png"));
  background-size: auto;
  background-position: top;
  background-repeat: repeat;
  padding-top: clamp(40.6px, 4.531vw, 75.4px);
}
@media (max-width: 900px) {
  .supporter_section {
    padding-top: clamp(56px, 18.182vw, 120px);
  }
}
.supporter_section {
  padding-bottom: clamp(32.2px, 3.594vw, 59.8px);
}
@media (max-width: 900px) {
  .supporter_section {
    padding-bottom: clamp(56px, 18.182vw, 120px);
  }
}
.supporter_section .container {
  width: 81.84%;
  margin-left: 8.8%;
  display: flex;
  gap: 6%;
}
@media screen and (max-width:900px) {
  .supporter_section .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 6%;
  }
}

.supporter_main_contents {
  width: 35%;
  padding-top: 14px;
}
.supporter_main_contents h2 {
  font-size: clamp(27.3px, 3.047vw, 50.7px);
}
@media (max-width: 900px) {
  .supporter_main_contents h2 {
    font-size: clamp(22.4px, 7.273vw, 48px);
  }
}
.supporter_main_contents h2 {
  color: #008E66;
  line-height: 1.35;
  padding-bottom: 0.46em;
  border-bottom: 2px solid #008E66;
  margin-bottom: 0.6667em;
}
.supporter_main_contents h2 span {
  display: block;
}
.supporter_main_contents h2 .en {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.supporter_main_contents h2 .ja {
  font-size: max(14px, 0.5128em);
  letter-spacing: 0.01em;
}
.supporter_main_contents .supporter_content_summary {
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .supporter_main_contents .supporter_content_summary {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
.supporter_main_contents .supporter_content_summary {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 3.059em;
}
.supporter_main_contents .supporter_content_benefits {
  font-size: clamp(14px, 1.563vw, 26px);
}
@media (max-width: 900px) {
  .supporter_main_contents .supporter_content_benefits {
    font-size: clamp(12.6px, 4.091vw, 27px);
  }
}
.supporter_main_contents .supporter_content_benefits {
  padding-left: 6%;
  border-bottom: 2px solid #008E66;
}
.supporter_main_contents .supporter_content_benefits h3 {
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}
.supporter_main_contents .supporter_content_benefits h3 a {
  padding-right: 3em;
  position: relative;
  transition: 0.3s;
}
.supporter_main_contents .supporter_content_benefits h3 a::before, .supporter_main_contents .supporter_content_benefits h3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.supporter_main_contents .supporter_content_benefits h3 a::before {
  right: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 1px solid #000;
}
.supporter_main_contents .supporter_content_benefits h3 a::after {
  right: 0.7em;
  width: 0.4em;
  height: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.supporter_main_contents .supporter_content_benefits h3 a:hover {
  opacity: 0.6;
  padding-right: 3.4em;
}
.supporter_main_contents .supporter_content_benefits ul {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  letter-spacing: 0.03em;
  padding-bottom: 1em;
}
.supporter_main_contents .supporter_content_benefits ul li {
  color: #000;
  padding: 1.12em 0 1.12em 3em;
  position: relative;
}
.supporter_main_contents .supporter_content_benefits ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25em;
  height: 2.25em;
  background-color: #000;
  border-radius: 50%;
  background-position: center;
  background-size: 51% auto;
  background-repeat: no-repeat;
}
.supporter_main_contents .supporter_content_benefits ul li:nth-child(1)::before {
  background-image: url(../img/supporter_icon_01.png);
}
.supporter_main_contents .supporter_content_benefits ul li:nth-child(2)::before {
  background-image: url(../img/supporter_icon_02.png);
}
.supporter_main_contents .supporter_content_benefits ul li:nth-child(3)::before {
  background-image: url(../img/supporter_icon_03.png);
}
.supporter_main_contents .btn_box {
  border-bottom: 2px solid #008E66;
  text-align: center;
  font-size: clamp(14px, 1.563vw, 26px);
}
@media (max-width: 900px) {
  .supporter_main_contents .btn_box {
    font-size: clamp(12.6px, 4.091vw, 27px);
  }
}
.supporter_main_contents .btn_box * {
  transition: 0.3s;
}
.supporter_main_contents .btn_box a {
  display: inline-block;
  padding: 1.6em 1.5em;
  margin-left: -2.7em;
  letter-spacing: 0.1em;
  color: #008E66;
  position: relative;
}
.supporter_main_contents .btn_box a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #008E66;
  border-right: 2px solid #008E66;
  transition: 0.3s;
}
.supporter_main_contents .btn_box a:hover {
  color: #01513b;
}
.supporter_main_contents .btn_box a:hover::before {
  transform: translateY(-50%) translateX(12px) rotate(45deg);
  border-color: #01513b;
}
@media screen and (max-width:900px) {
  .supporter_main_contents {
    width: 100%;
    padding-top: 0;
    margin-bottom: clamp(12px, 1.328vw, 22.1px);
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .supporter_main_contents {
    margin-bottom: clamp(28px, 9.091vw, 60px);
  }
}

.supporter_banner_contents {
  flex: 1;
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .supporter_banner_contents {
    font-size: clamp(12px, 3.864vw, 25.5px);
  }
}
.supporter_banner_contents li {
  position: relative;
}
.supporter_banner_contents li h3 {
  position: absolute;
  line-height: 1.17em;
  letter-spacing: 0.02em;
  color: #008E66;
  background-color: #fff;
  padding: 0.353em;
  padding-left: 0.706em;
  overflow: hidden;
}
.supporter_banner_contents li h3 > span {
  display: inline-block;
}
.supporter_banner_contents li:nth-child(1) h3 {
  top: 14%;
  left: 4%;
}
.supporter_banner_contents li:nth-child(2) h3 {
  bottom: 24%;
  right: 6%;
}
.supporter_banner_contents li:nth-child(3) h3 {
  bottom: 21%;
  left: 3%;
}
@media screen and (max-width:900px) {
  .supporter_banner_contents li {
    aspect-ratio: 16/7;
    border-radius: 16px;
  }
  .supporter_banner_contents li:not(:last-child) {
    margin-bottom: 16px;
  }
  .supporter_banner_contents li picture {
    overflow: hidden;
  }
  .supporter_banner_contents li img {
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .supporter_banner_contents li h3 {
    max-width: 55%;
    padding-right: 0.706em;
    padding-top: 0.6em;
    padding-bottom: 0.55em;
  }
  .supporter_banner_contents li h3 tw {
    display: block;
  }
}

.supporter_section > .btn_box {
  margin-top: clamp(21px, 2.344vw, 39px);
}
@media (max-width: 900px) {
  .supporter_section > .btn_box {
    margin-top: clamp(42px, 13.636vw, 90px);
  }
}
.supporter_section > .btn_box {
  text-align: center;
}
.supporter_section > .btn_box a {
  font-size: clamp(14px, 1.563vw, 26px);
}
@media (max-width: 900px) {
  .supporter_section > .btn_box a {
    font-size: clamp(12.6px, 4.091vw, 27px);
  }
}
.supporter_section > .btn_box a {
  display: inline-block;
  padding-left: 2.15em;
}

.about_us_section {
  aspect-ratio: 1280/1060;
  padding-top: clamp(72.8px, 8.125vw, 135.2px);
}
@media (max-width: 900px) {
  .about_us_section {
    padding-top: clamp(12px, 0vw, 0px);
  }
}
.about_us_section {
  padding-bottom: clamp(70px, 7.813vw, 130px);
}
@media (max-width: 900px) {
  .about_us_section {
    padding-bottom: clamp(12px, 0vw, 0px);
  }
}
.about_us_section {
  background-image: url("../img/opening_tomorrow_img.png"), url("../img/opening_tomorrow_bg.png");
  background-image: -webkit-image-set(url("../img/opening_tomorrow_img.webp") type("image/webp"), url("../img/opening_tomorrow_img.png") type("image/png")), -webkit-image-set(url("../img/opening_tomorrow_bg.webp") type("image/webp"), url("../img/opening_tomorrow_bg.png") type("image/png"));
  background-image: image-set(url("../img/opening_tomorrow_img.webp") type("image/webp"), url("../img/opening_tomorrow_img.png") type("image/png")), image-set(url("../img/opening_tomorrow_bg.webp") type("image/webp"), url("../img/opening_tomorrow_bg.png") type("image/png"));
  background-size: auto 69.5%, cover;
  background-position: left top 65%, top;
  background-repeat: no-repeat;
}
.about_us_section .container {
  padding-left: 10.5%;
  padding-right: 6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about_us_section .about_us_titleBox {
  color: #fff;
}
.about_us_section .about_us_titleBox h2 {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
}
.about_us_section .about_us_titleBox h2 > span {
  display: inline-block;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
.about_us_section .about_us_titleBox h2 .ja {
  font-size: clamp(44.8px, 5vw, 83.2px);
}
@media (max-width: 900px) {
  .about_us_section .about_us_titleBox h2 .ja {
    font-size: clamp(26.6px, 8.636vw, 57px);
  }
}
.about_us_section .about_us_titleBox h2 .ja {
  line-height: 1.375;
  font-family: "zen-kaku-gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.about_us_section .about_us_titleBox h2 .en {
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .about_us_section .about_us_titleBox h2 .en {
    font-size: clamp(12px, 3.636vw, 24px);
  }
}
.about_us_section .about_us_titleBox h2 .en {
  font-family: "lato", sans-serif;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 1.76em;
  margin-left: 5px;
}
.about_us_section .about_us_contents {
  font-size: clamp(12px, 1.328vw, 22.1px);
}
@media (max-width: 900px) {
  .about_us_section .about_us_contents {
    font-size: clamp(12px, 3.182vw, 21px);
  }
}
.about_us_section .about_us_contents {
  align-self: flex-end;
}
.about_us_section .about_us_contents .about_us_summary {
  font-family: "noto-serif", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.08;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.about_us_section .about_us_contents .about_us_summary span {
  display: inline-block;
}
.about_us_section .about_us_contents .about_us_btnBox {
  line-height: 1.47;
  letter-spacing: 0.05em;
  margin-top: clamp(31.5px, 3.516vw, 58.5px);
}
@media (max-width: 900px) {
  .about_us_section .about_us_contents .about_us_btnBox {
    margin-top: clamp(42px, 13.636vw, 90px);
  }
}
.about_us_section .about_us_contents .about_us_btnBox {
  margin-left: 10px;
  transform: translateY(6px);
}
.about_us_section .about_us_contents .about_us_btnBox a {
  background-color: #fff;
  border-radius: 999px;
  padding: 1.1em 4em 0.9em 3em;
  position: relative;
  display: inline-block;
  transition: 0.4s;
}
.about_us_section .about_us_contents .about_us_btnBox a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.96em;
  height: 1.96em;
  border-radius: 50%;
  right: 0.7em;
  background-color: #000;
  background: url(../img/search_icon.png) center/50% auto no-repeat #000;
}
.about_us_section .about_us_contents .about_us_btnBox a:hover {
  opacity: 0.6;
}
@media screen and (max-width:900px) {
  .about_us_section {
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
    aspect-ratio: initial;
  }
  .about_us_section .container {
    padding: 0;
  }
  .about_us_section .about_us_titleBox {
    padding-top: clamp(72.8px, 8.125vw, 135.2px);
    padding-left: 5%;
    padding-right: 5%;
    aspect-ratio: 4/5;
    background-image: url("../img/opening_tomorrow_bg_sp.png");
    background-image: -webkit-image-set(url("../img/opening_tomorrow_bg_sp.webp") type("image/webp"), url("../img/opening_tomorrow_bg_sp.png") type("image/png"));
    background-image: image-set(url("../img/opening_tomorrow_bg_sp.webp") type("image/webp"), url("../img/opening_tomorrow_bg_sp.png") type("image/png"));
    background-position: left top;
    background-size: 100% auto;
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .about_us_section .about_us_titleBox {
    padding-top: clamp(70px, 22.727vw, 150px);
  }
}
@media screen and (max-width:900px) {
  .about_us_section .about_us_contents {
    background-color: #d9dcdb;
    padding-top: clamp(70px, 7.813vw, 130px);
    padding-bottom: clamp(70px, 7.813vw, 130px);
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    color: #000;
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .about_us_section .about_us_contents {
    padding-top: clamp(28px, 9.091vw, 60px);
  }
}
@media screen and (max-width:900px) and (max-width: 900px) {
  .about_us_section .about_us_contents {
    padding-bottom: clamp(56px, 18.182vw, 120px);
  }
}
@media screen and (max-width:900px) {
  .about_us_section .about_us_contents .about_us_summary {
    max-width: 530px;
    margin: 0 auto;
    text-wrap: pretty;
  }
  .about_us_section .about_us_contents .about_us_summary span {
    display: inline;
  }
  .about_us_section .about_us_contents .about_us_btnBox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .about_us_section .about_us_titleBox {
    padding-top: 50px;
  }
}
@media screen and (max-width: 374px) {
  .about_us_section .about_us_contents .about_us_summary span {
    display: inline;
  }
}

.ending_section ul {
  display: grid;
  grid-template-columns: 30.6% 30.6% 1fr;
  position: relative;
  grid-template-areas: "img_1 img_1 img_2" "img_3 img_4 img_5";
}
.ending_section ul .ending_section_text {
  position: absolute;
  top: 1.9em;
  left: 49%;
  z-index: 5;
  font-family: "noto-serif_vertical", serif;
  font-weight: 600;
  font-size: clamp(22.4px, 2.5vw, 41.6px);
}
@media (max-width: 900px) {
  .ending_section ul .ending_section_text {
    font-size: clamp(19.6px, 6.364vw, 42px);
  }
}
.ending_section ul .ending_section_text {
  line-height: 2;
  letter-spacing: 0.15em;
  grid-area: title;
}
.ending_section ul .ending_section_text h2 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}
.ending_section ul .ending_section_text h2 span {
  display: inline-block;
}
.ending_section ul li:not(.ending_section_text) {
  position: relative;
  perspective: 1000px;
  overflow: hidden;
}
.ending_section ul li:not(.ending_section_text)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.ending_section ul li:not(.ending_section_text).is-flipped .card {
  transform: rotateY(180deg);
}
.ending_section ul li:not(.ending_section_text) .card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s;
}
.ending_section ul li:not(.ending_section_text) .card > div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.ending_section ul li:not(.ending_section_text) .img_back_side {
  transform: rotateY(180deg);
}
.ending_section ul li:not(.ending_section_text) img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.ending_section ul li:not(.ending_section_text):nth-child(2) {
  grid-area: img_1;
  aspect-ratio: 1.1/1;
}
.ending_section ul li:not(.ending_section_text):nth-child(3) {
  grid-area: img_2;
}
.ending_section ul li:not(.ending_section_text):nth-child(4) {
  grid-area: img_3;
  aspect-ratio: 196/127;
}
.ending_section ul li:not(.ending_section_text):nth-child(5) {
  grid-area: img_4;
  aspect-ratio: 196/127;
}
.ending_section ul li:not(.ending_section_text):nth-child(6) {
  grid-area: img_5;
}
@media screen and (max-width:900px) {
  .ending_section ul {
    grid-template-areas: "img_1 img_1 img_2" "img_3 img_4 img_5";
  }
  .ending_section ul .ending_section_text {
    font-family: "noto-serif", serif;
    font-weight: 600;
    left: 0;
    top: 0;
    padding: 0.5em 5%;
    line-height: 1.5;
  }
  .ending_section ul .ending_section_text h2 {
    font-feature-settings: normal;
    writing-mode: rl;
    white-space: normal;
    text-orientation: upright;
  }
  .ending_section ul li:not(.ending_section_text):nth-child(2) {
    aspect-ratio: 4/3;
  }
  .ending_section ul li:not(.ending_section_text):nth-child(4), .ending_section ul li:not(.ending_section_text):nth-child(5) {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .ending_section ul {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img_1 img_1" "img_2 img_3" "img_4 img_5";
  }
  .ending_section ul li:not(.ending_section_text):nth-child(3), .ending_section ul li:not(.ending_section_text):nth-child(4), .ending_section ul li:not(.ending_section_text):nth-child(5), .ending_section ul li:not(.ending_section_text):nth-child(6) {
    aspect-ratio: 4/3;
  }
}