@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.header_n.scrolled {
  background: rgba(4, 5, 10, 0.4); /* 好きな色 */
  backdrop-filter: blur(6px); /* 任意：ガラス風 */
}
.main-wrap {
  overflow: hidden;
}
body{margin-top: 0!important;}
#gt-nvframe{display:none;opacity: 0;pointer-events: none;}
.titlebox6 {
  justify-content: flex-start;
}
.titlebox6 p {
  position: relative;
  padding-right: 20px; /* 線との余白 */
  margin-right: 20px;
}
.titlebox6 p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 28px; /* 線の高さ調整 */
  background: #222; /* 色 */
  transform: translateY(-50%);
}
.boxwrap2 {
  display: flex;
  gap: clamp(40px, 6vw, 90px);
  align-items: flex-start;
}
.boxwrap2 .leftbox {
  flex: 0 0 40%;
}
.boxwrap2 .rightbox {
  flex: 1;
}
@media (max-width: 768px) {
  .boxwrap2 {
    flex-direction: column; /* ← 横→縦 */
  }
  .boxwrap2 .leftbox, .boxwrap2 .rightbox {
    flex: none; /* ← 40%や1を解除 */
    width: 100%; /* ← 幅100% */
  }
}
.company_a .company-wrap .item:not(:last-of-type) {
  border-bottom: 1px solid #73663C;
}
.company_a .company-wrap .item:last-of-type {
  border-bottom: 1px solid #73663C;
}
.faq_e .box_wrap {
  width: 100%;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}
.faq_e .box {
  width: 100%;
  flex: 0 0 100%;
}
.faq_e .box .qbox {
  position: relative;
  padding: 10px 5px;
  padding-right: 30px;
  justify-content: flex-start;
}
.faq_e .box .abox {
  margin-top: 10px;
  background-color: #fff;
  padding: 20px;
}
.faq_e .box .qbox p {
  width: 40px;
}
.faq_e .box .qbox h3 {
  flex: 1;
}
@media screen and (max-width: 576px) {
  .faq_e .box .qbox .icon {
    width: 15px;
    height: 15px;
  }
  .faq_e .box .qbox p {
    width: 20px;
  }
  .faq_e .box .qbox h3 {
    flex: 1;
  }
}
.newstop_e .contents .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 50px 40px;
}
.newstop_e .contents .webgene-blog .webgene-item {
  width: calc(100% / 4 - 120px / 4);
}
.newstop_e .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 2px;
  margin-bottom: 15px;
}
.newstop_e .webgene-blog .webgene-item .date {
  line-height: 1;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
}
.newstop_e .webgene-blog .webgene-item .catename {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  background: transparent;
  margin-top: 8px;
}
.newstop_e .contents .webgene-blog .webgene-item h2 {
  line-height: 1.6;
  color: #fff;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .newstop_e .contents .webgene-blog {
    gap: 60px 40px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: calc(100% / 3 - 80px / 3);
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .newstop_e .contents .webgene-blog {
    gap: 60px 50px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: calc(100% / 2 - 50px / 2);
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .newstop_e .cate-wrap .webgene-blog .webgene-item a {
    padding: 3px 12px;
  }
  .newstop_e .contents .webgene-blog {
    width: 90%;
    margin: 0 auto;
    gap: 40px;
  }
  .newstop_e .contents .webgene-blog .webgene-item {
    width: 100%;
  }
}
.section05 p, .section05 h2, .section05 h3 {
  color: #fff;
}
.section04 .titlebox2 p, .section04 .entxt {
  opacity: 0.7;
}
.section03 .boxwrap1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: clamp(100px, 6vw, 120px);
  flex-wrap: nowrap;
}
.section03 > .boxwrap1 > .imgbox {
  width: min(350px, 22vw);
  aspect-ratio: 254 / 381;
  margin-top: 280px;
}
.section03 > .boxwrap1 > .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section03 .boxwrap1 {
    flex-direction: column;
    gap: 30px;
  }
  .section03 .boxwrap1 > .imgbox {
    width: min(250px, 85vw); /* ★大きさ */
    aspect-ratio: 254 / 381;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto; /* ★中央配置 */
  }
}
.column3_f .boxwrap {
  gap: clamp(35px, 4vw, 60px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.column3_f .boxwrap > a {
  flex: 0 0 calc((100% - 2 * clamp(35px, 4vw, 60px)) / 3);
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 188px;
}
/* card自体も同じ幅でOK（今の指定を維持） */
.column3_f .card1 {
  flex: 0 0 calc((100% - 2 * clamp(35px, 4vw, 60px)) / 3);
  max-width: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; /* 帯と画像を一体化 */
}
.column3_f .line {
  width: 95%;
  height: 1px;
  background: #73663C; /* 青みグレー */
  margin: 6px auto 8px;
}
.column3_f .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: clamp(12px, 3vw, 20px);
}
.column3_f .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.column3_f .txtbox {
  width: 100%;
}
.column3_f .title {
  margin: 0 0 14px;
  letter-spacing: .02em;
}
.column3_f .txtbox p {
  margin: 0;
  line-height: 2;
  color: #666;
}
.beforeline {
  position: relative;
  padding-left: 28px; /* 線の分の余白 */
}
/* 左の線 */
.beforeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px; /* 線の長さ */
  height: 1px; /* 太さ */
  background: #fff; /* 色 */
}
.pagetitle {
  position: relative;
  width: 100%;
  max-height: 640px;
  min-height: 320px;
  aspect-ratio: 2.25 / 1;
  justify-content: flex-start;
  align-items: flex-end;
}
.pagetitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 0;
}
.pagetitle::before {
  content: "";
  position: absolute;
  inset: 0;
  /* 例：上だけ暗くするグラデ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}
body.gjs-dashed .pagetitle::after {
  display: none;
}
.pagetitle {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
}
.pagetitle > div {
  padding-left: 50px;
  padding-right: 50px;
}
.pagetitle a p {
  color: #fff;
}
.pagetitle .txtbox {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 5;
}
.pagetitle .txtbox p {
  color: #fff;
}
.pagetitle .txtbox h1, .pagetitle .txtbox .title {
  letter-spacing: 0.1rem;
  color: #fff;
}
.pagetitle .txtbox h1, .pagetitle .txtbox p {
  opacity: 0;
}
body.gjs-dashed .pagetitle .txtbox h1, body.gjs-dashed .pagetitle .txtbox p {
  opacity: 1;
}
.pagetitle .txtbox h1 {
  animation-name: pagetitle1;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
.pagetitle .txtbox p {
  animation-name: pagetitle2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  font-weight: 300;
  animation-delay: 0.4s;
}
@keyframes pagetitle1 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.2rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@keyframes pagetitle2 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.1rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.3rem;
  }
}
@keyframes pagetitle3 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: translateX(0px);
  }
}
.recruit_wrap1 {
  color: #fff;
  position: relative;
  height: clamp(380px, 60vw, 570px);
}
.recruit_wrap1 > * {
  position: relative;
  z-index: 2;
}
/* =========================
   Footer Bottom (整理版)
   ※レイアウトは変更しない
========================= */
.footer_bottom {
  padding-top: clamp(50px, 6vw, 80px);
  color: #fff;
  background: #0C1020;
}
.footer_bottom p {
  color: #fff;
}
.footer_bottom .leftbox .opa08 {
  opacity: 0.6;
}
.footer .footer_bottom .leftbox {
  width:  370px; 
  padding-right: clamp(30px, 4vw, 60px);
    flex-direction: column;
}
.footer .footer_bottom .rightbox {
  flex: 1; /* 残り全部 */
  min-width: 0; /* Gridがはみ出さない */
  width: 70%; /* 既存維持（見た目を変えないため残す） */
  position: relative;
  padding-left: clamp(30px, 4vw, 60px);
}
/* 縦ライン */
.footer .footer_bottom .rightbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
/* -------------------------
   Menu Grid
------------------------- */
.footer .footer_bottom .rightbox .ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  max-width: 900px; /* 4列分の上限 */
  column-gap: clamp(40px, 6vw, 50px);
  row-gap: 18px;
}
.footer .footer_bottom .rightbox .ul .li p {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  padding-left: 18px; /* 左の線分 */
  margin: 0;
}
.footer .footer_bottom .rightbox .ul .li p.en {
  font-size: clamp(16px, 2.0vw, 20px);
  position: relative; /* ::afterの基準 */
}
.footer .footer_bottom .rightbox .ul .li p.jp {
  font-size: clamp(14px, 1.2vw, 15px);
  opacity: 0.6;
}
/* 左の「線」 */
.footer .footer_bottom .rightbox .ul .li p.en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  transition: ease 0.3s;
}
.footer .footer_bottom .rightbox .ul .li a:hover p.en::after {
  transform: translateY(-50%) translateX(3px);
}
/* -------------------------
   Buttons + Instagram (snsbox)
------------------------- */
.snsboxwrap {
  gap: 18px;
}
.footer_bottom .snsbox {
  display: flex;
  align-items: center;
  gap: 18px;
}
/* ボタン */
.footer_bottom .snsbox .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 220px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(6px);
}
.footer_bottom .snsbox .more a p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-family: "EB Garamond", "Zen Old Mincho", "serif";
}
.footer_bottom .copyright {
  font-size: 12px; /* 小さめ */
  opacity: 0.5; /* 薄め */
  text-align: right; /* 右寄せ */
  margin-top: 40px; /* 上との間隔（任意） */
}
@media (max-width: 1080px) {
  .footer .footer_bottom .leftbox {
    width:  300px;
    padding-right: clamp(20px, 3vw, 40px);
  }
  .footer .footer_bottom .rightbox {
    width: auto; /* %固定を解除して自然に */
  }
  .footer .footer_bottom .rightbox .ul {
    max-width: none; /* 伸びてもOK */
    column-gap: clamp(24px, 4vw, 40px);
  }
  .footer_bottom .snsbox {
    flex-wrap: wrap; /* ボタンが収まらない時は折り返し */
    gap: 12px;
  }
  .footer_bottom .snsbox .more a {
    min-width: 200px;
  }
}
/* 768px以下：縦並び＋縦ラインなし＋メニュー2列 */
@media (max-width: 768px) {
  .snsboxwrap {
    justify-content: center;
  }
  .footer_bottom > .flex {
    flex-direction: column;
    gap: 26px;
  }
  .footer .footer_bottom .leftbox {
    padding-right: 0;
  }
  .footer .footer_bottom .rightbox {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
  .footer .footer_bottom .rightbox::before {
    content: none;
  }
  .footer .footer_bottom .rightbox .ul {
    display: none;
  }
  .footer_bottom .snsbox {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer_bottom .snsbox .more a {
    width: 100%; /* ボタンを1行いっぱいに（見やすい） */
    min-width: 0;
  }
  .footer_bottom .snsbox > a[target="_blank"] {
    width: 100%; /* 1行使う（下にある場合） */
    display: flex;
    justify-content: center; /* 中央 */
    margin-top: 10px; /* 上の余白（任意） */
  }
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.more1 {
  display: flex;
}
.more1 a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}
/* ========= アイコン枠 ========= */
.more1 .icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===== 初期：白い点 ===== */
.more1 .icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition: .35s ease;
}
/* ===== 花火SVG（最初は見えない） ===== */
.more1 .icon img {
  width: 22px;
  height: 22px;
  opacity: 0;
  transform: scale(0.4) translateY(-2px);
  transition: .35s ease;
}
/* ========= hover ========= */
/* 点が大きく → 消える */
.more1 a:hover .icon::before {
  transform: scale(1.8);
  opacity: 0;
}
/* 花火が出現 */
.more1 a:hover .icon img {
  opacity: 1;
  transform: scale(1.2) translateY(-2px);
}
/* リンク移動 */
.more1 a:hover {
  opacity: .92;
}
/* ========= テキスト ========= */
.more1 p {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #fff;
}
.more1b a, .more1b p {
  color: rgba(0, 0, 0, 0.75);
}
.more1b .icon::before {
  background: rgba(0, 0, 0, 0.75);
}
.entitle1 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18em;
}
.entitle2 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.2rem;
}
.entitle3 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(50px, 3vw, 70px);
  letter-spacing: 0.1rem;
}
.fonteb {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.default_title1 {
  font-size: clamp(28px, 4vw, 45px);
}
.default_title2 {
  font-size: clamp(24px, 3vw, 40px);
}
.default_title3 {
  font-size: clamp(17px, 1.8vw, 22px);
}
.default_title4 {
  font-size: clamp(22px, 2.8vw, 28px);
}
.default_txt1 {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 2;
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 2;
}
.default_txt3 {
  font-size: clamp(15px, 1.6vw, 18px);
}
.default_txt4 {
  font-size: clamp(16px, 2.0vw, 20px);
}
.color1 {
  color: #7E7E7E;
}
.color2 {
  color: #73663C;
}
.color3 {
  color: #AF818E;
}
.color4 {
  color: #9084AA;
}
.bg1 {
  background: #161D39;
}
.bg2 {
  background: #0C1020;
}
.bg3 {
  background: #AF818E;
}
.txtwhite {
  color: #fff;
}
.titlebox1 {
  flex-wrap: nowrap;
  flex-direction: row-reverse; /* 英語を右側に */
  align-items: flex-start;
  gap: 28px;
  color: #fff;
}
/* 英語（右・縦） */
.titlebox1 .entitle1 {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: rgba(255, 255, 255, 0.65);
}
.titlebox1 .title1 {
  display: flex;
  flex-direction: row-reverse; /* ★追加：見本の並びになる */
  gap: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.titlebox1 .title1 span:nth-child(2) {
  margin-top: 0.9em;
}
/* 3列目 */
.titlebox1 .title1 span:nth-child(3) {
  margin-top: 1.8em;
}
/* 1列（1 span） */
.titlebox1 .title1 span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.2;
  /* 句読点の見え方を改善（和風サイト定番） */
  font-feature-settings: "palt";
}
.titlebox2 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.titlebox3 {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 28px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.titlebox4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
/* 英語タイトル */
.titlebox4 p {
  color: #ffffff;
  margin: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
}
/* 「―」を疑似要素で追加 */
.titlebox4 p::after {
  content: "―";
  margin-left: 12px;
  font-size: 20px;
  color: #73663C; /* ゴールド */
}
/* 日本語タイトル */
.titlebox4 h2 {
  margin-top: 4px;
  line-height: 1;
}
.fixed_cta {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 97;
  display: flex;
  gap: 20px;
  transition: opacity .3s ease;
}
.more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
}
.more p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
}
.more a:hover {
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .fixed_cta {
    bottom: 30px;
    gap: 10px;
    width: 92%;
  }
  /* 2つ並びを維持 */
  .fixed_cta .more {
    flex: 1;
  }
  .more a {
    min-width: 0; /* ★固定幅解除 */
    width: 100%; /* ★横いっぱい */
    padding: 10px 0;
    border-radius: 999px;
    font-size: 15px;
  }
  .more p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px clamp(16px, 4vw, 30px);
  justify-content: space-between;
  z-index: 99;
  flex-wrap: nowrap;
    overflow: hidden;
}
.header_n.on {
  mix-blend-mode: difference;
}
.header_n .logo {
  width: 30%;
  max-width: 220px;
}
.header_n .head_nav {
  gap: clamp(16px, 2vw, 30px);
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu {
  display: none;
}
.header_n .head_nav .head_menu .ul {
  flex-wrap: nowrap;
  gap: 30px;
}
.header_n .head_nav .head_menu .ul .li a p {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(14px, 1.6vw, 17px);
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.header_n .head_nav .more a {
  padding-top: 13px;
}
.header_n .head_nav .menu-bt {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.header_n .head_nav .menu-bt p {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 15px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: ease 0.3s;
  pointer-events: none;
}
.header_n .head_nav .menu-bt p.close_txt {
  opacity: 0;
}
.header_n .head_nav .menu-bt.active p.open_txt {
  opacity: 0;
}
.header_n .head_nav .menu-bt.active p.close_txt {
  opacity: 1;
}
.header_n .head_nav .menu-bt .line {
  position: relative;
  width: 32px;
  height: 16px;
}
.header_n .head_nav .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #FFFFFF;
  transition: ease 0.3s;
}
.header_n .head_nav .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .head_nav .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_n .head_nav .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.header_n .head_nav .menu-bt.active .line div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_n .head_nav .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_n .head_nav .menu-bt.active .line div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header_n .head_nav .head_menu {
  display: block;
}
}
/* ナビのaを縦並び中央に（英：上／日：下） */
.header_n .head_nav .head_menu .ul .li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px; /* 英と日の間隔 */
  height: 55px; /* 画像のヘッダー高さ感 */
  padding: 0 6px;
  text-decoration: none;
}
.header_n .head_nav .head_menu .ul .li p {
  text-align: center;
}
/* 英語（上段） */
.header_n .head_nav .head_menu .ul .li a p.en {
  letter-spacing: 0.18em;
  line-height: 1;
}
/* 日本語（下段） */
.header_n .head_nav .head_menu .ul .li a p.jp {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 5px;
  white-space: nowrap;
}
.header_n .head_nav .head_menu .ul {
  gap: clamp(16px, 4vw, 40px);
}
.header_n .head_nav .lang {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  height: 55px; /* ナビと高さを揃える */
}
.header_n .head_nav .lang a, .header_n .head_nav .lang span {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.header_n .head_nav .lang p {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 18px;
}
.header_n .head_nav .lang a.active {
  pointer-events: none; /* ← クリック不可 */
  cursor: default; /* ← 手のカーソルを消す */
}
.header_n .head_nav .lang a.active p {
  color: #fff;
  font-weight: 600;
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.90);
  z-index: 98;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 100px 20px 50px;
}
.menu-wrap .menuwarap_box {
  gap: 60px;
  width: 90%;
  max-width: 1000px;
}
.menu-wrap .ul {
  justify-content: center;
  align-items: stretch;
  gap: 30px 10px;
}
.menu-wrap .ul .li {
  width: calc(100% / 3 - 20px / 3);
}
.menu-wrap .ul .li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  background-color: rgba(25, 30, 43, 0.50);
}
.menu-wrap .ul .li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: ease 0.3s;
  width: 8px;
  height: 10px;
  background-image: url("https://saikienkahonten.co.jp/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.menu-wrap .ul .li a:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.menu-wrap .ul .li p {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  color: #fff;
  text-align: center;
}
.menu-wrap .ul .li p.en {
  font-size: clamp(16px, 2.0vw, 20px);
}
.menu-wrap .ul .li p.jp {
  font-size: clamp(12px, 1.2vw, 14px);
}
.menu-wrap .linkbox {
  gap: 20px 30px;
}
.menu-wrap .linkbox a {
  width: 280px;
}
.menu-wrap .snsbox {
  gap: 20px 30px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  /* ---------- header_n ---------- */
  .header_n .head_nav .head_menu .ul {
    gap: 20px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .header_n .head_nav .head_menu {
    display: none !important;
  }
  .header_n .head_nav .lang {
    border-left: none;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  /* ---------- header_n_j ---------- */
  .header_n .head_nav {
    gap: 30px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  /* ---------- header_n_j ---------- */
  .header_n {
    padding: 15px 20px;
  }
  .header_n .head_nav .more {
    display: none;
  }
  .header_n .logo {
    width: 50%;
  }
  .menu-wrap > div {
    padding: 80px 20px 30px;
  }
  .menu-wrap .menuwarap_box {
    gap: 30px;
    width: 100%;
    padding: 0px;
  }
  .menu-wrap .ul {
    gap: 10px 10px;
  }
  .menu-wrap .ul .li {
    width: calc(100% / 2 - 10px / 2);
  }
  .menu-wrap .ul .li a {
    padding: 6px 10px;
    padding-left: 15px;
  }
  .menu-wrap .ul .li a::after {
    right: 10px;
    width: 6px;
    height: 8px;
  }
  .menu-wrap .ul .li p {
    text-align: left;
  }
  .menu-wrap .linkbox {
    gap: 10px 20px;
  }
  .menu-wrap .linkbox a {
    width: 240px;
  }
  .menu-wrap .snsbox {
    gap: 20px 30px;
  }
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
html {}
body {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  background-color: #EFEFEF;
  color: #222222;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}