@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 株式会社明菱
Author: 株式会社ジャンプス

*/
/* 欧文フォント */
.eg {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: "source-han-sans-japanese", "游ゴシック", "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;
  }
}

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

/* 小文字 */
.lowercase {
  text-transform: none !important;
}

.wf-loading {
  opacity: 0;
}

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

.imgbox {
  line-height: 0;
}

.rd {
  border-radius: 1em;
  overflow: hidden;
}

/* =======================================================================================================================
　　　　　　　　　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);
  }
}

/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@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;
  position: relative;
}
.decoloop .wrap {
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: loop-text 60s linear infinite;
}
.decoloop .txt {
  display: inline-block;
  line-height: 1;
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.fv-loop .txt {
  font-size: 12em;
  color: rgba(177, 227, 249, 0.5);
}
.fv-loop .txt .white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv-loop .txt {
    font-size: 8em;
  }
}
@media screen and (max-width: 480px) {
  .fv-loop .txt {
    font-size: 6em;
  }
}

.service-loop .txt {
  font-size: 20em;
  color: #007ba4;
}

@keyframes circle-arrow {
  0%, 100% {
    background-position: center;
  }
  50% {
    background-position: 200% center;
  }
  50.1% {
    background-position: 200% 200%;
  }
  50.2% {
    background-position: -200% 200%;
  }
  50.3% {
    background-position: -200% center;
  }
}
/* リンク */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #0299cb;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 3.5em;
  background: #0299cb;
  color: #fff;
  border-radius: 3.5em;
}
.sec_bg3 .btn {
  background: #fff;
  color: #0299cb;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 4.25em 0 3.75em;
  position: relative;
  color: #fff;
}
.btn a span {
  color: #fff;
}
.sec_bg3 .btn a span {
  color: #0299cb;
}
.btn a::after {
  content: "";
  width: 2em;
  height: 0.9em;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 0.9em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
  cursor: pointer;
}
.sec_bg3 .btn a::after {
  background-image: url(/images/ya_b.svg);
}
.btn:hover a {
  color: #fff;
  opacity: 1 !important;
}
.btn:hover a::after {
  animation: circle-arrow 0.5s forwards;
}

/* ================= TOPICS ============================================================ */
.topics-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .topics-list {
    grid-template-columns: 1fr;
  }
}

.topics-item .imgbox {
  width: 100%;
  height: 100%;
  aspect-ratio: 480/300;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
}
.topics-item .imgbox::after {
  content: "";
  width: 3em;
  height: 3em;
  background-color: #0299cb;
  border-radius: 50%;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 0.9em;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.topics-item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics-item .txtbox p {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  color: #0299cb;
  padding-bottom: 0.25em;
}
.topics-item .txtbox h3 {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
}
.topics-item:hover .imgbox::after {
  animation: circle-arrow 0.7s forwards;
}
.topics-item:hover .imgbox img {
  scale: 1.1;
}

.home {
  /* ------ fv -------------------------- */
  /* ------ header -------------------------- */
  /* ------ scroll -------------------------- */
  /* ---- image box ---------- */
  /* ---- image item ---------- */
  /* ---- lead ---------- */
  /* ---- interview wrap ---------- */
  /* ---- interview main bg ---------- */
  /* ---- interview staff list ---------- */
}
.home .js-fv01 {
  opacity: 0;
  transition: all 0.6s;
  height: 100vh;
  inset: 0;
}
.home .js-fv01.on {
  opacity: 1;
}
.home .js-fv02 {
  transform-origin: 0 0;
  transition: all 0.6s;
}
.home .js-fv02.up {
  opacity: 0;
  transform: translateY(100%);
}
.home .js-fv02.up.on {
  opacity: 1;
  transform: translateY(0);
}
.home .js-fv02.down {
  opacity: 0;
  transform: translateY(-100%);
}
.home .js-fv02.down.on {
  opacity: 1;
  transform: translateY(0);
}
.home .js-fv02.main {
  opacity: 1;
  margin-top: 0;
}
.home .js-fv02.main.on {
  margin-top: 5.5em;
}
.home .js-fv02.movie.scale-off {
  inset: 5.5em 0 0 0;
  height: calc(100vh - 5.5em);
}
.home .js-fv02.fv {
  height: 100vh;
}
.home .js-fv02.fv.on {
  opacity: 1;
  height: calc(100svh - 5.5em);
}
.home .js-fv04 {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 50% 50%;
  transition: all 0.6s;
}
.home .js-fv04.on {
  opacity: 1;
  transform: scaleY(1);
}
.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-wrap {
  transition: 0.8s ease;
  backface-visibility: hidden;
}
.home .js-wrap.s-on {
  opacity: 0;
  visibility: hidden;
}
.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%;
  overflow: hidden;
  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;
}
.home .js-staff-img.s-on {
  opacity: 1;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .home .js-staff-img.s-on {
    position: relative;
    inset: 0;
  }
}
.home .js-slide-left {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateX(2em);
}
.home .js-slide-left.s-on {
  opacity: 1;
  transform: translateX(0);
}
.home .js-slide-right {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateX(-2em);
}
.home .js-slide-right.s-on {
  opacity: 1;
  transform: translateX(0);
}
.home .js-slide-up {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(2em);
}
.home .js-slide-up.s-on {
  opacity: 1;
  transform: translateY(0);
}
.home .js-slide-down {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(-2em);
}
.home .js-slide-down.s-on {
  opacity: 1;
  transform: translateY(0);
}
.home .js-slide-100 {
  opacity: 0;
  transition: 0.8s ease;
  backface-visibility: hidden;
  transform: translateX(100%);
  transform-origin: 0 0;
}
.home .js-slide-100.s-on {
  opacity: 1;
  transform: translateX(0);
}
.home .js-scale-top {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0);
}
.home .js-scale-top.s-on {
  transform: scaleY(1);
}
.home .js-scale-center,
.home .js-circle {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: center center;
  transform: scale(0);
}
.home .js-scale-center.s-on,
.home .js-circle.s-on {
  transform: scale(1);
}
.home .js-scale-bottom {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: bottom center;
  transform: scaleY(0);
}
.home .js-scale-bottom.s-on {
  transform: scaleY(1);
}
.home .js-rotateX {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-rotateX.s-on {
  opacity: 1;
  transform: rotateX(0deg);
}
.home .js-rotateY {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotateY(90deg);
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-rotateY.s-on {
  opacity: 1;
  transform: rotateY(0deg);
}
.home .js-sec-up {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(10em);
}
.home .js-sec-up.s-on {
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform: translateY(0);
}
.home .js-card {
  opacity: 0;
  transition: 0.6s ease;
  backface-visibility: hidden;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.home .js-card.s-on {
  opacity: 1;
  transform: rotate(0);
}
.home .js-solution-img {
  transform: translateY(0);
  transition: 0.6s ease;
  backface-visibility: hidden;
  z-index: 1;
}
.home .js-solution-img.s-on {
  transform: translateY(-20em);
}
.home .js-recruit {
  transition: 0.6s ease;
  backface-visibility: hidden;
}
.home .js-recruit.s-on {
  padding-top: 7.5em;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.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: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #777;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #fff;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 施工実績カテゴリ一覧 ============================================================ */
.cate_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* 記事ページでページ下にある時のフッターとの重なり */
}
@media screen and (max-width: 480px) {
  .cate_box {
    padding-bottom: 2.5em;
  }
}
.nav_sec .cate_box {
  padding-bottom: 15em;
}
@media screen and (max-width: 480px) {
  .nav_sec .cate_box {
    padding-bottom: 12.5em;
  }
}
.cate_box .cate_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5em;
}
.cate_box .cate_list li {
  padding-right: 0.5em;
  margin-top: 0.5em;
}
.cate_box .cate_list li:last-child {
  padding-right: 0;
}
.cate_box .cate_list li a {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
  min-width: 6em;
  background: #0299cb;
  color: #fff;
  padding: 1em;
  border-radius: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cate_box .cate_list li a {
    font-size: 0.8em;
  }
}
.cate_box .cate_list li a:hover {
  text-decoration: none;
  color: #0299cb;
}

/* ================= 投稿記事 ============================================================ */
#post_archive {
  margin-top: -2em;
}

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

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- ページヘッダー ------------------------------------------- */
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #page-header {
  padding-bottom: 5em;
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
  /* 日付 */
  /* カテゴリ */
  /* 記事タイトル */
}
#newspost #entry-header .date {
  font-family: "eurostile-extended", sans-serif;
  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: "eurostile-extended", sans-serif;
  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: #0299cb;
  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: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.25em;
}
#newspost #entry-header .entry_ttl {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.5em;
  border-top: #fff solid 0.1em;
  color: #fff;
}
@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: #f4f4f4;
  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: #0299cb;
}
#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: #0299cb;
}
#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: #f4f4f4;
  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: #0299cb;
  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: "source-han-sans-japanese", "游ゴシック", "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: 12em;
  height: 3.5em;
  font-size: 1em;
  font-weight: 700;
  background: #0299cb;
  color: #fff;
  border-radius: 3.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  letter-spacing: 1em;
  text-indent: 1em;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit]:hover {
  scale: 1.1;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  scale: 1;
}
@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 .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  color: #81b934;
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  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: #81b934;
  padding-right: 0.2em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #81b934;
  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: #81b934;
  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: #0299cb;
}
div#wpcf7cpcnf table tr td p {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  height: 3.5em;
  font-size: 1em;
  font-weight: 700;
  background: #0299cb;
  color: #fff;
  border-radius: 3.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-size: 1em;
  border: none;
  border-radius: 4em;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  scale: 1.1;
}
div#wpcf7cpcnf .wpcf7cp-btns button:disabled:hover {
  scale: 1;
}
@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 {
  letter-spacing: 0;
  text-indent: 0;
}

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

body,
html {
  overflow-x: clip;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "source-han-sans-japanese", "游ゴシック", "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;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.2vw;
  }
}
@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;
  border-radius: 2em 2em 0 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 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;
  }
}

.header {
  width: 100%;
  height: 5.5em;
}
.header .innerbox {
  height: 100%;
  padding: 0 2em;
}

.main {
  width: 100%;
  margin-top: 5.5em;
}

.footer {
  width: 100%;
  padding: 5em 0;
}

.corner {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  bottom: 0.5px;
  z-index: 1;
}
.corner::before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  content: "";
  background: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.corner.left {
  left: 0.5px;
  transform: translateY(100%) rotate(180deg);
}
.corner.right {
  right: 0.5px;
  transform: translateY(100%) rotate(270deg);
}

.header .corner::before {
  box-shadow: 2em 2em 0 0 #fff;
}

.sec_bg1 .corner::before {
  box-shadow: 2em 2em 0 0 #f4f4f4;
}

.sec_bg2 .corner::before {
  box-shadow: 2em 2em 0 0 #b1e3f9;
}

.sec_bg3 .corner::before {
  display: none;
}

.movie {
  position: fixed;
  inset: 5.5em 0 0 0;
  width: 100%;
  height: calc(100vh - 5.5em);
  overflow: hidden;
  z-index: -9999;
}
.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie video.pc-video {
  display: block;
  height: calc(100vh - 5.5em);
}
@media screen and (max-width: 768px) {
  .movie video.pc-video {
    display: none;
  }
}
.movie video.sp-video {
  display: none;
}
@media screen and (max-width: 768px) {
  .movie video.sp-video {
    display: block;
    height: 100vh;
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  background: #fff;
}
.header .innerbox.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  font-size: 1em;
  width: 10em;
  line-height: 1;
  transition: all 0.4s;
  position: fixed;
  top: 1.8em;
  z-index: 1;
}
.header .logo:hover {
  scale: 1.05;
}
.header .logo a {
  display: inline-block;
}
.header .logo a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .gnav {
  width: 100%;
}
@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.gnav-list {
  justify-content: flex-end;
  background: #fff;
}
.header .gnav li + li {
  margin-left: 2em;
}
.header .gnav .r-btn {
  width: 12em;
  line-height: 3.5em;
  background: #0299cb;
  color: #fff;
  text-align: center;
  border-radius: 3.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.header .gnav .r-btn a {
  display: inline-block;
  width: 100%;
}
.header .gnav .r-btn:hover {
  scale: 1.05;
}
.header .gnav .r-btn:hover a {
  color: #fff;
}
.header .gnav a {
  font-weight: 700;
}

.header .gnav {
  z-index: 0;
}
.header .gnav .gnav-item .top-ttl {
  display: block;
  line-height: 5.5em;
  cursor: pointer;
}
.header .gnav .gnav-item:hover .top-ttl {
  color: #0299cb;
}
.header .gnav .gnav-item:hover .dropdown-box {
  visibility: visible;
  transform: translateY(-0.5px);
}
.header .gnav .dropdown-box {
  height: 10em;
  position: absolute;
  top: 5.5em;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 2em;
  transform: translateY(-100%);
  visibility: hidden;
  transform-origin: center top;
  transition: 0.4s ease;
  backface-visibility: hidden;
  z-index: -2;
}
.header .gnav .dropdown-box .corner.dd {
  top: -2em;
  left: -2em;
  right: auto;
}
.header .gnav .dropdown-list {
  padding: 1em 2em 0;
}
.header .gnav .dropdown-item + .dropdown-item {
  margin-left: 1.5em;
}
.header .gnav .dropdown-item.top {
  display: flex;
  flex-direction: column;
}
.header .gnav .dropdown-item.top .ttl {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1;
  color: #0299cb;
}
.header .gnav .dropdown-item.top .item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 700;
  line-height: 1;
  margin-top: 1em;
}
.header .gnav .dropdown-item.top .item::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: #0299cb;
  border-radius: 50%;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5em 0.45em;
}
.header .gnav .dropdown-item.top .item:hover::before {
  animation: circle-arrow 0.7s forwards;
}
.header .gnav .dropdown-item.img {
  text-align: center;
}
.header .gnav .dropdown-item.img .imgbox {
  width: 10em;
  height: 6em;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.header .gnav .dropdown-item.img .imgbox::after {
  content: "";
  width: 3em;
  height: 3em;
  background-color: #0299cb;
  border-radius: 50%;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 0.9em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.header .gnav .dropdown-item.img .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .gnav .dropdown-item.img .item {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
}
.header .gnav .dropdown-item.img:hover .imgbox::after {
  opacity: 1;
  animation: circle-arrow 0.7s forwards;
}
.header .gnav .dropdown-item.img:hover img {
  scale: 1.1;
}
.header .gnav .dropdown-item.txt {
  display: flex;
  flex-direction: column;
}
.header .gnav .dropdown-item.txt.mt-2 {
  margin-top: -2em;
}
.header .gnav .dropdown-item.txt .item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header .gnav .dropdown-item.txt .item::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: #0299cb;
  border-radius: 50%;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5em 0.45em;
}
.header .gnav .dropdown-item.txt .item:hover::before {
  animation: circle-arrow 0.7s forwards;
}
.header .gnav .dropdown-item.txt .item .item-txt {
  font-size: 0.8em;
  font-weight: 500;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
.header {
  /* ================= 格納ナビゲーション ============================================================ */
  /* -------------------------- メニューボタン ------------------------------------------- */
  /* 開閉時のアニメーション */
  /* -------------------------- 格納領域 ------------------------------------------- */
  /* 開閉時のアニメーション */
}
.header .hm_btn,
.header .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .hm_btn,
  .header .hm_menu_wrap {
    display: block;
  }
}
.header .hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}
.header .hm_btn {
  width: 4em;
  height: 4em;
  cursor: pointer;
  position: fixed;
  top: 1em;
  left: auto;
  right: 1em;
  bottom: auto;
  border-radius: 3em;
  cursor: pointer;
  z-index: 99999;
}
.header .hm_btn::before, .header .hm_btn::after {
  width: 2em;
  height: 0.125em;
  background: #000;
  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;
}
.header .hm_btn::before {
  top: calc(50% - 0.6em);
  left: 50%;
  translate: -50% -50%;
  box-shadow: #000 0 1.2em 0;
}
.header .hm_btn::after {
  top: 50%;
  left: 50%;
  transform-origin: center;
  translate: -50% -50%;
}
.header .hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: none;
  top: 50%;
  rotate: 45deg;
}
.header .hm_menu_check:checked ~ .hm_btn::after {
  rotate: -45deg;
}
.header .hm_menu_wrap {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.header .hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header .hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 1em 2.5em 4em;
  width: 20em;
  position: absolute;
  top: -100%;
  left: auto;
  right: 0;
  bottom: auto;
  transition: top 1s;
  border: none;
  background-color: #fff;
  border-radius: 0 0 0 2em;
  /* 中身デザイン */
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav-sp ul {
  list-style: none inside;
  border-radius: 1em 0 0 1em;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li:not(:last-child) {
  padding-bottom: 2.5em;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a::before {
  content: attr(data-eg);
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  display: block;
  margin-bottom: -0.25em;
  color: #0299cb;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a .item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 700;
  line-height: 1;
  margin-top: 1em;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a .item::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: #0299cb;
  border-radius: 50%;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5em 0.45em;
}
.header .hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a:hover .item::before {
  animation: circle-arrow 0.7s forwards;
}
.header .hm_menu_wrap .hm_inner .menucontent .corner.dd {
  top: -2em;
  left: -2em;
  right: auto;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap {
  visibility: visible;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap .hm_inner {
  overflow-x: hidden;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 5.5em;
  height: auto;
}
.header .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
  filter: blur(0);
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
@media screen and (max-width: 768px) {
  .home .heading {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 480px) {
  .home .heading {
    font-size: 2vw;
  }
}
.home .heading h2 {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  color: #0299cb;
  padding-bottom: 2.5em;
}
.home .heading h2 .eg {
  font-size: 1.8em;
  line-height: 1;
}
.home .heading .copy {
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1;
}
.home .heading p {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 0;
}
.home .fv {
  width: 100%;
  height: calc(100svh - 5.5em);
  position: relative;
  z-index: 0;
}
.home .fv::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100svh + 5em);
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.home .fv::after {
  content: "";
  display: block;
  position: absolute;
  height: calc(100svh + 5em);
  inset: 0;
  background-image: url(/images/bg-dot01.gif);
  background-size: 3px 3px;
  z-index: -1;
}
.home .fv-loop {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.home .fv-topics {
  width: 100%;
  position: absolute;
  bottom: 2.5em;
  z-index: 1;
}
.home .fv-topics a {
  transition: all 0.3s;
}
.home .fv-topics a:hover {
  scale: 1.02;
}
.home .fv-topics .box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50em;
  height: 3em;
  border-radius: 2em;
  padding: 0 1.2em 0 1.4em;
  background: #0299cb;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .home .fv-topics .box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 8em;
    border-radius: 1em;
  }
}
.home .fv-topics .ttl {
  line-height: 1.5em;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 480px) {
  .home .fv-topics .ttl {
    width: 100%;
    line-height: 1;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0.5em;
    margin-bottom: 0.75em;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.home .fv-topics h2 {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.home .fv-topics .date {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #b1e3f9;
  padding-right: 1em;
}
.home .fv-topics p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  padding-bottom: 0;
}
.home .topics {
  width: 100%;
  background: #f4f4f4;
  padding: 5em 0;
  margin-top: 8.5em;
  border-radius: 0 2em 0 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .home .topics {
    border-radius: 0 0 0 0;
  }
}
.home .topics-heading {
  width: 50%;
  height: 8.5em;
  position: absolute;
  top: -8.45em;
  left: 0;
  background: #f4f4f4;
  padding-top: 5em;
  border-radius: 2em 2em 0 0;
}
@media screen and (max-width: 768px) {
  .home .topics-heading {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .home .topics-heading {
    width: 100%;
  }
}
.home .topics-heading .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .topics-heading h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}
.home .topics-corner {
  top: -2em;
  left: 50%;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  .home .topics-corner {
    left: 75%;
  }
}
@media screen and (max-width: 480px) {
  .home .topics-corner {
    display: none;
  }
}
.home .topics-corner::before {
  box-shadow: 2em 2em 0 0 #f4f4f4;
}
.home .corner.topics-corner-bottom::before {
  box-shadow: 2em 2em 0 0 #f4f4f4;
}
.home .service-wrap {
  width: 100%;
  position: relative;
}
.home .service-wrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(2, 153, 203, 0.9);
  z-index: 0;
}
.home .service-wrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url(/images/bg-dot02.gif);
  background-size: 3px 3px;
  z-index: -1;
}
.home .service-wrap .stk-loop {
  height: 100svh;
  position: sticky;
  top: 0;
}
.home .service-wrap .stk-loop .service-loop {
  position: absolute;
  bottom: -1.5em;
  left: 0;
}
.home .service-wrap .stk-img {
  height: 100svh;
  position: sticky;
  top: 0;
  margin-top: -100svh;
}
@media screen and (max-width: 768px) {
  .home .service-wrap .stk-img {
    display: none;
  }
}
.home .service-wrap .stk-img .imgbox {
  position: absolute;
  top: 50%;
  right: 5em;
  left: calc(50% + 10em);
  transition: 0.4s ease;
  backface-visibility: hidden;
}
.home .service-wrap .stk-img .imgbox.js-service-ill01, .home .service-wrap .stk-img .imgbox.js-service-ill02, .home .service-wrap .stk-img .imgbox.js-service-ill03 {
  opacity: 0;
  transform: translate(5em, -50%);
}
.home .service-wrap .stk-img .imgbox.js-service-ill01.s-on, .home .service-wrap .stk-img .imgbox.js-service-ill02.s-on, .home .service-wrap .stk-img .imgbox.js-service-ill03.s-on {
  opacity: 1;
  transform: translate(0, -50%);
}
.home .service {
  width: 100%;
}
.home .service .innerbox {
  margin-top: -100svh;
}
.home .service-list {
  list-style: none inside;
}
.home .service-item {
  width: 100%;
  position: relative;
}
.home .service-item:not(:last-child) {
  margin-bottom: 5em;
}
.home .service-item .left {
  display: flex;
  background: #fff;
  width: 100%;
  max-width: 47.5em;
  border-radius: 1em;
  overflow: hidden;
  position: relative;
}
.home .service-item .left::after {
  content: "";
  width: 3em;
  height: 3em;
  background-color: #0299cb;
  border-radius: 50%;
  background-image: url(/images/ya_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 0.9em;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media screen and (max-width: 1350px) {
  .home .service-item .left {
    max-width: 44.5em;
  }
}
@media screen and (max-width: 480px) {
  .home .service-item .left {
    flex-direction: column;
  }
}
.home .service-item .left .imgbox {
  width: 30%;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .home .service-item .left .imgbox {
    width: 100%;
    height: 20em;
  }
}
.home .service-item .left .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.01;
}
@media screen and (max-width: 480px) {
  .home .service-item .left .imgbox img {
    -o-object-position: 0 60%;
       object-position: 0 60%;
  }
}
.home .service-item .left .txtbox {
  width: 70%;
  position: relative;
  padding: 5em;
}
@media screen and (max-width: 1350px) {
  .home .service-item .left .txtbox {
    padding: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .home .service-item .left .txtbox {
    padding: 5em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .home .service-item .left .txtbox {
    width: 100%;
  }
}
.home .service-item .left .txtbox .no {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1;
  color: #0299cb;
  position: absolute;
  top: 2em;
  right: 1.75em;
}
.home .service-item .left .txtbox .copy {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 1.5em;
  white-space: nowrap;
}
.home .service-item .left .txtbox .copy .blue {
  color: #0299cb;
}
.home .service-item .left .txtbox .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
.home .service-item .left .txtbox .txt {
  padding-top: 1.75em;
  padding-bottom: 0;
}
.home .service-item .left:hover {
  color: inherit;
  background: #b1e3f9;
}
.home .service-item .left:hover::after {
  animation: circle-arrow 0.7s forwards;
}
.home .service-item .left:hover img {
  scale: 1.05;
}
.home .service-item .right {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .service-item .right {
    display: block;
  }
}
.home .service-item .right .imgbox {
  padding: 5em 5em 0;
}
@media screen and (max-width: 480px) {
  .home .service-item .right .imgbox {
    padding: 2.5em 2.5em 0;
  }
}
@media screen and (min-width: 481px) {
  .home .service-item:nth-child(even) .left {
    flex-direction: row-reverse;
  }
  .home .service-item:nth-child(even) .left .txtbox .no {
    right: auto;
    left: 1.75em;
  }
}
.home .solution {
  width: 100%;
  background: #b1e3f9;
  padding-bottom: 0;
  margin-top: -2em;
  position: relative;
}
.home .solution .heading {
  text-align: center;
  padding-bottom: 5em;
}
.home .solution-img {
  width: 100%;
  position: relative;
  font-size: 1vw;
}
.home .solution-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .solution-img .base {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home .solution-img .staff {
  width: 100%;
  position: absolute;
  top: 59%;
  left: 0;
  z-index: 1;
}
.home .solution-img .solution-item-txt {
  color: #007ba4;
  position: absolute;
  z-index: 4;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.home .solution-img .solution-item-txt h3 {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.5;
}
.home .solution-img .solution-item-txt p {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0;
}
.home .solution-img .solution-item-txt.item01 {
  top: 8.5%;
  left: 0;
}
.home .solution-img .solution-item-txt.item02 {
  top: 0.74%;
  left: 48%;
}
.home .solution-img .solution-item-txt.item03 {
  top: 10%;
  left: 60.93%;
}
.home .solution-img .solution-item-txt:hover {
  scale: 1.05;
}
.home .solution-img .solution-item-txt:hover a {
  opacity: 1;
}
.home .solution-img .solution-item-img {
  width: 10%;
  height: 17.4%;
  text-align: center;
  padding-top: 2.5%;
  background: url(/images/popup.svg) no-repeat center/contain;
  position: absolute;
  z-index: 3;
}
.home .solution-img .solution-item-img h4 {
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.5;
  color: #0299cb;
}
.home .solution-img .solution-item-img .imgbox {
  width: 43.75%;
  padding-top: 12.5%;
  margin: 0 auto;
}
.home .solution-img .solution-item-img .imgbox img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .solution-img .solution-item-img.item01 {
  top: 16.8%;
  left: 3%;
}
.home .solution-img .solution-item-img.item02 {
  top: 13.4%;
  left: 13.8%;
}
.home .solution-img .solution-item-img.item03 {
  top: -3%;
  left: 26.5%;
}
.home .solution-img .solution-item-img.item04 {
  top: 1.5%;
  left: 37%;
}
.home .solution-img .solution-item-img.item05 {
  top: 27.7%;
  left: 38.75%;
}
.home .solution-img .solution-item-img.item06 {
  top: 11.9%;
  left: 50%;
}
.home .solution-img .solution-item-img.item07 {
  top: 30.5%;
  left: 59.3%;
}
.home .solution-img .solution-item-img.item08 {
  top: 20.5%;
  left: 68.1%;
}
.home .solution-img .solution-item-img.item09 {
  top: 2.9%;
  left: 80.9%;
}
.home .solution-img .solution-item-img:hover img {
  scale: 1.1;
}
.home .recruit {
  width: 100%;
  background: #f4f4f4;
  margin-top: -27.5em;
  padding-top: 27.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .recruit {
    margin-top: -15em;
  }
}
@media screen and (max-width: 480px) {
  .home .recruit {
    margin-top: -10em;
    padding-top: 20em;
  }
}
.home .recruit .innerbox {
  padding-left: 50%;
  padding-bottom: 5em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .home .recruit .innerbox {
    padding-left: 2.5em;
  }
}
.home .recruit .heading {
  padding-bottom: 3.75em;
}
.home .recruit .heading .ttl {
  padding-bottom: 1.75em;
}
.home .recruit .heading p {
  line-height: 1.5;
}
.home .recruit .txtbox {
  padding-bottom: 2.5em;
}
.home .recruit .txtbox p:last-child {
  padding-bottom: 0;
}
.home .slider-wrapper {
  position: relative;
  width: 100%;
  height: 30em;
}
@media screen and (max-width: 768px) {
  .home .slider-wrapper {
    height: 24em;
  }
}
.home .slider {
  display: flex;
  height: 100%;
  will-change: transform;
}
.home .slider-item {
  flex-shrink: 0;
  width: 20em;
  border-radius: 1em;
  overflow: hidden;
  margin-left: 2em;
}
.home .slider-item.grid {
  display: grid;
  gap: 2em;
}
.home .slider-item .grid-item {
  border-radius: 1em;
  overflow: hidden;
}
.home .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
.footer {
  border-radius: 2em 2em 0 0;
  position: relative;
  z-index: 0;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url(/images/bg-dot01.gif);
  background-size: 3px 3px;
  z-index: -1;
}
.footer .bg_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 5em;
  border-radius: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer .bg_box {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .footer .bg_box {
    padding: 2.5em;
  }
}
.footer .fnav {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer .fnav {
    width: 100%;
  }
}
.footer .fnav .menu {
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .footer .fnav .menu:last-child {
    padding-right: 5em;
  }
}
.footer .fnav .menu li {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
}
.footer .fnav .sub_menu {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.75em;
  line-height: 1.5;
  margin-top: -0.3em;
}
.footer .fnav .sub_menu li {
  font-size: 0.8em;
  font-weight: 400;
  color: #777;
}
@media screen and (max-width: 768px) {
  .footer .fnav .sub_menu li {
    margin-bottom: 0.25em;
  }
}
.footer .fnav .sub_menu li:not(:last-child)::after {
  content: "／";
}
.footer .comp_info {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer .comp_info {
    width: 100%;
    margin-top: 2.5em;
    margin-left: 0;
    border-top: 0.15em solid #b1e3f9;
    border-left: none;
    padding-top: 2.5em;
    padding-left: 0;
  }
}
.footer .comp_info .logo {
  width: 15em;
  line-height: 1;
  margin-left: -0.5em;
  transition: all 0.4s;
}
.footer .comp_info .logo:hover {
  opacity: 0.75;
}
.footer .comp_info .logo a {
  display: inline-block;
}
.footer .comp_info .logo a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .comp_info .comp_name {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.2;
  color: #007ba4;
}
.footer .comp_info .address {
  line-height: 1.5;
  color: #007ba4;
  padding-top: 2em;
  padding-bottom: 4.5em;
}
.footer .comp_info .address span {
  font-size: 0.9em;
}
.footer .comp_info .address .bold {
  font-weight: 700;
}
.footer .comp_info .copyright {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1;
  color: #7cb4cd;
  text-align: right;
  padding-bottom: 0;
}

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

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

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #f4f4f4;
  margin-top: -0.5px;
}

.sec_bg2 {
  background: #b1e3f9;
  margin-top: -0.5px;
}

.sec_bg3 {
  color: #fff;
  margin-top: -0.5px;
  padding-bottom: 12em;
  border-radius: 0;
}
.sec_bg3::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(2, 153, 203, 0.9);
  z-index: 0;
}
.sec_bg3::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url(/images/bg-dot02.gif);
  background-size: 3px 3px;
  z-index: -1;
}

.sec_bg3 + .sec_bg1,
.sec_bg3 + .sec_bg2 {
  margin-top: -2em;
}

.sec_bg1:first-child,
.sec_bg2:first-child,
.sec_bg3:first-child {
  margin-top: -2em;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.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;
  /* 大きな数字 */
}
.parts-h3 .jpttl {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  display: block;
  font-size: 2.75em;
  line-height: 1.5em;
}
.sec_bg3 .parts-h3 .jpttl {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .parts-h3 .jpttl {
    font-size: 1.8em;
  }
}
.parts-h3 .egttl {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  line-height: 1.5em;
}
.parts-h3 .lnmb {
  display: block;
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  color: #0299cb;
}
.sec_bg3 .parts-h3 .lnmb {
  color: #b1e3f9;
}
@media screen and (max-width: 480px) {
  .parts-h3 .lnmb {
    font-size: 1.2em;
  }
}

.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 a:hover {
  opacity: 0.6;
}
.freepage-ctt .sec_bg1 a,
.freepage-ctt .sec_bg2 a {
  color: #0299cb;
}
.freepage-ctt .sec_bg3 a {
  color: #fff;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt p {
  padding-bottom: 3.75em;
}

p {
  padding-bottom: 2em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
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 {
  color: #0299cb;
}
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: 2.5em;
  margin-bottom: 5em;
  background: #fff;
  color: #0299cb;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox h3,
.bbox h4 {
  font-family: "source-han-sans-japanese", "游ゴシック", "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;
}
@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: 1em;
}
.access_map iframe,
.access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .access_map iframe,
  .access_map .acf-map {
    height: 12em;
  }
}
.access_map .acf-map img {
  max-width: inherit !important;
}

/* ------------ ボタン ------------------------------------------- */
.freepage-ctt .btn {
  margin-bottom: 5em;
}

/* =============== 画像 ========================================================= */
.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: 1em;
  }
}
.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: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
/* 1列並び追加 */
.img1txtbox,
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img1txtbox ul,
.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: -4em;
  /* 中寄せ */
}
@media screen and (max-width: 768px) {
  .img1txtbox ul,
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img1txtbox ul li,
.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: 4em;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .img1txtbox ul li,
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img1txtbox ul li img,
.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;
}
.img1txtbox ul.flex_center,
.img2box ul.flex_center,
.img3txtbox ul.flex_center,
.img4txtbox ul.flex_center,
.img5txtbox ul.flex_center,
.img6txtbox ul.flex_center {
  justify-content: center;
}
.img1txtbox ul.flex_center li:last-child,
.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%;
  margin-right: 6%;
}
@media screen and (min-width: 769px) {
  .img2box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@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;
  }
}
/* フロー図の場合（矢印追加） -------------------------------- */
.imgtxt_arrow .imgbox_imgarea {
  position: relative;
}
.imgtxt_arrow .imgbox_imgarea::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
}
.imgtxt_arrow li:last-child .imgbox_imgarea::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .imgtxt_arrow {
    /* 2つ並び */
    /* 3つ並び */
    /* 4つ並び */
    /* 5つ並び */
    /* 6つ並び */
  }
  .imgtxt_arrow.img1txtbox .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img1txtbox li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .imgtxt_arrow.img1txtbox li::after {
    bottom: -1.25em;
  }
}
@media screen and (min-width: 769px) {
  .imgtxt_arrow.img1txtbox li:last-child::after {
    display: none;
  }
  .imgtxt_arrow.img2box ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgtxt_arrow.img2box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img2box li:nth-child(2n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img3box ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgtxt_arrow.img3box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img3box li:nth-child(3n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img4box ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img4box ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img4box li:nth-child(4n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img5txtbox ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img5txtbox ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img5txtbox li:nth-child(5n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img6txtbox ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img6txtbox ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img6txtbox li:nth-child(6n) .imgbox_imgarea::after {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgtxt_arrow {
    /* 1列並び */
    /* 2つ並び */
    /* 3つ並び */
    /* 4つ並び */
    /* 5つ並び */
    /* 6つ並び */
  }
  .imgtxt_arrow.img1txt_tb .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img1txt_tb li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-width: 768px) {
  .imgtxt_arrow.img1txt_tb li::after {
    bottom: -1.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgtxt_arrow.img1txt_tb li:last-child::after {
    display: none;
  }
  .imgtxt_arrow.img2txt_tb ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgtxt_arrow.img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img2txt_tb li:nth-child(2n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img3txt_tb ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgtxt_arrow.img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img3txt_tb li:nth-child(3n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img4txt_tb ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img4txt_tb li:nth-child(4n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img5txt_tb ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img5txt_tb li:nth-child(5n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img6txt_tb ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img6txt_tb li:nth-child(6n) .imgbox_imgarea::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_arrow {
    /* 1列並び */
    /* 2つ並び */
    /* 3つ並び */
    /* 4つ並び */
    /* 5つ並び */
    /* 6つ並び */
  }
  .imgtxt_arrow.img1txt_sp .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img1txt_sp li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .imgtxt_arrow.img1txt_sp li::after {
    bottom: -1.25em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_arrow.img1txt_sp li:last-child::after {
    display: none;
  }
  .imgtxt_arrow.img2txt_sp ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgtxt_arrow.img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img2txt_sp li:nth-child(2n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img3txt_sp ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgtxt_arrow.img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img3txt_sp li:nth-child(3n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img4txt_sp ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img4txt_sp li:nth-child(4n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img5txt_sp ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img5txt_sp li:nth-child(5n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img6txt_sp ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img6txt_sp li:nth-child(6n) .imgbox_imgarea::after {
    display: none;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #fff;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .no_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3,
.no_list h4 {
  font-family: "source-han-sans-japanese", "游ゴシック", "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: #0299cb;
}
@media screen and (max-width: 768px) {
  .no_list h3,
  .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 4em;
}
.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::before {
  content: "・";
  display: inline-block;
  font-size: 1.5em;
  color: #0299cb;
  position: relative;
  width: 2.5em;
  margin-left: -2.5em;
  text-align: center;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3,
.check_list h4 {
  font-family: "source-han-sans-japanese", "游ゴシック", "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: #0299cb;
}
@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: 4em;
}
.check_list ul li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #0299cb;
  font-size: 1.5em;
  margin-left: -0.2em;
  width: 1em;
  vertical-align: middle;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #fff;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .order_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3,
.order_list h4 {
  font-family: "source-han-sans-japanese", "游ゴシック", "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: #0299cb;
}
@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: 4em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 2.5em;
  margin-left: -2.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.5em;
  color: #0299cb;
}
.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: "source-han-sans-japanese", "游ゴシック", "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;
  background: #fff;
  margin-bottom: 0.5em;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  font-family: "source-han-sans-japanese", "游ゴシック", "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;
  color: #0299cb;
  border-right: #0299cb solid 1px;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #000 solid 1px;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
  color: #000;
}
.table_list ul li .tablelist_td strong {
  font-family: "source-han-sans-japanese", "游ゴシック", "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: 2.5em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3,
.note_list h4 {
  font-family: "source-han-sans-japanese", "游ゴシック", "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: #0299cb;
}
@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: "source-han-sans-japanese", "游ゴシック", "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: "source-han-sans-japanese", "游ゴシック", "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: "source-han-sans-japanese", "游ゴシック", "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: #0299cb;
  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;
}

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: #fff;
}
.flow-ctt .heading::after {
  display: block;
  content: "";
  width: 50%;
  height: 3em;
  border-right: #fff solid 2px;
}
.flow-ctt .heading h3 {
  font-size: 2em;
  padding-bottom: 1em;
}
.flow-ctt .heading h3 .scrlam {
  font-size: 2em;
  color: #0299cb;
}
.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: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-left: #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: auto;
    right: -1.5em;
    bottom: auto;
  }
}
.flow-ctt .flow_left .left_text_balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.6em;
  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: auto;
    right: -1.5em;
    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: #f4f4f4;
  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: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-right: #f4f4f4 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: -1.5em;
    right: auto;
    bottom: auto;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6em;
  right: auto;
  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: -1.5em;
    right: auto;
    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: 18em 0 12em;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
  /* 一覧へ戻るボタン */
}
body #page-header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
body #page-header::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url(/images/bg-dot01.gif);
  background-size: 3px 3px;
  z-index: -1;
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 3.75em;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 3em;
  }
}
body #page-header .page_ttl .eg {
  margin-left: 0.5em;
  /* 年 */
  /* 月 */
}
body #page-header .page_ttl .eg .year {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em;
  margin-right: 0.25em;
}
body #page-header .page_ttl .eg .month {
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 1.25em;
}
body #page-header .page_ttl .store_name {
  font-size: 0.75em;
}
body #page-header .btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  height: 3.5em;
  font-size: 1em;
  font-weight: 700;
  background: #0299cb;
  color: #fff;
  border-radius: 3.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 10em;
}
body #page-header .btn:hover {
  scale: 1.1;
}
body #page-header .btn:disabled:hover {
  scale: 1;
}
@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;
  }
}

body#history #page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  text-align: center;
  position: relative;
}
body#history #page-header::before {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
body#history #page-header::after {
  position: fixed;
}
body#history #page-header .scroll-set {
  width: 100%;
  position: absolute;
  inset: 0;
}
body#history #page-header .scroll-set::before {
  content: "SCROLL";
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 7.5em;
  transform: translateX(-50%);
}
body#history #page-header .scroll-set::after {
  content: "";
  display: block;
  width: 2px;
  height: 4em;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 2em;
  transform: translateX(-50%);
  transform-origin: top;
  animation: line-slide 2s linear infinite;
}
@keyframes line-slide {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
body#history #footer::before, body#history #footer::after {
  display: none;
}
body#history .js-fade-in {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body#history .js-fade-in.left_text_balloon {
  transform: translate(50%, 1em) rotate(-15deg) scale(0.25);
}
body#history .js-fade-in.right_text_balloon {
  transform: translate(-50%, 1em) rotate(15deg) scale(0.25);
}
body#history .js-fade-in.visible {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) scale(1);
}
body#history .js-scale-text {
  transform: scale(0.5);
  transition: transform 0.5s ease;
}
body#history .js-scale-text.visible {
  transform: scale(1);
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.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: flex-start;
  margin-top: -2em;
}
.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: "eurostile-extended", sans-serif;
  font-style: normal;
  background: #0299cb;
  -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: "eurostile-extended", sans-serif;
  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: inherit;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: #777;
  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: "eurostile-extended", sans-serif;
  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: "source-han-sans-japanese", "游ゴシック", "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 .ct_info a {
  color: #007ba4;
}
.contactpage-ctt .webcontact .ct_info a:hover {
  opacity: 0.6;
}
.contactpage-ctt .webcontact a {
  color: #f4f4f4;
  text-decoration: underline;
}

/* ================= 採用トップページ ============================================================ */
body#recruit {
  /* -------------------------- 採用メイン画像 ------------------------------------------- */
  /* -------------------------- 数字でみる明菱 ------------------------------------------- */
  /* -------------------------- 福利厚生 ------------------------------------------- */
}
body#recruit #page-header {
  height: 45vw;
  margin-top: 5.5em;
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  body#recruit #page-header {
    height: 65vw;
  }
}
@media screen and (max-width: 480px) {
  body#recruit #page-header {
    height: 180vw;
  }
}
body#recruit #recruit_top {
  margin-top: -40vw;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  body#recruit #recruit_top {
    margin-top: -60vw;
    padding-top: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#recruit #recruit_top {
    margin-top: -175vw;
    padding-top: 12em;
  }
}
body#recruit #recruit_top .formbox {
  padding: 0;
  background: transparent;
  border-radius: 0;
  /* スライドショー横長・縦長切り替え ------------------------------------------- */
}
body#recruit #recruit_top .formbox p {
  display: none;
  padding-bottom: 0;
}
body#recruit #recruit_top .formbox .recruit_main_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  body#recruit #recruit_top .formbox .recruit_main_pc {
    display: none;
  }
  body#recruit #recruit_top .formbox .recruit_main_sp {
    display: block;
  }
}
body#recruit #recruit_top .corner {
  display: none;
}
body#recruit #recruit_enquete {
  margin-top: -2.2em;
}
body#recruit #recruit_enquete::after {
  width: 100%;
  overflow: hidden;
  display: block;
  font-family: "eurostile-extended", sans-serif;
  font-style: normal;
  white-space: pre;
  content: "GET TO\aKNOW US!";
  font-size: 13em;
  line-height: 0.8em;
  text-align: right;
  color: #0299cb;
  position: absolute;
  top: auto;
  left: auto;
  right: -0.08em;
  bottom: 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 5;
}
@media screen and (max-width: 1350px) {
  body#recruit #recruit_enquete::after {
    font-size: 10em;
  }
}
@media screen and (max-width: 768px) {
  body#recruit #recruit_enquete::after {
    font-size: 7em;
  }
}
@media screen and (max-width: 480px) {
  body#recruit #recruit_enquete::after {
    width: auto;
    transform: rotate(90deg);
    right: -2.8em;
    bottom: 2.2em;
  }
}
body#recruit #recruit_enquete .innerbox {
  z-index: 10;
}
body#recruit #recruit_benefits {
  z-index: 10;
}/*# sourceMappingURL=style.css.map */