@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ビー・エイド中西　採用サイト
Author: 株式会社ジャンプス

*/
/* -----ラインホバー--------------- */
/* 欧文フォント */
.eg {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

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

.right {
  text-align: right;
  margin: 0 0 0 auto;
}

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

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

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

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

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

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

.heading {
  padding-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .heading {
    padding-bottom: 3em;
  }
}
.heading h2 {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .heading h2 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  .heading h2 {
    font-size: 3.5em;
  }
}
.heading h2:not(.white) {
  color: #009fe8;
}
.heading h2.white {
  color: #fff;
}
.heading span {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  padding-top: 1em;
}

/* 画像 */
body.home img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
body.home 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;
}

.rd {
  border-radius: 2em 0 2em 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rd {
    border-radius: 1em 0 1em 0;
  }
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s 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: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s 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 {
  text-decoration: none;
  color: #000;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.5s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #009fe8;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15em;
  line-height: 4.5em;
  position: relative;
  border-radius: 3em;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
.btn a {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
.btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2.5em;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition: 1.2s ease;
  backface-visibility: hidden;
}
.btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.sec_bg1 .btn, .sec_bg3 .btn {
  background: #009fe8;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  padding-right: 4em;
}
.sec_bg1 .btn:hover, .sec_bg3 .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.sec_bg1 .btn:hover a, .sec_bg3 .btn:hover a {
  color: inherit;
  opacity: 1;
}
.sec_bg1 .btn:hover a img, .sec_bg3 .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.sec_bg1 .btn a, .sec_bg3 .btn a {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  color: #fff !important;
}
.sec_bg1 .btn::before, .sec_bg3 .btn::before {
  background: #fcf01d;
}
.sec_bg1 .btn::after, .sec_bg3 .btn::after {
  background-color: #fff;
  background-image: url(/images/ya.svg);
}
.sec_bg1 .btn:hover a, .sec_bg3 .btn:hover a {
  color: #009fe8 !important;
}
.sec_bg1 .btn:hover::after, .sec_bg3 .btn:hover::after {
  background-color: #009fe8;
  background-image: url(/images/ya_w.svg);
}
.sec_bg2 .btn {
  background: #fff;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  padding-right: 4em;
}
.sec_bg2 .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.sec_bg2 .btn:hover a {
  color: inherit;
  opacity: 1;
}
.sec_bg2 .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.sec_bg2 .btn a {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  color: #009fe8 !important;
}
.sec_bg2 .btn::before {
  background: #fcf01d;
}
.sec_bg2 .btn::after {
  background-color: #009fe8;
  background-image: url(/images/ya_w.svg);
}
.sec_bg2 .btn:hover a {
  color: #009fe8 !important;
}
.btn a {
  text-decoration: none !important;
}

.t-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15em;
  line-height: 4.5em;
  position: relative;
  border-radius: 3em;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
.t-btn a {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
.t-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2.5em;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.t-btn::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition: 1.2s ease;
  backface-visibility: hidden;
}
.t-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.t-btn:not(.white) {
  background: #009fe8;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
}
.t-btn:not(.white):hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.t-btn:not(.white):hover a {
  color: inherit;
  opacity: 1;
}
.t-btn:not(.white):hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.t-btn:not(.white) a {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #fff;
}
.t-btn:not(.white)::before {
  background: #fcf01d;
}
.t-btn:not(.white)::after {
  background-color: #fff;
  background-image: url(/images/ya.svg);
}
.t-btn:not(.white):hover a {
  color: #009fe8;
}
.t-btn:not(.white):hover::after {
  background-color: #009fe8;
  background-image: url(/images/ya_w.svg);
}
.t-btn.white {
  background: #fff;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
}
.t-btn.white:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.t-btn.white:hover a {
  color: inherit;
  opacity: 1;
}
.t-btn.white:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.t-btn.white a {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #009fe8;
}
.t-btn.white::before {
  background: #fcf01d;
}
.t-btn.white::after {
  background-color: #009fe8;
  background-image: url(/images/ya_w.svg);
}
.t-btn.white:hover a {
  color: #009fe8;
}

/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@keyframes flowani1 {
  0% {
    transform: translateX(103.5em);
  }
  to {
    transform: translateX(-103.5em);
  }
}
@keyframes flowani2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-207em);
  }
}
@keyframes flowani3 {
  0% {
    transform: translateX(76.5em);
  }
  to {
    transform: translateX(-76.5em);
  }
}
@keyframes flowani4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-153em);
  }
}
/* ================= 回転テキスト ============================================================ */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.decoloop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.decoloop .wrap {
  display: flex;
  animation: loop-text 60s linear infinite;
}
.decoloop .txt {
  display: inline-block;
  line-height: 1;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .decoloop .txt {
    font-size: 15em;
  }
}
@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.home {
  /* ------ fv -------------------------- */
  /* ------ header -------------------------- */
  /* ------ scroll -------------------------- */
  /* ---- image box ---------- */
  /* ---- image item ---------- */
  /* ---- lead ---------- */
  /* ---- interview main bg ---------- */
  /* ---- interview staff list ---------- */
}
.home .js-logo-up {
  transform: translate(0, 100%);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home .js-logo-up {
    transform: translate(0, 300%);
  }
}
.home .js-logo-up.on {
  opacity: 1;
  transform: translate(0, 0);
}
.home .js-logo-down {
  transform: translate(0, -100%);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home .js-logo-down {
    transform: translate(0, -300%);
  }
}
.home .js-logo-down.on {
  opacity: 1;
  transform: translate(0, 0);
}
.home .js-staff {
  opacity: 0;
  transform: scale(1.1);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-staff.on {
  opacity: 1;
  transform: scale(1);
}
.home .js-copy {
  opacity: 0;
  filter: blur(10px);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-copy.on {
  opacity: 1;
  filter: blur(0);
}
.home .js-eng {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-eng.on {
  opacity: 1;
  transform: scale(1);
}
.home .js-loop {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-loop.on {
  opacity: 1;
  transform: scaleY(1);
}
.home .js-header {
  opacity: 0;
  transform: translate(0, -100%);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-header.on {
  opacity: 1;
  transform: translate(0, 0);
}
.home .js-fv-none {
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-fv-none.s-on {
  opacity: 0;
  visibility: hidden;
}
.home .js-fv-img-item.s-on {
  padding: 5em 0;
  margin-right: -5em;
}
@media screen and (max-width: 768px) {
  .home .js-fv-img-item.s-on {
    margin-right: 0;
  }
}
.home .js-lead {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-lead.s-on {
  opacity: 1;
  transform: translate(0, 0);
}
.home .js-main-bg {
  transition: 0.8s ease;
  backface-visibility: hidden;
}
.home .js-main-bg.s-on {
  width: auto;
  height: calc(100svh - 4.5em);
  max-height: 40em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 10em;
  top: 5em;
}
.home .js-main-bg.s-on::after {
  height: auto;
}
@media screen and (max-width: 768px) {
  .home .js-main-bg.s-on {
    top: auto;
    bottom: 5em;
    right: 5em;
    opacity: 0;
  }
}
.home .js-staff-img {
  opacity: 0;
  transition: 0.8s ease;
  backface-visibility: hidden;
  transition: all 0s;
}
.home .js-staff-img.s-on {
  opacity: 1;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .home .js-staff-img.s-on {
    position: relative;
    inset: 0;
  }
}

.home .swiper-button-prev,
.home .swiper-button-next {
  font-size: 1em;
  width: 3em;
  height: 3em;
  background: #fff !important;
  border-radius: 50%;
  z-index: 1;
}
.home .swiper-button-prev::after,
.home .swiper-button-next::after {
  content: "";
  width: 0.4em;
  height: 1em;
  background: url(/images/ya.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .swiper-button-prev:hover,
.home .swiper-button-next:hover {
  background: #009fe8 !important;
}
.home .swiper-button-prev:hover::after,
.home .swiper-button-next:hover::after {
  background: url(/images/ya_w.svg) no-repeat center/contain;
}
.home .swiper-button-prev {
  left: 0.5em;
}
.home .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home .swiper-button-next {
  right: 0.5em;
}
.home .swiper-slide {
  transition: transform 0.3s;
}
.home .swiper-slide-active {
  transform: scale(1);
  /* 中央のスライドを少し拡大して目立たせる */
}
.home .swiper-slide-active .txtbox {
  opacity: 1 !important;
}
.home .swiper-slide-next {
  transform: scale(0.8) translate(-10em, 2em) !important;
  transform-origin: bottom;
}
@media screen and (max-width: 768px) {
  .home .swiper-slide-next {
    transform: scale(0.8) translate(-8em, 2em) !important;
  }
}
.home .swiper-slide-prev {
  transform: scale(0.8) translate(10em, 2em) !important;
  transform-origin: bottom;
}
@media screen and (max-width: 768px) {
  .home .swiper-slide-prev {
    transform: scale(0.8) translate(8em, 2em) !important;
  }
}
.js-slide-left {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateX(2em);
}
.js-slide-left.s-on {
  opacity: 1;
  transform: translateX(0);
}

.js-slide-right {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateX(-2em);
}
.js-slide-right.s-on {
  opacity: 1;
  transform: translateX(0);
}

.js-slide-up {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(2em);
}
.js-slide-up.s-on {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-down {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(-2em);
}
.js-slide-down.s-on {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-100 {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateX(100%);
}
.js-slide-100.s-on {
  opacity: 1;
  transform: translateX(0);
}

.js-scale-top {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0);
}
.js-scale-top.s-on {
  transform: scaleY(1);
}

.js-scale-center,
.js-circle {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: center center;
  transform: scale(0);
}
.js-scale-center.s-on,
.js-circle.s-on {
  transform: scale(1);
}

.js-scale-bottom {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: bottom center;
  transform: scale(0);
}
.js-scale-bottom.s-on {
  transform: scale(1);
}

.js-rotateX {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.js-rotateX.s-on {
  opacity: 1;
  transform: rotateX(0deg);
}

.js-rotateY {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotateY(90deg);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.js-rotateY.s-on {
  opacity: 1;
  transform: rotateY(0deg);
}

.js-sec-up {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(10em);
}
.js-sec-up.s-on {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(0);
}

.js-card {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.js-card.s-on {
  opacity: 1;
  transform: rotate(0);
}

.js-enquete-item {
  transform: translate(0, 20em);
}
.js-enquete-item.s-on {
  animation: enquete-item 0.6s forwards ease-out;
}

@keyframes enquete-item {
  0% {
    transform: translate(0, 20em);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 1em);
  }
}
/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
.main-archive .archive_sec {
  background: #f5f5f5;
  margin-top: 0;
}
.main-archive .interview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none inside;
}
.main-archive .interview_list li {
  width: 30%;
  position: relative;
  z-index: 0;
}
.main-archive .interview_list li:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .main-archive .interview_list li:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
.main-archive .interview_list li:nth-child(n+4) {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .main-archive .interview_list li:nth-child(n+4) {
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-archive .interview_list li {
    width: 48%;
  }
  .main-archive .interview_list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .main-archive .interview_list li:not(:nth-child(2n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-archive .interview_list li:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .main-archive .interview_list li:nth-child(n+3) {
    margin-top: auto;
  }
}
@media screen and (max-width: 480px) {
  .main-archive .interview_list li {
    width: 100%;
  }
  .main-archive .interview_list li:nth-child(n+2) {
    margin-top: 5em;
  }
}
.main-archive .interview_list li .txtbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
}
.main-archive .interview_list li .txtbox p {
  padding-bottom: 0;
}
.main-archive .interview_list li .staff_message {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 1.5em;
  color: #009fe8;
}
.main-archive .interview_list li .start_year {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
  color: #000;
}
.main-archive .interview_list li .name {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
}
.main-archive .interview_list li .imgbox {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  border-radius: 2em 0 2em 0;
  background-color: #fff;
  overflow: hidden;
  padding-top: 2.5em;
  margin-bottom: 1em;
}
.main-archive .interview_list li .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-archive .interview_list li:hover::before {
  opacity: 0.6;
}
.main-archive .interview_list li:hover img {
  opacity: 1;
  transform-origin: bottom;
  transform: scale(1.05);
}

/* ページナビゲーション（共通） */
.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;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #fff;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 投稿記事 ============================================================ */
#post_archive {
  /* --------- お知らせ -------------------- */
  /* --------- 施工実績 -------------------- */
}
#post_archive.archive_post {
  background: #2cb3f1;
}
#post_archive.archive_works {
  background: #f5f5f5;
  padding: 5em 0 7em;
}
#post_archive.archive_works .works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
#post_archive.archive_works .works_list .ttl {
  width: 100%;
  max-width: 23em;
}
#post_archive.archive_works .works_list .textarea {
  width: 100%;
  max-width: 26em;
}

/* ================= ページフッター（共通） ============================================================ */
#footer-post {
  background: #f5f5f5;
  /* 見出し */
}
#footer-post .pf_ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 0.5em;
}
#footer-post .innerbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 最新記事 ------------------------------------------- */
  /* -------------------------- アーカイブ ------------------------------------------- */
}
#footer-post .innerbox2 .post_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 18em);
  padding-right: 2.5em;
  border-right: #009fe8 solid 0.15em;
  /* ===== お知らせ ======== */
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox2 .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-right: none;
    border-bottom: #009fe8 solid 0.15em;
  }
}
#footer-post .innerbox2 .post_sec .news_list {
  grid-template-columns: repeat(3, 1fr);
}
#footer-post .innerbox2 .post_sec .news_list .time {
  color: #009fe8;
}
#footer-post .innerbox2 .archive_sec {
  width: 18em;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.5em;
  /* 最新年月 ------------------------------------------- */
  /* セレクトボックス ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox2 .archive_sec {
    width: 100%;
    padding-left: 0;
  }
}
#footer-post .innerbox2 .archive_sec .m_list {
  list-style: none inside;
  line-height: 1em;
}
#footer-post .innerbox2 .archive_sec .m_list li {
  padding-bottom: 1em;
}
#footer-post .innerbox2 .archive_sec .m_list li a {
  color: #000;
  text-decoration: underline;
}
#footer-post .innerbox2 .archive_sec .m_list li a:hover {
  color: #009fe8;
}
#footer-post .innerbox2 .archive_sec select {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
}

/* ================= 投稿ページ（共通） ============================================================ */
.main-single .mainimg {
  padding-top: 6em;
}
.main-single .mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .main-single .mainimg .pc {
    display: none;
  }
}
.main-single .mainimg .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-single .mainimg .sp {
    display: block;
  }
}

#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 5em;
  /* 日付 */
  /* カテゴリ */
  /* 記事タイトル */
}
#newspost #entry-header .date {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  padding-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .date {
    font-size: 1.25em;
  }
}
#newspost #entry-header .date .year {
  padding-right: 0.25em;
}
#newspost #entry-header .date .md {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .date .md {
    font-size: 1.6em;
  }
}
#newspost #entry-header .wk_cate {
  line-height: 1.25em;
  color: #009fe8;
  text-align: right;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .wk_cate {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .wk_cate {
    font-size: 0.7em;
  }
}
#newspost #entry-header .wk_cate .eg {
  font-size: 1em;
  padding-right: 0.2em;
}
#newspost #entry-header .wk_cate .jp {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
}
#newspost #entry-header .entry_ttl {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.5em;
  border-top: #fff solid 0.1em;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 2.5em 0 5em;
}
#newspost .nav_sec 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 ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec ul.post_nav li:hover {
  color: #009fe8;
}
#newspost .nav_sec 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: #000;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec ul.post_nav li a:hover {
  color: #009fe8;
}
#newspost .nav_sec ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.next a {
  padding-right: 0.25em;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@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;
  background: #f5f5f5;
  color: #000;
  border-radius: 2em;
  /* 必須項目 */
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 2.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.35em 0.8em;
  background: #2cb3f1;
  color: #fff;
  border-radius: 1.35em;
  top: -0.2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.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: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: none;
}
.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 .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 .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15em;
  line-height: 4.5em;
  position: relative;
  border-radius: 3em;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
  border: none;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  background: #009fe8;
  color: #fff;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] a {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
.formbox .wpcf7-form input[type=submit]::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2.5em;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.formbox .wpcf7-form input[type=submit]::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition: 1.2s ease;
  backface-visibility: hidden;
}
.formbox .wpcf7-form input[type=submit]:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.formbox .wpcf7-form input[type=submit]:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.formbox .wpcf7-form input[type=submit]:hover a {
  color: inherit;
  opacity: 1;
}
.formbox .wpcf7-form input[type=submit]:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #fff;
  cursor: not-allowed;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  transform: translate(0, 0);
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  color: #f45951;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before, .formbox .wpcf7-form .wpcf7-not-valid-tip::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #f45951;
  padding-right: 0.2em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #f45951;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form .wpcf7-response-output::before, .formbox .wpcf7-form .wpcf7-response-output::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #f45951;
  padding-right: 0.2em;
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 dashed 1px;
}
@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;
  text-align: right;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf table tr th {
    width: 12.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
@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 table tr td {
  color: #009fe8;
}
div#wpcf7cpcnf table tr td p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15em;
  line-height: 4.5em;
  position: relative;
  border-radius: 3em;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
  font-size: 1em;
  font-weight: 700;
  border: none;
  border-radius: 4em;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button a {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns button::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2.5em;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
div#wpcf7cpcnf .wpcf7cp-btns button::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition: 1.2s ease;
  backface-visibility: hidden;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover a {
  color: inherit;
  opacity: 1;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #fff;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  background: #009fe8;
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0;
  background: #f5f5f5;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0 20em;
  margin-top: -10em;
  border-radius: 10em 0 10em 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 10em 0 15em;
    margin-top: -5em;
    border-radius: 5em 0 5em 0;
  }
}

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

.innerbox2 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 5em;
}
@media screen and (max-width: 1350px) {
  .innerbox2 {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox2 {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox2 {
    padding: 0 1.5em;
  }
}

/* =======================================================================================================================
　　　　　　　　　基本背景
======================================================================================================================= */
.stk-wrap {
  width: 100%;
  height: 100svh;
  min-height: 45em;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: -100svh;
}
.grad-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
  overflow: hidden;
  z-index: -999999;
  transform-origin: center;
  /* add */
  transition: all 0.4s;
}
.grad-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/noisebg02.svg) no-repeat center/cover;
  opacity: 0.3;
}
.grad-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/noisebg01.svg) no-repeat center/cover;
  opacity: 1;
  filter: blur(80px);
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .grad-bg::before {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .grad-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/dummybg.webp) no-repeat top center/cover;
  opacity: 0.6;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
.header {
  width: 100%;
  height: 4em;
  position: fixed;
  inset: 1em 0 auto 0;
  z-index: 999;
}
.header .innerbox {
  width: 100%;
  height: 100%;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .header .innerbox {
    padding: 0 6em 0 1em;
  }
}
.header .innerbox.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  font-size: 1em;
  width: auto;
  line-height: 1;
}
.header .logo a {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .header .logo a {
    flex-direction: column;
    gap: 0;
  }
}
.header .logo a:hover {
  scale: 1.05;
}
.header .logo a img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo a img.comp {
  width: 9em;
}
@media screen and (max-width: 480px) {
  .header .logo a img.comp {
    height: 2em;
  }
}
.header .logo a img.rec {
  width: 6.5em;
}
@media screen and (max-width: 480px) {
  .header .logo a img.rec {
    margin-top: 0.25em;
    width: 9em;
  }
}
@media screen and (max-width: 768px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  align-items: center;
  list-style: none inside;
}
.header .gnav ul li + li {
  margin-left: 2em;
}
@media screen and (max-width: 1350px) {
  .header .gnav ul li + li {
    margin-left: 1.5em;
  }
}
.header .gnav ul li a {
  font-weight: 700;
  color: inherit;
}
.header .gnav ul li:not(.e_btn) a {
  position: relative;
}
.header .gnav ul li:not(.e_btn) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: #fcf01d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.header .gnav ul li:not(.e_btn) a:hover::after {
  transform: scaleX(1);
}
.header .gnav ul li.e_btn a:hover {
  color: #fcf01d;
}

.e_btn {
  width: 11.5em;
  height: 4em;
  background: #fcf01d;
  color: #009fe8;
  border-radius: 1em 0 1em 0;
  overflow: hidden;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  position: relative;
}
.e_btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.e_btn:hover a {
  color: inherit;
  opacity: 1;
}
.e_btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.e_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #009fe8;
  border-radius: 1em 0 1em 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.e_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: inherit;
  position: relative;
  z-index: 0;
}
.e_btn .eg {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1;
  padding-top: 0.2em;
}
.e_btn .jp {
  font-size: 0.7em;
  line-height: 1;
}
.e_btn:hover a {
  color: #fcf01d;
}
.e_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

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

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

/* ================= エントリーボタン ============================================================ */
.e_btn.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .e_btn.sp {
    display: block;
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 999;
  }
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 6em;
  height: 6em;
  cursor: pointer;
  position: fixed;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 2em 0 0 0;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 2em;
  height: 0.2em;
  background: #000;
  border-radius: 0.2em;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s, rotate 0.2s 0.2s;
}
.hm_btn::before {
  top: calc(50% - 0.75em);
  left: 50%;
  translate: -50% -50%;
  box-shadow: #000 0 1.5em 0;
}
.hm_btn::after {
  top: 50%;
  left: 50%;
  transform-origin: center;
  translate: -50% -50%;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: none;
  top: 50%;
  rotate: 45deg;
}
.hm_menu_check:checked ~ .hm_btn::after {
  rotate: -45deg;
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: relative;
  background: rgba(245, 245, 245, 0.8);
  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: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 7.5em 4em;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: auto;
  right: -100%;
  bottom: auto;
  transition: right 1s;
  border: none;
  background: #fff;
  border-radius: 4em 0 0 0;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul {
  list-style: none inside;
  transition: filter 2s;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #009fe8;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li {
  padding: 0 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li:not(:last-child) {
  padding-bottom: 2.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li.top-line {
  border-top: 1px solid #009fe8;
  padding-top: 2.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li:not(.e_btn) a {
  color: #000;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li:not(.e_btn) a:hover {
  color: #fcf01d;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li:not(.e_btn) a:hover::before {
  color: #fcf01d;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a::before {
  content: attr(data-eg);
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block;
  color: #009fe8;
  margin-bottom: -0.25em;
  transition: 0.6s ease;
  backface-visibility: hidden;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .hm_inner {
  overflow-x: hidden;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  height: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
  filter: blur(0);
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
.home .mv {
  position: relative;
}
.home .fv {
  width: 100%;
  height: 100svh;
  min-height: 35em;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 15em;
}
@media screen and (max-width: 768px) {
  .home .fv {
    max-height: 70em;
    position: relative;
    overflow: visible;
    margin-bottom: 0;
  }
}
.home .fv-eng {
  width: 26em;
  height: 26em;
  position: absolute;
  top: -13em;
  right: -7em;
  animation: rt_anm linear 20s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: rt_anm linear 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: rt_anm linear 20s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: rt_anm linear 20s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: rt_anm linear 20s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
.home .fv-loop {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 100/85) {
  .home .fv-loop {
    top: auto;
    bottom: 20%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .home .fv-loop {
    top: auto;
    bottom: 15em;
    transform: translate(0, 0);
  }
}
.home .fv-img .top,
.home .fv-img .bottom,
.home .fv-img .slider {
  width: auto;
  height: 100svh;
  min-height: 35em;
  position: absolute;
  top: 0;
  right: 10em;
}
@media screen and (max-width: 1350px) {
  .home .fv-img .top,
  .home .fv-img .bottom,
  .home .fv-img .slider {
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 100/85) {
  .home .fv-img .top,
  .home .fv-img .bottom,
  .home .fv-img .slider {
    top: auto;
    bottom: 0;
    height: 65em;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .fv-img .top,
  .home .fv-img .bottom,
  .home .fv-img .slider {
    top: auto;
    bottom: 9em;
    height: 32.5em;
    min-height: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .home .fv-img .top,
  .home .fv-img .bottom,
  .home .fv-img .slider {
    height: 27.5em;
  }
}
.home .fv-img .slider {
  padding-right: 0.2em;
  scale: 1.008;
}
.home .fv-img img {
  width: auto;
}
.home .fv-copy {
  position: absolute;
  bottom: 4em;
  left: 10em;
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 100/85) {
  .home .fv-copy {
    top: 15em;
    left: 5em;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .fv-copy {
    top: 15vh;
    left: 2em;
    bottom: auto;
  }
}
.home .fv-copy p {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home .fv-copy p {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .home .fv-copy p {
    font-size: 2.5em;
  }
}
.home .lead h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 480px) {
  .home .lead h2 {
    font-size: 2.5em;
  }
}
.home .lead p {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2;
}
.home .lead p:last-child {
  padding-bottom: 0;
}
.home .benefits {
  background: #f5f5f5;
}
.home .benefits-item {
  padding-bottom: 3em;
}
.home .benefits-cate:not(:last-child) {
  padding-bottom: 2.5em;
}
.home .benefits-cate h3 {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  color: #009fe8;
}
.home .benefits-cate .eg {
  font-size: 0.8em;
  line-height: 2.4em;
  color: #009fe8;
  padding-left: 0.625em;
  vertical-align: bottom;
}
.home .benefits-cate ul {
  list-style: none inside;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25em;
  padding-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .home .benefits-cate ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .home .benefits-cate ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home .benefits-cate li {
  background: #fff;
  border-radius: 1em 0 1em 0;
  padding: 1.5em 0 1.5em 1.25em;
}
.home .benefits-cate h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.9em;
}
.home .benefits-cate p {
  font-size: 0.65em;
  line-height: 1.5;
  padding-bottom: 0;
}
.home .stepup {
  width: 100%;
  min-height: 47.5em;
  background: #2cb3f1;
  padding-bottom: 10em;
  overflow: hidden;
}
.home .stepup-flex {
  display: flex;
  justify-content: space-between;
}
.home .stepup-text {
  position: relative;
  z-index: 1;
}
.home .stepup-text h2 {
  color: #fff;
}
.home .stepup-text p {
  padding-bottom: 3em;
}
.home .stepup-img {
  width: 60em;
  position: absolute;
  top: -1px;
  right: -1px;
}
@media screen and (max-width: 768px) {
  .home .stepup-img {
    height: 38em;
    position: relative;
    margin-top: -10em;
  }
}
@media screen and (max-width: 480px) {
  .home .stepup-img {
    height: 35em;
    font-size: 2vw;
    margin-top: -5em;
  }
}
.home .stepup-img .staff {
  width: 14em;
  position: absolute;
  transform-origin: bottom center;
}
.home .stepup-img .staff img {
  position: relative;
  z-index: 1;
}
.home .stepup-img .staff.top.s-on {
  animation: stepup-top 0.8s ease-in-out forwards;
}
.home .stepup-img .staff.top::after {
  content: "";
  width: 6em;
  height: 2em;
  display: block;
  background: url(/images/kage01.png) no-repeat center/contain;
  position: absolute;
  right: 4em;
  bottom: 2.25em;
}
.home .stepup-img .staff.center.s-on {
  animation: stepup-center 0.8s ease-in-out forwards;
}
.home .stepup-img .staff.center::after {
  content: "";
  width: 3.5em;
  height: 1.5em;
  display: block;
  background: url(/images/kage02.png) no-repeat center/contain;
  position: absolute;
  right: 6.5em;
  bottom: 1.75em;
}
.home .stepup-img .staff.bottom.s-on {
  animation: stepup-bottom 0.8s ease-in-out forwards;
}
.home .stepup-img .staff.bottom::after {
  content: "";
  width: 5em;
  height: 2em;
  display: block;
  background: url(/images/kage03.png) no-repeat center/contain;
  position: absolute;
  right: 6em;
  bottom: -0.25em;
}
@keyframes stepup-top {
  0% {
    opacity: 0;
    top: 60em;
    right: 60em;
    transform: scaleY(0.8);
  }
  33% {
    opacity: 0;
    top: 29.5em;
    right: 40.5em;
    transform: scaleY(1);
  }
  66% {
    opacity: 0;
    top: 16em;
    right: 27em;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    top: 1.5em;
    right: 14.5em;
    transform: scaleY(1);
  }
}
@keyframes stepup-center {
  0% {
    opacity: 0;
    top: 60em;
    right: 60em;
    transform: scaleY(0.8);
  }
  33% {
    opacity: 0;
    top: 29.5em;
    right: 40.5em;
    transform: scaleY(0.8);
  }
  66% {
    opacity: 1;
    top: 16em;
    right: 27em;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    top: 16em;
    right: 27em;
    transform: scaleY(1);
  }
}
@keyframes stepup-bottom {
  0% {
    opacity: 0;
    top: 60em;
    right: 60em;
    transform: scaleY(0.8);
  }
  33% {
    opacity: 1;
    top: 29.5em;
    right: 40.5em;
    transform: scaleY(1);
  }
  100% {
    top: 29.5em;
    right: 40.5em;
    transform: scaleY(1);
  }
}
.home .enquete {
  margin-top: 0;
  padding: 5em 0;
}
.home .enquete-box {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5em 0 5em 0;
  padding: 5em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .enquete-box {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .home .enquete-box {
    padding: 5em 2.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .home .enquete-text {
    padding-bottom: 5em;
  }
}
.home .enquete-img {
  width: 48em;
  list-style: none inside;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  position: absolute;
  bottom: -1px;
  right: 5em;
}
@media screen and (max-width: 1350px) {
  .home .enquete-img {
    width: 42em;
  }
}
@media screen and (max-width: 768px) {
  .home .enquete-img {
    width: calc(100% + 5em);
    position: relative;
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .home .enquete-img {
    width: 100%;
    right: 0;
  }
}
.home .enquete-img img {
  height: auto;
}
.home .enquete-img img.top {
  position: relative;
  z-index: 1;
}
.home .enquete-img img.bottom {
  margin-top: -2.75em;
}
@media screen and (max-width: 1350px) {
  .home .enquete-img img.bottom {
    margin-top: -2.25em;
  }
}
@media screen and (max-width: 480px) {
  .home .enquete-img img.bottom {
    margin-top: -1.25em;
  }
}
.home .interview {
  width: 100%;
  height: 100svh;
  min-height: 45em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .interview {
    padding-top: 10em;
    margin-bottom: 10em;
  }
}
.home .interview .innerbox {
  position: absolute;
  top: calc(50% + 0.05em);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home .interview .innerbox {
    position: relative;
    top: auto;
    transform: translateY(0);
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .home .interview-text {
    margin-top: 2.5em;
  }
}
.home .interview-img {
  position: absolute;
  top: 50%;
  right: 10em;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .home .interview-img {
    right: 5em;
  }
}
@media screen and (max-width: 768px) {
  .home .interview-img {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}
.home .staff-list {
  list-style: none inside;
  width: 45em;
  height: 45em;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .staff-list {
    width: 35em;
    height: 35em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .home .staff-list {
    font-size: 0.75em;
  }
}
.home .staff-list .staff-item {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .staff-list .staff-item {
    font-size: 1.5vw;
  }
}
.home .staff-list .staff-item a,
.home .staff-list .staff-item figure {
  display: block;
  width: 100%;
  height: 100%;
}
.home .staff-list .staff-item a:hover::before,
.home .staff-list .staff-item figure:hover::before {
  transform: rotate(-5deg);
  opacity: 0.6;
}
.home .staff-list .staff-item a:hover img,
.home .staff-list .staff-item figure:hover img {
  opacity: 1;
  transform-origin: bottom;
  transform: scale(1.05);
}
.home .staff-list .txtbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  height: 17em;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
}
.home .staff-list .staff_message {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  color: #000;
  padding: 0;
  white-space: nowrap;
}
.home .staff-list .start_year {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding: 1.5em 0;
}
.home .staff-list .start_year .eg {
  font-size: 1.1em;
}
.home .staff-list .name {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  color: #fff;
}
.home .staff-list .imgbox {
  width: 20em;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.home .staff-list .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
.footer {
  width: 100%;
  background: #fff;
  padding: 10em 0;
  border-radius: 10em 0 0 0;
  position: relative;
  margin-top: -10em;
  z-index: 1;
}
.home .footer {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 7.5em 0;
    border-radius: 5em 0 0 0;
  }
}
.footer .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer .flex {
    display: block;
  }
}
.footer .logo {
  width: 18em;
  margin-bottom: 1em;
  transition: all 0.4s;
}
.footer .logo:hover {
  opacity: 0.6;
}
.footer .logo a {
  display: block;
}
.footer .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .link {
  list-style: none inside;
  display: flex;
}
.footer .link li {
  line-height: 1;
  font-size: 0.8em;
}
.footer .link li:first-child::after {
  content: "｜";
  padding: 0 0.5em;
}
.footer .link li a {
  color: #000;
}
.footer .link li a:hover {
  color: #009fe8;
}
.footer i::before {
  color: #009fe8;
  padding-right: 0.4em;
}
@media screen and (max-width: 768px) {
  .footer .f_left {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  .footer .f_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .f_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .fnav {
    margin-bottom: 5em;
  }
}
.footer .fnav .menu {
  display: flex;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .footer .fnav .menu {
    flex-direction: column;
  }
}
.footer .fnav .menu li {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer .fnav .menu li {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .footer .fnav .menu li {
    text-align: center;
  }
}
.footer .fnav .menu li + li {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .footer .fnav .menu li + li {
    margin-left: 0;
    margin-top: 2em;
  }
}
.footer .fnav .menu li a {
  color: #000;
}
.footer .fnav .menu li a:hover {
  color: #009fe8;
}
.footer .copyright {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 700;
  color: #009fe8;
  line-height: 1;
  padding-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .footer .copyright {
    text-align: center;
  }
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

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

.sec_bg2 {
  background: #2cb3f1;
}

.sec_bg3 {
  background: transparent;
}

/* =============== 上下余白 ========================================================= */
.sec_bg1,
.sec_bg2 {
  padding: 10em 0 20em;
}
.sec_bg1:first-child,
.sec_bg2:first-child {
  margin-top: 0;
  padding-bottom: 20em;
}
.sec_bg1:has(+ .sec_bg3),
.sec_bg2:has(+ .sec_bg3) {
  padding-bottom: 10em;
}

.sec_bg3 {
  margin-top: 0;
  padding: 10em 0;
}
.sec_bg3:first-child {
  padding-top: 1em;
}
.sec_bg3:last-child {
  padding-bottom: 20em;
}
.sec_bg3 + .sec_bg1, .sec_bg3 + .sec_bg1 {
  padding-bottom: 20em;
  margin-top: 0;
}

/* =============== 一番下のパーツ　下余白削除 ========================================================= */
.sec_bg1 .innerbox2 > *:last-child,
.sec_bg2 .innerbox2 > *:last-child,
.sec_bg3 .innerbox2 > *:last-child {
  margin-bottom: 0;
}
.sec_bg1 .innerbox2 > *:not(.bbox, .check_list, .no_list, .order_list, .note_list):last-child,
.sec_bg2 .innerbox2 > *:not(.bbox, .check_list, .no_list, .order_list, .note_list):last-child,
.sec_bg3 .innerbox2 > *:not(.bbox, .check_list, .no_list, .order_list, .note_list):last-child {
  padding-bottom: 0;
}

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  /* 大きな数字 */
}
.sec_bg2 .parts-h3 {
  color: #fff;
}
.parts-h3 .jpttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000;
}
.parts-h3 .egttl {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  line-height: 1.5em;
}
.parts-h3 .lnmb {
  display: block;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6em;
  letter-spacing: 0;
  line-height: 1em;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .parts-h3 .lnmb {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .parts-h3 .lnmb {
    font-size: 3em;
  }
}
.sec_bg2 .parts-h3 .lnmb, .sec_bg3 .parts-h3 .lnmb {
  color: #fff;
}

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

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

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

/* ------------ リンク -------------------------------- */
.freepage-ctt a {
  text-decoration: underline;
}
.freepage-ctt .sec_bg1 a {
  color: #009fe8;
}
.freepage-ctt .sec_bg2 a,
.freepage-ctt .sec_bg3 a {
  color: #fff;
}

/* ------------ 段落 -------------------------------- */
p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
p.btmmin {
  padding-bottom: 2em;
}
p.parts-copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  p.parts-copy {
    font-size: 1.6em;
  }
}
p.note {
  font-size: 0.9em;
  font-weight: 400;
  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: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sec_bg1 p.note, .sec_bg2 p.note {
  color: #f45951;
}
p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}

.imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

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

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  margin-bottom: 5em;
  background: #2cb3f1;
  color: #fff;
  border-radius: 2em 0 2em 0;
}
.sec_bg2 .bbox, .sec_bg3 .bbox {
  background: #f5f5f5;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 2.5em;
    border-radius: 2.5em 0 2.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox h3,
.bbox h4 {
  font-family: "articulat-cf", "articulat-heavy-cf", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .bbox h3,
  .bbox h4 {
    font-size: 1.3em;
  }
}
.bbox p {
  padding-bottom: 2em;
  color: #000;
}
.bbox p:last-child {
  padding-bottom: 0;
}

/* ------------ Googleマップ ------------------------------------------- */
.access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.access_map iframe,
.access_map .acf-map {
  width: 100%;
  height: 20em;
}
.access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

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

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

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

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
  /* 中寄せ */
}
@media screen and (max-width: 768px) {
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img2box ul.flex_center,
.img3txtbox ul.flex_center,
.img4txtbox ul.flex_center,
.img5txtbox ul.flex_center,
.img6txtbox ul.flex_center {
  justify-content: center;
}
.img2box ul.flex_center li:last-child,
.img3txtbox ul.flex_center li:last-child,
.img4txtbox ul.flex_center li:last-child,
.img5txtbox ul.flex_center li:last-child,
.img6txtbox ul.flex_center li:last-child {
  margin-right: 0;
}

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

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */
}
.img3txtbox ul {
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

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

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

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

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #2cb3f1;
  color: #000;
  border-radius: 2em 0 2em 0;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .no_list, .sec_bg3 .no_list {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 2.5em;
    border-radius: 2.5em 0 2.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3,
.no_list h4 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.sec_bg1 .no_list h3,
.sec_bg1 .no_list h4 {
  color: #fff;
}
.sec_bg2 .no_list h3, .sec_bg3 .no_list h3,
.sec_bg2 .no_list h4,
.sec_bg3 .no_list h4 {
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .no_list h3,
  .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #2cb3f1;
  color: #000;
  border-radius: 2em 0 2em 0;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .check_list, .sec_bg3 .check_list {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 2.5em;
    border-radius: 2.5em 0 2.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3,
.check_list h4 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.sec_bg1 .check_list h3,
.sec_bg1 .check_list h4 {
  color: #fff;
}
.sec_bg2 .check_list h3, .sec_bg3 .check_list h3,
.sec_bg2 .check_list h4,
.sec_bg3 .check_list h4 {
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .check_list h3,
  .check_list h4 {
    font-size: 1.3em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #2cb3f1;
  color: #000;
  border-radius: 2em 0 2em 0;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .order_list, .sec_bg3 .order_list {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 2.5em;
    border-radius: 2.5em 0 2.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3,
.order_list h4 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.sec_bg1 .order_list h3,
.sec_bg1 .order_list h4 {
  color: #fff;
}
.sec_bg2 .order_list h3, .sec_bg3 .order_list h3,
.sec_bg2 .order_list h4,
.sec_bg3 .order_list h4 {
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .order_list h3,
  .order_list h4 {
    font-size: 1.3em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.8);
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table_list h3,
.table_list h4 {
  display: inline-block;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table_list h3,
  .table_list h4 {
    font-size: 1.3em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em;
  border-radius: 1em 0 1em 0;
  background: linear-gradient(90deg, rgb(241, 128, 122) 0%, rgb(211, 178, 247) 30%, rgb(131, 209, 247) 80%, rgb(97, 216, 217) 100%);
  margin-bottom: 0.5em;
}
.sec_bg2 .table_list ul li, .sec_bg3 .table_list ul li {
  background: #fff;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 700;
}
.sec_bg1 .table_list ul li .tablelist_th {
  border-right: #fff dashed 0.15em;
}
.sec_bg2 .table_list ul li .tablelist_th, .sec_bg3 .table_list ul li .tablelist_th {
  border-right: #000 dashed 0.15em;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
  }
  .sec_bg1 .table_list ul li .tablelist_th {
    border-right: none;
    border-bottom: #fff dashed 0.15em;
  }
  .sec_bg2 .table_list ul li .tablelist_th, .sec_bg3 .table_list ul li .tablelist_th {
    border-right: none;
    border-bottom: #000 dashed 0.15em;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
.table_list ul li .tablelist_td strong {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}
.table_list ul li:last-child {
  border-bottom: none;
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 5em;
  background: #fff;
  color: #009fe8;
  border-radius: 2em 0 2em 0;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
    border-radius: 2.5em 0 2.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3,
.note_list h4 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.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;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* タイムライン -------------------------------- */
.time_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.time_list h3,
.time_list h4 {
  display: inline-block;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .time_list h3,
  .time_list h4 {
    font-size: 1.3em;
  }
}
.time_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  /* 最後の点線 */
}
.time_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 縦線 */
}
.time_list ul li::before, .time_list ul li::after {
  content: "";
  display: block;
}
.time_list ul li::before {
  position: absolute;
  top: 0;
  left: 10em;
  right: auto;
  bottom: 0;
  width: 1px;
  margin: auto;
  border-right: #000 solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.time_list ul li:first-child::before {
  top: 2em;
}
.time_list ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.time_list ul li .time_time,
.time_list ul li .time_ctt {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.time_list ul li .time_time {
  padding-left: 0;
  width: 10em;
  font-weight: 900;
  text-align: right;
  color: #000;
}
.time_list ul li .time_ctt {
  padding-right: 0;
  flex: 1;
  font-weight: 500;
  /* 丸 */
}
.time_list ul li .time_ctt strong {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.time_list ul li .time_ctt::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #009fe8;
  position: absolute;
  top: 1.9em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.sec_bg2 .time_list ul li .time_ctt::before, .sec_bg3 .time_list ul li .time_ctt::before {
  background: #fff;
}
.time_list ul.on li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 2em;
  left: 10em;
  right: auto;
  bottom: 0;
  margin: auto;
  border-right: #000 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .videobox .imgtxt_imgbox {
    width: 100%;
  }
}

.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;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .access_map:last-child,
.freepage-ctt .sec .innerbox .btn:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

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

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

.flow-ctt {
  padding: 10em 0;
  overflow: hidden;
}
.flow-ctt::after {
  display: block;
  content: "";
  width: 50%;
  height: 3em;
  border-right: #fff dotted 2px;
  margin-bottom: 0.5em;
}
.flow-ctt .heading {
  color: #009fe8;
}
.flow-ctt .heading::after {
  display: block;
  content: "";
  width: 50%;
  height: 3em;
  border-right: #fff solid 2px;
}
.flow-ctt .ctt_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  padding-bottom: 1.5em;
}
.flow-ctt .ctt_ttl::before {
  display: block;
  content: "";
  width: 50%;
  height: 6em;
  border-right: #fff solid 2px;
  margin-bottom: 0.5em;
}
.flow-ctt .ctt_ttl:first-child::before {
  content: none;
}
.flow-ctt .comment {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow-ctt .comment {
    width: 75%;
  }
}
.flow-ctt .flow_left {
  width: calc(50% + 2px);
  box-sizing: border-box;
  border-right: #fff solid 2px;
  overflow: visible;
  padding-bottom: 5em;
  padding-left: 1em;
  position: relative;
}
.flow-ctt .flow_left .left_text_balloon {
  position: relative;
  display: inline-block;
  padding: 1.8em;
  min-width: 15em;
  max-width: 27.5em;
  background: #fff;
  border-radius: 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flow-ctt .flow_left .left_text_balloon {
    max-width: 18em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_left .left_text_balloon {
    min-width: 25em;
    padding: 1em;
  }
}
.flow-ctt .flow_left .left_text_balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-right: #fff solid 1em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_left .left_text_balloon::before {
    position: absolute;
    top: 50%;
    left: -1.5em;
    right: auto;
    bottom: auto;
  }
}
.flow-ctt .flow_left .left_text_balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  margin-left: -1px;
  border: transparent solid 0.66em;
  border-right: transparent solid 1em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_left .left_text_balloon::after {
    position: absolute;
    top: 50%;
    left: -1.5em;
    right: auto;
    bottom: auto;
  }
}
.flow-ctt .flow_left .left_text_balloon .flow_left_text {
  padding-bottom: 0;
}
.flow-ctt .flow_right_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}
.flow-ctt .flow_right_box .flow_right {
  float: right;
  width: 50%;
  border-left: #fff solid 2px;
  overflow: visible;
  padding-bottom: 5em;
  position: relative;
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon {
  float: right;
  position: relative;
  display: inline-block;
  padding: 1.8em;
  min-width: 15em;
  max-width: 27.5em;
  background: #f5f5f5;
  border-radius: 0.5em;
  box-sizing: border-box;
  left: -1em;
}
@media screen and (max-width: 768px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon {
    max-width: 18em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon {
    min-width: 25em;
    padding: 1em;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-left: #f5f5f5 solid 1em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon::before {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  margin-right: -1px;
  border: transparent solid 0.66em;
  border-left: transparent solid 1em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon .flow_right_text {
  padding-bottom: 0;
}
.flow-ctt .imgbox {
  margin-top: 1em;
  border-radius: 1em;
  overflow: hidden;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 8em 0 12em;
  /* 英語タイトル */
  /* 日本語タイトル */
  /* ロゴマーク */
  /* 一覧へ戻るボタン */
}
@media screen and (max-width: 768px) {
  body #page-header {
    padding: 8em 0;
  }
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 8em;
  line-height: 1em;
  color: #fff;
  white-space: nowrap;
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  body #page-header .eg_ttl {
    font-size: 5em;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 3.5em;
  }
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1em;
  color: #000;
  margin-top: -1.5em;
}
@media screen and (max-width: 768px) {
  body #page-header .page_ttl {
    margin-top: -1em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 2em;
  }
}
body #page-header .page_ttl .eg {
  margin-left: 0.5em;
  /* 年 */
  /* 月 */
}
body #page-header .page_ttl .eg .year {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em;
  margin-right: 0.25em;
}
body #page-header .page_ttl .eg .month {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
}
body #page-header .logobox {
  width: 32em;
  position: absolute;
  top: 50%;
  right: 10em;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  body #page-header .logobox {
    right: -4em;
  }
}
body #page-header .logobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body #page-header .btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15em;
  line-height: 4.5em;
  position: relative;
  border-radius: 3em;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  right: 10em;
}
body #page-header .btn a {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
body #page-header .btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2.5em;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
body #page-header .btn::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  transition: 1.2s ease;
  backface-visibility: hidden;
}
body #page-header .btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (max-width: 1350px) {
  body #page-header .btn {
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .btn {
    margin-top: 2.5em;
    position: static;
    inset: auto;
  }
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .parts-h3 {
  text-align: left;
  padding-bottom: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.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: space-evenly;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .contact_tel .tel_list {
    justify-content: flex-start;
  }
}
.contactpage-ctt .contact_tel .tel_list li {
  padding-right: 2.5em;
  margin-top: 2em;
  /* 支店 ------------------------------------------- */
  /* 番号 ------------------------------------------- */
  /* 受付時間・定休日 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li:last-child {
  padding-right: 0;
}
.contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 1em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  padding-bottom: 0.1em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a {
  display: inline-block;
  line-height: 1;
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  background: #2cb3f1;
  -webkit-background-clip: text;
  color: transparent;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a:hover {
  opacity: 0.6;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg {
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.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;
  vertical-align: text-top;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: #2cb3f1;
  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 .contacttel_time {
  display: inline-block;
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  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: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.67em;
  content: "受付時間";
  padding-right: 0.5em;
  bottom: 0.05em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
    font-size: 1.25em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
  display: inline-block;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
    font-size: 0.8em;
  }
}
.contactpage-ctt .webcontact a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */