@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Tonkoya
Author: 株式会社ジャンプス
*/
.sec_bg1 {
  --sec-color: #f6f4ef;
}

.sec_bg2 {
  --sec-color: #cfdeeb;
}

.sec_bg3 {
  --sec-color: #215eb7;
}

.sec_bg4 {
  --sec-color: #1d2087;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 4vw;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

/* 欧文フォント */
.eg {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

/* 日本語フォント */
.jp {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.deco {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .tbnone {
    display: none;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  p {
    padding-bottom: 1em;
  }
}
p.tate {
  padding-bottom: 0;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  p.tate {
    padding-left: 1em;
  }
}
.sec p:last-of-type {
  padding-bottom: 0;
}
.sec p:last-of-type.tate {
  padding-left: 0;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: currentColor;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

h2.secttl {
  display: block;
  padding-bottom: 3.25em;
}
@media screen and (max-width: 768px) {
  h2.secttl {
    padding-bottom: 1.5em;
  }
}
h2.secttl.tate {
  padding-bottom: 0;
  padding-left: 3.25em;
}
@media screen and (max-width: 768px) {
  h2.secttl.tate {
    padding-left: 2em;
  }
}
h2.secttl.tate .eg {
  margin-top: 0;
  margin-right: -0.35em;
}
h2.secttl .eg {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  color: currentColor;
  font-size: 5em;
  line-height: 1.5em;
  margin-top: -0.35em;
}
@media screen and (max-width: 768px) {
  h2.secttl .eg {
    font-size: 3em;
    line-height: 1.25em;
  }
}
h2.secttl .jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  color: currentColor;
  font-size: 1.5em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  h2.secttl .jp {
    font-size: 1.25em;
  }
}

.vw {
  writing-mode: vertical-rl;
}

.omoji {
  text-transform: uppercase;
}

.tate {
  writing-mode: vertical-rl;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 塗りのカラー設定 */
.fill_seccolor {
  fill: var(--sec-color);
  fill-rule: evenodd;
}

.fill_blue1 {
  fill: #ffffff;
  fill-rule: evenodd;
}

.fill_blue2 {
  fill: #ffffff;
  fill-rule: evenodd;
}

/* 読み込み遅延 */
img {
  transition: 1.2s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0,
.lazyload1,
.lazyload2,
.lazyload3,
.lazyload4 {
  transition: 1.2s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded,
.lazyload1.lazyloaded,
.lazyload2.lazyloaded,
.lazyload3.lazyloaded,
.lazyload4.lazyloaded {
  transition: 1.2s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded,
#front-page section .lazyload1.lazyloaded,
#front-page section .lazyload2.lazyloaded,
#front-page section .lazyload3.lazyloaded,
#front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded,
#front-page section.on .lazyload1.lazyloaded,
#front-page section.on .lazyload2.lazyloaded,
#front-page section.on .lazyload3.lazyloaded,
#front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded,
  #front-page section.onsp .lazyload1.lazyloaded,
  #front-page section.onsp .lazyload2.lazyloaded,
  #front-page section.onsp .lazyload3.lazyloaded,
  #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded,
  #front-page section.onsp .lazyload1.lazyloaded,
  #front-page section.onsp .lazyload2.lazyloaded,
  #front-page section.onsp .lazyload3.lazyloaded,
  #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded,
  #front-page section.onsp .lazyload1.lazyloaded,
  #front-page section.onsp .lazyload2.lazyloaded,
  #front-page section.onsp .lazyload3.lazyloaded,
  #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded,
  #front-page section.onsp .lazyload1.lazyloaded,
  #front-page section.onsp .lazyload2.lazyloaded,
  #front-page section.onsp .lazyload3.lazyloaded,
  #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded,
  #front-page section.onsp .lazyload1.lazyloaded,
  #front-page section.onsp .lazyload2.lazyloaded,
  #front-page section.onsp .lazyload3.lazyloaded,
  #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  color: currentColor;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.5s ease;
  backface-visibility: hidden;
}
a:hover {
  color: currentColor;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= お知らせ ============================================================ */
.news-list {
  display: flex;
  flex-direction: column;
}
.news-list .news-item {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 0.05em #000000;
}
.news-list .news-item a {
  display: flex;
  gap: 1em;
  padding: 1em 2em 1em 0.5em;
}
.news-list .news-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .news-list .news-item a:after {
    width: 0.8em;
    height: 0.72em;
  }
}
.news-list .news-item a:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
.news-list .news-item a .date {
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .news-list .news-item a .date {
    line-height: 2em;
  }
}
.news-list .news-item a .news-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 2em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
@media screen and (max-width: 768px) {
  .news-list .news-item a .news-ttl {
    font-size: 1em;
  }
}

/* ================= 店舗 ============================================================ */
.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 2%;
}
@media screen and (max-width: 768px) {
  .shop-list {
    gap: 1em 2%;
  }
}
@media screen and (max-width: 480px) {
  .shop-list {
    gap: 1.5em;
  }
}
.shop-list .shop-item {
  width: auto;
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 12/7;
  overflow: hidden;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .shop-list .shop-item {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .shop-list .shop-item {
    width: 100%;
  }
}
.shop-list .shop-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.18;
}
.shop-list .shop-item a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.shop-list .shop-item a .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5em;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .shop-list .shop-item a .txt {
    padding: 1em;
  }
}
.shop-list .shop-item a .txt .shop-name {
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .shop-list .shop-item a .txt .shop-name {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  .shop-list .shop-item a .txt .shop-name {
    font-size: 1em;
  }
}
.shop-list .shop-item a .txt .shop-address {
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.shop-list .shop-item a .bgimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.shop-list .shop-item a:hover {
  opacity: 1;
  color: #ffffff;
}
.shop-list .shop-item a:hover img {
  opacity: 1;
  scale: 1.1;
}

/* ================= 店舗詳細（アーカイブ） ============================================================ */
.shop-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shop-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .shop-detail {
    grid-template-columns: 1fr;
  }
}
.shop-detail-item {
  width: 100%;
  height: auto;
  position: relative;
}
.shop-detail-link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.shop-detail-image {
  width: 100%;
  height: auto;
}
.shop-detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-detail-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 1.5;
  padding-top: 0.75em;
}

/* 矢印ループ用のキーフレーム */
@keyframes arrowSlide {
  /* 1. 右へ移動して消える */
  49% {
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
  }
  /* 2. 透明なまま一瞬で左側の外へワープ */
  50% {
    transform: translateY(-50%) translateX(-100%);
    opacity: 0;
  }
  /* 3. 左から元の位置へ移動しながら出現 */
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.btn {
  display: block;
  width: 100%;
}
.btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .btn a:after {
    width: 0.8em;
    height: 0.72em;
  }
}
.btn a:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: auto;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 4vw;
  }
}
body {
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0;
  background: #f3f3f3;
  color: #000000;
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 7.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#wrapper {
  width: auto;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
}
#wrapper::before, #wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  z-index: 5;
}
#wrapper::before {
  background-image: url("data:image/svg+xml;utf8,      <svg xmlns='http://www.w3.org/2000/svg'>      <filter id='noise1'>      <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/>      <feColorMatrix type='saturate' values='0'/>      <feComponentTransfer>        <feFuncR type='linear' slope='1' intercept='0.3'/>        <feFuncG type='linear' slope='1' intercept='0.3'/>        <feFuncB type='linear' slope='1' intercept='0.3'/>      </feComponentTransfer>      </filter>      <rect width='100%' height='100%' filter='url(%23noise1)'/>      </svg>");
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#wrapper::after {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg'>    <filter id='noise2'>        <feTurbulence     type='fractalNoise'     baseFrequency='0.8'     numOctaves='3'     stitchTiles='stitch'/>        <feColorMatrix type='saturate' values='0'/>        <feComponentTransfer>      <feFuncR type='gamma' amplitude='1' exponent='2.2' offset='0' tableValues='0 0 1'/>      <feFuncG type='gamma' amplitude='1' exponent='2.2' offset='0' tableValues='0 0 1'/>      <feFuncB type='gamma' amplitude='1' exponent='2.2' offset='0' tableValues='0 0 1'/>    </feComponentTransfer>        </filter>    <rect width='100%' height='100%' filter='url(%23noise2)'/>    </svg>");
  opacity: 1;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  width: 100%;
  height: 4em;
  box-sizing: border-box;
  color: #ffffff;
}
#header.is-light {
  color: #000000;
}
#header.is-dark {
  color: #ffffff;
}
#header .innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  #header .innerbox {
    padding: 0 1.5em;
  }
}
#header .innerbox h1.logo a {
  display: flex;
  align-items: flex-end;
  color: inherit;
  gap: 0.6em;
}
#header .innerbox h1.logo a .ltxt {
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #header .innerbox h1.logo a .ltxt {
    font-size: 1.5em;
  }
}
#header .innerbox h1.logo a .stxt {
  font-size: 0.7em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #header .innerbox h1.logo a .stxt {
    font-size: 0.6em;
  }
}
#header .innerbox .gnav-container {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #header .innerbox .gnav-container {
    display: none;
  }
}
#header .innerbox .gnav-container .gnav {
  display: flex;
  gap: 2em;
}
#header .innerbox .gnav-container .gnav li a {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  color: inherit;
}
#header .innerbox .gnav-container .gnav li a .jptxt {
  display: none;
}

.cta {
  position: sticky;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-top: -9.5em;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .cta {
    padding-right: 0.5em;
    padding-bottom: 1em;
  }
}
.cta.is-light {
  color: #000000;
}
.cta.is-light .rotate-img .white {
  display: none !important;
}
.cta.is-light .rotate-img .black {
  display: block !important;
}
.cta.is-dark {
  color: #ffffff;
}
.cta.is-dark .rotate-img img.white {
  display: block !important;
}
.cta.is-dark .rotate-img img.black {
  display: none !important;
}
.cta .wrapper {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 8.5em;
  height: 8.5em;
  pointer-events: all;
  transition: transform 1s ease;
  transform-origin: right bottom;
}
@media screen and (max-width: 480px) {
  .cta .wrapper {
    width: 7em;
    height: 7em;
  }
}
.cta .wrapper a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0s ease;
  backface-visibility: hidden;
}
.cta .wrapper a .txtbox {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 0.006em;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 480px) {
  .cta .wrapper a .txtbox {
    font-size: 0.75em;
  }
}
.cta .wrapper a .rotate-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.cta .wrapper a .rotate-img img {
  width: 100%;
  height: 100%;
}
.cta .wrapper a .rotate-img img.white {
  display: block;
}
.cta .wrapper a .rotate-img img.black {
  display: none;
}
.cta .wrapper a:hover img {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .cta.is-scrolled {
    color: #ffffff !important;
  }
  .cta.is-scrolled .wrapper {
    transform: scale(0.6);
  }
  .cta.is-scrolled .wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000000;
    z-index: -1;
  }
  .cta.is-scrolled .wrapper .rotate-img .white {
    display: block !important;
  }
  .cta.is-scrolled .wrapper .rotate-img .black {
    display: none !important;
  }
}

.bgmov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -5;
}
.bgmov video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  /* 背景動画のUIコントロールを強制非表示 */
}
.bgmov video::-webkit-media-controls {
  display: none !important;
}
.bgmov::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn,
.hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block;
  }
}
.page-template-page-form-step .hm_btn,
.page-template-page-form-step .hm_menu_wrap {
  display: block;
}

.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  cursor: pointer;
  z-index: 9999999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #ffffff;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #ffffff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}
.hm_btn.is-light::before, .hm_btn.is-light::after {
  background-color: #000000;
}
.hm_btn.is-light::before {
  box-shadow: #000000 0 0.532em 0;
}
.hm_btn.is-dark::before, .hm_btn.is-dark::after {
  background-color: #ffffff;
}
.hm_btn.is-dark::before {
  box-shadow: #ffffff 0 0.532em 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #ffffff 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #ffffff;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  padding: 10em 5em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent {
    padding: 10em 2.5em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav li {
  width: -moz-fit-content;
  width: fit-content;
}
.hm_menu_wrap .hm_inner .menucontent .gnav li a {
  display: inline-block;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav li a .jptxt {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0;
  line-height: 1em;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  top: 0;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent::before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: blur(1em);
  transition-delay: 1s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .imgbox img.tai,
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .imgbox img.sawara {
  opacity: 1;
  transition-delay: 1s;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .imgbox img.tai {
  transform: translate(0, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .imgbox img.sawara {
  transform: translate(0, 0) rotate(35deg) scaleX(-1);
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  color: #ffffff;
}
#footer a {
  color: inherit;
}
#footer .footer-top {
  background-color: #0c0c0c;
  padding: 5em 0;
}
#footer .footer-top .innerbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .innerbox {
    flex-direction: column;
    gap: 2.5em;
  }
}
#footer .footer-top .sitemap-container {
  width: 50%;
  height: 11em;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .sitemap-container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-top .sitemap-container {
    height: 18em;
  }
}
#footer .footer-top .sitemap-container .sitemap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 5em;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .sitemap-container .sitemap {
    align-content: center;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-top .sitemap-container .sitemap {
    gap: 1em 2.5em;
  }
}
#footer .footer-top .sitemap-container .sitemap .parent-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-top .sitemap-container .sitemap .parent-item .parent-link {
  display: block;
  line-height: 1;
  color: #cccccc;
}
#footer .footer-top .sitemap-container .sitemap .parent-item .parent-link:hover {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #footer .footer-top .sitemap-container .sitemap .parent-item .parent-link {
    font-size: 0.9em;
  }
}
#footer .footer-top .sitemap-container .sitemap .parent-item .child-nav {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.8em;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  #footer .footer-top .sitemap-container .sitemap .parent-item .child-nav {
    gap: 0.6em;
  }
}
#footer .footer-top .sitemap-container .sitemap .parent-item .child-nav .child-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-top .sitemap-container .sitemap .parent-item .child-nav .child-item .child-link {
  display: block;
  line-height: 1;
  font-size: 0.8em;
  color: #999999;
}
#footer .footer-top .sitemap-container .sitemap .parent-item .child-nav .child-item .child-link:hover {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #footer .footer-top .sitemap-container .sitemap .parent-item .child-nav .child-item .child-link {
    font-size: 0.7em;
  }
}
#footer .footer-top .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info {
    width: 100%;
  }
}
#footer .footer-top .info .site-name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info .site-name {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-top .info .site-name {
    align-items: center;
  }
}
#footer .footer-top .info .site-name .top-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: 0.9em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info .site-name .top-txt {
    font-size: 0.8em;
  }
}
#footer .footer-top .info .site-name .bottom-txt {
  display: flex;
  align-items: flex-end;
  gap: 0.8em;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info .site-name .bottom-txt {
    gap: 0.5em;
  }
}
#footer .footer-top .info .site-name .bottom-txt .lefttxt {
  font-size: 3.75em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info .site-name .bottom-txt .lefttxt {
    font-size: 3.45em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-top .info .site-name .bottom-txt .lefttxt {
    font-size: 3.35em;
  }
}
#footer .footer-top .info .site-name .bottom-txt .righttxt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .footer-top .info .site-name .bottom-txt .righttxt span {
  display: block;
}
#footer .footer-top .info .site-name .bottom-txt .righttxt .jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info .site-name .bottom-txt .righttxt .jp {
    font-size: 1em;
  }
}
#footer .footer-top .info .site-name .bottom-txt .righttxt .eg {
  font-size: 0.65em;
  letter-spacing: 0.2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .info .site-name .bottom-txt .righttxt .eg {
    font-size: 0.55em;
  }
}
#footer .footer-top .info .footer-subnav {
  display: flex;
  justify-content: flex-end;
  gap: 2.1em;
}
@media screen and (max-width: 480px) {
  #footer .footer-top .info .footer-subnav {
    width: 100%;
    gap: 1em;
    justify-content: center;
  }
}
#footer .footer-top .info .footer-subnav .privacy a {
  font-size: 0.8em;
  color: #999999;
}
#footer .footer-top .info .footer-subnav .privacy a:hover {
  color: #ffffff;
}
#footer .footer-top .info .footer-subnav .copyright {
  font-size: 0.9em;
  opacity: 0.6;
}
#footer .footer-bottom {
  padding: 1.75em 0;
  background-color: #000000;
}
#footer .footer-bottom .innerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .innerbox {
    flex-direction: column;
    gap: 1.5em;
  }
}
#footer .footer-bottom .group-sites {
  display: flex;
  align-items: center;
  gap: 2.1em;
}
@media screen and (max-width: 480px) {
  #footer .footer-bottom .group-sites {
    flex-direction: column;
    gap: 1.5em;
  }
}
#footer .footer-bottom .group-sites .txtbox {
  color: #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  opacity: 0.6;
}
#footer .footer-bottom .group-sites .txtbox .ltxt {
  font-size: 1em;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
}
#footer .footer-bottom .group-sites .txtbox .stxt {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
#footer .footer-bottom .group-sites .logo-list {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 480px) {
  #footer .footer-bottom .group-sites .logo-list {
    gap: 0.5em;
  }
}
#footer .footer-bottom .group-sites .logo-list li {
  width: 6.5em;
  height: 6.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .group-sites .logo-list li {
    width: 4em;
    height: 4em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-bottom .group-sites .logo-list li {
    width: 3.75em;
    height: 3.75em;
  }
}
#footer .footer-bottom .group-sites .logo-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: 0.05em solid #ffffff;
  opacity: 0.6;
}
#footer .footer-bottom .group-sites .logo-list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#footer .footer-bottom .group-sites .logo-list li a:hover {
  opacity: 1;
}
#footer .footer-bottom .snsbox {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .snsbox {
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-bottom .snsbox {
    justify-content: center;
  }
}
#footer .footer-bottom .snsbox span {
  font-size: 0.9em;
  opacity: 0.5;
}
#footer .footer-bottom .snsbox .sns-list {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}
#footer .footer-bottom .snsbox .sns-list li {
  width: 1.5em;
  height: 1.5em;
}
#footer .footer-bottom .snsbox .sns-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
#footer .footer-bottom .snsbox .sns-list li a:hover {
  opacity: 1;
}
#footer .footer-bottom .snsbox .sns-list li a i {
  font-size: 1.5em;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page .sec p:has(+ .btn) {
  padding-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  body#front-page .sec p:has(+ .btn) {
    padding-bottom: 2em;
  }
}
body#front-page .sec .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
}
body#front-page .sec .bg-img .imgbox {
  position: absolute;
  pointer-events: all;
}
body#front-page .sec .bg-img .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page .sec .bg-txt {
  position: absolute;
  z-index: 10;
}
body#front-page #top-fv {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  height: 100dvh;
  background: transparent;
}
body#front-page #top-fv .innerbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
body#front-page #top-fv .innerbox .site-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
}
body#front-page #top-fv .innerbox .site-name .name {
  font-size: 5em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #top-fv .innerbox .site-name .name {
    line-height: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .innerbox .site-name .name {
    font-size: 4em;
  }
}
body#front-page #top-fv .innerbox .site-name .found {
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .innerbox .site-name .found {
    font-size: 0.8em;
  }
}
body#front-page #top-fv .innerbox .maincopy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .innerbox .maincopy {
    font-size: 1.25em;
  }
}
body#front-page #top-fv .top-news {
  position: absolute;
  left: 0;
  bottom: 2.5em;
  color: #ffffff;
  border-bottom: 0.05em solid #ffffff;
  z-index: 20;
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .top-news {
    bottom: 1em;
    max-width: 16em;
  }
}
body#front-page #top-fv .top-news .wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1em;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .top-news .wrapper {
    padding-left: 1em;
  }
}
body#front-page #top-fv .top-news .wrapper h2 {
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .top-news .wrapper h2 {
    width: 100%;
  }
}
body#front-page #top-fv .top-news .wrapper .flow-container {
  width: 17em;
}
@media screen and (max-width: 480px) {
  body#front-page #top-fv .top-news .wrapper .flow-container {
    width: 12em;
  }
}
body#front-page #top-fv .top-news .wrapper .flow-container .flow-wrapper .flow-item {
  animation-duration: 20s;
}
body#front-page #top-fv .top-news .wrapper .flow-container .flow-wrapper .flow-item .news-item {
  margin-right: 2.5em;
}
body#front-page #top-fv .top-news .wrapper .flow-container .flow-wrapper .flow-item .news-item a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
}
body#front-page #top-fv .top-news .wrapper .flow-container .flow-wrapper .flow-item .news-item a .date {
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: -0.2em;
}
body#front-page #top-fv .top-news .wrapper .flow-container .flow-wrapper .flow-item .news-item a .news-ttl {
  letter-spacing: 0;
  line-height: 1;
}
body#front-page #top-fv .top-news .wrapper .arrow {
  width: 1em;
  height: 1em;
}
body#front-page #top-fv .top-news .wrapper .arrow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body#front-page #top-about {
  background-color: #f3f3f3;
}
body#front-page #top-about.sec {
  padding-top: 20em;
  padding-bottom: 18.4em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about.sec {
    padding-top: 11em;
    padding-bottom: 22em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about.sec {
    padding: 7.5em 0;
  }
}
body#front-page #top-about .innerbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .innerbox {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .innerbox {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .innerbox .secttl {
    padding-left: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .innerbox .secttl {
    width: 100%;
    padding-left: 0;
    padding-bottom: 18em;
    writing-mode: horizontal-tb;
  }
}
body#front-page #top-about .innerbox .secttl .jp p {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .innerbox .secttl .jp p {
    padding-bottom: 1em;
  }
}
body#front-page #top-about .innerbox .secttl .jp p:first-of-type {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .innerbox .secttl .jp p:first-of-type {
    padding-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .innerbox .secttl .jp p:first-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .innerbox .sectxt {
    writing-mode: horizontal-tb;
    padding-left: 0;
    padding-bottom: 1em;
  }
}
body#front-page #top-about .innerbox .sectxt:last-of-type {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .innerbox .sectxt:last-of-type {
    padding-bottom: 0;
  }
}
body#front-page #top-about .bg-img .imgbox:nth-of-type(1) {
  top: 15em;
  right: 10em;
  width: 30em;
  height: 20em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .bg-img .imgbox:nth-of-type(1) {
    top: 36em;
    left: 2.5em;
    right: auto;
    width: 18em;
    height: 12em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .bg-img .imgbox:nth-of-type(1) {
    top: auto;
    left: auto;
    right: 7em;
    bottom: 35em;
    width: 14em;
    height: 8em;
  }
}
body#front-page #top-about .bg-img .imgbox:nth-of-type(2) {
  top: 40em;
  right: 5em;
  width: 20em;
  height: 12em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .bg-img .imgbox:nth-of-type(2) {
    top: 42em;
    right: 1.5em;
    width: 14em;
    height: 8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .bg-img .imgbox:nth-of-type(2) {
    top: auto;
    right: 1.5em;
    bottom: 28em;
    width: 9em;
    height: 6em;
  }
}
body#front-page #top-about .bg-img .imgbox:nth-of-type(3) {
  bottom: -10em;
  left: 5em;
  width: 60em;
  height: 24em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .bg-img .imgbox:nth-of-type(3) {
    left: 1.5em;
    bottom: -6em;
    width: 30em;
    height: 13em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .bg-img .imgbox:nth-of-type(3) {
    left: 1.5em;
    bottom: -4em;
    width: 20em;
    height: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .bg-img .imgbox {
    transform: none !important;
  }
}
body#front-page #top-about .bg-img .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #top-about .bg-txt {
  top: 4.5em;
  right: -1em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .bg-txt {
    right: -0.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .bg-txt {
    top: 3.5em;
    right: 0em;
  }
}
body#front-page #top-about .bg-txt span {
  display: block;
  font-size: 20em;
  line-height: 1;
  opacity: 0.1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body#front-page #top-about .bg-txt span {
    font-size: 9em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-about .bg-txt span {
    font-size: 5.5em;
  }
}
body#front-page #top-story.sec {
  padding-top: 20em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-story.sec {
    padding-top: 15em;
    padding-bottom: 15em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-story.sec {
    padding: 10em 0;
  }
}
body#front-page #top-story .innerbox {
  display: flex;
  justify-content: center;
  color: #ffffff;
}
body#front-page #top-story .bg-img .imgbox {
  position: absolute;
}
body#front-page #top-story .bg-img .imgbox:first-of-type {
  top: 40em;
  left: 10em;
  width: 28em;
  height: 15em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-story .bg-img .imgbox:first-of-type {
    top: auto;
    left: 5em;
    bottom: 3.5em;
    width: 12em;
    height: 8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-story .bg-img .imgbox:first-of-type {
    left: 1.5em;
    bottom: 3.5em;
    width: 8em;
    height: 4em;
  }
}
body#front-page #top-story .bg-img .imgbox:last-of-type {
  top: 26.5em;
  right: 5em;
  width: 30.5em;
  height: 16em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-story .bg-img .imgbox:last-of-type {
    top: auto;
    right: 2.5em;
    bottom: -3.5em;
    width: 18em;
    height: 12em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-story .bg-img .imgbox:last-of-type {
    right: 1.5em;
    bottom: -2.5em;
    width: 12em;
    height: 8em;
  }
}
body#front-page #top-story .bg-txt {
  top: 5.5em;
  left: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top-story .bg-txt {
    top: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-story .bg-txt {
    top: 4em;
  }
}
body#front-page #top-story .bg-txt .flow-container .flow-item .txt {
  font-size: 15em;
  line-height: 1.5em;
  color: #ffffff;
  opacity: 0.2;
  white-space: nowrap;
  display: block;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-story .bg-txt .flow-container .flow-item .txt {
    font-size: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-story .bg-txt .flow-container .flow-item .txt {
    font-size: 5em;
  }
}
body#front-page #top-story .secbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#front-page #top-story .secbg .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #top-service {
  background-color: #f3f3f3;
}
body#front-page #top-service .innerbox {
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #top-service .innerbox .top-box {
  padding: 0 5em;
  padding-bottom: 4em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: sticky;
  top: 10em;
  margin-bottom: 32em;
}
@media (min-aspect-ratio: 1.8/1) {
  body#front-page #top-service .innerbox .top-box {
    top: 2.5em;
    margin-bottom: 20em;
  }
}
@media (min-aspect-ratio: 2.2/1) {
  body#front-page #top-service .innerbox .top-box {
    top: -2.5em;
    margin-bottom: 20em;
  }
}
@media (min-aspect-ratio: 2.5/1) {
  body#front-page #top-service .innerbox .top-box {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .top-box {
    padding: 0 2.5em;
    padding-bottom: 2.5em;
    flex-direction: column;
    align-items: flex-start;
    top: 5em;
    margin-bottom: 20em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page #top-service .innerbox .top-box {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .top-box {
    padding: 0 1.5em;
    padding-bottom: 2.5em;
    position: relative;
    top: auto;
    margin-bottom: 0;
  }
}
body#front-page #top-service .innerbox .top-box .txtbox {
  display: flex;
  align-items: flex-end;
  gap: 2.7em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .top-box .txtbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .top-box .txtbox {
    gap: 1.5em;
  }
}
body#front-page #top-service .innerbox .top-box .txtbox .secttl {
  padding-bottom: 0;
  margin-bottom: -0.5em;
}
body#front-page #top-service .innerbox .top-box .txtbox .sectxt {
  white-space: nowrap;
  padding-bottom: 0;
}
body#front-page #top-service .innerbox .top-box .btn {
  width: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .top-box .btn {
    width: 100%;
    text-align: right;
  }
}
body#front-page #top-service .innerbox .service-list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  pointer-events: none;
  margin-top: -32em;
}
@media (min-aspect-ratio: 1.8/1) {
  body#front-page #top-service .innerbox .service-list {
    margin-top: -20em;
  }
}
@media (min-aspect-ratio: 2.2/1) {
  body#front-page #top-service .innerbox .service-list {
    margin-top: -15em;
  }
}
@media (min-aspect-ratio: 2.5/1) {
  body#front-page #top-service .innerbox .service-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list {
    margin-top: -20em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page #top-service .innerbox .service-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list {
    gap: 1.5em;
    margin-top: 0;
  }
}
body#front-page #top-service .innerbox .service-list .service-item {
  width: 100%;
  display: flex;
  position: sticky;
  top: 22em;
  pointer-events: all;
}
@media (min-aspect-ratio: 1.8/1) {
  body#front-page #top-service .innerbox .service-list .service-item {
    top: 14em;
  }
}
@media (min-aspect-ratio: 2.2/1) {
  body#front-page #top-service .innerbox .service-list .service-item {
    top: 10em;
  }
}
@media (min-aspect-ratio: 2.5/1) {
  body#front-page #top-service .innerbox .service-list .service-item {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item {
    top: 20em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page #top-service .innerbox .service-list .service-item {
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list .service-item {
    position: relative;
    top: auto;
  }
}
body#front-page #top-service .innerbox .service-list .service-item a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list .service-item a {
    flex-direction: column;
  }
}
body#front-page #top-service .innerbox .service-list .service-item a:hover img {
  opacity: 1;
}
body#front-page #top-service .innerbox .service-list .service-item a:hover .btn .btn-wrapper::after {
  animation: arrowSlide 0.4s forwards;
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox,
body#front-page #top-service .innerbox .service-list .service-item .imgbox {
  width: 50%;
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox,
  body#front-page #top-service .innerbox .service-list .service-item .imgbox {
    width: 100%;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox {
  position: relative;
  background-color: #ffffff;
  padding: 5em;
  padding-right: 0 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox {
    padding: 1.5em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl {
  opacity: 0.2;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl {
    padding-bottom: 1em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl .num {
  font-size: 5em;
  line-height: 1em;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl .num {
    font-size: 2em;
    margin-right: 0.15em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl .num {
    font-size: 3em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl .txt {
  font-size: 1.5em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .egttl .txt {
    font-size: 1em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .jpttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .jpttl {
    font-size: 1.5em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .jpttl small {
  font-size: 0.4em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .ttl .jpttl small {
    font-size: 0.5em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox p {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox p {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox p {
    padding-bottom: 1em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .btn .btn-wrapper {
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .btn .btn-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  body#front-page #top-service .innerbox .service-list .service-item .txtbox .btn .btn-wrapper:after {
    width: 0.8em;
    height: 0.72em;
  }
}
body#front-page #top-service .innerbox .service-list .service-item .txtbox .btn .btn-wrapper:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
body#front-page #top-service .innerbox .service-list .service-item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #top-value {
  background-color: #f3f3f3;
}
body#front-page #top-value.sec {
  padding-top: 0;
}
body#front-page #top-value .innerbox {
  padding: 0;
}
body#front-page #top-value .innerbox .txtbox {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 16.25em;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-value .innerbox .txtbox {
    padding: 0 2.5em;
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox {
    flex-direction: column;
  }
}
body#front-page #top-value .innerbox .txtbox .secttl {
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .secttl {
    writing-mode: horizontal-tb;
    padding-left: 0;
  }
}
body#front-page #top-value .innerbox .txtbox .value-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-value .innerbox .txtbox .value-list {
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .value-list {
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 2.5em;
    gap: 2.5em;
  }
}
body#front-page #top-value .innerbox .txtbox .value-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .value-list li {
    flex-direction: row;
    align-items: center;
  }
}
body#front-page #top-value .innerbox .txtbox .value-list li .num {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: 10em;
  line-height: 0.5em;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page #top-value .innerbox .txtbox .value-list li .num {
    font-size: 5em;
  }
}
body#front-page #top-value .innerbox .txtbox .value-list li .txt {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .value-list li .txt {
    flex-direction: column;
  }
}
body#front-page #top-value .innerbox .txtbox .value-list li .txt .ttl {
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .value-list li .txt .ttl {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top-value .innerbox .txtbox .value-list li .txt p {
    line-height: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .value-list li .txt p {
    writing-mode: horizontal-tb;
  }
}
body#front-page #top-value .innerbox .txtbox .value-list li:nth-of-type(odd) {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-value .innerbox .txtbox .value-list li:nth-of-type(odd) {
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .txtbox .value-list li:nth-of-type(odd) {
    padding-top: 0;
    padding-left: 2.5em;
  }
}
body#front-page #top-value .innerbox .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #top-value .innerbox .imgbox .flow-container .flow-wrapper .flow-item {
  height: 20em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-value .innerbox .imgbox .flow-container .flow-wrapper .flow-item {
    height: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .imgbox .flow-container .flow-wrapper .flow-item {
    height: 8em;
  }
}
body#front-page #top-value .innerbox .imgbox .flow-container .flow-wrapper .flow-item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page #top-value .innerbox .imgbox .flow-container .flow-wrapper .flow-item img {
    margin-right: 0.5em;
  }
}
body#front-page #top-shop {
  background-color: #f3f3f3;
}
body#front-page #top-shop.sec {
  padding: 0;
}
body#front-page #top-shop .innerbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body#front-page #top-shop .innerbox {
    flex-direction: column;
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-shop .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top-shop .innerbox .txtbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
body#front-page #top-shop .innerbox .shop-slider {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 60em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #top-shop .innerbox .shop-slider {
    width: 100%;
  }
}
body#front-page #top-shop .innerbox .shop-slider .slider-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-list {
  flex-wrap: nowrap;
  gap: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item {
    aspect-ratio: 4/5;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item {
    aspect-ratio: 4/5;
  }
}
body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item a .txt {
  padding: 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item a .txt {
    padding: 2.5em 1.5em;
  }
}
body#front-page #top-shop .innerbox .shop-slider .slider-container .shop-item a .txt .shop-address {
  line-height: 1.25em;
}
body#front-page #top-recruit {
  background-color: #f3f3f3;
  color: #ffffff;
  overflow: hidden;
}
body#front-page #top-recruit .recruit-wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 45em;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-recruit .recruit-wrapper {
    height: 35em;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page #top-recruit .recruit-wrapper {
    height: 22em;
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-recruit .recruit-wrapper {
    height: 30em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
  body#front-page #top-recruit .recruit-wrapper {
    height: 22em;
  }
}
body#front-page #top-recruit .innerbox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#front-page #top-recruit .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-recruit .innerbox {
    justify-content: flex-start;
    padding: 0 3em;
  }
}
body#front-page #top-recruit .innerbox .sectxt {
  font-size: 0.9em;
}
body#front-page #top-recruit .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 5em;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  body#front-page #top-recruit .sec-bg {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-recruit .sec-bg {
    padding: 0 1.5em;
  }
}
body#front-page #top-recruit .sec-bg .wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
body#front-page #top-recruit .sec-bg .wrap .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body#front-page #top-recruit .sec-bg .wrap .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#front-page #top-recruit .sec-bg .wrap .imgbox img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-recruit .sec-bg .wrap .imgbox img {
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}
body#front-page #top-recruit .flow-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  body#front-page #top-recruit .flow-txt {
    top: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top-recruit .flow-txt {
    top: 2.5em;
  }
}
body#front-page #top-recruit .flow-txt .flow-container .flow-item .txt {
  display: block;
  font-size: 14em;
  white-space: nowrap;
  line-height: 1.25em;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top-recruit .flow-txt .flow-container .flow-item .txt {
    font-size: 7em;
  }
}

.ani-rotate {
  animation: loop-rotate 20s linear infinite;
}
@keyframes loop-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a.hover-line {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  a.hover-line {
    padding-bottom: 0.2em;
  }
}
a.hover-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
a.hover-line:hover::after {
  transform: scaleX(1);
}

.flow-container {
  width: 100%;
  overflow: hidden;
}
.flow-container .flow-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
}
.flow-container .flow-wrapper .flow-item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.flow-container.flow-lr .flow-item {
  animation: flow-lr 30s linear infinite;
}
.flow-container.flow-rl .flow-item {
  animation: flow-rl 30s linear infinite;
}

@keyframes flow-lr {
  0% {
    /* 1つ分のブロックの幅だけ左側にずらした状態からスタート */
    transform: translateX(-100%);
  }
  100% {
    /* 元の位置（右側）へ移動 */
    transform: translateX(0);
  }
}
@keyframes flow-rl {
  0% {
    /* 1つ分のブロックの幅だけ左側にずらした状態からスタート */
    transform: translateX(0%);
  }
  100% {
    /* 元の位置（右側）へ移動 */
    transform: translateX(-100%);
  }
}
.shop-slider .shop-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4em;
  height: 0.4em;
  background: transparent;
  border: 0.05em solid #ffffff;
  opacity: 1;
  margin: 0 0.3em !important;
  box-sizing: border-box;
}
.shop-slider .shop-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.shop-slider .shop-swiper .swiper-button-prev,
.shop-slider .shop-swiper .swiper-button-next {
  width: 1em;
  height: 1em;
  margin-top: -1em;
}
.shop-slider .shop-swiper .swiper-button-prev::after, .shop-slider .shop-swiper .swiper-button-prev::after,
.shop-slider .shop-swiper .swiper-button-next::after,
.shop-slider .shop-swiper .swiper-button-next::after {
  display: none;
}
.shop-slider .shop-swiper .swiper-button-prev img,
.shop-slider .shop-swiper .swiper-button-next img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#front-page #top-fv .site-name {
  opacity: 0;
  transition: opacity 2s ease;
  transition-delay: 1s;
}
#front-page #top-fv .maincopy {
  opacity: 0;
  transition: opacity 2s ease;
  transition-delay: 1.5s;
}
#front-page #top-fv .top-news {
  opacity: 0;
  transform: translateX(-5em);
  transition: all 1s ease;
  transition-delay: 2s;
}
#front-page #top-fv.loaded .site-name,
#front-page #top-fv.loaded .maincopy {
  opacity: 1;
}
#front-page #top-fv.loaded .top-news {
  opacity: 1;
  transform: translateX(0);
}
#front-page #header {
  opacity: 0;
  transform: translateY(-5em);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 2s;
}
#front-page #header.loaded {
  opacity: 1;
  transform: translateY(0);
}
#front-page .hm_btn {
  opacity: 0;
  transform: translateY(-5em);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 2s;
}
#front-page .hm_btn.loaded {
  opacity: 1;
  transform: translateY(0);
}
#front-page .cta {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 2s;
}
#front-page .cta.loaded {
  opacity: 1;
}
#front-page #top-about .secttl {
  opacity: 0;
  transform: translateY(-2em);
  transition: all 1.5s ease;
  transition-delay: 0.4s;
}
#front-page #top-about .sectxt {
  opacity: 0;
  transform: translateY(-2em);
  transition: all 2s ease;
}
#front-page #top-about .sectxt:nth-of-type(1) {
  transition-delay: 0.6s;
}
#front-page #top-about .sectxt:nth-of-type(2) {
  transition-delay: 0.8s;
}
#front-page #top-about .sectxt:nth-of-type(3) {
  transition-delay: 1s;
}
#front-page #top-about .bg-img .imgbox {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.4s;
}
#front-page #top-about .bg-txt {
  opacity: 0;
  transform: translateX(5em);
  transition: all 1.5s ease;
}
#front-page #top-about.on .secttl {
  opacity: 1;
  transform: translateY(0);
}
#front-page #top-about.on .sectxt {
  opacity: 1;
  transform: translateY(0);
}
#front-page #top-about.on .bg-img .imgbox {
  opacity: 1;
}
#front-page #top-about.on .bg-txt {
  opacity: 1;
  transform: translateX(0);
}
#front-page #top-story .txtbox {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s ease;
  transition-delay: 1s;
}
#front-page #top-story .bg-img .imgbox {
  opacity: 0;
  transition: all 1.5s ease;
}
#front-page #top-story .bg-img .imgbox:first-of-type {
  transform: translateX(10em);
  transition-delay: 1.7s;
}
#front-page #top-story .bg-img .imgbox:last-of-type {
  transform: translateX(-10em);
  transition-delay: 1.5s;
}
#front-page #top-story .bg-txt {
  opacity: 0;
  transform: translateX(2.5em);
  transition: all 1s ease;
  transition-delay: 0.5s;
}
#front-page #top-story .secbg img {
  filter: blur(1em);
  transition: filter 1s ease;
  transition-delay: 0.5s;
}
#front-page #top-story.on .txtbox {
  opacity: 1;
  transform: scale(1);
}
#front-page #top-story.on .bg-img .imgbox {
  opacity: 1;
  transform: translateX(0);
}
#front-page #top-story.on .bg-txt {
  opacity: 1;
  transform: translateX(0);
}
#front-page #top-story.on .secbg img {
  filter: blur(0);
}
#front-page #top-service .top-box {
  opacity: 0;
  transform: translateY(2.5em);
  transition: all 1s ease;
}
#front-page #top-service.on .top-box {
  opacity: 1;
  transform: translateY(0);
}
#front-page #top-value .secttl {
  opacity: 0;
  transition: opacity 1s ease;
}
#front-page #top-value .value-list li {
  opacity: 0;
  transform: translateY(-2.5em);
  transition: all 1.5s ease;
}
#front-page #top-value .value-list li:nth-of-type(1) {
  transition-delay: 0.4s;
}
#front-page #top-value .value-list li:nth-of-type(2) {
  transition-delay: 0.8s;
}
#front-page #top-value .value-list li:nth-of-type(3) {
  transition-delay: 1.2s;
}
#front-page #top-value .value-list li:nth-of-type(4) {
  transition-delay: 1.6s;
}
#front-page #top-value .imgbox {
  opacity: 0;
  transition: opacity 1s ease;
}
#front-page #top-value.on .secttl {
  opacity: 1;
}
#front-page #top-value.on .value-list li {
  opacity: 1;
  transform: translateY(0);
}
#front-page #top-value.on .imgbox {
  opacity: 1;
}
#front-page #top-shop .txtbox {
  opacity: 0;
  transform: translateX(-2.5em);
  transition: all 1s ease;
}
#front-page #top-shop .shop-slider {
  opacity: 0;
  transform: translateX(2.5em);
  transition: all 1s ease;
}
#front-page #top-shop.on .txtbox {
  opacity: 1;
  transform: translateX(0);
}
#front-page #top-shop.on .shop-slider {
  opacity: 1;
  transform: translateX(0);
}
#front-page #top-recruit .txtbox {
  opacity: 0;
  transform: translateX(2.5em);
  transition: all 1s ease;
  transition-delay: 0.2s;
}
#front-page #top-recruit .flow-txt {
  opacity: 0;
  transition: opacity 1s ease;
}
#front-page #top-recruit.on .txtbox {
  opacity: 1;
  transform: translateX(0);
}
#front-page #top-recruit.on .flow-txt {
  opacity: 1;
}

.bg_recruit #metaslider-id-753 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100vw !important;
  height: 100vh !important;
}
.bg_recruit #metaslider_container_753 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .slider_itv #metaslider-id-844 .slides li {
    width: 30% !important;
    height: auto;
  }
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: auto;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body #page-header.sec {
    padding-top: 7.5em;
  }
}
body #page-header {
  /* ページヘッダー背景 ------------------------------------------- */
  /* 英語タイトル */
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 6em;
  line-height: 1.25em;
  color: currentColor;
}
body #page-header .eg_ttl::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body #page-header .eg_ttl {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 2em;
  }
}
body #page-header {
  /* 日本語タイトル */
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 2em;
  line-height: 1.5em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  body #page-header .page_ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 1em;
  }
}
body #page-header .year,
body #page-header .month {
  font-size: 1.2em;
}
body #page-header .btn_back {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  padding: 0 10em;
  text-align: right;
}
body #page-header .btn_back a {
  min-width: 18em;
}
@media screen and (max-width: 768px) {
  body #page-header .btn_back {
    padding-right: 2.5em;
  }
  body #page-header .btn_back a {
    min-width: 12em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .btn_back {
    padding-right: 1.5em;
  }
  body #page-header .btn_back a {
    font-size: 0.7em;
    width: auto;
  }
}
body #page-header ul.cat_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  margin-top: 3em;
}
@media screen and (max-width: 480px) {
  body #page-header ul.cat_list {
    gap: 1em;
  }
}
body #page-header ul.cat_list .cat_btn {
  display: block;
}
body #page-header ul.cat_list .cat_btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
body #page-header ul.cat_list .cat_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  body #page-header ul.cat_list .cat_btn a:after {
    width: 0.8em;
    height: 0.72em;
  }
}
body #page-header ul.cat_list .cat_btn a:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
body #page-header ul.cat_list .cat_btn a {
  min-width: 10em;
  padding: 1em 2em 1em 4.5em;
  height: 3em;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  body #page-header ul.cat_list .cat_btn a {
    padding: 1em 1.5em 1em 3.5em;
  }
}
body #page-header ul.cat_list .cat_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
body #page-header ul.cat_list .cat_btn a.active {
  pointer-events: none;
}
body #page-header ul.cat_list .cat_btn.topics a {
  padding: 1em 2em;
}
body #page-header ul.cat_list .cat_btn.topics a.active {
  background-color: #f3f3f3;
  color: #0c0c0c;
}
body #page-header ul.cat_list .cat_btn.news a {
  color: #f3f3f3;
}
body #page-header ul.cat_list .cat_btn.news a::before {
  background-image: url("/images/icon_news.svg");
}
body #page-header ul.cat_list .cat_btn.news a.active {
  color: #000000;
  background-color: #ffffff;
}
body #page-header ul.cat_list .cat_btn.event a {
  color: #000000;
}
body #page-header ul.cat_list .cat_btn.event a::before {
  background-image: url("/images/icon_event.svg");
}
body #page-header ul.cat_list .cat_btn.event a.active {
  color: #000000;
  background-color: rgb(76.5, 76.5, 76.5);
}
body #page-header ul.cat_list .cat_btn.member a {
  color: #0c0c0c;
}
body #page-header ul.cat_list .cat_btn.member a::before {
  background-image: url("/images/icon_member.svg");
}
body #page-header ul.cat_list .cat_btn.member a.active {
  color: #000000;
  background-color: #0c0c0c;
}
body .rec_staff_mv {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  background-color: #f3f3f3;
}
body .rec_staff_mv picture {
  display: block;
  width: 100%;
  height: auto;
}
body .rec_staff_mv picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
}
.contactpage-ctt .parts-h3 {
  font-size: 1em;
  padding-bottom: 2.5em;
}
.contactpage-ctt .parts-h3 .small_eng {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: 3.5em;
  line-height: 1.25em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .parts-h3 .small_eng {
    font-size: 2.5em;
  }
}
.contactpage-ctt .parts-h3 .jpttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .parts-h3 .jpttl {
    font-size: 1em;
  }
}
.contactpage-ctt {
  /* 段落 */
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt {
  /* =============== 電話 ========================================================= */
}
.contactpage-ctt .contact_tel {
  /* -------------------------- 電話セット ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3em;
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .contact_tel .tel_list {
    gap: 2em;
  }
}
.contactpage-ctt .contact_tel .tel_list li {
  /* 支店 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 2em;
  line-height: 1.2em;
  padding-bottom: 0.25em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
    font-size: 1.25em;
  }
}
.contactpage-ctt .contact_tel .tel_list li {
  /* 番号 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 2.5em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
    font-size: 1.5em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel img {
  height: 1em;
  width: auto;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a {
  color: currentColor;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a:hover {
  color: currentColor;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg::before {
  font-size: 0.8em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  padding-right: 0.2em;
}
.contactpage-ctt .contact_tel .tel_list li {
  /* 受付時間・定休日 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: currentColor;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
    line-height: 1.2em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  /* 受付時間 */
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-style: normal;
  padding-bottom: 0;
  bottom: -0.05em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time::before {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.67em;
  content: "受付時間";
  padding-right: 0.5em;
  bottom: 0.05em;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
    font-size: 1em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  /* 定休日 */
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
    font-size: 0.8em;
  }
}
.contactpage-ctt {
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .webcontact a {
  color: currentColor;
  text-decoration: underline;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  text-decoration: none;
  color: #ffffff;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #cccccc;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.pager .first,
.pager .last {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #000000;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #cccccc;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* お知らせ一覧フッター */
#footer-post {
  color: #000000;
  background: #ffffff;
}
#footer-post.sec {
  padding: 5em 0;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-post .innerbox li {
  list-style-type: none;
  border-color: currentColor;
}
#footer-post .innerbox .pf_ttl {
  font-size: 4em;
  padding-bottom: 1em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .pf_ttl {
    font-size: 3em;
    padding-bottom: 0.5em;
  }
}
#footer-post .innerbox .post_sec,
#footer-post .innerbox .archive_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec,
  #footer-post .innerbox .archive_sec {
    width: 100%;
  }
}
#footer-post .innerbox .post_sec ul li a,
#footer-post .innerbox .archive_sec ul li a {
  color: currentColor !important;
}
#footer-post .innerbox .post_sec ul li a span,
#footer-post .innerbox .archive_sec ul li a span {
  color: currentColor !important;
}
#footer-post .innerbox .post_sec {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
#footer-post .innerbox .archive_sec ul.m_list li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec ul.m_list li a {
  border-bottom: solid 0.05em #000000;
}
#footer-post .innerbox .archive_sec ul.m_list li a:hover {
  color: currentColor !important;
}
#footer-post .innerbox .archive_sec select {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.2em;
  border: none;
  border-bottom: #000000 solid 0.05em;
  background: transparent;
  color: currentColor;
  width: 100%;
  cursor: pointer;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec select {
    width: 100%;
  }
}
#footer-post .innerbox .btn a {
  width: 100%;
}
#footer-post .innerbox .line {
  width: 0.1em;
  height: auto;
  background: #000000;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .line {
    width: 100%;
    height: 0.1em;
    margin-bottom: 2.5em;
  }
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 5em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header {
    padding-top: 2.5em;
  }
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
}
#newspost #entry-header .innerbox .entry_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 100%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  line-height: 2em;
  border-bottom: solid 0.05em currentColor;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1em;
  }
}
#newspost #entry-header .innerbox {
  /* 日付 */
}
#newspost #entry-header .innerbox .date {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.75em;
  padding-right: 1em;
  color: currentColor;
  text-align: right;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    width: 100%;
    font-size: 1em;
    padding: 0;
    padding-bottom: 0.5em;
  }
}
#newspost {
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
  background-color: #f3f3f3;
  color: #000000;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: currentColor;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: currentColor;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: currentColor;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  color: currentColor;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
.partspage-ctt > *:last-child {
  padding-bottom: 15em;
}
.partspage-ctt > .sec_bg3:first-child {
  padding-top: 0;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #f3f3f3;
}

.sec_bg2 {
  background: #e5e5e5;
}

.sec_bg3 {
  position: relative;
  background: transparent;
  color: #ffffff;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1,
.sec_bg2 + .sec_bg2,
.sec_bg3 + .sec_bg3,
.sec_bg4 + .sec_bg4,
.sec_bg5 + .sec_bg5 {
  padding-top: 0 !important;
}

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  padding-left: 0;
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.partspage-ctt .sec .access_map iframe,
.partspage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 25em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 20em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 15em;
  }
}
.partspage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

.partspage-ctt .btn {
  margin-bottom: 5em;
}
.partspage-ctt .btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
.partspage-ctt .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .btn a:after {
    width: 0.8em;
    height: 0.72em;
  }
}
.partspage-ctt .btn a:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #f3f3f3;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -8%;
  bottom: auto;
}
.sec_bg2 .imgcard_flow ul li::after, .sec_bg4 .imgcard_flow ul li::after {
  color: #f3f3f3;
}
.imgcard_flow.imgcard_l2 ul li::after {
  top: 44%;
}
.imgcard_flow.imgcard_l3 ul li::after {
  top: 41%;
}
.imgcard_flow.imgcard_l4 ul li::after {
  top: 36%;
}
.imgcard_flow.imgcard_l5 ul li::after {
  top: 32%;
}
.imgcard_flow.imgcard_l6 ul li::after {
  top: 30%;
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #f3f3f3;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec_bg2 .imgcard_l1_tb.imgcard_flow ul li::after, .sec_bg4 .imgcard_l1_tb.imgcard_flow ul li::after {
    color: #f3f3f3;
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li::after {
    top: 32%;
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* 3つ並び */
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li::after {
    top: 28%;
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* 4つ並び */
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* 5つ並び */
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* 6つ並び */
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_sp.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #f3f3f3;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec_bg2 .imgcard_l1_sp.imgcard_flow ul li::after, .sec_bg4 .imgcard_l1_sp.imgcard_flow ul li::after {
    color: #f3f3f3;
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li::after {
    top: 28%;
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li::after {
    top: 18%;
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts_img img {
    width: 100%;
  }
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
}
@media screen and (max-width: 1350px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
  }
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  /* 画像 */
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.75em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.25em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.imgcard_img {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

/* テキスト */
.imgcard_txt {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  line-height: 2em;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .imgcard_txt h3,
  .imgcard_txt h4 {
    padding-bottom: 0;
  }
}
.imgcard_txt p {
  line-height: 2em;
  text-decoration: none;
}

.card-btn {
  margin-bottom: 0 !important;
}
.card-btn .btn-wrapper {
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
.card-btn .btn-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .card-btn .btn-wrapper:after {
    width: 0.8em;
    height: 0.72em;
  }
}
.card-btn .btn-wrapper:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 3em;
}
.imgcard_l1 ul li .card-wrapper,
.imgcard_l2 ul li .card-wrapper,
.imgcard_l3 ul li .card-wrapper,
.imgcard_l4 ul li .card-wrapper,
.imgcard_l5 ul li .card-wrapper,
.imgcard_l6 ul li .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  /* リンク */
}
.imgcard_l1 ul li a.card-wrapper,
.imgcard_l2 ul li a.card-wrapper,
.imgcard_l3 ul li a.card-wrapper,
.imgcard_l4 ul li a.card-wrapper,
.imgcard_l5 ul li a.card-wrapper,
.imgcard_l6 ul li a.card-wrapper {
  text-decoration: none;
}
.imgcard_l1 ul li a.card-wrapper:hover .card-btn .btn-wrapper::after,
.imgcard_l2 ul li a.card-wrapper:hover .card-btn .btn-wrapper::after,
.imgcard_l3 ul li a.card-wrapper:hover .card-btn .btn-wrapper::after,
.imgcard_l4 ul li a.card-wrapper:hover .card-btn .btn-wrapper::after,
.imgcard_l5 ul li a.card-wrapper:hover .card-btn .btn-wrapper::after,
.imgcard_l6 ul li a.card-wrapper:hover .card-btn .btn-wrapper::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  /* 画像 */
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */
}
@media screen and (min-width: 769px) {
  .imgcard_l1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l1 ul li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l1.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l1.imghbox ul li {
    width: 47%;
  }
}

/* 2つ並び -------------------------------- */
.imgcard_l2 {
  /* リスト */
}
@media screen and (min-width: 769px) {
  .imgcard_l2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l2 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l2 ul {
  justify-content: space-between;
}
.imgcard_l2 ul li {
  width: 47%;
  margin-right: 6%;
}
.imgcard_l2 ul li .card-wrapper {
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .imgcard_l2 ul li .card-wrapper {
    gap: 1em;
  }
}
.imgcard_l2 ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .imgcard_l2 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l2 ul li .imgcard_txt {
  gap: 1.5em;
}
.imgcard_l2 ul li .imgcard_txt h3,
.imgcard_l2 ul li .imgcard_txt h4 {
  font-size: 1.75em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .imgcard_l2 ul li .imgcard_txt h3,
  .imgcard_l2 ul li .imgcard_txt h4 {
    font-size: 1.25em;
  }
}
.imgcard_l2.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l2.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び -------------------------------- */
.imgcard_l3 {
  /* リスト */
}
.imgcard_l3 ul li {
  width: 31%;
  margin-right: 3.5%;
}
@media screen and (min-width: 769px) {
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3 ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び -------------------------------- */
.imgcard_l4 {
  /* リスト */
}
.imgcard_l4 ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び -------------------------------- */
.imgcard_l5 {
  /* リスト */
}
.imgcard_l5 ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び -------------------------------- */
.imgcard_l6 {
  /* リスト */
}
.imgcard_l6 ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 3つ並び */
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 4つ並び */
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 5つ並び */
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* 6つ並び */
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.partspage-ctt img.rd {
  border-radius: 0.5em;
  overflow: hidden;
}
.partspage-ctt img.cir {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 5em;
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list,
.order_list,
.check_list {
  /* 見出し */
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.25em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  padding-left: 1.5em;
}
.no_list li,
.order_list li,
.check_list li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 2em;
  padding-bottom: 1.5em;
}
.no_list li:last-child,
.order_list li:last-child,
.check_list li:last-child {
  padding-bottom: 0;
}
.no_list li .li_ttl,
.order_list li .li_ttl,
.check_list li .li_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  line-height: 1.8em;
}
.no_list li .li_ttl + .li_txt,
.order_list li .li_ttl + .li_txt,
.check_list li .li_ttl + .li_txt {
  display: block;
}
.no_list li .li_txt,
.order_list li .li_txt,
.check_list li .li_txt {
  text-indent: initial;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #000000;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.6em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.2em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  color: #000000;
  margin-top: 0.1em;
  margin-left: -1.5em;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: 900;
  color: #000000;
  margin-top: 0.1em;
  margin-left: -1.5em;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  /* 見出し */
}
.table h3,
.table h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.25em;
  }
}
.table {
  /* リスト */
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
  background: inherit;
  color: currentColor;
  border-top: 0.05em solid currentColor;
}
.table ul li:last-child {
  border-bottom: 0.05em solid currentColor;
}
@media screen and (max-width: 768px) {
  .table ul li {
    border-top: 0.1em solid currentColor;
  }
  .table ul li:last-child {
    border-bottom: 0.1em solid currentColor;
  }
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: calc(1%);
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: calc(2%);
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: calc(3%);
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: calc(4%);
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: calc(5%);
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: calc(6%);
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: calc(7%);
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: calc(8%);
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: calc(9%);
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: calc(10%);
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: calc(11%);
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: calc(12%);
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: calc(13%);
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: calc(14%);
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: calc(15%);
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: calc(16%);
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: calc(17%);
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: calc(18%);
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: calc(19%);
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: calc(20%);
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: calc(21%);
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: calc(22%);
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: calc(23%);
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: calc(24%);
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: calc(25%);
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: calc(26%);
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: calc(27%);
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: calc(28%);
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: calc(29%);
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: calc(30%);
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: calc(31%);
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: calc(32%);
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: calc(33%);
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: calc(34%);
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: calc(35%);
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: calc(36%);
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: calc(37%);
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: calc(38%);
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: calc(39%);
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: calc(40%);
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: calc(41%);
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: calc(42%);
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: calc(43%);
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: calc(44%);
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: calc(45%);
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: calc(46%);
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: calc(47%);
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: calc(48%);
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: calc(49%);
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: calc(50%);
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: calc(51%);
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: calc(52%);
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: calc(53%);
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: calc(54%);
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: calc(55%);
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: calc(56%);
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: calc(57%);
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: calc(58%);
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: calc(59%);
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: calc(60%);
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: calc(61%);
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: calc(62%);
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: calc(63%);
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: calc(64%);
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: calc(65%);
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: calc(66%);
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: calc(67%);
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: calc(68%);
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: calc(69%);
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: calc(70%);
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: calc(71%);
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: calc(72%);
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: calc(73%);
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: calc(74%);
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: calc(75%);
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: calc(76%);
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: calc(77%);
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: calc(78%);
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: calc(79%);
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: calc(80%);
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: calc(81%);
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: calc(82%);
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: calc(83%);
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: calc(84%);
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: calc(85%);
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: calc(86%);
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: calc(87%);
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: calc(88%);
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: calc(89%);
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: calc(90%);
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: calc(91%);
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: calc(92%);
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: calc(93%);
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: calc(94%);
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: calc(95%);
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: calc(96%);
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: calc(97%);
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: calc(98%);
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: calc(99%);
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: calc(100%);
}
.table ul li.table_li span:last-child {
  width: auto;
}
.table ul li.table_li span:last-child.w-1 {
  width: 1%;
}
.table ul li.table_li span:last-child.w-2 {
  width: 2%;
}
.table ul li.table_li span:last-child.w-3 {
  width: 3%;
}
.table ul li.table_li span:last-child.w-4 {
  width: 4%;
}
.table ul li.table_li span:last-child.w-5 {
  width: 5%;
}
.table ul li.table_li span:last-child.w-6 {
  width: 6%;
}
.table ul li.table_li span:last-child.w-7 {
  width: 7%;
}
.table ul li.table_li span:last-child.w-8 {
  width: 8%;
}
.table ul li.table_li span:last-child.w-9 {
  width: 9%;
}
.table ul li.table_li span:last-child.w-10 {
  width: 10%;
}
.table ul li.table_li span:last-child.w-11 {
  width: 11%;
}
.table ul li.table_li span:last-child.w-12 {
  width: 12%;
}
.table ul li.table_li span:last-child.w-13 {
  width: 13%;
}
.table ul li.table_li span:last-child.w-14 {
  width: 14%;
}
.table ul li.table_li span:last-child.w-15 {
  width: 15%;
}
.table ul li.table_li span:last-child.w-16 {
  width: 16%;
}
.table ul li.table_li span:last-child.w-17 {
  width: 17%;
}
.table ul li.table_li span:last-child.w-18 {
  width: 18%;
}
.table ul li.table_li span:last-child.w-19 {
  width: 19%;
}
.table ul li.table_li span:last-child.w-20 {
  width: 20%;
}
.table ul li.table_li span:last-child.w-21 {
  width: 21%;
}
.table ul li.table_li span:last-child.w-22 {
  width: 22%;
}
.table ul li.table_li span:last-child.w-23 {
  width: 23%;
}
.table ul li.table_li span:last-child.w-24 {
  width: 24%;
}
.table ul li.table_li span:last-child.w-25 {
  width: 25%;
}
.table ul li.table_li span:last-child.w-26 {
  width: 26%;
}
.table ul li.table_li span:last-child.w-27 {
  width: 27%;
}
.table ul li.table_li span:last-child.w-28 {
  width: 28%;
}
.table ul li.table_li span:last-child.w-29 {
  width: 29%;
}
.table ul li.table_li span:last-child.w-30 {
  width: 30%;
}
.table ul li.table_li span:last-child.w-31 {
  width: 31%;
}
.table ul li.table_li span:last-child.w-32 {
  width: 32%;
}
.table ul li.table_li span:last-child.w-33 {
  width: 33%;
}
.table ul li.table_li span:last-child.w-34 {
  width: 34%;
}
.table ul li.table_li span:last-child.w-35 {
  width: 35%;
}
.table ul li.table_li span:last-child.w-36 {
  width: 36%;
}
.table ul li.table_li span:last-child.w-37 {
  width: 37%;
}
.table ul li.table_li span:last-child.w-38 {
  width: 38%;
}
.table ul li.table_li span:last-child.w-39 {
  width: 39%;
}
.table ul li.table_li span:last-child.w-40 {
  width: 40%;
}
.table ul li.table_li span:last-child.w-41 {
  width: 41%;
}
.table ul li.table_li span:last-child.w-42 {
  width: 42%;
}
.table ul li.table_li span:last-child.w-43 {
  width: 43%;
}
.table ul li.table_li span:last-child.w-44 {
  width: 44%;
}
.table ul li.table_li span:last-child.w-45 {
  width: 45%;
}
.table ul li.table_li span:last-child.w-46 {
  width: 46%;
}
.table ul li.table_li span:last-child.w-47 {
  width: 47%;
}
.table ul li.table_li span:last-child.w-48 {
  width: 48%;
}
.table ul li.table_li span:last-child.w-49 {
  width: 49%;
}
.table ul li.table_li span:last-child.w-50 {
  width: 50%;
}
.table ul li.table_li span:last-child.w-51 {
  width: 51%;
}
.table ul li.table_li span:last-child.w-52 {
  width: 52%;
}
.table ul li.table_li span:last-child.w-53 {
  width: 53%;
}
.table ul li.table_li span:last-child.w-54 {
  width: 54%;
}
.table ul li.table_li span:last-child.w-55 {
  width: 55%;
}
.table ul li.table_li span:last-child.w-56 {
  width: 56%;
}
.table ul li.table_li span:last-child.w-57 {
  width: 57%;
}
.table ul li.table_li span:last-child.w-58 {
  width: 58%;
}
.table ul li.table_li span:last-child.w-59 {
  width: 59%;
}
.table ul li.table_li span:last-child.w-60 {
  width: 60%;
}
.table ul li.table_li span:last-child.w-61 {
  width: 61%;
}
.table ul li.table_li span:last-child.w-62 {
  width: 62%;
}
.table ul li.table_li span:last-child.w-63 {
  width: 63%;
}
.table ul li.table_li span:last-child.w-64 {
  width: 64%;
}
.table ul li.table_li span:last-child.w-65 {
  width: 65%;
}
.table ul li.table_li span:last-child.w-66 {
  width: 66%;
}
.table ul li.table_li span:last-child.w-67 {
  width: 67%;
}
.table ul li.table_li span:last-child.w-68 {
  width: 68%;
}
.table ul li.table_li span:last-child.w-69 {
  width: 69%;
}
.table ul li.table_li span:last-child.w-70 {
  width: 70%;
}
.table ul li.table_li span:last-child.w-71 {
  width: 71%;
}
.table ul li.table_li span:last-child.w-72 {
  width: 72%;
}
.table ul li.table_li span:last-child.w-73 {
  width: 73%;
}
.table ul li.table_li span:last-child.w-74 {
  width: 74%;
}
.table ul li.table_li span:last-child.w-75 {
  width: 75%;
}
.table ul li.table_li span:last-child.w-76 {
  width: 76%;
}
.table ul li.table_li span:last-child.w-77 {
  width: 77%;
}
.table ul li.table_li span:last-child.w-78 {
  width: 78%;
}
.table ul li.table_li span:last-child.w-79 {
  width: 79%;
}
.table ul li.table_li span:last-child.w-80 {
  width: 80%;
}
.table ul li.table_li span:last-child.w-81 {
  width: 81%;
}
.table ul li.table_li span:last-child.w-82 {
  width: 82%;
}
.table ul li.table_li span:last-child.w-83 {
  width: 83%;
}
.table ul li.table_li span:last-child.w-84 {
  width: 84%;
}
.table ul li.table_li span:last-child.w-85 {
  width: 85%;
}
.table ul li.table_li span:last-child.w-86 {
  width: 86%;
}
.table ul li.table_li span:last-child.w-87 {
  width: 87%;
}
.table ul li.table_li span:last-child.w-88 {
  width: 88%;
}
.table ul li.table_li span:last-child.w-89 {
  width: 89%;
}
.table ul li.table_li span:last-child.w-90 {
  width: 90%;
}
.table ul li.table_li span:last-child.w-91 {
  width: 91%;
}
.table ul li.table_li span:last-child.w-92 {
  width: 92%;
}
.table ul li.table_li span:last-child.w-93 {
  width: 93%;
}
.table ul li.table_li span:last-child.w-94 {
  width: 94%;
}
.table ul li.table_li span:last-child.w-95 {
  width: 95%;
}
.table ul li.table_li span:last-child.w-96 {
  width: 96%;
}
.table ul li.table_li span:last-child.w-97 {
  width: 97%;
}
.table ul li.table_li span:last-child.w-98 {
  width: 98%;
}
.table ul li.table_li span:last-child.w-99 {
  width: 99%;
}
.table ul li.table_li span:last-child.w-100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li.table_li .row_th,
.table ul li.table_li .col_th {
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .row_th {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  padding: 1em;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0.5em 0;
  border-right: 0.05em solid currentColor;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    width: 100%;
    margin: 0;
    border-right: none;
    border-bottom: 0.05em solid currentColor;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.table ul li .table_td {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  width: auto;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    opacity: 0.8;
  }
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: currentColor;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.note_list.bgcolor {
  padding: 2.5em;
  background: #ffffff;
  color: #ffffff;
  border-radius: 0.5em;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1350px) {
  .note_list.bgcolor {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list.bgcolor {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list.bgcolor {
    padding: 1.5em;
  }
}
.note_list {
  /* 見出し */
}
.note_list h3,
.note_list h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list {
  /* リスト */
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 2.5em;
  }
}
.tl_box .tl {
  /* 見出し */
}
.tl_box .tl h3,
.tl_box .tl h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 100%;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.25em;
  }
}
.tl_box .tl {
  /* リスト */
}
.tl_box .tl ul {
  list-style: none inside;
  text-align: left;
  display: table;
  width: auto;
}
.tl_box .tl ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: table-row;
}
@media screen and (max-width: 480px) {
  .tl_box .tl ul li {
    display: block;
  }
}
.tl_box .tl ul li:first-child::before {
  top: 2em;
}
.tl_box .tl ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.tl_box .tl ul li .tl_time,
.tl_box .tl ul li .tl_txt {
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 2em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-size: 1.2em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul li .tl_time {
    padding-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .tl_box .tl ul li .tl_time {
    display: block;
    padding: 0;
    padding-left: 1.5em;
    text-align: left;
    font-size: 1em;
  }
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt {
  /* 線 */
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 1em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: currentColor solid 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media screen and (max-width: 480px) {
  .tl_box .tl ul li .tl_txt::before {
    height: 112%;
  }
}
.tl_box .tl ul li .tl_txt {
  /* 丸 */
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #000000;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .tl_box .tl ul li .tl_txt::after {
    top: 0.3em;
  }
}
.sec_bg3 .tl_box .tl ul li .tl_txt::after, .sec_bg4 .tl_box .tl ul li .tl_txt::after {
  background: #ffffff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul li .tl_txt .tl_ttl {
    font-size: 1.1em;
  }
}
.tl_box .tl ul li .tl_img {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 1em;
}
.tl_box .tl ul li .tl_img img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_box .tl ul {
  /* 最後の点線 */
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: currentColor dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============== 余白ゼロ ========================================================= */
.partspage-ctt .sec .innerbox p:last-child,
.partspage-ctt .sec .innerbox p.parts_copy:last-child,
.partspage-ctt .sec .innerbox p.note:last-child,
.partspage-ctt .sec .innerbox .parts_img:last-child,
.partspage-ctt .sec .innerbox .imgltxt:last-child,
.partspage-ctt .sec .innerbox .imgrtxt:last-child,
.partspage-ctt .sec .innerbox .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox .tl_box:last-child,
.partspage-ctt .sec .innerbox .pdf_box:last-child,
.partspage-ctt .sec .innerbox .faq_box:last-child {
  padding-bottom: 0;
}
.partspage-ctt .sec .innerbox .btnbox:last-child,
.partspage-ctt .sec .innerbox .textbox:last-child,
.partspage-ctt .sec .innerbox .no_list:last-child,
.partspage-ctt .sec .innerbox .check_list:last-child,
.partspage-ctt .sec .innerbox .order_list:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .note_list:last-child,
.partspage-ctt .sec .innerbox .access_map:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .balloon_list:last-child {
  margin-bottom: 0;
}

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child {
  margin-bottom: 1em;
}
.imgcard_l2 a:last-child img,
.imgcard_l3 a:last-child img,
.imgcard_l4 a:last-child img {
  margin-bottom: 0;
}
.imgcard_l2 a:last-child img:last-child,
.imgcard_l3 a:last-child img:last-child,
.imgcard_l4 a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_img .youtube_box {
  margin-bottom: 0;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 5em;
  color: currentColor;
  /* 大きな数字 */
}
.parts_hd .hd_en {
  display: block;
  font-family: "itc-galliard", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 4em;
  line-height: 1.25em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
.parts_hd .hd_jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_jp {
    font-size: 2em;
  }
}
.parts_hd:has(.hd_en) .hd_jp {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .parts_hd:has(.hd_en) .hd_jp {
    font-size: 1.2em;
  }
}

.parts-h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.tw_s {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_s {
    width: 100%;
  }
}

.tw_m {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_m {
    width: 100%;
  }
}

.tw_l {
  width: 100%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a {
  color: currentColor;
}
.partspage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p {
  /* 強調 */
}
.partspage-ctt .sec p.parts_copy {
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p {
  /* 大テキスト */
}
.partspage-ctt .sec p.ts_l {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.25em;
  }
}
.partspage-ctt .sec p {
  /* 中テキスト */
}
.partspage-ctt .sec p.ts_m {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.1em;
  }
}
.partspage-ctt .sec p {
  /* 注釈 */
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: currentColor;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  font-weight: normal;
  font-weight: 500;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 5em;
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .yttxt .imgtxt_img {
    width: 100%;
  }
}
.yttxt .imgtxt_txt .parts_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.imgcard_l2 .youtube_box,
.imgcard_l3 .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== インタビュー一覧ページYoutube動画 ========================================================= */
.interview_youtube {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5em 0;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .interview_youtube {
    padding: 5em;
  }
}
@media screen and (max-width: 480px) {
  .interview_youtube {
    padding: 2.5em;
  }
}
.interview_youtube .youtube_box {
  width: 60%;
  border-radius: 0.5em;
  overflow: hidden;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview_youtube .youtube_box {
    width: 100%;
  }
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  border-radius: 0.5em;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  color: #f3f3f3;
  transition: transform 0.3s ease;
}
.pdf_box ul li:hover {
  transform: translateY(0.25em);
}
.pdf_box ul li a {
  display: block;
  color: #f3f3f3 !important;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a:hover {
  color: #f3f3f3 !important;
}
.pdf_box ul li a:hover i {
  color: #f3f3f3 !important;
}
.pdf_box ul li a i {
  color: #f3f3f3;
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 2em;
}
.sec_bg2 .pdf_box ul li {
  background: #f3f3f3;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5em 2.5em;
  background: #ffffff;
  text-align: left;
  color: #000000;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 2.5em 1.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox {
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form .formname .required {
  display: inline-block;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border-radius: 5em;
  background-color: #000000;
  color: #ffffff;
  margin-left: 0.5em;
  line-height: 1em;
}
.formbox .wpcf7-form {
  /* ラベルで挟まれた項目 */
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
}
.formbox .wpcf7-form label.formctt .formname {
  display: block;
  line-height: 1.7em;
  padding-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form label.formctt .formname {
    padding: 0;
  }
}
.formbox .wpcf7-form label.formctt {
  /* フォーム内容 */
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
    width: 100%;
  }
}
.formbox .wpcf7-form {
  /* fieldsetで挟まれた項目 */
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  /* 項目名 */
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  /* フォーム内容 */
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt {
  /* 改行 */
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border: none;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form input[type=text],
  .formbox .wpcf7-form input[type=email],
  .formbox .wpcf7-form input[type=tel],
  .formbox .wpcf7-form input[type=date],
  .formbox .wpcf7-form select,
  .formbox .wpcf7-form textarea {
    padding: 0.5em;
  }
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form {
  /* チェックボックス・ラジオボタン */
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form {
  /* 承認確認 */
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form {
  /*送信ボタン*/
}
.formbox .wpcf7-form .wpcf7-submit {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
.formbox .wpcf7-form .wpcf7-submit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form .wpcf7-submit:after {
    width: 0.8em;
    height: 0.72em;
  }
}
.formbox .wpcf7-form .wpcf7-submit:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
.formbox .wpcf7-form .wpcf7-submit {
  font-size: 1.2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.formbox .wpcf7-form p:has(.wpcf7-submit) {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding-bottom: 0;
}
.formbox .wpcf7-form p:has(.wpcf7-submit):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form p:has(.wpcf7-submit):after {
    width: 0.8em;
    height: 0.72em;
  }
}
.formbox .wpcf7-form p:has(.wpcf7-submit):hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
.formbox .wpcf7-form p:has(.wpcf7-submit:disabled) {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.formbox .wpcf7-form p:has(.wpcf7-submit:disabled):hover {
  background: transparent;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.formbox .wpcf7-form {
  /* エラーメッセージ */
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #000000;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background-image: url("/images/triangle-exclamation.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -0.25em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  color: #000000;
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

/* ================= フォーム確認画面 ============================================================ */
.wpcf7cp-form-hide {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: #ffffff !important;
  /* 入力内容 */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000000 dashed 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf {
  /* ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns {
  justify-content: center;
  gap: 5em;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns {
    gap: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns {
    gap: 1.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 2em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-family: "itc-galliard", "Shippori Mincho", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  min-width: 10em;
  color: currentColor;
  border-bottom: 0.042em solid currentColor;
  text-align: left;
  padding-right: 2.5em;
}
div#wpcf7cpcnf .wpcf7cp-btns button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 0.9em;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image: url("/images/ya.svg");
  mask-image: url("/images/ya.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns button:after {
    width: 0.8em;
    height: 0.72em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover::after {
  /* 一度右に移動しながらフェードアウト（消える） */
  animation: arrowSlide 0.4s forwards;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    min-width: auto;
    width: 6em;
    line-height: 1em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 修正ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  opacity: 0.6;
  border-color: rgba(0, 0, 0, 0.6);
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  opacity: 1;
  border-color: #000000;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
  color: #ffffff;
  border-color: #000000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit::before {
  content: "送信";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1em;
  color: #000000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit::after {
  background-color: #000000;
}/*# sourceMappingURL=style.css.map */