@charset "UTF-8";
/* img が空のときは消す */
.article-wrap__block.is-one .article-wrap__block__img:empty {
  display: none;
}

/* テキストを中央寄せ */
.article-wrap__block.is-one .article-wrap__block__txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px; /* 好み */
}

/* 本文は読みやすく左寄せ */
.article-wrap__block.is-one .singletxt {
  text-align: left;
}

/* ===== 共通 ===== */
.fade-in {
  opacity: 0;
  transition:
    opacity 1s ease,
    transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 表示状態 */
.is-loaded .fade-in {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-left {
  transform: translateX(-30px);
}

/* 上 → 下（名前） */
.fade-top {
  transform: translateY(-30px);
}

/* ===== 時間差 ===== */
.fade-delay-1 {
  transition-delay: 0.5s;
}
.fade-delay-2 {
  transition-delay: 1.5s;
}
.header-wrap__hero {
  --k: 1;
}
.herottl {
  position: absolute;
  color: #fbc711;
  padding: calc(10px * var(--k)) calc(12px * var(--k));
  display: inline-block;
  font-size: calc(40px * var(--k));
}
.herottl h1 {
  margin: 0; /* 余計なズレ防止 */
  padding: calc(10px * var(--k)) calc(80px * var(--k));
  font-weight: 300;
  background: #000;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  white-space: normal;
}
.is-heroA .herottl {
  left: 0;
  bottom: 18%;
}
.is-heroA .fivIntro {
  right: 12%;
  top: 16%;
}
.is-heroB .herottl {
  right: 20%;
  bottom: 18%;
}
.is-heroB .fivIntro {
  left: 6%;
  top: 16%;
}
.fivIntro {
  position: absolute;
  text-align: start;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  background-color: #ffffff;
  padding: calc(20px * var(--k)) calc(10px * var(--k));
  font-size: clamp(calc(14px * 0.6), calc(14px * var(--k)), calc(14px * 1.2));
}
.fivIntroJp {
  font-size: clamp(calc(14px * 0.6), calc(14.5px * var(--k)), calc(14px * 1.2));
  line-height: 2.5;
  letter-spacing: calc(0.1px * var(--k));
  top: 0px;
  white-space: nowrap;
  text-align: left;
  right: 100%;
}
.fivIntroName {
  font-size: calc(45px * var(--k));
  letter-spacing: calc(7px * var(--k));
}
.fivIntroEn {
  font-size: calc(16px * var(--k));
  letter-spacing: calc(1px * var(--k));
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.singletxt {
  line-height: 2;
  text-align: justify;
  font-size: clamp(1rem, 0.375rem + 0.6vw, 1.125rem);
}
.header-wrap__fixed {
  border-top: 3px solid #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #fecc34;
}
/* ===== フッターロゴ非表示 ===== */
.footer-wrap__logo {
  display: none;
}
.footer-wrap {
  padding: 60px 0 160px 0;
}
/* ===== 黒ワイプ（leaveだけ） ===== */
#pageWipe {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  background: #000;

  transform: translate3d(-101%, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
#pageWipe.is-leave {
  transform: translate3d(0, 0, 0);
}
html.is-fade-enter body {
  opacity: 0;
}
html.is-fade-entered body {
  opacity: 1;
  transition: opacity 450ms ease;
}

.singletxt {
  line-height: 1.8;
  text-align: justify;
  font-size: 14.5px;
}
.header-wrap__hero {
  background-image: url("../img/single2.svg");
  background-size: cover;
  background-position: 10% 10%;
  width: 100%;
  height: 600px;
  position: relative;
}
.header-wrap__hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  background-color: #ffffff;
  padding: 1% 1.5%;
}
.header-wrap__hero__title__img {
  width: 440px;
}
.header-wrap__hero__title__img img {
  width: 100%;
}
.header-wrap__nav__logo img {
  margin-top: -18px;
}
.header-wrap__nav__right {
  z-index: 100;
  align-items: center;
  padding: 15px 0 10px 0;
}
.header-wrap__nav__logo::after {
  content: "";
  position: absolute;
  inset: 10px -150px -2px -150px; /* 親いっぱい */
  background-color: #fecc34;
  -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  z-index: 0;
  border-radius: 0;
  transform: translate(0, -85px);
}
.header-wrap__nav__logo::before {
  content: "";
  position: absolute;
  inset: 8px -151px -4px -151px; /* ✅ afterより外 */
  background: #fff;
  -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
  transform: translate(0, -87px); /* ✅ 同じにする */
  z-index: 0;
}
.header-wrap__nav__logo .nav-deco::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 100px;
  background-color: #fecc34;
  right: -200px;
  bottom: 0px;
}
/* 外側（枠） */
.header-wrap__nav__right__fmlogo::after {
  content: "";
  position: absolute;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  background: #ac8100;
  transform: translate(-45px, -155px);
  z-index: 0;
}

/* 内側（中身） */
.header-wrap__nav__right__fmlogo::before {
  content: "";
  position: absolute;
  width: 205px;
  height: 205px;
  left: -39px;
  top: 27px;
  border-radius: 50%;
  background: #fecc34;
  transform: translate(0, -100px);
  z-index: 1;
}
.header-wrap__nav__right__fmlogo .fmlogo-deco::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 50px;
  background-color: #fecc34;
  left: -220px;
  bottom: -63px;
}
.hero-wrap__title {
  position: absolute;
  top: 12%;
  left: 1%;
  color: #000000;
  padding: 1% 1.5%;
  display: inline-block;
  background-color: #fecc34;
}
.hero-wrap__title h3 {
  font-size: 32px;
  line-height: 1.8;
  font-weight: 100;
}
.hero-wrap__name {
  font-size: 42px;
  position: absolute;
  top: 12%;
  right: 18%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 300;
  color: #000000;
  padding: 1% 1.5%;
}
.hero-wrap__name h4 {
  font-weight: 300;
}
.hero-wrap__small {
  position: absolute;
  bottom: 18%;
  right: 18%;
  color: #000000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.8;
}
.hero-wrap__small p {
  font-size: 16px;
  font-weight: 300;
}
.article {
  overflow: hidden;
}
.article-wrap {
  margin: 60px auto 200px auto;
}
.article-wrap__block {
  display: flex;
  margin: 0 0 140px 0;
  transform: translateX(180px);
  opacity: 0;
}
.article-wrap__block.is-animated {
  -webkit-animation: slideIn 1s cubic-bezier(0.5, 1, 0.5, 1) both;
  animation: slideIn 1s cubic-bezier(0.5, 1, 0.5, 1) both;
}
@-webkit-keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.is-twoimg {
  flex: 0 0 40%;
}
.article-wrap__block__img img {
  width: 100%;
}
.is-twoimg {
  flex: 0 0 40%;
}
.is-twotxt {
  flex: 1;
  padding: 0 3.5%;
  font-size: 16px;
}
.article-wrap__block__txt__content {
  display: flex;
}
.article-wrap__block__txt__content p {
  flex: 1;
}
.article-wrap__block__txt__content p:first-child {
  margin-right: 4%;
}
.is-one {
  flex-direction: row-reverse;
}
.is-oneimg {
  flex: 0 0 40%;
}
.is-onetxt {
  flex: 1;
  padding: 0 3.5%;
  font-size: 15px;
}
.article-wrap__img {
  margin: 40px 0 120px 0;
  width: 100%;
}
.article-wrap__img img {
  width: 100%;
}
.is-txtonly {
  flex-direction: column;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 120px auto;
}
.article-wrap__pro__body {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 140px auto;
  gap: 0;
  background-image: url(../img/bg下層.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 1.5%;
}
.subttl {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  text-align: center;
  justify-content: center;
  color: #000000;
  font-size: 60px;
  margin-bottom: 25px;
  font-weight: 300;
}
.article-wrap__pro__right {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.article-wrap__pro__img {
  aspect-ratio: 1 /1;
  display: block;
  margin: 0 auto;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background-image: url(../img/single2.svg);
  background-size: cover;
  background-position: center;
  z-index: 10;
}
.article-wrap__pro__txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.article-wrap__pro__txt__name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.article-wrap__pro__txt__name span {
  font-size: 14px;
  font-weight: 300;
}
.article-wrap__pro__txt__con {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 15px;
}
.article-wrap__pro__txt__sub {
    font-size: 16px;
  font-weight: 300;
  display:flex;
  flex-direction: row;
  gap:10px;
      margin-bottom: 10px;
}
.article-wrap__pro__link {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article-wrap__pro__link::after {
  background-color: #ffffff;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
/* リンクにホバーした際の下線の表示 */
.article-wrap__pro__link:hover::after {
  transform: scale(1, 1);
}
.article-wrap__pro__link:hover {
  opacity: 0.8;
}
.article-wrap__more__body__list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 140px auto;
}
.article-wrap__more__body__list__item {
  flex: 1;
  margin: 0 15px;
  list-style: none;
}
.article-wrap__more__body__list__item a {
  text-decoration: none;
}
.article-wrap__more__body__list__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.article-wrap__more__body__list__item__name {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  margin: 10px 0;
}
.article-wrap__more__body__list__item__text {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1.8;
}
.article-wrap__block.cols-1 .article-wrap__block__txt__content {
  display: block;
}

.article-wrap__block.cols-2 .article-wrap__block__txt__content {
  display: flex;
}
/* 動画CSS */
.acf-video {
    width: 100%; 
    height: auto; 
    display: block; 
    -o-object-fit: cover; 
       object-fit: cover;
    max-width: 1000px;
    margin: 0 auto;
}
.about-wrap__video { 
    height:auto;
}
/* 余白など（任意） */
.about-wrap__video { margin: 60px 0 80px 0; }
@media screen and (max-width: 1280px) {
  .header-wrap__nav__logo::after {
    content: "";
    position: absolute;
    inset: 10px -140px -2px -140px;
    background-color: #fecc34;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    z-index: 0;
    border-radius: 0;
    transform: translate(-30px, -80px);
  }
  .header-wrap__nav__logo::before {
    content: "";
    position: absolute;
    inset: 10px -142px -2px -142px; /* ✅ afterより外 */
    background: #fff;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    transform: translate(-30px, -83.5px); /* ✅ 同じにする */
    z-index: 0;
  }
  .header-wrap__nav__logo .nav-deco::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 91px;
    background-color: #fecc34;
    right: -145px;
    bottom: 0;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 50px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 120px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 40px;
    left: -32px;
    width: 180px;
    height: 180px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 190px;
    height: 190px;
    top: 88px;
    left: 8px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 300px;
    height: 50px;
    left: -120px;
  }
  .header-wrap__nav__logo img {
    width: 80%;
  }
  .header-wrap__hero {
    aspect-ratio: 12/5;
    width: 100%;
    height: auto;
  }
  .header-wrap__hero__title__img {
    width: clamp(20rem, 2.1429rem + 28.5714vw, 25rem);
  }
  .header-wrap__hero {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }
  .header-wrap__hero {
    --k: 0.9;
  }
  .is-heroA .herottl {
    left: 0;
    bottom: 14%;
  }
  .is-heroA .fivIntro {
    right: 12%;
    top: 10%;
  }
  .is-heroB .herottl {
    left: 15%;
    bottom: 14%;
  }
  .is-heroB .fivIntro {
    left: 6%;
    top: 8%;
  }
}
@media screen and (max-width: 1000px) {
  .header-wrap__nav__logo::after {
    content: "";
    position: absolute;
    inset: 10px -140px -2px -140px;
    background-color: #fecc34;
    -webkit-clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
    z-index: 0;
    border-radius: 0;
    transform: translate(-30px, -80px);
  }
  .header-wrap__nav__logo .nav-deco::before {
    width: 200px;
    height: 70px;
    right: -145px;
    bottom: 10px;
  }
  .header-wrap__nav__right {
    padding: 10px 0 10px 0;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 20px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 100px;
    margin-bottom: 5px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 50px;
    left: -26px;
    width: 150px;
    height: 150px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 155px;
    height: 155px;
    top: 100px;
    left: 16px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 180px;
    height: 50px;
    left: -80px;
  }
  .is-two {
    flex-direction: column-reverse;
  }
  .is-twoimg {
    width: 60%;
    margin: 60px auto 0 auto;
  }
  .is-onetxt {
    padding: 0 2.5%;
  }
  .article-wrap__img {
    margin: 0 0 60px 0;
    width: 100%;
  }
  .article-wrap__pro__body {
    display: flex;
    width: 85%;
    margin: 40px auto 120px auto;
    gap: 20px;
    background-image: url(../img/bg下層.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 1.5% 3% 1.5%;
  }
  .subttl {
    font-size: 48px;
  }
  .article-wrap__more__body__list {
    width: 95%;
    margin: 0 auto 80px auto;
  }
  .article-wrap__more__body__list__item__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .article-wrap__more__body__list__item__name {
    font-size: 14px;
  }
  .ttl {
    font-size: 20px;
  }
  .singletxt {
    font-size: 13px;
  }
  .header-wrap__hero {
    --k: 0.8;
  }
  .is-heroA .herottl {
    left: 0;
    bottom: 5%;
  }
  .is-heroB .herottl {
    left: 15%;
    bottom: 5%;
  }
  .acf-video {
    width: 85%; 
}
}
@media screen and (max-width: 850px) {
  .header-wrap__hero {
    --k: 0.7;
  }
}
@media screen and (max-width: 764px) {
  .header-wrap__hero {
    --k: 0.6;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 10px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 80px;
    margin-bottom: 5px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 65px;
    left: -16px;
    width: 110px;
    height: 110px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 120px;
    height: 120px;
    top: 115px;
    left: 25px;
  }
  .header-wrap__nav {
    margin: 0 10px;
    gap: 20px;
  }
  .header-wrap__nav__logo {
    width: 25%;
  }
  .header-wrap__nav__logo::after {
    transform: translate(-20px, -80px);
    inset: 30px -110px -2px -110px;
  }
  .header-wrap__nav__logo::before {
    inset: 30px -111px -2px -111px;
    z-index: 0;
    transform: translate(-20px, -82.5px);
  }
  .header-wrap__nav__logo .nav-deco::before {
    width: 200px;
    height: 60px;
    right: -145px;
    bottom: 36.5px;
  }
  .header-wrap__nav__right {
    width: 80%;
    padding: 10px 0 38px 0;
  }
  .header-wrap__nav__logo::after {
    transform: translate(-20px, -80px);
    inset: 30px -110px -2px -110px;
  }
  .header-wrap__nav__logo img {
    margin-top: -10px;
    width: 150px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 120px;
    height: 33px;
    bottom: -37px;
    left: -20px;
  }
  .header-wrap__hero__title__img {
    width: clamp(15rem, -2.8571rem + 28.5714vw, 20rem);
  }
  .about-wrap__body {
    width: 100%;
  }
  .about-wrap__body__left__txt {
    width: 90%;
  }
  .header-wrap__nav__right__menu {
    display: flex;
    gap: 20px;
  }
  .header-wrap__nav__right__menu a {
    font-size: 12px;
  }
  .header-wrap__nav__right__sns img {
    width: 25px;
    height: auto;
  }
  .article-wrap__pro__txt__name {
    font-size: 18px;
  }
  .article-wrap__pro__txt__name span {
    font-size: 10px;
  }
  .article-wrap__pro__txt__sub {
    font-size: 14px;
  }
  .article-wrap__pro__txt__con {
    font-size: 10px;
  }
  .article-wrap__pro__link {
    font-size: 10px;
  }
  .article-wrap__pro__img {
    width: 100%;
    height: auto;
  }
  .is-one {
    display: flex;
    flex-direction: column-reverse;
  }
  .is-oneimg {
    width: 60%;
    margin: 40px auto 0 auto;
  }
  .footer-wrap {
    padding: 40px 0 100px 0;
  }
  .article-wrap__block {
    margin: 0 auto 80px auto;
  }
}
@media screen and (max-width: 640px) {
  .article-wrap__more__body {
    display: flex;
  }
  .article-wrap__more__body__list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
  .article-wrap__more__body__list__item {
    margin: 0 5px;
    flex-wrap: wrap;
    width: 46%;
    flex: none;
  }
  .article-wrap {
    margin: 60px auto 40px auto;
  }
  .header-wrap__hero {
    --k: 0.5;
  }
  .is-heroA.herottl {
    bottom: 5%;
  }
  .is-heroA .fivIntro {
    position: absolute;
    top: 5%;
    right: 18%;
  }
}
@media screen and (max-width: 540px) {
  .header-wrap__hero {
    --k: 0.35;
  }
  .article-wrap__pro__right {
    width: auto;
  }
  .article-wrap__pro__body {
    width: 90%;
    position: relative;
    padding: 5.5% 3% 3% 3%;
    margin: 0px auto 60px auto;
  }
  .article-wrap__pro__right {
    position: absolute;
    top: 5px;
  }
  .article-wrap__pro__txt__con {
    margin-top: 15px;
  }
  .article-wrap__pro__txt__name {
    padding-left: 100px;
  }
  .article-wrap__pro__txt__sub {
    font-size:12px;
    flex-direction: column;
    padding-left: 100px;
  }
  .article-wrap__pro__img {
    width: 80px;
    height: auto;
  }
  .header-wrap__hero {
    background-position: 10% 10%;
  }
  .header-wrap__hero__title__img {
    width: clamp(9.375rem, -60.9375rem + 225vw, 15rem);
  }
  .header-wrap__nav__logo img {
    margin-top: -10px;
    width: 90px;
  }
  .header-wrap__nav__logo::after {
    transform: translate(
      clamp(-1.25rem, 0.625rem + -5.5556vw, -0.625rem),
      -50px
    );
    inset: 25px -60px 0px -40px;
  }
  .header-wrap__nav__logo::before {
    inset: 25px -61px 0px -40px; /* ✅ afterより外 */
    z-index: 0;
    transform: translate(
      clamp(-1.25rem, 0.625rem + -5.5556vw, -0.625rem),
      -52px
    );
  }
  .header-wrap__nav__logo .nav-deco::before {
    width: 100px;
    height: 20px;
    right: -121px;
    bottom: 38px;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 1px;
  }
  .header-wrap__nav__right__fmlogo a img {
    width: 55px;
    margin-bottom: 5px;
  }
  .header-wrap__nav__right__fmlogo::before {
    top: 72px;
    left: -12px;
    width: 78px;
    height: 78px;
  }
  .header-wrap__nav__right__fmlogo::after {
    width: 83px;
    height: 83px;
    top: 124px;
    left: 30px;
  }
  .header-wrap__nav__right__fmlogo {
    margin-right: 15px;
  }
  .header-wrap__nav__right__fmlogo .fmlogo-deco::before {
    width: 90px;
    height: 22px;
    bottom: -18px;
    left: -18px;
  }
  .header-wrap__nav__right {
    width: 80%;
    padding: 5px 0 18px 0;
  }
  .header-wrap__nav__right {
    gap: 40px;
  }
  .article-wrap__more__body__list__item__name {
    font-size: 12px;
  }
  .article-wrap__more__body__list__item__text {
    font-size: 10px;
    line-height: 1.6;
  }
  .article-wrap__more__body__list__item a {
    margin-bottom: 10px;
  }
  .subttl {
    font-size: 36px;
  }
  .is-twoimg {
    width: 90%;
    margin: 40px auto 0 auto;
  }
  .is-oneimg {
    width: 90%;
  }
  .fivIntroEn {
    margin-top: 5px;
  }
  .menu ul {
    list-style: none;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 380px) {
  .header-wrap__hero {
    --k: 0.3;
  }
}
.header-wrap__hero {
  background-size: cover;
  width: 100%;
  height: 90vh;
  position: relative;
}
.header-wrap__fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #fecc34;
}

@media screen and (max-width: 1280px) {
  .header-wrap__hero {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
  @media screen and (max-width: 540px) {
    .catch {
      --k: 0.45;
    }
    .about-wrap__body {
      padding: 20px 0;
    }
    .article-wrap__block__txt__content {
      flex-direction: column;
      gap: 20px;
    }
    .ttl {
      font-size: 17px;
    }
  }
}
