@charset "UTF-8";
/*
 Theme Name: Chilai
 Theme URI: 
 Description: Chilaiの公式ホームページです。
 Version: 1.0.0
 Author: daiken-ippei
 Author URI: 
 License: GPL-2.0+
 License URI: 
 Text Domain: 
 Domain Path: 
 */
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
:where(:root) {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
}
:where(:root):lang(ja) {
  font-kerning: none;
}
:where(:root):lang(en) {
  font-kerning: normal;
}

:where(:is(h1, h2, h3, h4, h5, h6, p, caption):lang(en)) {
  text-wrap: pretty;
}

:where(h1, h2, h3, h4, h5, h6, caption) {
  font-kerning: normal;
}
:where(h1, h2, h3, h4, h5, h6, caption):lang(ja) {
  font-feature-settings: "palt";
  word-break: auto-phrase;
}

:where(pre) {
  text-spacing-trim: space-all;
}

:where(pre,
time,
input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  text-autospace: no-autospace;
}

.-text-center {
  text-align: center;
  text-wrap: balance;
}

.-trim-both {
  text-box-trim: trim-both;
}
.-trim-both:lang(en) {
  text-box-edge: cap alphabetic;
}

.-hanging {
  hanging-punctuation: last allow-end;
}
.-hanging:lang(en) {
  hanging-punctuation: first allow-end last;
}

.-uppercase {
  text-transform: uppercase;
}

.-hyphens {
  hyphens: auto;
}

.-tabular-nums {
  font-variant-numeric: tabular-nums;
}

.composable-line-clamp {
  display: -webkit-box;
  overflow-block: clip;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: var(--composable-line-clamp--limit, 3);
}
@supports not (overflow-block: clip) {
  .composable-line-clamp {
    overflow-y: clip;
  }
}

.-br {
  display: contents;
}
.-br:lang(ja) {
  display: block flow;
}

.-wbr {
  display: contents;
}
.-wbr:lang(ja) {
  display: inline flow-root;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  color: #333333;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/*=============
.bg_pattern
==============*/
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
}

.Paper_v2 {
  background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

img {
  height: auto;
}

.bg-orange {
  background: #f5770d;
}

.bg-red {
  background: #ff2424;
}

.bg-pink {
  background: #ff296b;
}

.bg-blue {
  background: #07988e;
}

.bg-green {
  background: #03b158;
}

.bg-yellow {
  background: #fabe00;
}

.shadow-orange {
  box-shadow: 5px 5px 0 #f5770d;
}
.shadow-orange:hover {
  box-shadow: 1px 1px 0 #f5770d;
}

.shadow-black {
  box-shadow: 5px 5px 0 #3e3e3e;
}
.shadow-black:hover {
  box-shadow: 1px 1px 0 #3e3e3e;
}

.shadow-red {
  box-shadow: 5px 5px 0 #ff2424;
}
.shadow-red:hover {
  box-shadow: 1px 1px 0 #ff2424;
}

.shadow-pink {
  box-shadow: 5px 5px 0 #ff296b;
}
.shadow-pink:hover {
  box-shadow: 1px 1px 0 #ff296b;
}

.shadow-blue {
  box-shadow: 5px 5px 0 #07988e;
}
.shadow-blue:hover {
  box-shadow: 1px 1px 0 #07988e;
}

.shadow-green {
  box-shadow: 5px 5px 0 #03b158;
}
.shadow-green:hover {
  box-shadow: 1px 1px 0 #03b158;
}

.shadow-yellow {
  box-shadow: 5px 5px 0 #fabe00;
}
.shadow-yellow:hover {
  box-shadow: 1px 1px 0 #fabe00;
}

.sp-sm {
  display: none;
}
@media screen and (min-width: 480px) {
  .sp-sm {
    display: block;
  }
}

.sp-md {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp-md {
    display: block;
  }
}

.sp-lr {
  display: none;
}
@media screen and (min-width: 820px) {
  .sp-lr {
    display: block;
  }
}

.sp-lg {
  display: none;
}
@media screen and (min-width: 980px) {
  .sp-lg {
    display: block;
  }
}

.pc-md {
  display: block;
}
@media screen and (min-width: 600px) {
  .pc-md {
    display: none;
  }
}

.pc-lr {
  display: block;
}
@media screen and (min-width: 820px) {
  .pc-lr {
    display: none;
  }
}

.pc-lg {
  display: block;
}
@media screen and (min-width: 980px) {
  .pc-lg {
    display: none;
  }
}

.mb-sm, .accordion__one, .person-interview__block-inner .person-interview-name, .project-page__box-list > ul, .no-job-info__content > h2, .wp-pagenavi, .content-title3, .content-title2, .content-title {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 980px) {
  .mb-sm, .accordion__one, .person-interview__block-inner .person-interview-name, .project-page__box-list > ul, .no-job-info__content > h2, .wp-pagenavi, .content-title3, .content-title2, .content-title {
    margin-bottom: 25px !important;
  }
}

.mt-sm, .thanks-page__box ul {
  margin-top: 16px !important;
}
@media screen and (min-width: 980px) {
  .mt-sm, .thanks-page__box ul {
    margin-top: 25px !important;
  }
}

.mb-md, .news-content .section-titles, .greeting__desc-content, .greeting__desc-tit, .sdgs-content .sdgs-banner, .sdgs-content__text, .sdgs-content__list, .sdgs-content .sdgs-table, .sdgs-content__lists, .sdgs-content-title, .benefits-content__box-list > ul, .benefits-content-title, .benefits-grid-container, .thanks-page__content, .company-intro__img, .contact-page__tel, .contact-page__desc, .text-bundle-block, .text-bundle-block__desc, .text-bundle-block ul, .text-bundle-block ol, .staff-interviews__list, .person-interview__block-inner, .club-content-title, .project-page__img, .job-info-mess__block-inner h4, .no-job-info__content, .news-archive-head, .single__content-header, .single__content-img, .jobinfo-box, .s-jobinfo__inner, .s-jobinfo__pic, .contact7__privacy, .contact7, .postLinks, .section-titles03, .section-titles02, .section-head {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 980px) {
  .mb-md, .news-content .section-titles, .greeting__desc-content, .greeting__desc-tit, .sdgs-content .sdgs-banner, .sdgs-content__text, .sdgs-content__list, .sdgs-content .sdgs-table, .sdgs-content__lists, .sdgs-content-title, .benefits-content__box-list > ul, .benefits-content-title, .benefits-grid-container, .thanks-page__content, .company-intro__img, .contact-page__tel, .contact-page__desc, .text-bundle-block, .text-bundle-block__desc, .text-bundle-block ul, .text-bundle-block ol, .staff-interviews__list, .person-interview__block-inner, .club-content-title, .project-page__img, .job-info-mess__block-inner h4, .no-job-info__content, .news-archive-head, .single__content-header, .single__content-img, .jobinfo-box, .s-jobinfo__inner, .s-jobinfo__pic, .contact7__privacy, .contact7, .postLinks, .section-titles03, .section-titles02, .section-head {
    margin-bottom: 60px !important;
  }
}

.mb-lr, .news-content__lists, .page-about .company-message, .greeting, .accordion, .sdgs-top-desc, .sdgs-content__desc, .benefits-content__box, .benefits-content-btn, .thanks-page, .contact-info-block__title, .page-policy, .table-container .head-message, .person-interview .c-video, .page-404__desc, .job-info-mess:last-child, .job-info-block__title, .single__content, .archive-jobinfo .section-titles, .job-details, .contact-info__section, .details-list, .entry-page {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 600px) {
  .mb-lr, .news-content__lists, .page-about .company-message, .greeting, .accordion, .sdgs-top-desc, .sdgs-content__desc, .benefits-content__box, .benefits-content-btn, .thanks-page, .contact-info-block__title, .page-policy, .table-container .head-message, .person-interview .c-video, .page-404__desc, .job-info-mess:last-child, .job-info-block__title, .single__content, .archive-jobinfo .section-titles, .job-details, .contact-info__section, .details-list, .entry-page {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 980px) {
  .mb-lr, .news-content__lists, .page-about .company-message, .greeting, .accordion, .sdgs-top-desc, .sdgs-content__desc, .benefits-content__box, .benefits-content-btn, .thanks-page, .contact-info-block__title, .page-policy, .table-container .head-message, .person-interview .c-video, .page-404__desc, .job-info-mess:last-child, .job-info-block__title, .single__content, .archive-jobinfo .section-titles, .job-details, .contact-info__section, .details-list, .entry-page {
    margin-bottom: 100px !important;
  }
}

.mb-lg, .company-profile, .project-page__details, .job-entry-btn {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 980px) {
  .mb-lg, .company-profile, .project-page__details, .job-entry-btn {
    margin-bottom: 120px !important;
  }
}

.mt-md, .benefits-content-btn, .thanks-page__content, .company-intro-top__btn, .company-intro__btn, .contact-intro-top__btn, .staff-interviews__inner, .person-interview__inner, .club-block__desc, .wp-pagenavi {
  margin-top: 30px !important;
}
@media screen and (min-width: 980px) {
  .mt-md, .benefits-content-btn, .thanks-page__content, .company-intro-top__btn, .company-intro__btn, .contact-intro-top__btn, .staff-interviews__inner, .person-interview__inner, .club-block__desc, .wp-pagenavi {
    margin-top: 60px !important;
  }
}

.mt-lr, .company-profile__inner {
  margin-top: 40px !important;
}
@media screen and (min-width: 600px) {
  .mt-lr, .company-profile__inner {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 980px) {
  .mt-lr, .company-profile__inner {
    margin-top: 100px !important;
  }
}

.mt-lg {
  margin-top: 80px !important;
}
@media screen and (min-width: 980px) {
  .mt-lg {
    margin-top: 120px !important;
  }
}

.pb-sm, .project-page .banner-content {
  padding-bottom: 16px !important;
}

.pb-md, .club-content, .news-archive .section-titles {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 980px) {
  .pb-md, .club-content, .news-archive .section-titles {
    padding-bottom: 60px !important;
  }
}

.pb-lr, .parallax-section, .news-content, .sdgs-content, .company-intro-top, .company-intro, .companies-block, .contact-intro-top, .contact-info-block, .staff-interviews, .person-interview, .club-intro, .club-block, .project-page, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 600px) {
  .pb-lr, .parallax-section, .news-content, .sdgs-content, .company-intro-top, .company-intro, .companies-block, .contact-intro-top, .contact-info-block, .staff-interviews, .person-interview, .club-intro, .club-block, .project-page, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 980px) {
  .pb-lr, .parallax-section, .news-content, .sdgs-content, .company-intro-top, .company-intro, .companies-block, .contact-intro-top, .contact-info-block, .staff-interviews, .person-interview, .club-intro, .club-block, .project-page, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-bottom: 100px !important;
  }
}

.pb-lg, .job-info-mess:last-child {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 600px) {
  .pb-lg, .job-info-mess:last-child {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 980px) {
  .pb-lg, .job-info-mess:last-child {
    padding-bottom: 120px !important;
  }
}

.pb-xl {
  padding-bottom: 120px !important;
}
@media screen and (min-width: 980px) {
  .pb-xl {
    padding-bottom: 160px !important;
  }
}

.pt-lg, .company-intro-top, .contact-intro-top, .club-intro {
  padding-top: 80px !important;
}
@media screen and (min-width: 980px) {
  .pt-lg, .company-intro-top, .contact-intro-top, .club-intro {
    padding-top: 120px !important;
  }
}

.pt-xl, .company-intro, .job-info-mess {
  padding-top: 120px !important;
}
@media screen and (min-width: 980px) {
  .pt-xl, .company-intro, .job-info-mess {
    padding-top: 180px !important;
  }
}

.pt-md, .greeting__desc, .benefits-content:nth-child(2), .contact-info-block, .club-content, .project-page .banner-content, .c-single__inner, .postLinks__all {
  padding-top: 30px !important;
}
@media screen and (min-width: 980px) {
  .pt-md, .greeting__desc, .benefits-content:nth-child(2), .contact-info-block, .club-content, .project-page .banner-content, .c-single__inner, .postLinks__all {
    padding-top: 60px !important;
  }
}

.pt-lr, .parallax-section, .news-content, .page-about, .sdgs-page, .sdgs-content, .benefits-page, .thanks-page, .company-img, .companies-block, .page-policy, .staff-interviews, .person-interview, .club-block, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
  padding-top: 40px !important;
}
@media screen and (min-width: 600px) {
  .pt-lr, .parallax-section, .news-content, .page-about, .sdgs-page, .sdgs-content, .benefits-page, .thanks-page, .company-img, .companies-block, .page-policy, .staff-interviews, .person-interview, .club-block, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 980px) {
  .pt-lr, .parallax-section, .news-content, .page-about, .sdgs-page, .sdgs-content, .benefits-page, .thanks-page, .company-img, .companies-block, .page-policy, .staff-interviews, .person-interview, .club-block, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-top: 80px !important;
  }
}

.content-width, .parallax-section, .page-about .company-message__inner, .greeting, .basic-philosophy__inner, .company-profile, .accordion, .sdgs-top-desc, .sdgs-content__inner, .benefits-content__inner, .thanks-page, .company-intro-top__inner, .company-intro__inner, .companies-block__inner, .contact-intro-top__inner, .contact-info-block__inner, .staff-interviews__inner, .person-interview__inner, .club-intro__inner, .club-content__inner, .project-page__inner, .page-404, .job-info-mess__inner, .job-info-block__inner, .staff-img3, .staff-img4, .news-archive, .single, .archive-jobinfo, .c-single, .footer__content, .footer-temp__inner, .entry-page, .section-titles02, .section-head {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.content-width800, .club-block__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}

.content-width980, .page-policy {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}

.content-width1030 {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.flex, .sdgs-content .sdgs-boxs, .sdgs-contact__desc, .benefits-content__box-list > ul, .companies-block__inner, .staff-interviews__lists, .club-content__box-list > ul, .job-info-block__inner, .news-archive__list, .archive-list__block, .section-head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .flex, .sdgs-content .sdgs-boxs, .sdgs-contact__desc, .benefits-content__box-list > ul, .companies-block__inner, .staff-interviews__lists, .club-content__box-list > ul, .job-info-block__inner, .news-archive__list, .archive-list__block, .section-head {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex820, .contact-info-block__inner, .person-interview__block-inner, .jobinfo-box, .contact7 tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .flex820, .contact-info-block__inner, .person-interview__block-inner, .jobinfo-box, .contact7 tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex980, .company-intro-top__flex, .contact-intro-top__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .flex980, .company-intro-top__flex, .contact-intro-top__flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.font-ssm, .news-content__desc time, .sdgs-content .sdgs-table tbody td, .sdgs-content .sdgs-box__text, .single__content-header time {
  font-size: clamp(13px, 2vw, 14px);
}

.font-sm, .news-content__notinfo p, .accordion__header, .benefits-content__box-list > ul li, .table-container .head-message, .text-bundle-block__desc, .news-archive__tit, .single__content-text, .single .caution, .job-details__label, .job-details__value, .btn, .btn02, .btn-shadow, .details-list dl, .contact7__privacy {
  font-size: clamp(14px, 2vw, 16px);
}

.font-md, .benefits-content-title h3 > span, .person-interview__block-inner .person-interview-desc li .label, .club-content__box-list > ul li, .club-content-title h3 > span, .project-page__box-list > ul li, .no-job-info__content > h2, .contact-info__title {
  font-size: clamp(17px, 3vw, 19px);
}

.font-lr, .benefits-content-title h3, .person-interview__block-inner .person-interview-name, .club-content-title h3, .news-archive-head__title {
  font-size: clamp(18px, 4vw, 28px);
}

.font-lg, .single__content-header h2 {
  font-size: clamp(20px, 4vw, 36px);
}

.font-xl {
  font-size: clamp(20px, 5vw, 40px);
}

.section-head {
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .section-head {
    align-items: center;
  }
}
.section-head__txt {
  color: white;
  font-weight: 600;
}

.section-titles {
  text-align: center;
}
.section-titles > h2, .section-titles > h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(36px, 4vw, 50px);
  display: inline-block;
}
.section-titles > span {
  display: block;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 800;
}
.section-titles > p {
  max-width: 800px;
  margin: 1rem auto 0 auto;
  text-align: left;
  font-size: clamp(14px, 2vw, 16px);
}

.section-titles02 {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.9em;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: white;
  padding: 0.65em 0.8em;
  position: relative;
}
.section-titles02 > h2, .section-titles02 > h3 {
  font-size: clamp(18px, 2vw, 30px);
  display: inline-block;
}
.section-titles02::before {
  content: "";
  display: block;
  block-size: auto;
  inline-size: 0.4rem;
  margin-block: 0.18em;
  background: linear-gradient(to right, #ffb700, #fa8d29);
  border-radius: 0.1rem;
  line-height: 2em;
}

.section-titles03 {
  text-align: center;
}
.section-titles03 h2, .section-titles03 h3, .section-titles03 h4 {
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1.3em;
  display: inline-block;
}
.section-titles03 span, .section-titles03 p {
  display: block;
  font-size: clamp(15px, 2vw, 18px);
  color: #03a9f4;
  font-weight: 600;
}

.main-title h2 {
  font-size: clamp(23px, 3vw, 36px);
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #ad0305;
}
.main-title span {
  color: #333333;
  font-size: clamp(14px, 3vw, 17px);
  font-weight: 600;
}

.content-title h3 {
  text-transform: uppercase;
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 0;
  display: block;
  font-weight: 800;
  color: #333333;
  position: relative;
  padding-top: 10px;
}
.content-title h3::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 0;
}
.content-title span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  color: #03a9f4;
  font-weight: 600;
}

.content-title2 {
  border-top: 2px solid #e2e2e2;
}
.content-title2 h3 {
  font-size: clamp(18px, 3vw, 30px);
  display: inline-block;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0.5em;
  position: relative;
  z-index: 1;
}
.content-title2 h3::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #ad0305;
  z-index: 2;
}
.content-title2 span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  color: #03a9f4;
  font-weight: 600;
}

.content-title3 {
  text-align: center;
}
.content-title3 h3 {
  font-size: clamp(20px, 3vw, 30px);
  display: inline-block;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0.5em;
  z-index: 1;
}
.content-title3 h3 span {
  position: relative;
}
.content-title3 h3 span::after {
  position: absolute;
  content: "";
  background: #03a9f4;
  height: 2px;
  width: 50px;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
}

#page_top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 90px;
  background: #03a9f4;
  opacity: 0.8;
  z-index: 900;
  border-radius: 50px;
}
@media screen and (min-width: 600px) {
  #page_top {
    bottom: 5%;
  }
}
#page_top > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_top > a::before {
  content: "↑";
  width: 20px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: white;
}

/*ページナビ-----------------------------------------------------------*/
.wp-pagenavi {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .wp-pagenavi {
    font-size: 14px;
  }
}
.wp-pagenavi > a {
  color: #03a9f4;
  border-radius: 20px;
}
.wp-pagenavi .pages {
  /* 左の表記 */
  margin-right: 20px;
  display: none;
}
.wp-pagenavi span.current {
  background: #03a9f4;
  color: white;
  border-radius: 20px;
  border: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  display: inline-block;
  border: solid 0.5px black;
  width: 30px;
  height: 30px;
  display: inline-grid;
  align-content: center;
  text-align: center;
  color: #333333;
  font-weight: 900;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #333333;
  color: white;
}

.cat {
  min-width: 120px;
  font-size: 10px;
  font-weight: 600;
  margin-right: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  flex-basis: 18%;
  display: inline-block;
  position: absolute;
}
.cat li {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cat a {
  width: 100%;
  border-radius: 2px;
  color: white;
  padding: 2px 4px;
  font-weight: 800;
  display: inline-block;
  background: #03a9f4;
  border: 1px solid #03a9f4;
  text-decoration: none;
}
.cat .cat-blog a {
  background: #f5770d;
  border: 1px solid #f5770d;
}
.cat .cat-job-info a {
  background: #03b158;
  border: 1px solid #03b158;
}
.cat .cat-press-release a {
  background: #07988e;
  border: 1px solid #07988e;
}
.cat .cat-news a {
  background: #ff2424;
  border: 1px solid #ff2424;
}

.breadcrumb {
  background: #0288d1;
  color: white;
  font-size: 13px;
}
.breadcrumb__inner {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  color: white;
}
@media screen and (min-width: 820px) {
  .breadcrumb__inner {
    padding: 20px 0 20px 0;
  }
}
.breadcrumb__inner i {
  margin: 0 10px;
}
.breadcrumb__inner a {
  color: white;
  text-decoration: none;
}
.breadcrumb__inner span {
  color: white;
}

.postLinks {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 30px;
  line-height: 1;
}
.postLinks > div {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.postLinks__all {
  width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
.postLinks__link-prev {
  position: relative;
  float: left;
}
.postLinks__link-prev > a {
  position: relative;
  justify-content: flex-end;
  padding-right: 30px;
  border-radius: 50px 0 0 50px;
}
.postLinks__link-prev > a::before {
  content: "‹";
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  border-radius: 50px;
  left: 20px;
  color: #03a9f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
}
.postLinks__link-next {
  float: right;
  position: relative;
  border-left: 1px solid #dbdbdb;
}
.postLinks__link-next > a {
  border-radius: 0 50px 50px 0;
  position: relative;
  justify-content: flex-start;
  padding-left: 30px;
}
.postLinks__link-next > a::after {
  content: "›";
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  border-radius: 50px;
  right: 20px;
  color: #03a9f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
}
.postLinks__link-prev, .postLinks__link-next {
  width: 50%;
}
.postLinks__link-prev > a, .postLinks__link-next > a {
  font-size: 14px;
  padding: 5px;
  font-weight: 600;
  background: #03a9f4;
  text-decoration: none;
  width: 100%;
  display: flex;
  color: white;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  height: 40px;
  transition: 0.3s;
}
.postLinks__link-prev > a:hover, .postLinks__link-next > a:hover {
  background: white;
  color: #03a9f4;
  box-shadow: 1px 1px 2px rgba(173, 3, 6, 0.3);
}

/* Contact Form7 */
.contact7 {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}
.contact7 input, .contact7 textarea, .contact7 select {
  font-size: 12px;
  width: 100%;
  border: none;
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
}
.contact7 tr {
  border-bottom: 2px dotted #f7f4f0;
  background: #fafafa;
}
@media screen and (min-width: 820px) {
  .contact7 tr {
    justify-content: space-between;
    align-items: center;
  }
}
.contact7 th {
  padding: 10px 10px;
  font-weight: bold;
  flex-basis: 28%;
}
@media screen and (min-width: 820px) {
  .contact7 th {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 820px) {
  .contact7 th.contact7-textarea {
    min-height: 130px;
  }
}
.contact7 th > p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .contact7 th {
    margin-bottom: 0;
  }
}
.contact7 td {
  flex-basis: 70%;
  padding: 10px 10px;
}
.contact7 td.contact7-flex p {
  display: flex;
  justify-content: space-between;
}
.contact7 td.contact7-flex p span {
  flex-basis: 49%;
}
.contact7 td.contact7-radio .wpcf7-form-control {
  width: 100%;
  display: inline-block;
}
.contact7 td.contact7-radio .wpcf7-form-control .wpcf7-list-item {
  color: #333333;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .contact7 td.contact7-radio .wpcf7-form-control .wpcf7-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .contact7 td.contact7-radio .wpcf7-form-control .wpcf7-list-item {
    width: 30%;
  }
}
.contact7 td.contact7-radio input {
  width: auto;
}
.contact7 .must {
  background: #03a9f4;
}
.contact7 .optional {
  background: #fafafa;
}
.contact7 .optional, .contact7 .must {
  font-weight: 700;
  color: white;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  letter-spacing: 2px;
}
.contact7 .wpcf7-list-item {
  margin-left: 0;
}
.contact7__privacy {
  color: #333333;
}
.contact7__privacy a {
  color: #333333;
}
@media screen and (min-width: 600px) {
  .contact7__privacy {
    text-align: center;
  }
}
.contact7__privacy-inner {
  margin-bottom: 20px;
}

.btn_contact7 {
  text-align: center;
}
.btn_contact7 input {
  padding: 20px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #333333;
  transition: 0.3s;
}
@media screen and (min-width: 980px) {
  .btn_contact7 input {
    width: 70%;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    transition: 0.3s;
  }
}
.btn_contact7 input:hover {
  color: #333333;
  background-color: white;
}

.wpcf7-spinner {
  display: none;
}

.details-list {
  display: block;
}
@media screen and (min-width: 600px) {
  .details-list {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
}
.details-list dl {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .details-list dl {
    display: contents;
  }
}
.details-list dd:nth-child(1) {
  background: #fafafa;
  text-align: left;
  padding: 20px 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .details-list dd:nth-child(1) {
    padding-right: 10px;
    border-bottom: 1px solid #e2e2e2;
  }
}
.details-list dd {
  padding: 20px 20px;
}
@media screen and (min-width: 600px) {
  .details-list dd {
    border-bottom: 1px solid #e2e2e2;
  }
}

.btn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  color: #333333;
  text-decoration: none;
  font-weight: 800;
  background: white;
  border: 1px solid #535353;
  border-radius: 99em;
}
.btn i {
  position: absolute;
  right: 1rem;
  top: 50%;
  color: #03a9f4;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.btn:hover {
  border: 1px white solid;
  background-color: #03a9f4;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn:hover i {
  color: white;
  transform: translateY(-50%) translateX(3px);
}

.btn02 {
  width: 100%;
  border-radius: 5px;
  max-width: 400px;
  display: inline;
  border: 1px solid #03a9f4;
  padding: 13px 30px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  text-decoration: none !important;
  font-weight: 600;
  background: #03a9f4;
  text-align: left;
  position: relative;
}
.btn02.float:hover {
  background-color: white;
  color: #03a9f4;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.btn02.filled {
  background-color: white;
  color: #03a9f4;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.btn02.filled:hover {
  background-color: white;
  color: black;
  box-shadow: none;
}
.btn02.shadow {
  box-shadow: none;
}
.btn02.shadow:hover {
  transform: translate(-0.3px, -0.3px);
  box-shadow: 2px 2px 4px 0 rgba(46, 88, 149, 0.6);
}
.btn02.solid {
  box-shadow: 2px 2px 0 0 black;
  border-radius: 7px;
}
.btn02.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.btn02.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn02.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.btn02.slide-bg:hover {
  color: white;
}
.btn02.slide-bg:hover::before {
  transform: none;
}

.btn-shadow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  color: #03a9f4;
  text-decoration: none !important;
  font-weight: 600;
  background: white;
  border: 1px solid #535353;
  display: inline-block;
  width: 100%;
  padding: 20px 7px;
  font-size: clamp(13px, 3vw, 19px);
  background: white;
  color: #333333;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.btn-shadow:hover {
  transform: translate(3px, 3px);
}

.c-figma-btn {
  --chilai-btn-width: 313px;
  --chilai-btn-height: 52px;
  --chilai-btn-radius: 26px;
  --chilai-btn-border: #615d5a;
  --chilai-btn-text: #615d5a;
  --chilai-btn-bg: transparent;
  --chilai-btn-hover-border: #615d5a;
  --chilai-btn-hover-text: #ffffff;
  --chilai-btn-hover-bg: #615d5a;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: min(100%, var(--chilai-btn-width));
  min-height: var(--chilai-btn-height);
  padding: 12px 16px;
  border: 1px solid var(--chilai-btn-border);
  border-radius: var(--chilai-btn-radius);
  background: var(--chilai-btn-bg);
  color: var(--chilai-btn-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Shippori Mincho", "LINE Seed JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.c-figma-btn:hover, .c-figma-btn:focus-visible {
  background: var(--chilai-btn-hover-bg);
  color: var(--chilai-btn-hover-text);
  border-color: var(--chilai-btn-hover-border);
  text-decoration: none;
}
.c-figma-btn:focus-visible {
  outline: 2px solid rgba(97, 93, 90, 0.35);
  outline-offset: 2px;
}
.c-figma-btn:disabled, .c-figma-btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 10000;
  transition: 0.8s;
}
@media screen and (min-width: 980px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    position: fixed;
  }
}
.header.triggered {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .header__inner {
    padding: 0;
  }
}
.header__nav {
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
.header__ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%;
}
.header__li {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.header__li > a {
  color: #535353;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 980px) {
  .header__li > a {
    font-size: 16px;
    white-space: nowrap;
  }
}
.header__li > a:hover {
  color: #03a9f4;
}
.header__li:last-child > a {
  border: 1px transparent solid;
  border-radius: 5px;
  background: #03a9f4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: white;
  transition: 0.3s;
}
.header__li:last-child > a:hover {
  color: #03a9f4;
  background: white;
  border: 1px solid #03a9f4;
}
.header__li:last-child > a .header__arrow {
  margin-left: 10px;
}
.header .logo {
  flex-basis: 44%;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header .logo {
    padding-left: 2%;
  }
}
.header .logo img {
  height: 70px;
}
@media screen and (max-width: 599px) {
  .header .logo img {
    height: 50px;
  }
}
.header .logo > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .logo__img {
  padding: 6px;
  width: 30px;
}
@media screen and (min-width: 980px) {
  .header .logo__img {
    width: 45px;
  }
}

.footer {
  background: #333333;
  color: white;
  position: relative;
}
.footer__inner {
  padding: clamp(40px, 8vw, 80px) 0 clamp(20px, 4vw, 40px);
  position: relative;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 8vw, 60px);
}
@media screen and (min-width: 820px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__left {
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 820px) {
  .footer__left {
    max-width: 45%;
  }
}
.footer__right {
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 820px) {
  .footer__right {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
  }
}
.footer__logo {
  margin-bottom: clamp(24px, 5vw, 32px);
}
.footer__logo a {
  display: inline-block;
  max-width: 150px;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.8;
}
.footer__logo a img {
  width: 100%;
  height: auto;
}
.footer__company-info .company-name {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  color: white;
  margin-bottom: clamp(20px, 4vw, 24px);
  padding-bottom: 8px;
  border-bottom: 2px solid #03a9f4;
  display: inline-block;
}
.footer__company-info .company-info-item {
  margin-bottom: clamp(12px, 3vw, 16px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 600px) {
  .footer__company-info .company-info-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }
}
.footer__company-info .company-info-item:last-child {
  margin-bottom: 0;
}
.footer__company-info .company-info-item .info-label {
  font-size: clamp(13px, 2.5vw, 14px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  min-width: 60px;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .footer__company-info .company-info-item .info-label {
    min-width: 80px;
  }
}
.footer__company-info .company-info-item .info-text {
  font-size: clamp(13px, 2.5vw, 14px);
  line-height: 1.6;
  color: white;
  margin: 0;
}
.footer__company-info .company-info-item .info-text a {
  color: #03a9f4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__company-info .company-info-item .info-text a:hover {
  color: rgb(70.7651821862, 196.1052631579, 252.7348178138);
  text-decoration: underline;
}
.footer__nav {
  margin-bottom: clamp(30px, 6vw, 40px);
}
@media screen and (min-width: 820px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 3vw, 16px);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .footer__ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 820px) {
  .footer__ul {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 3vw, 20px);
  }
}
.footer__li {
  position: relative;
}
.footer__li > a {
  display: block;
  color: white;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  text-decoration: none;
  padding: clamp(8px, 2vw, 12px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.footer__li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #03a9f4;
  transition: width 0.3s ease;
}
.footer__li > a:hover {
  color: #03a9f4;
  padding-left: 8px;
}
.footer__li > a:hover::before {
  width: 30px;
}
.footer__li .footer__sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-top: 8px;
}
.footer__li .footer__sub-menu li {
  margin-bottom: 5px;
}
.footer__li .footer__sub-menu li:last-child {
  margin-bottom: 0;
}
.footer__li .footer__sub-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 2vw, 14px);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.3s ease;
  position: relative;
}
.footer__li .footer__sub-menu li a::before {
  content: "−";
  margin-right: 5px;
  color: #03a9f4;
}
.footer__li .footer__sub-menu li a:hover {
  color: #03a9f4;
  padding-left: 8px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 20px);
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__bottom .privacy-mark img {
  height: 40px;
  width: auto;
}
.footer__bottom .copyright p {
  font-size: clamp(12px, 2vw, 13px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .footer__bottom .copyright p {
    text-align: right;
  }
}

.footer-temp {
  background: #333333;
  color: white;
}
.footer-temp__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(28px, 5vw, 40px) 0;
}
@media screen and (min-width: 820px) {
  .footer-temp__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}
.footer-temp__title, .footer-temp__manager {
  margin: 0;
  color: inherit;
  line-height: 1.6;
}
.footer-temp__title {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
}
.footer-temp__manager {
  font-size: clamp(12px, 1.7vw, 14px);
}
@media screen and (min-width: 820px) {
  .footer-temp__manager {
    text-align: right;
  }
}
.footer-temp__manager a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.2s ease;
}
.footer-temp__manager a:hover {
  opacity: 0.75;
}
.footer-temp__label, .footer-temp__separator {
  opacity: 0.95;
}

.home-showcase__footer {
  padding: 0;
}

.home-showcase-footer {
  background: #f6f5f3;
  padding: 60px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.home-showcase-footer__nav {
  width: 100%;
}
.home-showcase-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.home-showcase-footer__nav-item {
  margin: 0;
  padding: 0;
}
.home-showcase-footer__nav-link {
  color: #6a645f;
  text-decoration: none;
  font-family: "Averia Serif Libre", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3125;
  letter-spacing: 0;
}
.home-showcase-footer__nav-link:hover, .home-showcase-footer__nav-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.home-showcase-footer__meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.home-showcase-footer__legal {
  width: 100%;
  max-width: 313px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-showcase-footer__legal-link {
  color: #615d5a;
  text-decoration: none;
  font-family: "Shippori Mincho", "LINE Seed JP", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.05em;
}
.home-showcase-footer__legal-link:hover, .home-showcase-footer__legal-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.home-showcase-footer__brand {
  width: 130px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #6a645f;
}
.home-showcase-footer__brand:hover, .home-showcase-footer__brand:focus-visible {
  opacity: 0.82;
}
.home-showcase-footer__logo {
  width: 130px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-showcase-footer__copyright {
  color: #6a645f;
  font-family: "Averia Serif Libre", serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.22;
}

#page_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#page_top.show {
  opacity: 1;
  visibility: visible;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #03a9f4;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
#page_top a:hover {
  background: rgb(2.3805668016, 134.1052631579, 193.6194331984);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
#page_top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translate(-50%, -20%) rotate(-45deg);
}
@media screen and (max-width: 599px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top a::before {
    width: 10px;
    height: 10px;
  }
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(-10px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.no-hover {
  pointer-events: none;
}

.hero-slider,
.hero-slider-default {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: none;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.hero-slider.hero-slider--ready,
.hero-slider-default.hero-slider--ready {
  opacity: 1;
}
.hero-slider .swiper-wrapper,
.hero-slider-default .swiper-wrapper {
  height: 100%;
}
.hero-slider .swiper-slide,
.hero-slider-default .swiper-slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.hero-slider--single .swiper-button-prev,
.hero-slider--single .swiper-button-next,
.hero-slider--single .swiper-pagination {
  display: none !important;
}

.hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 4vw, 40px);
  transform: translateX(-50%);
  display: inline-flex;
  gap: clamp(12px, 2vw, 18px);
  width: -moz-max-content;
  width: max-content;
  z-index: 6;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: stretch;
}

.hero-slide__bg {
  position: absolute;
  inset: -6%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(26px);
  transform: scale(1.06);
  transition: transform 1.2s ease, opacity 0.8s ease;
  opacity: 0.65;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(14, 14, 14, 0.55) 0%, rgba(14, 14, 14, 0.2) 55%, rgba(14, 14, 14, 0.55) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  overflow: hidden;
  transform: scale(0.98);
  opacity: 0;
  filter: blur(18px);
  transition: transform 1.35s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease, filter 1.1s ease;
}

.hero-slide__content picture,
.hero-slide__content img {
  width: 100%;
  height: 100%;
}

.hero-slide__content picture {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 479px) {
  .hero-slide__content picture {
    display: block;
    height: 100%;
    margin: 0;
  }
}

.hero-slide__content img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.05);
  filter: blur(4px);
  transition: transform 1.35s cubic-bezier(0.19, 1, 0.22, 1), filter 1.1s ease;
}
@media screen and (max-width: 479px) {
  .hero-slide__content img {
    height: 100%;
    filter: none;
    transform: none;
  }
}

.hero-slider--ready .hero-slide--current .hero-slide__bg {
  transform: scale(1);
  opacity: 1;
}

.hero-slider--ready .hero-slide--current .hero-slide__content {
  transform: scale(1.01);
  opacity: 1;
  filter: blur(0);
}

.hero-slider--ready .hero-slide--current .hero-slide__content img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.hero-slider--front .hero-slide__bg {
  filter: none;
  opacity: 1;
}
.hero-slider--front .hero-slide__overlay {
  background: none;
}
.hero-slider--front .hero-slide__content {
  transform: none;
  filter: none;
  transition: none;
}
.hero-slider--front .hero-slide__content img {
  transform: scale(1.18);
  filter: none;
  animation: none;
  transition: none;
  will-change: transform;
}
.hero-slider--front.hero-slider--ready .hero-slide--current .hero-slide__content img {
  animation: heroFrontZoomOut 18s ease-out forwards;
}
.hero-slider--front .swiper-slide:not(.hero-slide--current) .hero-slide__content img {
  transform: scale(1.18);
}
.hero-slider--front .hero-slider__fixed-picture {
  position: absolute;
  inset: clamp(28px, 6vw, 90px);
  z-index: 6;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider--front .hero-slider__fixed-picture picture,
.hero-slider--front .hero-slider__fixed-picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes heroFrontZoomOut {
  from {
    transform: scale(1.18);
  }
  to {
    transform: scale(1.02);
  }
}
.hero-slider--enhanced .hero-slider__controls .swiper-button-prev,
.hero-slider--enhanced .hero-slider__controls .swiper-button-next {
  position: static;
  width: clamp(34px, 4vw, 44px);
  height: clamp(34px, 4vw, 44px);
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #4f4f4f;
  font-size: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.hero-slider--enhanced .hero-slider__controls .swiper-button-prev:hover,
.hero-slider--enhanced .hero-slider__controls .swiper-button-next:hover {
  color: #2f2f2f;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.hero-slider__arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.14));
}

.hero-slider__arrow-icon circle {
  fill: rgba(235, 235, 235, 0.95);
}

.hero-slider--enhanced .hero-slider__controls .swiper-button-prev:hover .hero-slider__arrow-icon circle,
.hero-slider--enhanced .hero-slider__controls .swiper-button-next:hover .hero-slider__arrow-icon circle {
  fill: rgb(255, 255, 255);
}

.hero-slider--enhanced .swiper-pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 14px);
  padding: clamp(6px, 1.2vw, 10px) clamp(16px, 2.4vw, 20px);
  border-radius: 999px;
  background: rgba(235, 235, 235, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 8px 16px rgba(0, 0, 0, 0.14);
  width: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  transform: none;
}

.hero-slider--enhanced .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  background: #5c5c5c;
  opacity: 0.35;
  border-radius: 999px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  position: relative;
  z-index: 1;
}

.hero-slider--enhanced .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

@supports (anchor-name: --hero-pagination-active) {
  .hero-slider--enhanced .swiper-pagination-bullet-active {
    anchor-name: --hero-pagination-active;
    transform: none;
  }
  .hero-slider--enhanced .swiper-pagination::after {
    content: "";
    position: absolute;
    top: anchor(center);
    left: anchor(center);
    width: calc(anchor-size(width) + 10px);
    height: calc(anchor-size(height) + 10px);
    border-radius: 999px;
    background: rgba(120, 120, 120, 0.25);
    transform: translate(-50%, -50%);
    position-anchor: --hero-pagination-active;
    transition: left 0.35s ease, top 0.35s ease, width 0.35s ease, height 0.35s ease;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-slider,
  .hero-slider-default {
    height: clamp(320px, 70vh, 620px);
  }
  .hero-slide__bg {
    filter: blur(24px);
  }
}
@media screen and (max-width: 480px) {
  .hero-slider,
  .hero-slider-default {
    height: clamp(280px, 64vh, 520px);
  }
  .hero-slider__controls {
    bottom: clamp(12px, 4vw, 24px);
    gap: clamp(10px, 4vw, 14px);
  }
  .hero-slider--enhanced .hero-slider__controls .swiper-button-prev,
  .hero-slider--enhanced .hero-slider__controls .swiper-button-next {
    width: clamp(30px, 10vw, 36px);
    height: clamp(30px, 10vw, 36px);
  }
  .hero-slider--enhanced .swiper-pagination {
    padding: clamp(5px, 2vw, 8px) clamp(12px, 5vw, 16px);
  }
}
.mobile-menu {
  position: fixed;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  transition: 0.5s;
  top: 50px;
  right: 0;
  transform: translateX(95vw);
  width: 360px;
  padding-bottom: 10%;
  z-index: -1;
  max-width: 95%;
}
.mobile-menu__btn {
  height: 100%;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn-inner > span {
  background-color: #333333;
  width: 31px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
}
.mobile-menu__btn-inner > span:last-child {
  margin-bottom: 0;
}
.mobile-menu__btn-text {
  font-size: clamp(11px, 1vw, 14px);
  color: white;
  font-weight: 600;
}
.mobile-menu__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 1000;
}
.mobile-menu__main {
  margin-top: 50px;
  padding: 20px 0 20px;
  background: #333333;
}
.mobile-menu__item {
  display: block;
}
.mobile-menu__item > a {
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 25px;
  color: white;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  border-bottom: 1px dashed #c8c8c8;
}
.mobile-menu__item > a:hover {
  background: #c8c8c8;
  color: white;
}
@media screen and (min-width: 600px) {
  .mobile-menu__item > a:hover {
    background: transparent;
    color: #03a9f4;
  }
}
.mobile-menu__legal {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
.mobile-menu__legal-link {
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
}
.mobile-menu__legal-link:hover {
  color: #03a9f4;
}

.menu-open .mobile-menu {
  transform: translateX(0);
}
.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .mobile-menu__item {
  transform: none;
}
.menu-open .mobile-menu__item > a {
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  transform: translate(0);
  opacity: 1;
}
.menu-open .mobile-menu__btn-inner > span {
  background-color: #333333;
}
.menu-open .mobile-menu__btn-inner > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn-inner > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open .mobile-menu__btn-inner > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .mobile-menu__cover,
  .nav-trigger {
    display: none;
  }
  #container {
    padding-top: 0;
  }
  .header {
    display: block;
    height: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }
  .header.triggered {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header__inner {
    height: 0;
    padding: 0;
    justify-content: flex-end;
  }
  .header .logo, .header__nav {
    display: none;
  }
  .mobile-menu__btn {
    position: fixed;
    top: 24px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 10030;
    pointer-events: auto;
  }
  .mobile-menu__btn:hover {
    background: transparent;
  }
  .mobile-menu__btn-inner {
    width: 24px;
    height: 24px;
    position: relative;
  }
  .mobile-menu__btn-inner > span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    margin-bottom: 0;
    background-color: #8b7891;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }
  .mobile-menu__btn-inner > span:nth-child(1) {
    top: 3px;
  }
  .mobile-menu__btn-inner > span:nth-child(2) {
    top: 11px;
  }
  .mobile-menu__btn-inner > span:nth-child(3) {
    top: 19px;
  }
  .mobile-menu--home {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: 100svh;
    max-height: 100svh;
    padding-bottom: 0;
    overflow-y: auto;
    background: #f0eee9;
    z-index: 10020;
    transform: translateY(-104%);
    transition: transform 0.45s ease;
    pointer-events: auto;
  }
  .mobile-menu--home .mobile-menu__inner {
    min-height: 100%;
    padding: 72px 40px 28px;
    background: #f0eee9;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
  }
  .mobile-menu--home .mobile-menu__main {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: transparent;
    list-style: none;
  }
  .mobile-menu--home .mobile-menu__item {
    display: block;
  }
  .mobile-menu--home .mobile-menu__item + .mobile-menu__item {
    margin-top: 16px;
  }
  .mobile-menu--home .mobile-menu__item > a {
    opacity: 1;
    transform: none;
    transition: color 0.2s ease;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #605b56;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.015em;
  }
  .mobile-menu--home .mobile-menu__item > a::before, .mobile-menu--home .mobile-menu__item > a::after {
    display: none;
    content: none;
  }
  .mobile-menu--home .mobile-menu__item > a:hover, .mobile-menu--home .mobile-menu__item > a:focus-visible {
    color: #615d5a;
    background: transparent;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .mobile-menu--home .mobile-menu__footer {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: auto;
    width: 100%;
  }
  .mobile-menu--home .mobile-menu__legal {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    border-radius: 0;
  }
  .mobile-menu--home .mobile-menu__legal-link {
    color: #615d5a;
    text-decoration: none;
    font-size: 11px;
    line-height: 2.05;
    letter-spacing: 0.04em;
  }
  .mobile-menu--home .mobile-menu__legal-link:hover, .mobile-menu--home .mobile-menu__legal-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .mobile-menu--home .mobile-menu__brand {
    width: 150px;
    margin: 28px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .mobile-menu--home .mobile-menu__brand-logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .menu-open .mobile-menu__btn-inner > span:nth-child(1) {
    transform: translateY(8px) rotate(33deg);
  }
  .menu-open .mobile-menu__btn-inner > span:nth-child(2) {
    opacity: 0;
  }
  .menu-open .mobile-menu__btn-inner > span:nth-child(3) {
    transform: translateY(-8px) rotate(-33deg);
  }
  .menu-open .mobile-menu--home {
    transform: translateY(0);
  }
}
.infinite-slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .infinite-slider {
    padding: 40px 0;
  }
}
.infinite-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .infinite-slider__track {
    gap: 20px;
  }
}
.infinite-slider__track--animate {
  animation: slide var(--animation-duration, 30s) linear infinite;
}
.infinite-slider__slides {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .infinite-slider__slides {
    gap: 20px;
  }
}
.infinite-slider__slide {
  flex-shrink: 0;
  width: 450px;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 599px) {
  .infinite-slider__slide {
    width: 250px;
    height: 167px;
  }
}
@media screen and (max-width: 479px) {
  .infinite-slider__slide {
    width: 200px;
    height: 133px;
  }
}
.infinite-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--slide-width, 0px)));
  }
}
.scrollspy-menu {
  max-height: calc(100vh - 120px);
}
@media screen and (max-width: 599px) {
  .scrollspy-menu {
    max-height: none;
    overflow-y: visible;
    margin-bottom: 40px;
  }
}
.scrollspy-menu__list {
  --em: 14;
  background: #f5f5f5;
  border: 4px #fff solid;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: calc(15em / var(--em));
  font-weight: 700;
  padding: calc(40em / var(--em)) calc(20em / var(--em));
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.scrollspy-menu__item {
  position: relative;
  transition: all 0.3s ease;
}
.scrollspy-menu__item.is-active .scrollspy-menu__link {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}
.scrollspy-menu__item.is-active .scrollspy-menu__link::before {
  transform: scaleY(1);
}
.scrollspy-menu__link {
  display: block;
  padding: 16px 20px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.scrollspy-menu__link::before {
  content: "";
  background-color: white;
}
.scrollspy-menu__link:hover {
  border-color: #03a9f4;
}
.scrollspy-menu__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.scrollspy-menu__title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #03a9f4;
  flex-shrink: 0;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
}
.scrollspy-menu__link:hover .scrollspy-menu__title::before {
  opacity: 1;
  transform: scale(1);
}
.is-active .scrollspy-menu__title::before {
  opacity: 1;
  transform: scale(1);
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .scrollspy-menu__title {
    font-size: 14px;
  }
  .scrollspy-menu__title::before {
    width: 8px;
    height: 8px;
  }
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 599px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.news-archive__ul {
  padding: 0;
  list-style: none;
}
.news-archive__time {
  font-size: 12px;
}
.news-archive__list {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .news-archive__list {
    align-items: center;
  }
}
.news-archive__list .cat {
  position: static;
  flex-basis: auto;
  padding: 0;
}
.news-archive__list .cat li {
  margin-bottom: 5px;
}
.news-archive__link {
  display: flex;
  color: #333333;
  align-items: center;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  border-radius: 8px;
  transition: background-color 0.25s ease;
}
.news-archive__link:hover, .news-archive__link:focus-visible {
  background-color: rgba(3, 169, 244, 0.16);
}
.news-archive__link:hover .news-archive__tit, .news-archive__link:focus-visible .news-archive__tit {
  color: #03a9f4;
}
.news-archive__link:focus-visible {
  outline: 2px solid #03a9f4;
  outline-offset: 3px;
}
@media screen and (min-width: 600px) {
  .news-archive__link {
    padding: 20px 10px;
  }
}
.news-archive__tit {
  transition: color 0.25s ease;
}

.news-archive-head__title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  font-weight: 600;
  color: #333333;
}

.archive-list {
  width: 100%;
}
.archive-list__block {
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .archive-list__block {
    align-items: flex-end;
  }
}
.archive-list__title {
  font-size: 13px;
  color: #ad0305;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
}
.archive-list__dropdown {
  width: 100%;
  padding: 5px;
  border: 1px solid #03a9f4;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  .archive-list__cate-select {
    display: none;
  }
}
.archive-list__cate {
  border-bottom: 1px solid #ccc;
  flex-basis: 75%;
  padding: 0px;
  list-style: none;
  display: none;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .archive-list__cate {
    margin-bottom: 0;
    display: flex;
  }
}
.archive-list__cate li {
  margin-right: 10px;
}
.archive-list__cate li > a, .archive-list__cate li > button {
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #535353;
  font-size: clamp(13px, 2vw, 16px);
  padding: 5px 0;
  font-family: inherit;
  transition: color 0.3s ease;
}
.archive-list__cate li > a:hover, .archive-list__cate li > button:hover {
  color: #03a9f4;
}
.archive-list__cate li > a.current-category, .archive-list__cate li > a.active, .archive-list__cate li > button.current-category, .archive-list__cate li > button.active {
  color: #03a9f4;
  font-weight: 600;
  position: relative;
}
.archive-list__cate li > a.current-category::after, .archive-list__cate li > a.active::after, .archive-list__cate li > button.current-category::after, .archive-list__cate li > button.active::after {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #03a9f4;
  bottom: -2px;
  left: 0;
}
.archive-list__tab {
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #535353;
  font-size: clamp(13px, 2vw, 16px);
  padding: 5px 0;
  font-family: inherit;
  transition: color 0.3s ease;
}
.archive-list__tab:hover {
  color: #03a9f4;
}
.archive-list__tab.active {
  color: #03a9f4;
  font-weight: 600;
  position: relative;
}
.archive-list__tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #03a9f4;
  bottom: -2px;
  left: 0;
}
.archive-list__deta {
  flex-basis: 20%;
}

.single__content {
  border: 1px solid #ccc;
  padding: 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.single__content-header .cat {
  position: static;
}
.single__content-header time {
  display: block;
}
.single__content-text p, .single__content-text img, .single__content-text ul {
  margin-bottom: 2em;
}
.single__content-des {
  line-height: 1.8em;
}
.single__content-img {
  width: 100%;
  margin: 0 auto;
}
.single__content-img > picture {
  display: block;
}
.single__content-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.archive-jobinfo .section-titles {
  position: relative;
  z-index: 100;
}
.archive-jobinfo .section-titles > h3 {
  font-size: clamp(38px, 6vw, 80px);
}

.jobinfo-box {
  justify-content: space-between;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.jobinfo-box__left {
  flex-basis: 35%;
  position: relative;
}
.jobinfo-box__header {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 16px;
}
.jobinfo-box__header .jobinfo-box-cates {
  font-size: 14px;
}
.jobinfo-box__title {
  font-weight: 800;
  font-size: clamp(16px, 2vw, 18px);
}
.jobinfo-box__right {
  flex-basis: 63%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
.jobinfo-box__pic {
  height: 200px;
}
@media screen and (min-width: 600px) {
  .jobinfo-box__pic {
    height: 400px;
  }
}
@media screen and (min-width: 820px) {
  .jobinfo-box__pic {
    height: 100%;
  }
}
.jobinfo-box__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobinfo-box__btn {
  text-align: center;
}

.job-info-table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 820px) {
  .job-info-table {
    padding: 10px;
  }
}
.job-info-table tr:not(:last-child) {
  border-bottom: 1px solid #f7f4f0;
}
.job-info-table tr th, .job-info-table tr td {
  padding: 10px;
  text-align: left;
}
.job-info-table tr th {
  width: 60px;
  font-weight: bold;
  background-color: white;
}
.job-info-table tr td {
  background-color: #f9f9f9;
}
.job-info-table tr td ul {
  list-style: none;
  padding: 0;
}

.job-details {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.job-details__item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.job-details__item:last-child {
  border-bottom: none;
}
.job-details__label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.job-details__value {
  color: #555;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .job-details {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .job-details__item {
    display: contents;
    padding: 0;
    border-bottom: none;
  }
  .job-details__item:nth-child(odd) {
    border-right: 1px solid #eee;
  }
  .job-details__label {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    padding: 15px;
    background-color: #f9f9f9;
    border-right: 1px solid #eee;
  }
  .job-details__value {
    grid-column: 2;
    grid-row: auto;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
}

.s-jobinfo__pic {
  height: 300px;
  max-width: 600px;
  margin: 0 auto;
}
.s-jobinfo__pic > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-entry-btn {
  text-align: center;
}

.contact-info {
  background: #fafafa;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .contact-info {
    padding: 20px;
  }
}
.contact-info__section:last-child {
  margin-bottom: 0 !important;
}
.contact-info__title {
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #03a9f4;
}
.contact-info__details {
  line-height: 1.6em;
}

body[data-page*=chilai-story-page] {
  background: #f0eee9;
  color: #615d5a;
  font-family: "Shippori Mincho", "LINE Seed JP", serif;
}

body[data-page*=chilai-story-page] #container {
  padding-top: 0;
  background: #f0eee9;
}

.chilai-story {
  background: #f0eee9;
}

.chilai-story__inner {
  width: 100%;
  margin: 0;
  padding: 85px 40px 40px;
}

.chilai-story__hero {
  padding-bottom: 28px;
}

.chilai-story__hero-logo {
  width: 130px;
  margin-bottom: 24px;
}
.chilai-story__hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.chilai-story__title {
  margin: 0;
  color: #615d5a;
  font-family: "Averia Serif Libre", serif;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.chilai-story__lead-ja {
  margin: 20px 0 0;
  color: #615d5a;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.chilai-story__lead-ja span {
  display: block;
}

.chilai-story__lead-en {
  margin: 8px 0 0;
  color: #adaaa9;
  font-family: "Averia Serif Libre", "Noto Sans", serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.024em;
}
.chilai-story__lead-en span {
  display: block;
}

.chilai-story__block {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 50px 0 0;
}

.chilai-story__photo {
  background: #d9d9d9;
  aspect-ratio: 313/394;
  overflow: hidden;
}
.chilai-story__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .chilai-story__block:first-of-type .chilai-story__photo img {
    filter: brightness(1.14) saturate(1.04);
  }
}
.chilai-story__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.chilai-story__text-ja {
  color: #615d5a;
  font-size: 16px;
  line-height: 2.35;
  letter-spacing: 0.02em;
  text-align: justify;
}
.chilai-story__text-ja p {
  margin: 0;
}
.chilai-story__text-ja p + p {
  margin-top: 8px;
}

.chilai-story__text-en {
  color: #adaaa9;
  font-family: "Averia Serif Libre", "Noto Sans", serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.024em;
}
.chilai-story__text-en p {
  margin: 0;
}
.chilai-story__text-en p + p {
  margin-top: 6px;
}

.chilai-story__process {
  margin: 60px 0 0;
}

.chilai-process-carousel {
  margin-top: 40px;
}

.chilai-process-carousel__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.chilai-process-carousel__track::-webkit-scrollbar {
  display: none;
}

.chilai-process-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-width: 0;
}

.chilai-process-slide__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
}

.chilai-process-carousel__arrow {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #615d5a;
  font-family: "Averia Serif Libre", serif;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.chilai-story__photo--process {
  aspect-ratio: 313/235;
}

.chilai-story__process-copy {
  margin-top: 14px;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.chilai-story__process-copy h2 {
  margin: 0;
  color: #615d5a;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.chilai-story__process-copy p {
  margin: 0;
  color: #615d5a;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.chilai-story__process-copy .is-en {
  color: #adaaa9;
  font-family: "Averia Serif Libre", "Noto Sans", serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.024em;
}
.chilai-story__process-copy .is-en p {
  margin: 0;
}
.chilai-story__process-copy .is-en .is-en-title {
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 769px) {
  .chilai-story__inner {
    width: 100%;
    padding: 60px 40px 40px;
  }
  .chilai-story__block {
    gap: 40px;
  }
  .chilai-story__photo {
    aspect-ratio: 664/394;
  }
  .chilai-story__process {
    margin: 70px 0 0;
  }
  .chilai-process-carousel {
    margin-top: 48px;
  }
  .chilai-story__photo--process {
    aspect-ratio: 664/340;
  }
}
.hero-sub__inner {
  position: relative;
  height: 100%;
}
.hero-sub__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hero-sub__titles {
  left: 50%;
  transform: translate(-50%, 150%);
  display: inline-block;
  position: relative;
  z-index: 3;
}
.hero-sub__titles > h1 {
  font-weight: 700;
  font-size: clamp(25px, 5vw, 70px);
  color: white;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  line-height: 1;
  margin: 0;
}
.hero-sub__titles > span {
  font-size: clamp(14px, 2vw, 21px);
  color: #03a9f4;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
}
.hero-sub__img {
  position: relative;
  z-index: 2;
  margin-top: -7.35rem;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .hero-sub__img {
    height: 500px;
  }
}
.hero-sub__img .hero-slider--sub {
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-sub__img .hero-slider--sub .swiper-wrapper,
.hero-sub__img .hero-slider--sub .swiper-slide,
.hero-sub__img .hero-slider--sub .hero-slide,
.hero-sub__img .hero-slider--sub .hero-slide__content {
  height: 100%;
}
.hero-sub__img .hero-slider--sub .hero-slide__content picture,
.hero-sub__img .hero-slider--sub .hero-slide__content img {
  width: 100%;
  height: 100%;
}
.hero-sub__img .hero-slider--sub .hero-slide__content img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .hero-sub .image-sp {
    display: none;
  }
}
.hero-sub .image-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .hero-sub .image-pc {
    display: block;
  }
}

.page-about .company-message {
  position: relative;
}
.page-about .company-message__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 6vw, 40px);
  padding: clamp(24px, 6vw, 48px);
  background: #f7f4f0;
  border-radius: clamp(18px, 4vw, 28px);
  box-shadow: 10px 10px 0 rgba(51, 51, 51, 0.3);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .page-about .company-message__inner {
    flex-direction: row;
    align-items: stretch;
    gap: clamp(32px, 4vw, 56px);
  }
}
.page-about .company-message__inner::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(3, 169, 244, 0.25);
  border-radius: clamp(16px, 3vw, 24px);
  pointer-events: none;
}
.page-about .company-message__img {
  flex: 0 0 auto;
  width: min(100%, 270px);
  max-width: 330px;
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(3, 169, 244, 0.2);
}
@media screen and (min-width: 820px) {
  .page-about .company-message__img {
    align-self: center;
  }
}
.page-about .company-message__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .company-message__content {
  flex: 1;
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(20px, 5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 24px);
  color: #333333;
  line-height: 1.9;
  box-shadow: 6px 6px 0 rgba(3, 169, 244, 0.2);
  position: relative;
}
.page-about .company-message__content::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  border: 50px solid transparent;
  border-left-color: rgb(255, 255, 255);
  z-index: 1;
}
.page-about .company-message__content p {
  margin: 0;
}
.page-about .company-message__content > *:last-child {
  margin-bottom: 0;
}
.page-about .company-message__name {
  margin-top: auto;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  color: #3e3e3e;
}

.greeting__top {
  display: flex;
  align-items: center;
  position: relative;
}
.greeting__desc {
  padding: 10px 10px;
  background: #fafafa;
  border-radius: 10px;
}
@media screen and (min-width: 820px) {
  .greeting__desc {
    padding: 40px 40px;
    border-radius: 20px;
  }
}
.greeting__desc-tit {
  font-size: clamp(19px, 3vw, 35px);
  font-weight: 900;
}
.greeting__desc-tit > span {
  border-bottom: 2px solid #535353;
}
.greeting__desc-text {
  line-height: 2em;
  text-align: justify;
}
.greeting__desc-text > p {
  margin-bottom: 10px;
}
.greeting .president-name {
  position: absolute;
  top: 50%;
  left: 15%;
}
.greeting .president-name h3 {
  font-size: clamp(23px, 3vw, 35px);
}
.greeting .president-name span {
  font-size: clamp(14px, 2vw, 16px);
}

.basic-philosophy {
  position: relative;
  padding: clamp(48px, 10vw, 120px) 0;
  background: linear-gradient(145deg, rgba(3, 169, 244, 0.12) 0%, rgba(247, 244, 240, 0.95) 45%, white 100%);
}
.basic-philosophy__inner {
  padding: clamp(32px, 7vw, 64px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 3vw, 24px);
  text-align: center;
}

.company-profile .section-titles {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9);
}
.accordion__one {
  position: relative;
}
.accordion__one:hover::after {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion__one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #03a9f4;
  bottom: -1px;
  left: 0;
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s linear 0.5s;
  transform: scaleX(0);
  z-index: 1;
}
.accordion__one:not(:hover)::after {
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s linear 0s;
}
.accordion__one, .accordion__header {
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion__header {
  text-align: justify;
  position: relative;
  font-weight: bold;
  padding: 15px 25px;
  font-size: clamp(12px, 3vw, 16px);
  border-bottom: 1px solid #e5e5e5;
}
.accordion__header:hover {
  opacity: 0.8;
}
.accordion__header::after {
  top: 50%;
  right: 0;
  position: absolute;
  height: 10px;
  width: 10px;
  content: "▾";
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 10px;
}
.accordion__header::before {
  position: absolute;
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #03a9f4;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  .accordion__header {
    padding: 30px 11%;
  }
  .accordion__header::after {
    height: 20px;
    width: 20px;
    right: 15px;
    font-size: 20px;
  }
  .accordion__header::before {
    width: 30px;
    height: 30px;
    left: 30px;
    font-size: 30px;
  }
}
.accordion__header.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__inner {
  background: #fafafa;
  display: none;
  font-size: clamp(12px, 3vw, 16px);
  border-bottom: 0.5px solid #03a9f4;
}
.accordion__inner .box_one {
  padding: 15px 25px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .accordion__inner .box_one {
    padding: 30px 11%;
  }
  .accordion__inner .box_one::before {
    width: 30px;
    height: 30px;
    left: 30px;
  }
}
.accordion__inner .box_one .txt_a_ac > span {
  position: relative;
}
.accordion__inner .box_one .txt_a_ac > span::before {
  position: absolute;
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #03a9f4;
  width: 15px;
  height: 15px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  .accordion__inner .box_one .txt_a_ac > span::before {
    width: 30px;
    height: 30px;
    left: -50px;
    font-size: 30px;
  }
}
.accordion__inner .box_one a {
  color: #333;
  text-decoration: none;
}

.sdgs-top-desc p {
  line-height: 1.8em;
  text-align: justify;
}

.sdgs-content {
  background: #f7f4f0;
}
.sdgs-content .sdgs-banner {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding: 15px;
}
.sdgs-content__text {
  line-height: 1.8em;
}
.sdgs-content__list {
  padding: 0;
  padding-left: 15px;
}
.sdgs-content__list li {
  margin-bottom: 10px;
  font-weight: 600;
}
.sdgs-content .sdgs-table {
  max-width: 800px;
  background: white;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.3);
}
.sdgs-content .sdgs-table thead th {
  background: #535353;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
}
.sdgs-content .sdgs-table tbody td {
  padding: 20px 10px 5px 10px;
  border-bottom: 0.5px solid #535353;
}
.sdgs-content .sdgs-table tbody td > span {
  font-weight: 600;
  margin-right: 10px;
}
.sdgs-content .sdgs-table tbody td:nth-child(2) {
  width: 30%;
}
.sdgs-content__lists {
  background: white;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
}
.sdgs-content__lists li {
  margin-bottom: 15px;
}
.sdgs-content__lists li > span {
  width: 10px;
  height: 10px;
  background: #333333;
  display: inline-block;
  margin-right: 5px;
}
.sdgs-content .sdgs-boxs {
  justify-content: space-between;
}
.sdgs-content .sdgs-box {
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  flex-basis: 49%;
  padding: 8px;
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .sdgs-content .sdgs-box {
    flex-basis: 32%;
  }
}
.sdgs-content .sdgs-box__img {
  height: 220px;
  border: 0.5px solid #535353;
}
.sdgs-content .sdgs-box__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdgs-content .sdgs-box__img2 {
  height: 220px;
  border: 0.5px solid #535353;
}
.sdgs-content .sdgs-box__img2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sdgs-content .sdgs-box__desc {
  padding: 10px;
}
.sdgs-content .sdgs-box__desc h4 {
  margin-bottom: 10px;
}
.sdgs-content .sdgs-box__text {
  line-height: 1.6em;
  text-align: justify;
}
.sdgs-content:nth-child(3) {
  background: #eef7e9;
  position: relative;
}
.sdgs-content:nth-child(4) {
  background: #fff8e8;
}
.sdgs-content:nth-child(5) {
  background: #e9f2f7;
}

.sdgs-content-banner {
  font-size: clamp(13px, 3vw, 19px);
  color: #e53e78;
  position: relative;
  top: -40px;
  position: absolute;
  background: white;
  padding: 20px 7px;
  max-width: 600px;
  width: 90%;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 5px 0 #e5e5e5;
  position: relative;
}
.sdgs-content-banner::after {
  content: "";
  position: absolute;
  bottom: -40px; /* バナーの下に矢印を表示 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px; /* 矢印のサイズ */
  border-style: solid;
  border-color: #e5e5e5 transparent transparent transparent;
}

.sdgs-grid-item {
  background-size: cover;
  background-position: center;
  height: 100%; /* アイテムの高さを指定、必要に応じて調整 */
  /* 画像を背景に設定 */
}
.sdgs-grid-item.item1 {
  background-image: url("images/sdgs-img1.jpg");
  grid-column: span 2;
  grid-row: span 2;
}
.sdgs-grid-item.item2 {
  background-image: url("images/sdgs-img2.jpg");
}
.sdgs-grid-item.item3 {
  background-image: url("images/sdgs-img3.jpg");
}
.sdgs-grid-item.item4 {
  background-image: url("images/sdgs-img4.jpg");
}
.sdgs-grid-item.item5 {
  background-image: url("images/sdgs-img5.jpg");
}
.sdgs-grid-item.item6 {
  background-image: url("images/sdgs-img6.jpg");
  grid-column: span 2;
}
.sdgs-grid-item.item7 {
  background-image: url("images/sdgs-img7.jpg");
}
.sdgs-grid-item.item8 {
  background-image: url("images/sdgs-img8.jpg");
}

.sdgs-contact {
  max-width: 800px;
  margin: 0 auto;
}
.sdgs-contact > h3 {
  background: #fc6f6f;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.sdgs-contact__desc {
  padding: 10px;
  justify-content: space-between;
  background: white;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fc6f6f;
}
.sdgs-contact__table {
  flex-basis: 55%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .sdgs-contact__table {
    margin-bottom: 0;
  }
}
.sdgs-contact__table td {
  font-weight: 600;
  font-size: 12px;
  border-bottom: 0.5px solid #ffe6e6;
}
.sdgs-contact__table td:nth-child(1) {
  background: #ffe6e6;
  padding: 5px;
  border-bottom: 0.5px solid white;
}
.sdgs-contact__table td:nth-child(2) {
  width: 30%;
  text-align: center;
}
.sdgs-contact__tel {
  flex-basis: 43%;
}
.sdgs-contact__tel > h4 {
  width: 70%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (min-width: 600px) {
  .sdgs-contact__tel > h4 {
    width: 100%;
  }
}
.sdgs-contact__tel > p {
  font-size: 12px;
}

.sdgs-content-title {
  text-align: center;
  font-weight: 600;
}
.sdgs-content-title > span {
  font-size: clamp(14px, 2vw, 15px);
}
.sdgs-content-title > h3 {
  font-size: clamp(20px, 3vw, 30px);
}

.benefits-content:nth-child(2) {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.benefits-content__box {
  position: relative;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  padding: 50px 10px 20px;
}
.benefits-content__box .speech-bubble {
  top: -33px;
}
@media screen and (min-width: 820px) {
  .benefits-content__box {
    padding: 80px 10%;
  }
}
.benefits-content__box-list > ul {
  flex-wrap: wrap;
  padding: 0;
}
.benefits-content__box-list > ul li {
  flex-basis: 49%;
  list-style: none;
  font-weight: 800;
  margin-bottom: 5px;
}
.benefits-content__box-desc {
  font-weight: 500;
  text-align: justify;
}

.benefits-content-title {
  text-align: center;
}
.benefits-content-title h3 {
  text-shadow: 2px 2px 1px rgb(255, 255, 255);
  position: relative;
  z-index: 500;
  background: white;
  display: inline-block;
  font-weight: 900;
  padding: 2px 3px;
}
.benefits-content-title h3 > span {
  display: block;
}

.benefits-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
  grid-template-rows: repeat(3, 100px); /* 行数は自動 */
  gap: 10px; /* グリッドアイテム間の隙間 */
}
@media screen and (min-width: 820px) {
  .benefits-grid-container {
    grid-template-columns: repeat(4, 1fr); /* 4列のグリッド */
    grid-template-rows: repeat(3, 200px); /* 行数は自動 */
  }
}

.benefits-grid-item {
  background-size: cover;
  background-position: center;
  height: 100%; /* アイテムの高さを指定、必要に応じて調整 */
  /* 画像を背景に設定 */
}
.benefits-grid-item.item1 {
  background-image: url("../images/benefits1.jpg");
}
@media screen and (min-width: 820px) {
  .benefits-grid-item.item1 {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.benefits-grid-item.item2 {
  background-image: url("../images/benefits2.jpg");
}
.benefits-grid-item.item3 {
  background-image: url("../images/benefits3.jpg");
}
.benefits-grid-item.item4 {
  background-image: url("../images/benefits4.jpg");
}
.benefits-grid-item.item5 {
  background-image: url("../images/benefits5.jpg");
}
.benefits-grid-item.item6 {
  background-image: url("../images/benefits6.jpg");
}
@media screen and (min-width: 820px) {
  .benefits-grid-item.item6 {
    grid-column: span 4;
  }
}
.benefits-grid-item.item7 {
  background-image: url("../images/benefits7.jpg");
}
.benefits-grid-item.item8 {
  background-image: url("../images/benefits8.jpg");
}

.benefits-content-btn {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.thanks-page__content {
  max-width: 800px;
  margin: 0 auto;
}
.thanks-page__box {
  display: flex;
  justify-content: center;
}
.thanks-page__box p {
  text-align: justify;
  line-height: 1.6em;
}
.thanks-page__box ul {
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  padding: 0;
  list-style: none;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
}
.thanks-page__box ul .tel {
  font-size: clamp(17px, 3vw, 25px);
  font-weight: bold;
  color: #03a9f4;
}
.thanks-page__box ul .tel > span {
  font-size: 14px;
  margin-right: 10px;
}
.thanks-page__box ul .time {
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 600;
}
.thanks-page__btn {
  text-align: center;
}

.company-intro-top {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.company-intro-top__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 10px;
  padding: 60px 10px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .company-intro-top__content {
    padding: 80px 40px 30px;
  }
}
@media screen and (min-width: 820px) {
  .company-intro-top__content {
    padding: 100px 40px 30px;
  }
}
.company-intro-top__title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 820px) {
  .company-intro-top__title {
    top: -60px;
  }
}
.company-intro-top__title > h3 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1em;
}
.company-intro-top__title span {
  font-weight: 600;
  color: #03a9f4;
}
.company-intro-top__desc {
  line-height: 2em;
  text-align: justify;
}
.company-intro-top__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}
.company-intro-top__flex {
  justify-content: space-between;
}
.company-intro-top__img {
  flex-basis: 41%;
  margin-bottom: 30px;
}
.company-intro-top__img img {
  width: 100%;
}
.company-intro-top__list {
  flex-basis: 57%;
}
.company-intro-top__list .details-list {
  margin-bottom: 0 !important;
}
.company-intro-top__btn {
  text-align: center;
}

.company-intro {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.company-intro__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 30px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .company-intro__content {
    padding: 40px 20px;
  }
}
.company-intro__title {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 820px) {
  .company-intro__title {
    top: -80px;
  }
}
.company-intro__title > h3 {
  font-size: clamp(26px, 6vw, 70px);
  line-height: 1em;
}
.company-intro__title span {
  font-weight: 600;
  color: #03a9f4;
}
.company-intro__desc {
  line-height: 2em;
  text-align: justify;
}
.company-intro__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}
.company-intro__img {
  height: 250px;
}
@media screen and (min-width: 820px) {
  .company-intro__img {
    height: 500px;
  }
}
.company-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.company-intro__list {
  flex-basis: 57%;
}
.company-intro__list .details-list {
  margin-bottom: 0 !important;
}
.company-intro__btn {
  text-align: center;
}

.company-img {
  overflow: hidden;
}
.company-img__imgs {
  display: flex;
  gap: 0; /* 画像間の間隔を設定 */
  animation: company-img-scroll 40s linear infinite;
  width: 500%; /* 画像セットを2倍の幅にする */
}
@media screen and (min-width: 820px) {
  .company-img__imgs {
    width: 200%; /* 画像セットを2倍の幅にする */
  }
}
@keyframes company-img-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* 画像セット全体を左に移動 */
  }
}
.company-img__img {
  flex-shrink: 0;
  width: 14.2857142857%;
}
.company-img__img img {
  width: 100%;
}

.company-map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 820px) {
  .company-map iframe {
    height: 500px;
  }
}

.companies-block:nth-child(2n) {
  background: #fafafa;
}
.companies-block__inner {
  justify-content: space-between;
}
.companies-block__box {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.companies-block__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
  padding: 5% 3%;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .companies-block__link {
    padding: 5%;
  }
}
.companies-block__link:hover {
  transform: translate(3px, 3px);
}
.companies-block__img {
  width: 180px;
  height: 30px;
  margin: 0 auto;
}
.companies-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies-block__desc {
  font-weight: 600;
  width: 90%;
  margin: 20px auto 0;
  min-height: 50px;
}

.contact-page__tel-right {
  background: #fafafa;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .contact-page__tel-right {
    padding: 20px;
  }
}
.contact-page__tel-right h3 {
  font-size: clamp(23px, 6vw, 40px);
}
.contact-page__tel-right h3 > a {
  color: #333333;
  text-decoration: none;
}
.contact-page__desc {
  line-height: 1.8em;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .contact-page__desc {
    padding: 20px;
  }
}

.contact-intro-top {
  box-sizing: border-box;
}
.contact-intro-top__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 10px;
  padding: 60px 10px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .contact-intro-top__content {
    padding: 80px 40px 30px;
  }
}
@media screen and (min-width: 820px) {
  .contact-intro-top__content {
    padding: 100px 40px 30px;
  }
}
.contact-intro-top__title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 820px) {
  .contact-intro-top__title {
    top: -60px;
  }
}
.contact-intro-top__title > h3 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1em;
}
.contact-intro-top__title span {
  font-weight: 600;
  color: #03a9f4;
}
.contact-intro-top__desc {
  line-height: 2em;
  text-align: justify;
}
.contact-intro-top__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 820px) {
  .contact-intro-top__desc p {
    text-align: center;
  }
}
.contact-intro-top__flex {
  justify-content: space-between;
}
.contact-intro-top__img {
  flex-basis: 41%;
  margin-bottom: 30px;
}
.contact-intro-top__img img {
  width: 100%;
}
.contact-intro-top__list {
  flex-basis: 57%;
}
.contact-intro-top__list .details-list {
  margin-bottom: 0 !important;
}
.contact-intro-top__btn {
  text-align: center;
}

.contact-info-block {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.contact-info-block__inner {
  justify-content: space-between;
}
.contact-info-block__box {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.contact-info-block__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #333333;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.contact-info-block__link:hover {
  transform: translate(3px, 3px);
}
.contact-info-block__left {
  flex-basis: 30%;
  display: flex;
  align-items: center;
}
.contact-info-block__left > img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info-block__right {
  flex-basis: 70%;
  padding: 5% 3%;
}
@media screen and (min-width: 600px) {
  .contact-info-block__right {
    padding: 2%;
  }
}
.contact-info-block__logo {
  margin-bottom: 5px;
  height: 35px;
}
.contact-info-block__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-info-block__title {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
.contact-info-block__desc {
  font-size: 12px;
  font-weight: 600;
  min-height: 50px;
}

.contact-info-table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
}
.contact-info-table tr:not(:last-child) {
  border-bottom: 1px solid #f7f4f0;
}
.contact-info-table tr th, .contact-info-table tr td {
  padding: 3px;
  text-align: left;
}
.contact-info-table tr th {
  width: 40px;
  font-weight: bold;
  background-color: white;
}
.contact-info-table tr td {
  background-color: #f9f9f9;
}
.contact-info-table tr td ul {
  list-style: none;
  padding: 0;
}

.page-policy__table {
  font-size: 13px;
}
.page-policy__table table {
  width: 100%;
  border-collapse: collapse;
}
.page-policy__table table td {
  padding: 10px;
  border: 1px solid white;
  text-align: center;
}
.page-policy__table {
  /* 基本スタイル: 1列表示 */
}
.page-policy__table table,
.page-policy__table tbody,
.page-policy__table tr,
.page-policy__table td {
  display: block;
}
.page-policy__table td {
  border-bottom: 1px solid white;
  background: #f5f5f5;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.page-policy__table td:last-child {
  border-bottom: none;
}
.page-policy__table {
  /* 600px以上の画面サイズのスタイル */
}
@media (min-width: 600px) {
  .page-policy__table table {
    display: table;
  }
  .page-policy__table tbody {
    display: table-row-group;
  }
  .page-policy__table tr {
    display: table-row;
  }
  .page-policy__table td {
    display: table-cell;
    border: 1px solid white;
    padding: 10px;
    text-align: center;
  }
  .page-policy__table tr {
    margin-bottom: 0;
  }
  .page-policy__table td {
    border-bottom: 1px solid white;
  }
  .page-policy__table td:last-child {
    border-bottom: 1px solid white;
  }
}

.policy-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.policy-table table {
  min-width: 980px;
  display: block;
}
.policy-table table a {
  color: #535353;
  text-decoration: none;
}

.table-container .head-message {
  text-align: justify;
  color: #333333;
  text-align: justify;
}

.text-bundle-block__title {
  margin-bottom: 10px;
  font-size: clamp(15px, 3vw, 20px);
}
.text-bundle-block__desc {
  color: #333333;
  text-align: justify;
  line-height: 1.8em;
}
.text-bundle-block__desc P {
  margin-bottom: 10px;
}
.text-bundle-block ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
  padding-left: 10px;
  font-size: 14px;
}
.text-bundle-block ul li {
  margin-bottom: 10px;
}
.text-bundle-block ol {
  font-size: 14px;
  margin-top: 10px;
  padding: 0;
  padding-left: 20px;
}
.text-bundle-block ol li {
  margin-bottom: 10px;
}

.staff-interviews {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.staff-interviews__lists {
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.staff-interviews__list {
  flex-basis: 49%;
  background: var(--clr-white);
  box-shadow: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.04), 0px 5px 20px 0px rgba(0, 0, 0, 0.02), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  block-size: 100%;
  border-radius: 15px;
  background: white;
}
@media screen and (min-width: 820px) {
  .staff-interviews__list {
    flex-basis: 32%;
  }
}
.staff-interviews__link {
  text-decoration: none;
  color: #333333;
  background: white;
}
.staff-interviews__img > img {
  border-radius: 15px;
}
.staff-interviews__desc {
  padding: 1rem 1rem 1rem;
  position: relative;
}
.staff-interviews__desc::after {
  content: "";
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-end: 1rem;
  inline-size: 1rem;
  aspect-ratio: 12/9;
  background: url("../images/item_arrow_w.svg") no-repeat center center/contain;
}
.staff-interviews__desc::before {
  content: "";
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-end: 1rem;
  inline-size: 1rem;
  background-color: #03a9f4;
  width: 25px;
  height: 25px;
  border-radius: 99em;
  right: 11px;
  bottom: 10px;
}

.person-interview {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.person-interview__block-inner {
  justify-content: space-between;
  border-radius: 30px;
  background: url("../images/bg_dot-orange.svg") repeat top left;
  padding: 10px;
}
.person-interview__block-inner .person-interview-img {
  flex-basis: 49%;
  margin-bottom: 10px;
}
@media screen and (min-width: 820px) {
  .person-interview__block-inner .person-interview-img {
    margin-bottom: 0;
  }
}
.person-interview__block-inner .person-interview-img > img {
  border-radius: 20px;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.person-interview__block-inner .person-interview-desc {
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.person-interview__block-inner .person-interview-desc ul {
  padding: 10px;
  color: white;
}
@media screen and (min-width: 820px) {
  .person-interview__block-inner .person-interview-desc ul {
    padding: 20px;
  }
}
.person-interview__block-inner .person-interview-desc li {
  border-bottom: 0.3px solid white;
  padding: 20px 0;
  list-style: none;
  font-weight: 600;
}
.person-interview__block-inner .person-interview-desc li .label {
  margin-bottom: 10px;
  display: inline-block;
  border-left: 3px solid white;
  padding-left: 5px;
  font-family: "LINE Seed JP", sans-serif;
}
.person-interview__block-inner .person-interview-desc li .value {
  display: block;
}
.person-interview__block-inner .person-interview-name {
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid white;
}
.person-interview .c-video__frame {
  border-radius: 30px;
  border: 4px solid #f5770d;
}
.person-interview__btn {
  text-align: center;
}

.club-intro {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.club-intro__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 10px;
  padding: 50px 10px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .club-intro__content {
    padding: 80px 40px 30px;
  }
}
@media screen and (min-width: 820px) {
  .club-intro__content {
    padding: 100px 40px 30px;
  }
}
.club-intro__title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.6em;
  z-index: 100;
}
@media screen and (min-width: 820px) {
  .club-intro__title {
    top: -60px;
  }
}
.club-intro__title > h3 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1em;
}
.club-intro__title span {
  font-weight: 600;
  color: #03a9f4;
}
.club-intro__desc {
  line-height: 2em;
  text-align: justify;
}
.club-intro__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}

.club-block:nth-child(2) {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.club-block__box {
  margin-bottom: 20px;
}
.club-block__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  padding: 5% 3%;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .club-block__link {
    padding: 5%;
  }
}
.club-block__img {
  margin: 0 auto;
}
.club-block__img img {
  width: 100%;
  border-radius: 20px;
}
.club-block__desc {
  border-radius: 20px;
  font-weight: 600;
  min-height: 50px;
  padding: 20px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.3);
  background: white;
}
@media screen and (min-width: 820px) {
  .club-block__desc {
    padding: 50px 20px;
  }
}

.club-content {
  background: #fafafa;
}
.club-content__box {
  position: relative;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  padding: 50px 10px 20px;
}
@media screen and (min-width: 820px) {
  .club-content__box {
    padding: 80px 10%;
  }
}
.club-content__box-list > ul {
  padding: 0;
}
.club-content__box-list > ul li {
  flex-basis: 49%;
  list-style: none;
  font-weight: 800;
  margin-bottom: 5px;
}

.club-content-title {
  text-align: center;
}
.club-content-title h3 {
  font-weight: 900;
}
.club-content-title h3 > span {
  display: block;
}

.project-page {
  background: #f7f4f0;
}
.project-page__content:last-child {
  border-top: 1px solid #c8c8c8;
  padding-bottom: 0 !important;
}
.project-page__details .details-list {
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
}
.project-page__details .details-list dl dd {
  background: white;
}
.project-page__details .details-list dl dd:first-child {
  background: #fafafa;
}
.project-page__details .details-list dl dd ul {
  padding: 0;
  padding-left: 10px;
}
.project-page__box {
  position: relative;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  padding: 50px 10px;
}
@media screen and (min-width: 820px) {
  .project-page__box {
    padding: 70px 10%;
  }
}
.project-page__box-list {
  display: flex;
  justify-content: center;
}
.project-page__box-list > ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.project-page__box-list > ul li {
  list-style: none;
  font-weight: 800;
  margin-bottom: 5px;
}
.project-page__box-desc {
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}
.project-page__desc {
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.7em;
  text-align: justify;
}
.project-page .banner-content {
  background: none;
  clip-path: none;
}

.speech-bubble {
  z-index: 100;
  width: 100%;
  max-width: 600px;
  font-family: "LINE Seed JP", sans-serif;
  background-color: #e6537b;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  font-size: clamp(16px, 3vw, 28px);
  font-weight: 500;
  text-align: center;
  left: 50%;
  top: -33px;
  transform: translate(-50%, 10px);
  box-shadow: 0px 3px 0px rgba(57, 57, 57, 0.3);
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px;
  border-style: solid;
  border-color: #e6537b transparent transparent transparent;
}

.page-404__btn {
  text-align: center;
}

.job-info-mess__block {
  position: relative;
}
.job-info-mess__block .speech-bubble {
  top: -80px;
  font-size: clamp(17px, 4vw, 28px);
}
.job-info-mess__block-inner h4 {
  font-size: clamp(16px, 4vw, 50px);
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
.job-info-mess__block-inner h4 span {
  color: #f5770d;
}
.job-info-mess__desc {
  background: #fafafa;
  padding: 2em;
  border-radius: 10px;
}
.job-info-mess__desc ul {
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.job-info-mess__desc li {
  margin-bottom: 16px;
  font-size: clamp(14px, 2vw, 20px);
}
.job-info-mess:last-child {
  padding-top: 0 !important;
}

.job-info-block {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.job-info-block:nth-child(2n) {
  background: #fafafa;
}
.job-info-block__inner {
  justify-content: space-between;
}
.job-info-block__box {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.job-info-block__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #333333;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.job-info-block__link:hover {
  transform: translate(3px, 3px);
}
.job-info-block__left {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}
.job-info-block__left > img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-info-block__right {
  flex-basis: 65%;
  padding: 5% 3%;
}
@media screen and (min-width: 600px) {
  .job-info-block__right {
    padding: 5%;
  }
}
.job-info-block__logo {
  margin-bottom: 10px;
  height: 30px;
}
.job-info-block__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.job-info-block__title {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
.job-info-block__desc {
  font-size: 12px;
  font-weight: 600;
  min-height: 50px;
}

.no-job-info {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  background: #fafafa;
}
.no-job-info__content > h2 {
  text-align: center;
}
.no-job-info__btn {
  text-align: center;
}

.staff-img1 {
  position: relative;
}
.staff-img1::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35vw;
  height: 44.25vw;
  max-height: 300px;
  max-width: 250px;
  min-height: 150px;
  min-width: 110px;
  bottom: 0;
  right: 5vw;
  z-index: -1;
}

.staff-img2 {
  position: relative;
}
.staff-img2::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff09.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(110px, 37vw, 290px);
  height: clamp(143px, 35.4vw, 299px);
  bottom: 20px;
  right: 0;
  z-index: 50;
}
@media screen and (min-width: 820px) {
  .staff-img2::after {
    bottom: 40px;
  }
}

.staff-img3 {
  position: relative;
}
.staff-img3::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff07.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 54vw;
  height: 46.02vw;
  max-height: 270px;
  max-width: 320px;
  min-height: 120px;
  min-width: 150px;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.staff-img4 {
  position: relative;
}
.staff-img4::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff07.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 54vw;
  height: 46.02vw;
  max-height: 270px;
  max-width: 320px;
  min-height: 120px;
  min-width: 150px;
  bottom: 0;
  left: -20px;
  z-index: 50;
}
@media screen and (min-width: 820px) {
  .staff-img4::after {
    left: -80px;
  }
}

.staff-img5 {
  position: relative;
}
.staff-img5::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff05_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33vw;
  height: 37.17vw;
  max-height: 270px;
  max-width: 250px;
  min-height: 120px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img6 {
  position: relative;
}
.staff-img6::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff08.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(110px, 43vw, 290px);
  height: clamp(152px, 35.4vw, 276px);
  bottom: 0;
  right: 0;
}

.staff-img7 {
  position: relative;
}
.staff-img7::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(70px, 42vw, 280px);
  height: clamp(83px, 37.88vw, 240px);
  bottom: 0;
  left: 20px;
}

.staff-img8 {
  position: relative;
}
.staff-img8::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff11.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 42.48vw;
  max-height: 296px;
  max-width: 358px;
  min-height: 133px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img9 {
  position: relative;
}
.staff-img9::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff02_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 42.48vw;
  max-height: 246px;
  max-width: 300px;
  min-height: 133px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img10 {
  position: relative;
}
.staff-img10::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff06.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 42vw;
  height: 42.48vw;
  max-height: 316px;
  max-width: 310px;
  min-height: 133px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img11 {
  position: relative;
}
.staff-img11::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff09.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 31.86vw;
  max-height: 324px;
  max-width: 300px;
  min-height: 163px;
  min-width: 160px;
  bottom: 0;
  right: 9%;
  z-index: 100;
}

.staff-img18 {
  position: relative;
}
.staff-img18::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff08.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 285px;
  max-width: 300px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.staff-img20 {
  position: relative;
}
.staff-img20::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff05_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33vw;
  height: 37.17vw;
  max-height: 320px;
  max-width: 300px;
  min-height: 120px;
  min-height: 120px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img22 {
  position: relative;
}
.staff-img22::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff13.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 43vw;
  height: 37.17vw;
  max-height: 302px;
  max-width: 330px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img24 {
  position: relative;
}
.staff-img24::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff12.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33vw;
  height: 37.17vw;
  max-height: 320px;
  max-width: 300px;
  min-height: 120px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img26 {
  position: relative;
}
.staff-img26::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff07_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 342px;
  max-width: 340px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 20px;
  z-index: 100;
}

.staff-img28 {
  position: relative;
}
.staff-img28::after {
  content: "";
  position: absolute;
  background-image: url("../images/oitamascot.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 312px;
  max-width: 250px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.staff-img214 {
  position: relative;
}
.staff-img214::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff02_4.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 312px;
  max-width: 370px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 20px;
  z-index: 100;
}

.c-opening {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  background: #070707;
  pointer-events: auto;
  opacity: 1;
}
.c-opening__wash {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.42) 12%, rgba(255, 255, 255, 0.1) 28%, rgba(255, 255, 255, 0) 55%);
}
.c-opening__flash {
  display: none;
  position: absolute;
  inset: -22%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  filter: blur(3px);
  background: radial-gradient(circle at 11% 9%, rgb(255, 255, 255) 0 4.5%, rgba(255, 255, 255, 0.95) 9%, rgba(255, 255, 255, 0.45) 18%, rgba(255, 255, 255, 0) 33%), radial-gradient(ellipse at 17% 13%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 16%, rgba(255, 255, 255, 0) 32%), conic-gradient(from 230deg at 9% 10%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.18) 92%, rgba(255, 255, 255, 0.24));
  mix-blend-mode: screen;
}
.c-opening__visual {
  position: absolute;
  inset: 0;
  background: #080808;
  opacity: 0;
  transform: scale(1.02);
  filter: blur(8px);
  will-change: transform, opacity, filter;
}
.c-opening__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.08);
  opacity: 0;
  filter: grayscale(1) contrast(1.02) brightness(0.9);
  will-change: transform, filter, opacity;
}
.c-opening__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.c-opening__grain {
  position: absolute;
  inset: -20%;
  opacity: 0.08;
  pointer-events: none;
  background-image: radial-gradient(#fff 0.6px, transparent 0.7px), radial-gradient(#fff 0.6px, transparent 0.7px);
  background-size: 4px 4px, 5px 5px;
  background-position: 0 0, 1px 1px;
  animation: opening-grain 0.35s steps(2) infinite;
  mix-blend-mode: soft-light;
}
.c-opening__reveal {
  position: absolute;
  inset: -24%;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.72);
  transform-origin: right bottom;
  filter: blur(4px);
  background: radial-gradient(circle at 100% 100%, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.01) 8%, rgba(255, 255, 255, 0.13) 12%, rgba(255, 255, 255, 0.02) 16%, rgba(7, 7, 7, 0.22) 23%, rgba(7, 7, 7, 0.82) 44%, rgba(7, 7, 7, 0.98) 64%);
}

.is-opening-skipped .c-opening {
  display: none !important;
}

html.is-opening-locked,
body.is-opening-locked {
  overflow: hidden !important;
  height: 100%;
}

html.is-opening-locked {
  scrollbar-width: none;
}

html.is-opening-locked::-webkit-scrollbar,
body.is-opening-locked::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

#global-container.is-opening-page-prep {
  opacity: 0;
  transform: translate(34px, 28px) scale(1.012);
  transform-origin: right bottom;
  filter: blur(10px);
  transition: opacity 1.45s ease, transform 1.55s cubic-bezier(0.18, 0.78, 0.2, 1), filter 1.4s ease;
}

#global-container.is-opening-page-prep.is-opening-page-reveal {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}

@keyframes opening-grain {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1%, 0.6%);
  }
  50% {
    transform: translate(0.8%, -0.5%);
  }
  75% {
    transform: translate(-0.5%, -0.7%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-opening__grain {
    animation: none;
  }
}
.parallax-section {
  margin: 60px auto;
  padding: 60px;
  border-radius: 20px;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .parallax-section {
    padding: 20px;
  }
}
.parallax-section .parallax-section-overlay {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 1;
}
.parallax-section .parallax-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}
.parallax-section .parallax-content--with-pdf {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 28px;
  align-items: start;
}
@media screen and (max-width: 599px) {
  .parallax-section .parallax-content--with-pdf {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.parallax-section .parallax-content h2 {
  display: grid;
  font-size: clamp(28px, 3vw, 36px);
}
.parallax-section .parallax-content h2 span {
  display: block;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 500;
}
.parallax-section .parallax-content__aside {
  width: 100%;
  justify-self: end;
}
@media screen and (max-width: 599px) {
  .parallax-section .parallax-content__aside {
    max-width: 100%;
  }
}
.parallax-section .parallax-content__text {
  text-align: justify;
}
.parallax-section .parallax-content__pdf {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(22, 22, 22, 0.35);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
.parallax-section .parallax-content__pdf-preview-wrap {
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
}
.parallax-section .parallax-content__pdf-preview {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .parallax-section .parallax-content__pdf-preview {
    height: 240px;
  }
}
.parallax-section .parallax-content__pdf-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
}
.parallax-section .parallax-content__pdf-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
  transition: opacity 0.3s ease;
}
.parallax-section .parallax-content__pdf-link:hover {
  opacity: 0.8;
}
.parallax-section .parallax-content__pdf-link i {
  flex-shrink: 0;
}
.parallax-section .parallax-content__pdf-title {
  flex: 1;
  font-weight: 700;
  line-height: 1.45;
  word-break: break-word;
}
.parallax-section .parallax-content__pdf-size {
  flex-shrink: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.parallax-section .parallax-content__btn {
  margin-left: 0;
  margin-top: 20px;
}

.parallax-section.part2 {
  padding: 60px;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .parallax-section.part2 {
    padding: 20px;
  }
}
.parallax-section.part2 .parallax-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 1;
}
.parallax-section.part2 .parallax-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}
.parallax-section.part2 .parallax-content:not(.parallax-content--with-pdf) .parallax-content__main {
  margin-left: auto;
}
.parallax-section.part2 .parallax-content.parallax-content--with-pdf {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}
.parallax-section.part2 .parallax-content.parallax-content--with-pdf .parallax-content__main {
  order: 2;
  justify-self: end;
}
.parallax-section.part2 .parallax-content.parallax-content--with-pdf .parallax-content__aside {
  order: 1;
  justify-self: start;
}
@media screen and (max-width: 599px) {
  .parallax-section.part2 .parallax-content.parallax-content--with-pdf {
    grid-template-columns: 1fr;
  }
  .parallax-section.part2 .parallax-content.parallax-content--with-pdf .parallax-content__main,
  .parallax-section.part2 .parallax-content.parallax-content--with-pdf .parallax-content__aside {
    order: initial;
    justify-self: stretch;
  }
}

.news-content {
  position: relative;
}
.news-content .section-titles {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
.news-content__inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 820px) {
  .news-content__inner {
    width: 90%;
    margin: auto;
  }
}
.news-content__lists {
  padding: 0;
}
.news-content__img {
  border: 3px solid white;
  height: 200px;
  border-radius: 13px;
}
@media screen and (min-width: 820px) {
  .news-content__img {
    height: 300px;
  }
}
.news-content__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 9px;
}
.news-content__list {
  width: 100%;
  list-style: none;
  padding: 7px;
  margin: 0 0.2%;
  position: relative;
  background: #07988e;
  border-radius: 15px;
  border: 4px solid #00625b;
}
.news-content__list:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-content__list:hover::after {
  background: #03a9f4;
}
.news-content__list .cat {
  left: 10px;
  top: 20px;
}
.news-content__link {
  text-decoration: none;
  padding: 10px 0;
  flex-basis: 100%;
}
@media screen and (min-width: 980px) {
  .news-content__link {
    flex-basis: 65%;
    padding: 20px 0;
  }
}
.news-content__desc {
  color: white;
  padding: 10px;
  min-height: 230px;
}
.news-content__desc time {
  font-weight: 600;
  display: inline-block;
  color: #c8c8c8;
}
.news-content__tit {
  font-size: clamp(18px, 3vw, 23px);
  font-weight: 800;
  margin-bottom: 10px;
}
.news-content__excerpt {
  min-height: 110px;
}
.news-content__btn {
  display: flex;
  justify-content: center;
}
.news-content__notinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.news-content__notinfo p {
  font-weight: 600;
}

.news-tabs-section {
  padding: 80px 20px;
  background-color: #f8f9fa;
}
@media screen and (max-width: 599px) {
  .news-tabs-section {
    padding: 60px 20px;
  }
}
.news-tabs-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news-tabs-section__title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #333333;
}
@media screen and (max-width: 599px) {
  .news-tabs-section__title {
    margin-bottom: 40px;
  }
}
.news-tabs-section__title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}

.news-tabs__nav {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.news-tabs__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 599px) {
  .news-tabs__nav {
    margin-bottom: 30px;
    gap: 8px;
  }
}
.news-tabs__nav li {
  flex-shrink: 0;
}
.news-tabs__button {
  padding: 12px 30px;
  background-color: white;
  color: #333333;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .news-tabs__button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
.news-tabs__button:hover {
  background-color: #f0f0f0;
  border-color: #03a9f4;
}
.news-tabs__button.active {
  background-color: #03a9f4;
  color: white;
  border-color: #03a9f4;
}
.news-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .news-tabs__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 479px) {
  .news-tabs__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.news-tabs__item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.news-tabs__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.news-tabs__item-link {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.news-tabs__item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.news-tabs__item-date {
  font-size: 0.9rem;
  color: #666;
  font-family: "LINE Seed JP", sans-serif;
}
.news-tabs__item-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.news-tabs__item-categories li {
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
}
.news-tabs__item-categories li a {
  color: white;
  text-decoration: none;
}
.news-tabs__item-categories li.cat-news {
  background-color: #03a9f4;
}
.news-tabs__item-categories li.cat-event {
  background-color: #f5770d;
}
.news-tabs__item-categories li.cat-information {
  background-color: #03b158;
}
.news-tabs__item-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-tabs__more {
  text-align: center;
  margin-top: 40px;
}
.news-tabs__empty {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1rem;
}

body[data-page*=home-showcase-page] {
  background: #0d0c0b;
  font-family: "Shippori Mincho", "LINE Seed JP", serif;
}
body[data-page*=home-showcase-page] .mobile-menu__cover,
body[data-page*=home-showcase-page] .nav-trigger {
  display: none;
}
body[data-page*=home-showcase-page] #container {
  padding-top: 0;
}
body[data-page*=home-showcase-page] .header {
  display: block;
  height: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}
body[data-page*=home-showcase-page] .header.triggered {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body[data-page*=home-showcase-page] .header__inner {
  height: 0;
  padding: 0;
  justify-content: flex-end;
}
body[data-page*=home-showcase-page] .header .logo, body[data-page*=home-showcase-page] .header__nav {
  display: none;
}
body[data-page*=home-showcase-page] .mobile-menu__btn {
  position: fixed;
  top: 24px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  z-index: 10030;
  pointer-events: auto;
  background: transparent;
  border: 0;
}
body[data-page*=home-showcase-page] .mobile-menu__btn:hover {
  background: transparent;
}
body[data-page*=home-showcase-page] .mobile-menu__btn-inner {
  width: 24px;
  height: 24px;
  position: relative;
}
body[data-page*=home-showcase-page] .mobile-menu__btn-inner > span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  margin-bottom: 0;
  background-color: #8b7891;
  transition: transform 0.28s ease, opacity 0.2s ease;
}
body[data-page*=home-showcase-page] .mobile-menu__btn-inner > span:nth-child(1) {
  top: 3px;
}
body[data-page*=home-showcase-page] .mobile-menu__btn-inner > span:nth-child(2) {
  top: 11px;
}
body[data-page*=home-showcase-page] .mobile-menu__btn-inner > span:nth-child(3) {
  top: 19px;
}
body[data-page*=home-showcase-page] .mobile-menu--home {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  max-height: 100svh;
  padding-bottom: 0;
  overflow-y: auto;
  background: #f0eee9;
  z-index: 10020;
  transform: translateY(-104%);
  transition: transform 0.45s ease;
  pointer-events: auto;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__inner {
  min-height: 100%;
  padding: 72px 40px 28px;
  background: #f0eee9;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__main {
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item {
  display: block;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item + .mobile-menu__item {
  margin-top: 16px;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item > a {
  opacity: 1;
  transform: none;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #605b56;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.015em;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item > a::before, body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item > a::after {
  display: none;
  content: none;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item > a:hover, body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__item > a:focus-visible {
  color: #615d5a;
  background: transparent;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__footer {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: auto;
  width: 100%;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__legal {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__legal-link {
  color: #615d5a;
  text-decoration: none;
  font-size: 11px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__legal-link:hover, body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__legal-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__brand {
  width: 150px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
body[data-page*=home-showcase-page] .mobile-menu--home .mobile-menu__brand-logo {
  display: block;
  width: 100%;
  height: auto;
}
body[data-page*=home-showcase-page] .menu-open .mobile-menu__btn-inner > span:nth-child(1) {
  transform: translateY(8px) rotate(33deg);
}
body[data-page*=home-showcase-page] .menu-open .mobile-menu__btn-inner > span:nth-child(2) {
  opacity: 0;
}
body[data-page*=home-showcase-page] .menu-open .mobile-menu__btn-inner > span:nth-child(3) {
  transform: translateY(-8px) rotate(-33deg);
}
body[data-page*=home-showcase-page] .menu-open .mobile-menu--home {
  transform: translateY(0);
}

html:has(body[data-page*=home-showcase-page]) {
  scrollbar-gutter: auto;
}

.home-showcase {
  background: #f0eee9;
  min-height: 100svh;
}
.home-showcase__shell {
  width: 100%;
  margin: 0;
}
.home-showcase__stage {
  display: none;
}
.home-showcase__rail {
  min-width: 0;
}
.home-showcase__canvas {
  position: relative;
  width: 100%;
  margin: 0;
  background: #f0eee9;
  color: #615d5a;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-showcase__canvas {
    box-shadow: 0 0 0 1px rgba(97, 93, 90, 0.08), 0 24px 80px rgba(43, 37, 32, 0.14);
  }
}
.home-showcase__kv {
  position: relative;
  height: 912px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home-showcase__kv-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.home-showcase__kv-video iframe,
.home-showcase__kv-video video,
.home-showcase__kv-video .home-showcase__stage-video-element {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-showcase__kv-nav {
  position: fixed;
  top: 22px;
  left: 19px;
  right: 30px;
  z-index: 10025;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  pointer-events: none;
}
.home-showcase__kv-nav::after {
  content: "";
  flex: 0 0 48px;
  width: 48px;
  height: 36px;
  pointer-events: none;
}
.home-showcase__member-login {
  pointer-events: auto;
  flex: 1 1 auto;
  min-width: 0;
}
.home-showcase__member-login.c-figma-btn {
  width: auto;
  max-width: 313px;
}
.home-showcase__kv-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 35%), linear-gradient(180deg, rgba(8, 8, 8, 0.12), rgba(8, 8, 8, 0.34)), linear-gradient(90deg, rgba(8, 8, 8, 0.12), rgba(8, 8, 8, 0.24));
}
.home-showcase__kv-copy {
  display: none;
}
.home-showcase__logo {
  position: absolute;
  top: 175px;
  left: 50%;
  width: 137px;
  height: 151px;
  transform: translateX(-50%);
  z-index: 2;
}
.home-showcase__logo-bg, .home-showcase__logo-mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-showcase__logo-mark {
  -o-object-fit: cover;
     object-fit: cover;
  inset: auto 0 0 0;
  height: 18px;
}
.home-showcase__kv-title {
  position: absolute;
  top: 372px;
  left: 50%;
  transform: translateX(-50%);
  width: 194px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 53px;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 400;
  z-index: 2;
}
.home-showcase__kv-bottle {
  position: absolute;
  top: 552px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.home-showcase__fv-copy {
  position: relative;
  height: 812px;
  background: #f0eee9;
  overflow: hidden;
}
.home-showcase__fv-logo {
  position: absolute;
  top: 119px;
  left: 50%;
  width: 137px;
  height: 151px;
  transform: translateX(-50%);
}
.home-showcase__fv-logo-bg, .home-showcase__fv-logo-mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-showcase__fv-logo-mark {
  -o-object-fit: cover;
     object-fit: cover;
  inset: auto 0 0 0;
  height: 18px;
}
.home-showcase__fv-title {
  position: absolute;
  top: 316px;
  left: 50%;
  transform: translateX(-50%);
  width: 194px;
  margin: 0;
  color: #615d5a;
  font-size: 22px;
  line-height: 53px;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 400;
}
.home-showcase__fv-bottle {
  position: absolute;
  top: 496px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-showcase__scroll {
  position: absolute;
  top: 836px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  cursor: pointer;
}
.home-showcase__scroll span {
  color: #d8c8a8;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.home-showcase__scroll img {
  width: 1px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-showcase__scroll:focus-visible {
  outline: 1px solid #d8c8a8;
  outline-offset: 6px;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .home-showcase__kv {
    height: 100svh;
    min-height: 720px;
  }
  .home-showcase__kv-nav, .home-showcase__member-login, .home-showcase__kv-bottle {
    display: none;
  }
  .home-showcase__kv-copy {
    display: block;
  }
  .home-showcase__fv-copy {
    display: none;
  }
  .home-showcase__logo {
    top: 98px;
    width: 126px;
    height: 139px;
  }
  .home-showcase__kv-title {
    top: 284px;
    width: 220px;
    color: #615d5a;
    font-size: 20px;
    line-height: 48px;
  }
  .home-showcase__scroll {
    top: 744px;
  }
}

@media (min-width: 769px) {
  body[data-page*=home-showcase-page] {
    overflow: hidden;
    height: 100svh;
  }
  body[data-page*=home-showcase-page] .header {
    display: none;
  }
  .home-showcase {
    height: 100svh;
    overflow: hidden;
  }
  .home-showcase__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    align-items: start;
    gap: 0;
    height: 100svh;
  }
  .home-showcase__stage {
    display: block;
    min-width: 0;
    background: #090807;
  }
  .home-showcase__stage-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
  }
  .home-showcase__slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0b0908;
  }
  .home-showcase__stage-video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
  }
  .home-showcase__stage-video iframe,
  .home-showcase__stage-video video,
  .home-showcase__stage-video .home-showcase__stage-video-element {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-showcase__slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.08);
    animation: home-stage-slideshow 24s infinite;
    will-change: opacity, transform;
  }
  .home-showcase__slide.is-1 {
    animation-delay: 0s;
  }
  .home-showcase__slide.is-2 {
    animation-delay: 6s;
  }
  .home-showcase__slide.is-3 {
    animation-delay: 12s;
    background-position: center center;
  }
  .home-showcase__slide.is-4 {
    animation-delay: 18s;
  }
  .home-showcase__slideshow-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 35%), linear-gradient(180deg, rgba(8, 8, 8, 0.12), rgba(8, 8, 8, 0.48)), linear-gradient(90deg, rgba(8, 8, 8, 0.2), rgba(8, 8, 8, 0.35));
    pointer-events: none;
  }
  .home-showcase__stage-nav {
    position: absolute;
    top: 200px;
    left: 48px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .home-showcase__stage-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .home-showcase__stage-nav-item {
    margin: 0;
    padding: 0;
  }
  .home-showcase__stage-nav-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
  }
  .home-showcase__stage-nav-link:hover, .home-showcase__stage-nav-link:focus-visible {
    color: #f3ead6;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .home-showcase__stage-login {
    margin-top: auto;
  }
  .home-showcase__rail {
    width: 400px;
    max-width: 400px;
    background: #2c2c2c;
    height: 100svh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .home-showcase__canvas {
    width: 100%;
    margin: 0;
    flex: 0 0 auto;
    align-self: flex-start;
    box-shadow: 0 0 0 1px rgba(97, 93, 90, 0.08), 0 24px 80px rgba(43, 37, 32, 0.14);
  }
  .home-showcase__kv {
    background-image: none !important;
    background-color: #f0eee9;
  }
  .home-showcase__kv-video {
    display: none;
  }
  .home-showcase__kv-overlay {
    display: none;
  }
  .home-showcase__kv-bottle {
    display: block;
    top: 420px;
    width: 64px;
    height: 185px;
  }
}
@keyframes home-stage-slideshow {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  4% {
    opacity: 1;
  }
  22% {
    opacity: 1;
    transform: scale(1.01);
  }
  26% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.home-section {
  position: relative;
  padding: 60px 40px;
}
.home-section--philosophy {
  padding-top: 40px;
}
.home-section--philosophy.is-first {
  padding-top: 60px;
}
.home-section--alt {
  background: #f6f5f3;
}
.home-section--chilai {
  background: #d9d9d9;
  min-height: 781px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding-bottom: 60px;
}
.home-section--bottle {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-section--journal {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 40px;
}
.home-section--instagram {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.home-section--stockists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-section--contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home-section__side-label {
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 2;
  writing-mode: vertical-rl;
  color: #6f5a7e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.home-section__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-placeholder {
  background: #d9d9d9;
}
.home-placeholder--photo {
  width: 100%;
  height: 394px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.home-placeholder--hero {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-placeholder--slide {
  width: 100%;
  height: 394px;
  flex-shrink: 0;
}
.home-placeholder.is-light {
  background: #c9c9c9;
}

.home-placeholder__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-placeholder__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-section--chilai > *:not(.home-placeholder--hero):not(.home-section__side-label) {
  position: relative;
  z-index: 1;
}

.home-section--chilai .home-section__side-label,
.home-section--chilai .home-text-ja,
.home-section--chilai .home-text-en {
  color: #fff;
}
.home-section--chilai .home-more-btn.c-figma-btn {
  --chilai-btn-border: #fff;
  --chilai-btn-text: #fff;
  --chilai-btn-hover-border: #fff;
  --chilai-btn-hover-bg: #fff;
  --chilai-btn-hover-text: #2d2d2d;
}

.home-text-ja,
.home-text-en {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-text-ja span,
.home-text-en span {
  display: block;
}

.home-text-ja {
  color: #615d5a;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.home-text-en {
  color: #adaaa9;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.024em;
}

.home-more-btn {
  margin: 0 auto;
}

.home-products {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.home-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 136px;
  text-align: center;
}
.home-product__image {
  width: 112px;
  height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product__image picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.home-product h2 {
  margin: 0;
  color: #615d5a;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.home-product p {
  margin: -8px 0 0;
  color: #adaaa9;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.024em;
}

.home-carousel {
  width: 100%;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.home-carousel::-webkit-scrollbar {
  display: none;
}
.home-carousel > * {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.home-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.home-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #000;
  opacity: 0.3;
}
.home-dots span.is-active {
  opacity: 1;
}

.home-news-coming {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  background: #eae7e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news-coming p {
  margin: 0;
  color: #adaaa9;
  font-size: 19.5px;
  line-height: 30px;
  letter-spacing: 0.0244em;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
}

.home-instagram-meta {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-instagram-meta p {
  margin: 0;
  color: #adaaa9;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.024em;
}
.home-instagram-meta a {
  width: 34px;
  height: 34px;
  margin-top: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-instagram-meta img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-stockists-brand {
  width: 313px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
}

.home-stockists-logo {
  position: relative;
  width: 121px;
  height: 60px;
}
.home-stockists-logo__text {
  position: absolute;
  left: 10px;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-stockists-logo__dot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
}

.home-stockists-thumb {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-contact__required {
  margin: 0;
  color: #991810;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: 0.05em;
}
.home-contact__global-error {
  margin: -10px 0 0;
  color: #991810;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.home-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-field > span {
  color: #615d5a;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.home-field > span em {
  color: #991810;
  font-style: normal;
}
.home-field input,
.home-field select,
.home-field textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  color: #615d5a;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.home-field input::-moz-placeholder, .home-field textarea::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.home-field input::placeholder,
.home-field textarea::placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.home-field textarea {
  min-height: 112px;
  resize: vertical;
}
.home-field--select img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 16px;
  height: 15px;
  pointer-events: none;
}
.home-field--select select {
  color: #b3b3b3;
  padding-right: 40px;
}
.home-field__error {
  display: block;
  margin: 0;
  color: #991810;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.home-submit {
  box-sizing: border-box;
  width: 100%;
  max-width: 313px;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid #615d5a;
  border-radius: 51px;
  background: transparent;
  color: #615d5a;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.home-submit span {
  font-family: "Shippori Mincho", "LINE Seed JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.home-submit small {
  font-family: "Averia Serif Libre", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #6a645f;
}
.home-submit:hover, .home-submit:focus-visible {
  background: #615d5a;
  color: #fff;
  border-color: #615d5a;
  text-decoration: none;
}
.home-submit:hover small, .home-submit:focus-visible small {
  color: #fff;
}
.home-submit:focus-visible {
  outline: 2px solid rgba(97, 93, 90, 0.35);
  outline-offset: 2px;
}

.home-section--contact-flow {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-contact-confirm {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-contact-confirm__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-contact-confirm__label {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  margin: 0;
}
.home-contact-confirm__label span {
  color: #615d5a;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.home-contact-confirm__label em {
  color: #991810;
  font-style: normal;
}
.home-contact-confirm__label small {
  color: #adaaa9;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.024em;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
}
.home-contact-confirm dd {
  margin: 0;
  color: #615d5a;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  word-break: break-word;
}
.home-contact-confirm__item--message dd {
  line-height: 1.85;
}
.home-contact-confirm__actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-contact-confirm__actions form {
  margin: 0;
}

.home-contact-thanks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-contact-thanks__title {
  margin: 0;
  color: #615d5a;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.home-contact-thanks__body {
  color: #615d5a;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.home-contact-thanks__body p {
  margin: 0;
}
.home-contact-thanks__body p + p {
  margin-top: 18px;
}
.home-contact-thanks__body--en {
  color: #adaaa9;
  font-size: 13px;
  line-height: 1.53;
  letter-spacing: 0.024em;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
}

.home-coming-soon {
  background: #f0eee9;
}

.home-coming-soon__topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 19px 0;
}

.home-coming-soon__topbar::after {
  content: "";
  display: block;
  height: 15px;
  width: 36px;
}

.home-coming-soon__login.c-figma-btn {
  --chilai-btn-bg: transparent;
  --chilai-btn-border: #d8c8a8;
  --chilai-btn-height: 44px;
  --chilai-btn-hover-bg: #d8c8a8;
  --chilai-btn-hover-border: #d8c8a8;
  --chilai-btn-hover-text: #615d5a;
  --chilai-btn-radius: 40px;
  --chilai-btn-text: #d8c8a8;
  --chilai-btn-width: 138px;
  font-family: "Averia Serif Libre", serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
  min-height: 44px;
  padding: 7px 10px;
}

.home-coming-soon__hero {
  padding: 44px 40px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.home-coming-soon__title {
  width: 313px;
  margin: 0;
  color: #615d5a;
  text-align: center;
  font-family: "Averia Serif Libre", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.024em;
}

.home-coming-soon__lead {
  width: 313px;
  margin: 0;
  color: #615d5a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.18;
  letter-spacing: 0.02em;
}
.home-coming-soon__lead span {
  display: block;
}

.home-coming-soon__back.c-figma-btn {
  --chilai-btn-width: 314px;
  --chilai-btn-height: 50px;
  --chilai-btn-radius: 40px;
  --chilai-btn-border: #615d5a;
  --chilai-btn-text: #615d5a;
  --chilai-btn-bg: transparent;
  --chilai-btn-hover-bg: #615d5a;
  --chilai-btn-hover-border: #615d5a;
  --chilai-btn-hover-text: #fff;
  margin-top: 50px;
  font-family: "Averia Serif Libre", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .home-coming-soon__topbar {
    display: none;
  }
  .home-coming-soon__hero {
    padding-top: 140px;
  }
}
@media (max-width: 393px) {
  .home-showcase__canvas {
    width: 100%;
  }
  .home-showcase__kv {
    height: 232.0610687023vw;
    min-height: 700px;
    max-height: 912px;
  }
  .home-showcase__kv-nav {
    top: min(22px, 5.6vw);
    left: min(19px, 4.84vw);
    right: min(30px, 7.63vw);
  }
  .home-showcase__fv-copy {
    height: 206.6157760814vw;
    min-height: 680px;
    max-height: 812px;
  }
  .home-showcase__fv-logo {
    top: min(119px, 30.28vw);
    width: min(137px, 34.86vw);
    height: min(151px, 38.42vw);
  }
  .home-showcase__fv-title {
    top: min(316px, 80.41vw);
    width: min(194px, 49.36vw);
    font-size: min(22px, 5.6vw);
    line-height: min(53px, 13.49vw);
  }
  .home-showcase__fv-bottle {
    top: min(496px, 126.21vw);
    width: min(64px, 16.28vw);
    height: min(185px, 47.07vw);
  }
  .home-showcase__scroll {
    top: min(836px, 212.72vw);
  }
  .home-section {
    padding-left: 10.18vw;
    padding-right: 10.18vw;
  }
  .home-section__side-label {
    right: 2.3vw;
  }
  .home-placeholder--photo,
  .home-more-btn,
  .home-products,
  .home-carousel,
  .home-dots,
  .home-news-coming,
  .home-instagram-meta,
  .home-stockists-brand,
  .home-contact,
  .home-submit {
    width: 79.9vw;
  }
  .home-placeholder--photo,
  .home-placeholder--slide {
    width: 79.9vw;
    height: 100.25vw;
  }
  .home-products {
    gap: 6vw;
  }
}
body[data-page*=products-archive],
body[data-page*=product-single] {
  font-family: "Shippori Mincho", "LINE Seed JP", serif;
  color: #615d5a;
}

body[data-page*=products-archive] {
  background: #f0eee9;
}

body[data-page*=product-single] {
  background: #1d1d1f;
}

body[data-page*=products-archive] #container,
body[data-page*=product-single] #container {
  background: transparent;
}

.product-showcase--archive .home-showcase__canvas {
  background: #f0eee9;
}

.bottle-tea-page {
  background: #f0eee9;
}

.bottle-tea-page__topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 19px 0;
}

.bottle-tea-page__topbar::after {
  content: "";
  display: block;
  height: 15px;
  width: 36px;
}

.bottle-tea-page__login.c-figma-btn {
  --chilai-btn-bg: transparent;
  --chilai-btn-border: #d8c8a8;
  --chilai-btn-height: 44px;
  --chilai-btn-hover-bg: #d8c8a8;
  --chilai-btn-hover-border: #d8c8a8;
  --chilai-btn-hover-text: #615d5a;
  --chilai-btn-radius: 40px;
  --chilai-btn-text: #d8c8a8;
  --chilai-btn-width: 138px;
  font-family: "Averia Serif Libre", serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
  min-height: 44px;
  padding: 7px 10px;
}

.bottle-tea-page__intro {
  color: #615d5a;
  padding: 85px 40px 40px;
}

.bottle-tea-page__title {
  font-family: "Averia Serif Libre", serif;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

.bottle-tea-page__lead-ja {
  color: #615d5a;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 0;
  letter-spacing: 0.05em;
  line-height: 35px;
  margin: 20px 0 0;
}

.bottle-tea-page__lead-en {
  color: #adaaa9;
  font-family: "Averia Serif Libre", serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.024em;
  line-height: 20px;
  margin: 14px 0 0;
}

.bottle-tea-page__notice {
  border: 1px solid rgba(173, 170, 169, 0.4);
  color: #7b7571;
  font-size: 12px;
  line-height: 1.8;
  margin: 0 40px 30px;
  padding: 10px 12px;
}

.bottle-tea-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottle-tea-list__item {
  padding: 40px 40px 60px;
}

.bottle-tea-groups {
  display: flex;
  flex-direction: column;
}

.bottle-tea-group {
  border-top: 1px solid rgba(97, 93, 90, 0.08);
}

.bottle-tea-group__header {
  padding: 36px 40px 0;
}

.bottle-tea-group__title-en,
.bottle-tea-group__title-ja {
  margin: 0;
}

.bottle-tea-group__title-en {
  color: #615d5a;
  font-family: "Averia Serif Libre", serif;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.bottle-tea-group__title-ja {
  color: #615d5a;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 6px;
}

.bottle-tea-list--carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.bottle-tea-list--carousel::-webkit-scrollbar {
  display: none;
}

.bottle-tea-list--carousel .bottle-tea-list__item--slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.bottle-tea-group__controls {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 0 40px 30px;
}

.bottle-tea-group.is-single .bottle-tea-group__controls {
  display: none;
}

.bottle-tea-group__control-button {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid rgba(97, 93, 90, 0.35);
  border-radius: 999px;
  color: #615d5a;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 38px;
}

.bottle-tea-group__control-button:disabled {
  border-color: rgba(97, 93, 90, 0.2);
  color: rgba(97, 93, 90, 0.35);
  cursor: default;
}

.bottle-tea-group__counter {
  align-items: center;
  color: #615d5a;
  display: inline-flex;
  font-family: "Averia Serif Libre", serif;
  font-size: 14px;
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}

.bottle-tea-card {
  color: #615d5a;
}

.bottle-tea-card__head {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.bottle-tea-card__head-copy {
  min-width: 0;
}

.bottle-tea-card__head-en,
.bottle-tea-card__head-ja {
  margin: 0;
}

.bottle-tea-card__head-en p,
.bottle-tea-card__head-ja p {
  margin: 0;
}

.bottle-tea-card__head-en {
  font-family: "Averia Serif Libre", serif;
}

.bottle-tea-card__head-en p {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.bottle-tea-card__head-ja {
  margin-top: 6px;
}

.bottle-tea-card__head-ja p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 28px;
}

.bottle-tea-card__cart {
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 999px;
  color: #adaaa9;
  display: inline-flex;
  flex: 0 0 auto;
  height: 45px;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.2s ease;
  width: 45px;
}

.bottle-tea-card__cart.is-static {
  pointer-events: none;
  position: relative;
}

.bottle-tea-card__cart.is-static::after {
  background: currentColor;
  content: "";
  height: 1px;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 60px;
}

.bottle-tea-card__cart:hover,
.bottle-tea-card__cart:focus-visible {
  border-color: #8c8783;
}

.bottle-tea-card__cart-icon {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: block;
  height: 11px;
  position: relative;
  width: 12px;
}

.bottle-tea-card__cart-icon::before {
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: -6px;
  width: 6px;
}

.bottle-tea-card__visual {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin: 12px auto 0;
  position: relative;
  width: 314px;
}

.bottle-tea-card__arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #cbc5bf;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.bottle-tea-card__arrow::before {
  border-right: 1.6px solid currentColor;
  border-top: 1.6px solid currentColor;
  content: "";
  display: block;
  height: 9px;
  left: 2px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 9px;
}

.bottle-tea-card__arrow.is-prev {
  left: 5px;
}

.bottle-tea-card__arrow.is-prev::before {
  transform: rotate(-135deg);
}

.bottle-tea-card__arrow.is-next {
  right: 5px;
}

.bottle-tea-card__arrow:disabled {
  color: rgba(203, 197, 191, 0.35);
  cursor: default;
}

.bottle-tea-card__image-panel {
  background: transparent;
  height: 300px;
  width: 200px;
}

.bottle-tea-card__bottle {
  height: auto;
  left: 50%;
  max-height: 303px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + var(--product-bottle-shift-x, 0px)), calc(-50% + var(--product-bottle-shift-y, 0px)));
  width: var(--product-bottle-width, 100px);
}

.bottle-tea-card__bottle--placeholder {
  align-items: center;
  border: 1px dashed rgba(173, 170, 169, 0.4);
  border-radius: 18px;
  color: #adaaa9;
  display: flex;
  font-family: "Averia Serif Libre", serif;
  font-size: 11px;
  height: 180px;
  justify-content: center;
  letter-spacing: 0.16em;
  width: 110px;
}

.bottle-tea-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}

.bottle-tea-card__title-en,
.bottle-tea-card__title-ja {
  margin: 0;
}

.bottle-tea-card__title-en p,
.bottle-tea-card__title-ja p {
  margin: 0;
}

.bottle-tea-card__title-en {
  color: #615d5a;
  font-family: "Averia Serif Libre", serif;
}

.bottle-tea-card__title-en p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.bottle-tea-card__title-ja {
  color: #615d5a;
}

.bottle-tea-card__title-ja p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.bottle-tea-card__copy-ja,
.bottle-tea-card__copy-en {
  color: #615d5a;
  margin: 0;
}

.bottle-tea-card__copy-en {
  color: #adaaa9;
  font-family: "Averia Serif Libre", serif;
}

.bottle-tea-card__copy-ja__heading,
.bottle-tea-card__copy-ja__line,
.bottle-tea-card__copy-ja__list li {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

.bottle-tea-card__copy-en__heading,
.bottle-tea-card__copy-en__line,
.bottle-tea-card__copy-en__list li {
  font-size: 13px;
  letter-spacing: 0.024em;
  line-height: 20px;
}

.bottle-tea-card__copy-ja__heading,
.bottle-tea-card__copy-ja__line,
.bottle-tea-card__copy-en__heading,
.bottle-tea-card__copy-en__line {
  margin: 0;
}

.bottle-tea-card__copy-ja__list,
.bottle-tea-card__copy-en__list {
  margin: 0;
  padding-left: 1.25em;
}

.bottle-tea-card__copy-ja__list li,
.bottle-tea-card__copy-en__list li {
  margin: 0;
}

.product-showcase--archive .home-showcase-footer {
  border-top: 1px solid rgba(97, 93, 90, 0.06);
}

.product-showcase__stage {
  background: #090807;
}

.product-showcase__slideshow {
  isolation: isolate;
}

.product-showcase__stage-backdrop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0.92;
  position: absolute;
  transform: scale(1.05);
}

.product-showcase__stage-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 72px 48px 48px;
  position: relative;
  z-index: 2;
}

.product-showcase__stage-kicker {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.product-showcase__stage-title {
  color: #fff;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
}

.product-showcase__stage-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 2;
  margin: 0;
  max-width: 32ch;
}

.product-showcase__stage-nav {
  margin-top: 8px;
}

.product-showcase__stage-nav .home-showcase__stage-nav-list {
  gap: 12px;
}

.product-showcase__stage-nav .home-showcase__stage-nav-link {
  font-size: 14px;
}

.product-showcase__stage-content .home-showcase__stage-login {
  margin-top: auto;
}

.product-single-page {
  background: #1d1d1f;
  padding: 40px 20px 88px;
}

.product-single-view__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.product-card {
  color: #615d5a;
  width: 100%;
}

.product-card__visual {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}

.product-card__image-panel {
  height: 300px;
  width: 200px;
}

.product-card__bottle {
  height: auto;
  left: 50%;
  max-height: 303px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + var(--product-bottle-shift-x, 0px)), calc(-50% + var(--product-bottle-shift-y, 0px)));
  width: var(--product-bottle-width, 100px);
}

.product-card__bottle--placeholder {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  border: 1px dashed rgba(173, 170, 169, 0.25);
  border-radius: 24px;
  color: #adaaa9;
  display: flex;
  font-size: 11px;
  height: 180px;
  justify-content: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: 110px;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-card__head {
  display: grid;
  min-height: 115px;
  position: relative;
}

.product-card__title-en,
.product-card__title-ja {
  grid-area: 1/1;
}

.product-card__title-en {
  color: #615d5a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-card__title-en p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0;
}

.product-card__title-ja {
  margin-top: 59px;
}

.product-card__title-ja p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin: 0;
}

.product-card__section,
.product-card__section-en {
  color: #615d5a;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 100%;
}

.product-card__section.is-muted,
.product-card__section-en.is-muted {
  color: #adaaa9;
}

.product-card__section__heading,
.product-card__section__line,
.product-card__section__list li {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
}

.product-card__section__heading {
  margin: 0;
}

.product-card__section__line {
  margin: 0;
}

.product-card__section__list {
  margin: 0;
  padding-left: 1.25em;
}

.product-card__section__list li {
  margin: 0;
}

.product-card__section-en {
  font-size: 13px;
  letter-spacing: 0.024em;
}

.product-card__section-en__heading,
.product-card__section-en__line,
.product-card__section-en__list li {
  font-size: 13px;
  letter-spacing: 0.024em;
  line-height: 1.5384615385;
}

.product-card__section-en__heading,
.product-card__section-en__line {
  margin: 0;
}

.product-card__section-en__list {
  margin: 0;
  padding-left: 1.2em;
}

.product-card__section-en__list li {
  margin: 0;
}

.product-single-view__breadcrumb {
  color: #adaaa9;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.product-single-view__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.product-single-view__hero {
  display: grid;
  gap: 32px;
}

.product-single-view__detail {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(173, 170, 169, 0.2);
  color: #615d5a;
  padding: 22px 20px;
}

.product-single-view__detail-label {
  color: #adaaa9;
  font-size: 12px;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.product-single-view__detail-title {
  color: #615d5a;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 10px 0 0;
}

.product-single-view__meta {
  border-top: 1px solid rgba(173, 170, 169, 0.15);
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-top: 18px;
}

.product-single-view__meta div {
  display: grid;
  gap: 4px;
}

.product-single-view__meta dt {
  color: #adaaa9;
  font-size: 12px;
  margin: 0;
}

.product-single-view__meta dd {
  color: #615d5a;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.product-single-view__lead {
  color: #8f8a86;
  font-size: 14px;
  line-height: 2;
  margin: 18px 0 0;
}

.product-single-view__content {
  border-top: 1px solid rgba(173, 170, 169, 0.15);
  color: #8f8a86;
  font-size: 14px;
  line-height: 2;
  margin-top: 18px;
  padding-top: 18px;
}

.product-single-view__content > *:first-child {
  margin-top: 0;
}

.product-single-view__content h2,
.product-single-view__content h3,
.product-single-view__content h4 {
  color: #615d5a;
  line-height: 1.6;
}

.product-single-view__content a {
  color: #c5b9a7;
}

.product-single-view__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.product-single-view__gallery-item {
  aspect-ratio: 4/3;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(173, 170, 169, 0.12);
  margin: 0;
  overflow: hidden;
}

.product-single-view__gallery-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product-showcase--archive .home-showcase__canvas {
    box-shadow: 0 0 0 1px rgba(97, 93, 90, 0.08), 0 24px 80px rgba(43, 37, 32, 0.14);
  }
  .product-single-page {
    padding: 56px 32px 104px;
  }
  .product-single-view__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-single-view__gallery {
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .bottle-tea-page__topbar {
    display: none;
  }
  .bottle-tea-page__intro {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .product-single-view__hero {
    align-items: start;
    gap: 48px;
    grid-template-columns: minmax(314px, 360px) minmax(0, 1fr);
  }
  .product-single-view__detail {
    padding: 28px 28px 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-showcase__stage-content {
    display: none;
  }
}
.access-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .access-page {
    padding: 40px 20px;
  }
}
.access-page__container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}
@media screen and (min-width: 980px) {
  .access-page__container {
    grid-template-columns: 320px 1fr;
    gap: 80px;
  }
}
@media screen and (max-width: 599px) {
  .access-page__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.access-page__sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}
@media screen and (max-width: 599px) {
  .access-page__sidebar {
    position: relative;
    top: 0;
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  .access-page__content {
    order: 2;
  }
}

.content-section {
  --em: 25;
  border: 4px #fff solid;
  background: #f5f5f5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: calc(15em / var(--em));
  padding: calc(40em / var(--em)) calc(20em / var(--em));
  margin-bottom: 80px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .content-section {
    margin-bottom: 60px;
    scroll-margin-top: 100px;
  }
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section h2 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 3px solid #03a9f4;
}
.content-section h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: #333333;
  margin-top: 32px;
  margin-bottom: 16px;
}
.content-section p {
  line-height: 1.8;
  color: #333333;
  margin-bottom: 16px;
}
.content-section ul,
.content-section ol {
  margin-bottom: 24px;
  padding-left: 1.5em;
}
.content-section ul li,
.content-section ol li {
  line-height: 1.8;
  margin-bottom: 8px;
}

/* ================================================
   プライバシーポリシーページのスタイル
   ================================================ */
.privacy-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.privacy-policy__title {
  text-align: center;
  margin-bottom: 40px;
}
.privacy-policy__title h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}
.privacy-policy__title .subtitle {
  font-size: 1rem;
  color: #666;
  font-style: italic;
}
.privacy-policy__section {
  margin-bottom: 50px;
}
.privacy-policy__section:last-child {
  margin-bottom: 0;
}
.privacy-policy__section-title {
  font-size: 1.8rem;
  color: #2c5aa0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2c5aa0;
  font-weight: bold;
}
.privacy-policy__content {
  line-height: 1.8;
  color: #333;
}
.privacy-policy__content p {
  margin-bottom: 20px;
}
.privacy-policy__content p:last-child {
  margin-bottom: 0;
}
.privacy-policy__content ol,
.privacy-policy__content ul {
  margin: 20px 0;
  padding-left: 20px;
}
.privacy-policy__content ol li,
.privacy-policy__content ul li {
  margin-bottom: 15px;
  line-height: 1.8;
}
.privacy-policy__content ol li:last-child,
.privacy-policy__content ul li:last-child {
  margin-bottom: 0;
}
.privacy-policy__content ol {
  counter-reset: item;
}
.privacy-policy__content ol li {
  display: block;
  margin-bottom: 15px;
}
.privacy-policy__content ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-weight: bold;
  color: #2c5aa0;
  margin-right: 8px;
}
.privacy-policy__subsection {
  margin: 30px 0;
  padding-left: 20px;
}
.privacy-policy__subsection-title {
  font-size: 1.4rem;
  color: #444;
  margin-bottom: 15px;
  font-weight: bold;
}
.privacy-policy__company-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.privacy-policy__company-info p {
  margin-bottom: 5px;
  font-weight: bold;
}
.privacy-policy__company-info p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */