@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 南九州尾園建設株式会社
Author: 株式会社重富プラス
*/
.bggr {
  background: linear-gradient(135deg, #17489c, #0fb7cb);
}

.bgdot::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00215a;
  opacity: 0.25;
  z-index: -5;
}
.bgdot::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #17489c 0%, #0fb7cb 100%);
  -webkit-mask-image: url(/images/dot.svg);
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: 0.3em 0.3em;
  mask-image: url(/images/dot.svg);
  mask-repeat: repeat;
  mask-size: 0.3em 0.3em;
  opacity: 0.3;
  z-index: -5;
}

.bgstripe::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00215a;
  opacity: 0.7;
  z-index: -5;
}
.bgstripe::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #17489c 0%, #0fb7cb 100%);
  -webkit-mask-image: url(/images/stripe.svg);
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: 0.3em 0.3em;
  mask-image: url(/images/stripe.svg);
  mask-repeat: repeat;
  mask-size: 0.3em 0.3em;
  opacity: 0.75;
  z-index: -5;
}

.bg-stripe1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  opacity: 0.3;
  z-index: -2;
}
.bg-stripe1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -1;
}

.bg-stripe2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  background-blend-mode: multiply;
  opacity: 0.7;
  z-index: -3;
}
.bg-stripe2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #17489c 1px, transparent 1px);
  background-size: 4px 4px; /* パターンのサイズ（1px線＋1px間隔） */
  background-blend-mode: normal; /* 描画モードは通常 */
  z-index: -2;
}

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

/* 欧文フォント */
.eg {
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

/* タブレット非表示 */
@media screen and (max-width: 768px) {
  .tbnone {
    display: none;
  }
}

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

/* 見出し */
.secttl {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .secttl {
    margin-bottom: 2.5em;
  }
}
.secttl span {
  display: inline-block;
}
.secttl span.eg {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.16em;
}
.secttl span.jp {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
}

/* 段落 */
p {
  padding-bottom: 2.5em;
}

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

.bluetxt {
  color: #17489c;
}

.grtxt1 {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.grtxt2 {
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

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

.imgbox {
  line-height: 0;
}

/* 角丸 */
.rd {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

span.rd {
  display: inline-block;
}

.rd5 {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

span.rd {
  display: inline-block;
}

.rd10 {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

span.rd {
  display: inline-block;
}

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

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

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

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

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

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

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

/* リンク */
a {
  text-decoration: none;
  color: currentColor;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #17489c;
}
a:hover img {
  transform: scale(1.1);
}

/* ================= 新着記事 ============================================================ */
.topics-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5em 1.33%;
}
@media screen and (max-width: 768px) {
  .topics-list {
    gap: 1.5em 4%;
  }
}
@media screen and (max-width: 480px) {
  .topics-list {
    gap: 1.5em 0%;
  }
}
@media screen and (max-width: 480px) {
  .topics-list {
    flex-direction: column;
  }
}
.topics-list li {
  position: relative;
  display: block;
  width: 24%;
  height: auto;
  background: #ffffff;
  padding: 0.5em 0.5em 1em 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .topics-list li {
    width: 48%;
  }
  .topics-list li:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .topics-list li {
    width: 100%;
  }
}
.topics-list li:hover img {
  transform: scale(1.1);
}
.topics-list li a {
  width: auto;
  display: block;
  box-sizing: border-box;
}
.topics-list li .imgbox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6/1;
  margin-bottom: 0.5em;
}
.topics-list li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.topics-list li .date-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.7em;
  padding: 0 0.5em;
}
.topics-list li .date-tag span {
  color: #17489c;
}
.topics-list li .date-tag span:first-child {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.1em;
}
.topics-list li .date-tag span:last-child {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  display: block;
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  color: #ffffff;
  border-radius: 1em;
  padding: 0.4em 0.75em;
}
.topics-list li .topic-ttl {
  display: block;
  font-size: 0.85em;
  line-height: 1;
  padding: 0 0.5em;
}
@media screen and (max-width: 480px) {
  .topics-list li .topic-ttl {
    font-size: 1em;
  }
}

/* ================= 施工事例 ============================================================ */
.works-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}
.works-list .works-item .location {
  display: block;
  width: 100%;
  font-size: 0.8em;
  text-align: end;
  line-height: 1;
  margin-bottom: 0.4em;
}
.works-list .works-item .location i {
  margin-right: 0.15em;
}
.works-list .works-item a {
  position: relative;
  display: block;
  color: #ffffff;
  width: auto;
  height: 25em;
  padding: 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  justify-content: flex-end;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .works-list .works-item a {
    height: 18em;
  }
}
.works-list .works-item a:hover .bgimg::before {
  opacity: 0;
}
.works-list .works-item a:hover .bgimg img {
  transform: scale(1.1);
}
.works-list .works-item a .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.works-list .works-item a .bgimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 70%, #001538 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.works-list .works-item a .bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.works-list .works-item a .category-tags {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.works-list .works-item a .category-tags span {
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  display: block;
  background: #ffffff;
  color: #17489c;
  border-radius: 1em;
  padding: 0.5em 1em;
}
.works-list .works-item a .work-ttl {
  font-weight: 700;
  line-height: 1.5;
}

/* ボタン */
.btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 4em;
}
.btn .btn-container {
  position: relative;
  display: inline-block;
  min-width: 13em;
  height: 100%;
  border-radius: 2em;
  transition: all 0.2s;
  overflow: hidden;
  box-sizing: border-box;
}
.btn .btn-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}
.btn .btn-container:hover::before {
  left: 0;
  opacity: 1;
}
.btn .btn-container .btn-link {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .btn .btn-container .btn-link {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .btn .btn-container .btn-link {
    font-size: 3.3vw;
  }
}
.btn .btn-container .btn-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 5em 0 3em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
.btn .btn-container .btn-link .btn-txt {
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
.btn .btn-container .btn-link .arrow {
  position: absolute;
  top: 50%;
  right: 0.25em;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  -webkit-mask-image: url("/images/ya.svg"), linear-gradient(#000, #000);
          mask-image: url("/images/ya.svg"), linear-gradient(#000, #000);
  mask-mode: alpha, alpha;
  -webkit-mask-size: 0.5em, 100%;
          mask-size: 0.5em, 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: background 1s ease;
}

.btn1 .btn-container {
  border: 0.15em solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #17489c, #0fb7cb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.btn1 .btn-container::before {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}
.btn1 .btn-container .btn-link {
  color: #17489c;
}
.btn1 .btn-container .btn-link .arrow {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}
.btn1 .btn-container:hover .btn-link {
  color: #ffffff;
}
.btn1 .btn-container:hover .arrow {
  background: #ffffff;
}

.btn2 .btn-container {
  background: transparent;
  border: 0.15em solid #ffffff;
}
.btn2 .btn-container::before {
  background-color: #ffffff;
}
.btn2 .btn-container .btn-link {
  color: #ffffff;
}
.btn2 .btn-container .btn-link .arrow {
  background-color: #ffffff;
}
.btn2 .btn-container:hover .btn-link {
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.btn2 .btn-container:hover .arrow {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}

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

@keyframes flow-lr {
  0% {
    /* 1つ分のブロックの幅だけ左側にずらした状態からスタート */
    transform: translateX(-100%);
  }
  100% {
    /* 元の位置（右側）へ移動 */
    transform: translateX(0);
  }
}
@keyframes flow-rl {
  0% {
    /* 1つ分のブロックの幅だけ左側にずらした状態からスタート */
    transform: translateX(0%);
  }
  100% {
    /* 元の位置（右側）へ移動 */
    transform: translateX(-100%);
  }
}
#front-page #header .header-container {
  transition-delay: 3s;
}

#mainimg .main-copy .jptxt1 span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
#mainimg .main-copy .jptxt1 span:nth-child(1) {
  transition-delay: calc((1 * 0.1 + 1.1) * 1s);
}
#mainimg .main-copy .jptxt1 span:nth-child(2) {
  transition-delay: calc((2 * 0.1 + 1.1) * 1s);
}
#mainimg .main-copy .jptxt1 span:nth-child(3) {
  transition-delay: calc((3 * 0.1 + 1.1) * 1s);
}
#mainimg .main-copy .jptxt1 span:nth-child(4) {
  transition-delay: calc((4 * 0.1 + 1.1) * 1s);
}
#mainimg .main-copy .jptxt2 span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
#mainimg .main-copy .jptxt2 span:nth-child(1) {
  transition-delay: calc((1 * 0.1 + 1.7) * 1s);
}
#mainimg .main-copy .jptxt2 span:nth-child(2) {
  transition-delay: calc((2 * 0.1 + 1.7) * 1s);
}
#mainimg .main-copy .jptxt2 span:nth-child(3) {
  transition-delay: calc((3 * 0.1 + 1.7) * 1s);
}
#mainimg .main-copy .jptxt2 span:nth-child(4) {
  transition-delay: calc((4 * 0.1 + 1.7) * 1s);
}
#mainimg .main-copy .jptxt2 span:nth-child(5) {
  transition-delay: calc((5 * 0.1 + 1.7) * 1s);
}
#mainimg .main-copy .jptxt2 span:nth-child(6) {
  transition-delay: calc((6 * 0.1 + 1.7) * 1s);
}
#mainimg .eg-copy span {
  opacity: 0;
  transform: translateX(-5%);
  transition: all 1s ease;
  transition-delay: 2.2s;
}
#mainimg .main-topic .wrapper {
  transition-delay: 3s;
}
#mainimg .bg-logo {
  opacity: 0 !important;
  transform: translate(0, -10%);
  transition: opacity 1s ease, transform 1s ease;
}
#mainimg.active .main-copy span {
  opacity: 1;
}
#mainimg.active .eg-copy span {
  opacity: 1;
  transform: translateX(0);
}
#mainimg.active .bg-logo {
  opacity: 0.4 !important;
  transform: translate(0, 0);
  transition-delay: 0.8s;
}

#about .txtbox .secttl {
  transition-delay: 0.2s;
}
#about .txtbox h3 {
  transition-delay: 0.4s;
}
#about .txtbox p {
  transition-delay: 0.6s;
}

#works .txtbox p {
  transition-delay: 0.2s;
}
#works .txtbox .btn2 {
  transition-delay: 0.4s;
}

#service .bgmap {
  filter: blur(20px);
}
#service h3 {
  transition-delay: 0.2s;
}
#service p {
  transition-delay: 0.4s;
}
#service .btn2 {
  transition-delay: 0.6s;
}
#service.on .bgmap {
  filter: blur(0);
}

#initiative .secttl.on div {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
#initiative .sitem.on img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
#initiative .sitem.on h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 0.2s;
}
#initiative .sitem.on p {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 0.4s;
}
#initiative .sitem.on .btn1 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 0.6s;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  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-size: 1vw;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.3vw;
  }
}
body {
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.01em;
  background: #f5f5f5;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body ul,
body ol {
  list-style-type: none;
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 7.5em 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: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#header {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#wrapper {
  width: 100%;
}

#footer {
  width: 100%;
  margin-top: auto;
  flex-grow: 1;
}

/* ================= 背景動画 ============================================================ */
.video-wrapper {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
  z-index: -999;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-wrapper video.pc-mv {
  display: block;
}
@media screen and (max-width: 768px) {
  .video-wrapper video.pc-mv {
    display: none;
  }
}
.video-wrapper video.sp-mv {
  display: none;
}
@media screen and (max-width: 768px) {
  .video-wrapper video.sp-mv {
    display: block;
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header li {
  list-style: none inside;
}
#header .header-container {
  width: 100%;
  height: 6em;
  color: #ffffff;
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
}
#header .header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  border-radius: 0 0 0.5em 0.5em;
  z-index: -1;
  transition: width 0.6s;
}
#header .header-container.scroll::before {
  width: 100%;
}
#header .header-container.scroll .header-logo {
  border-radius: 0 0 0 0.5em;
}
#header .header-container.scroll .header-content #company-name {
  color: #000;
  transition-delay: 0.1s;
}
#header .header-container.scroll .header-content .menu .gnav ul li a span {
  color: #000;
  transition-delay: 0.2s;
}
#header .header-container .header-logo {
  width: 6em;
  height: 6em;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-radius: 0 0 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: border-radius 0.2s;
  background-color: #17489c;
}
#header .header-container .header-logo #logo {
  width: 4.5em;
}
#header .header-container .header-logo #logo img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#header .header-container .header-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 8em;
  padding-right: 2.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #header .header-container .header-content {
    padding-right: 0;
    justify-content: flex-start;
  }
}
#header .header-container .header-content #company-name {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  transition: color;
}
#header .header-container .header-content #company-name a {
  transition-delay: 0.1s;
}
#header .header-container .header-content .menu {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #header .header-container .header-content .menu {
    padding-right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #header .header-container .header-content .menu .gnav {
    display: none;
  }
}
#header .header-container .header-content .menu .gnav ul {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 2em;
}
#header .header-container .header-content .menu .gnav ul li a:hover span {
  color: #17489c;
}
#header .header-container .header-content .menu .gnav ul li a span {
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  transition: color 0.2s;
}
#header .header-container .header-content .menu .btn .btn-container {
  border: none;
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}
@media screen and (max-width: 480px) {
  #header .header-container .header-content .menu .btn .btn-container {
    display: none;
  }
}
#header .header-container .header-content .menu .btn .btn-container .btn-link {
  color: #ffffff;
  padding: 0 3em;
}
#header .header-container .header-content .menu .btn .btn-container .btn-link .btn-txt {
  font-weight: 700;
}
#header .header-container .header-content .menu .btn .btn-container .btn-link .arrow {
  display: none;
}

.bg-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.bg-slider .main-swiper {
  width: 100%;
  height: 100%;
}
.bg-slider .main-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.bg-slider .main-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.scroll.hm_btn::before {
  background: #17489c;
  box-shadow: #17489c 0 0.532em 0;
}
.scroll.hm_btn::after {
  background: #17489c;
}

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

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 75%;
  position: fixed;
  top: 0;
  left: 25%;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 5em 2.5em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  transition: left 1s;
  border: none;
  border-radius: 0.5em 0 0 0.5em;
  /* 中身デザイン */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5em;
  overflow: hidden;
}
.hm_menu_wrap .hm_inner .menucontent::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: -5%;
  left: -20%;
  width: 100%;
  height: 100%;
  background: url(/images/logo_icon.svg) bottom center/contain no-repeat;
  opacity: 0.4;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul {
  width: -moz-fit-content;
  width: fit-content;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li {
  margin-bottom: 2.5em;
  list-style: none;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li:last-child {
  margin-bottom: 0;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li a:hover {
  color: #d2e0f8;
}
.hm_menu_wrap .hm_inner .menucontent .sitemap ul li span {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

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

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#footer.sec {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #footer.sec {
    padding: 7.5em 0;
  }
}
@media screen and (max-width: 480px) {
  #footer.sec {
    padding: 5em 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .innerbox {
    padding: 0 2.5em;
  }
}
#footer li {
  list-style: none inside;
}
#footer {
  background: transparent;
  color: #ffffff;
}
#footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  #footer .footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5em;
  }
}
#footer .footer-container .footer-item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item {
    width: 100%;
  }
}
#footer .footer-container .footer-item:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(1) {
    order: 2;
  }
}
#footer .footer-container .footer-item:nth-child(1) .upper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(1) .upper {
    align-items: center;
    justify-content: center;
    text-align: right;
  }
}
#footer .footer-container .footer-item:nth-child(1) .upper .footer-logo {
  width: 10.5em;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .footer-item:nth-child(1) .upper .footer-logo {
    width: 14em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(1) .upper .footer-logo {
    width: 14em;
  }
}
#footer .footer-container .footer-item:nth-child(1) .upper .footer-logo img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#footer .footer-container .footer-item:nth-child(1) .upper .name {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}
#footer .footer-container .footer-item:nth-child(1) .upper .info .address {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4;
}
#footer .footer-container .footer-item:nth-child(1) .upper .info .tel,
#footer .footer-container .footer-item:nth-child(1) .upper .info .fax {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
#footer .footer-container .footer-item:nth-child(1) .upper .info .tel {
  font-size: 1.2em;
}
#footer .footer-container .footer-item:nth-child(1) .upper .info .fax {
  font-size: 0.9em;
}
#footer .footer-container .footer-item:nth-child(1) .lower {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer .footer-container .footer-item:nth-child(1) .lower span {
  font-size: 0.8em;
  display: block;
  text-align: right;
  line-height: 1;
}
#footer .footer-container .footer-item:nth-child(1) .lower .privacy-policy {
  font-weight: 500;
  margin-bottom: 1em;
}
#footer .footer-container .footer-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(2) {
    order: 1;
    align-items: center;
  }
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 4em;
  height: 8em;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .footer-item:nth-child(2) .footer-nav {
    height: 22em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(2) .footer-nav {
    gap: 0 1.5em;
    height: 25em;
  }
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav li {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(2) .footer-nav li {
    margin-bottom: 1.5em;
  }
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav li.br {
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  #footer .footer-container .footer-item:nth-child(2) .footer-nav li.br {
    margin-bottom: 1em;
  }
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav li.outer-link {
  font-size: 0.9em;
  font-weight: 500;
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav li.outer-link i {
  margin-right: 0.4em;
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav li.privacy {
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 1em;
  opacity: 0.7;
}
#footer .footer-container .footer-item:nth-child(2) .footer-nav li:last-child i {
  font-size: 0.8em;
  margin-right: 0.2em;
}
#footer .copyright {
  font-size: 0.8em;
  font-weight: 700;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .copyright {
    text-align: center;
  }
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page li {
  list-style: none inside;
}
body#front-page h1,
body#front-page h2,
body#front-page h3 {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  body#front-page h1,
  body#front-page h2,
  body#front-page h3 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  body#front-page h1,
  body#front-page h2,
  body#front-page h3 {
    font-size: 3.3vw;
  }
}
body#front-page {
  /* ================= メイン画像 ============================================================ */
}
body#front-page #mainimg {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
body#front-page #mainimg .container {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container {
    height: 75vh;
  }
}
body#front-page #mainimg .container .main-copy {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container .main-copy {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container .main-copy {
    font-size: 3.3vw;
  }
}
body#front-page #mainimg .container .main-copy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
body#front-page #mainimg .container .main-copy .column {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
}
body#front-page #mainimg .container .main-copy span {
  display: inline-block;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container .main-copy span {
    font-size: 2.5em;
  }
}
body#front-page #mainimg .container .eg-copy {
  position: absolute;
  left: -1.5em;
  bottom: -1.5em;
  display: flex;
  color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container .eg-copy {
    left: 0;
    bottom: -0.75em;
    flex-direction: column;
  }
}
body#front-page #mainimg .container .eg-copy span {
  display: block;
}
body#front-page #mainimg .container .eg-copy span:first-child {
  font-size: 15em;
  font-weight: 700;
  line-height: 0.8em;
}
body#front-page #mainimg .container .eg-copy span:first-child::first-letter {
  background: linear-gradient(135deg, #17489c 30%, #0fb7cb 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container .eg-copy span:first-child {
    font-size: 14em;
    margin-left: -0.1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container .eg-copy span:first-child {
    font-size: 10em;
  }
}
body#front-page #mainimg .container .eg-copy span:last-child {
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container .eg-copy span:last-child {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container .eg-copy span:last-child {
    font-size: 3em;
  }
}
body#front-page #mainimg .container .main-topic {
  position: absolute;
  top: auto;
  left: auto;
  right: 1em;
  bottom: 4.7em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .container .main-topic {
    bottom: 22em;
    width: 22em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .container .main-topic {
    height: 6em;
    bottom: 18em;
  }
}
body#front-page #mainimg .container .main-topic .wrapper {
  width: 21.5em;
  height: 6.25em;
  background: #f5f5f5;
  padding: 0.5em;
  border-radius: 0.5em;
  box-sizing: border-box;
}
body#front-page #mainimg .container .main-topic .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 1em;
}
body#front-page #mainimg .container .main-topic .inner:hover .imgbox::before {
  opacity: 0.6;
}
body#front-page #mainimg .container .main-topic .inner:hover .imgbox::after {
  opacity: 1;
}
body#front-page #mainimg .container .main-topic .inner .imgbox {
  width: 7.5em;
  height: 100%;
  border-radius: 0.25em;
  box-sizing: border-box;
  overflow: hidden;
}
body#front-page #mainimg .container .main-topic .inner .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #mainimg .container .main-topic .inner .txtbox {
  margin: auto 0;
}
body#front-page #mainimg .container .main-topic .inner .txtbox .news-header {
  display: inline-block;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0;
  color: #17489c;
}
body#front-page #mainimg .container .main-topic .inner .txtbox .date {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #17489c;
  margin-left: 0.5em;
}
body#front-page #mainimg .container .main-topic .inner .txtbox p {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  padding-bottom: 0;
}
body#front-page #mainimg .bg-logo {
  position: absolute;
  top: auto;
  left: -32vw;
  right: 0;
  bottom: 5vh;
  width: 97.8em;
  height: 58.45em;
  background: url(/images/logo_icon_b.svg) center/contain no-repeat;
  background-size: 100%;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .bg-logo {
    width: 60em;
    bottom: -30vh;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .bg-logo {
    width: 35em;
    bottom: -40vh;
  }
}
body#front-page {
  /* ================= About ============================================================ */
}
body#front-page #about {
  z-index: 0;
  overflow: hidden;
}
body#front-page #about.sec {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#front-page #about.sec {
    height: 65em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about.sec {
    height: 65em;
  }
}
body#front-page #about .map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_kyusyu.svg);
  background-position: 94% 53%;
  background-size: 150%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body#front-page #about .map-container {
    background-size: 200%;
    background-position: 50% 12%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about .map-container {
    background-size: 320%;
    background-position: 50% 0%;
  }
}
body#front-page #about {
  /* ビーコン全体の基準と中心の点 */
}
body#front-page #about .beacon-container {
  position: absolute;
  top: 62%;
  left: 36.5%;
  width: 1.5em;
  height: 1.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #about .beacon-container {
    top: 74%;
    left: 62%;
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about .beacon-container {
    top: 80%;
    left: 68.5%;
  }
}
body#front-page #about .beacon-container .center-circle {
  width: 100%;
  height: 100%;
  background-color: #17489c;
  border-radius: 50%;
  animation: pulse-blink 0.5s ease-in-out infinite alternate;
}
body#front-page #about .beacon-container {
  /* 波形1: 中心から外側に広がって透過・消失する円形グラデーション */
}
body#front-page #about .beacon-container::before, body#front-page #about .beacon-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: 50em; /* 一定の固定サイズ */
  height: 50em;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, #0fb7cb 0%, #17489c 100%);
  animation: pulse-expand 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body#front-page #about .beacon-container::before, body#front-page #about .beacon-container::after {
    width: 30em;
    height: 30em;
  }
}
body#front-page #about .beacon-container {
  /* 波形2: 一定の大きさで点滅する円形グラデーション */
}
body#front-page #about .beacon-container::after {
  animation-delay: 2s;
}
body#front-page #about {
  /* アニメーション1: 拡大しながら透明化 */
}
@keyframes pulse-expand {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
body#front-page #about {
  /* アニメーション2: 一定サイズで透過度の強弱（点滅） */
}
@keyframes pulse-blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body#front-page #about .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 4em;
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox {
    flex-wrap: wrap;
    gap: 1em;
  }
}
body#front-page #about .innerbox .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox .txtbox {
    width: 100%;
    justify-content: flex-start;
    order: 1;
  }
}
body#front-page #about .innerbox .txtbox .secsubttl {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  color: #17489c;
  margin-bottom: -0.2em;
}
body#front-page #about .innerbox .txtbox h2.secttl {
  display: inline-block;
  white-space: nowrap;
  font-size: 6em;
  line-height: 1;
  letter-spacing: 0;
  color: #17489c;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox .txtbox h2.secttl {
    font-size: 5em;
    margin-bottom: 0.3em;
  }
}
body#front-page #about .innerbox .txtbox h3 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #about .innerbox .txtbox h3 {
    font-size: 1.3em;
    margin-bottom: 0.8em;
  }
}
body#front-page #about .innerbox .txtbox p {
  display: inline-block;
}
body#front-page #about.on .txtbox {
  transition-delay: 0.3s;
}
body#front-page {
  /* ================= 施工実績 ============================================================ */
}
body#front-page #works {
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}
body#front-page #works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17489c;
  z-index: -1;
}
body#front-page #works::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_works.webp) center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body#front-page #works::after {
    background-position: 64.5%;
  }
}
body#front-page #works .innerbox {
  width: 100%;
  padding-left: 5em;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox {
    padding: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox .txtbox {
    width: 100%;
    padding: 0 2.5em;
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #works .innerbox .txtbox {
    padding: 0 1.5em;
    padding-bottom: 1.5em;
  }
}
body#front-page #works .innerbox .txtbox p {
  white-space: nowrap;
  letter-spacing: 0.025em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox .txtbox p {
    white-space: unset;
  }
}
body#front-page #works .innerbox .works-container {
  width: 60em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #works .innerbox .works-container {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #works .innerbox .works-container {
    padding-left: 1.5em;
  }
}
body#front-page #works .innerbox .works-container .works-list {
  gap: 0;
}
body#front-page #works.on .works-item {
  transition-delay: 0.3s;
}
body#front-page {
  /* ================= 事業内容 ============================================================ */
}
body#front-page #service {
  position: relative;
  width: 100%;
  overflow: clip;
}
body#front-page #service .innerbox {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 4.5em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox {
    padding: 0;
    flex-direction: column-reverse;
    gap: 0;
  }
}
body#front-page #service .innerbox .sticky-container {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox .sticky-container {
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox .sticky-container {
    padding: 0 2.5em;
  }
}
body#front-page #service .innerbox .sticky-container .service-list {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox .sticky-container .service-list {
    width: 100%;
  }
}
body#front-page #service .innerbox .sticky-container .service-list .card {
  width: 32em;
  padding: 1em;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.5em;
  position: sticky;
  top: 20vh;
}
body#front-page #service .innerbox .sticky-container .service-list .card:nth-of-type(2) {
  top: 24vh;
}
body#front-page #service .innerbox .sticky-container .service-list .card:nth-of-type(3) {
  top: 28vh;
}
body#front-page #service .innerbox .sticky-container .service-list .card:last-of-type {
  top: 32vh;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox .sticky-container .service-list .card {
    width: 100%;
  }
}
body#front-page #service .innerbox .sticky-container .service-list .card a {
  color: #000;
}
body#front-page #service .innerbox .sticky-container .service-list .card .imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 0.25em;
  overflow: hidden;
  margin-bottom: 1em;
}
body#front-page #service .innerbox .sticky-container .service-list .card .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #service .innerbox .sticky-container .service-list .card .txtbox {
  padding: 1em;
  box-sizing: border-box;
  text-align: left;
}
body#front-page #service .innerbox .sticky-container .service-list .card .txtbox .service-header {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  padding-bottom: 0.5em;
}
body#front-page #service .innerbox .sticky-container .service-list .card .txtbox .service-header .egttl {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
}
body#front-page #service .innerbox .sticky-container .service-list .card .txtbox .service-header .egttl .num {
  display: block;
  font-size: 3.75em;
  font-weight: 900;
  line-height: 0.7em;
  padding-top: 0.2em;
}
body#front-page #service .innerbox .sticky-container .service-list .card .txtbox .service-header .jpttl {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #17489c;
}
body#front-page #service .innerbox .sticky-container .service-list .card .txtbox p {
  line-height: 1.5em;
  padding-bottom: 0;
}
body#front-page #service .innerbox .sticky-container .service-list .card .arrow {
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 3em;
  height: 3em;
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  border-radius: 50%;
}
body#front-page #service .innerbox .sticky-container .service-list .card .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.583em;
  height: 0.517em;
  background: url(/images/ya_w.svg) center center/contain no-repeat;
}
body#front-page #service .innerbox .sticky-container .service-list .card:hover .imgbox img {
  transform: scale(1.1);
}
body#front-page #service .innerbox .fix-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox .fix-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
body#front-page #service .innerbox .fix-container .wrapper {
  position: sticky;
  top: 30vh;
  margin-left: 46.5em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox .fix-container .wrapper {
    position: relative;
    top: auto;
    margin-left: 0;
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox .fix-container .wrapper {
    padding: 0 2.5em;
  }
}
body#front-page #service .innerbox .fix-container .wrapper h2.secttl {
  display: block;
  font-size: 6em;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.45em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body#front-page #service .innerbox .fix-container .wrapper h2.secttl {
    font-size: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox .fix-container .wrapper h2.secttl {
    font-size: 3em;
  }
}
body#front-page #service .innerbox .fix-container .wrapper h3 {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page #service .innerbox .fix-container .wrapper h3 {
    font-size: 1.35em;
  }
}
body#front-page #service .flow-container {
  position: sticky;
  top: 51vh;
}
@media screen and (max-width: 768px) {
  body#front-page #service .flow-container {
    top: 0;
    margin-top: -15%;
  }
}
body#front-page #service .flow-container .flow-wrapper {
  position: sticky;
  top: 30vh;
}
body#front-page #service .flow-container .flow-wrapper .flow-item {
  margin-right: 1em;
}
body#front-page #service .flow-container .flow-wrapper .flow-item .flow-txt {
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 25em;
  font-weight: 900;
  line-height: 1em;
  color: #00215a;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  body#front-page #service .flow-container .flow-wrapper .flow-item .flow-txt {
    font-size: 15em;
  }
}
body#front-page {
  /* ================= 取り組み ============================================================ */
}
body#front-page #initiative {
  background: #f5f5f5;
}
body#front-page #initiative.sec {
  padding-bottom: 0;
}
body#front-page #initiative .innerbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #initiative h2.secttl {
  text-align: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative h2.secttl {
    margin-bottom: 2.5em;
  }
}
body#front-page #initiative h2.secttl span {
  display: inline;
}
body#front-page #initiative h2.secttl div {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative h2.secttl div {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative h2.secttl div {
    font-size: 2em;
  }
}
body#front-page #initiative .iniitems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems {
    gap: 0 1.5em;
    margin-bottom: 2.5em;
  }
}
body#front-page #initiative .iniitems li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 18em;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems li {
    width: 12.8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .iniitems li {
    width: 12em;
    padding: 1em;
    justify-content: center;
    padding-top: 1em;
  }
  body#front-page #initiative .iniitems li:first-of-type {
    margin: 0 1em;
  }
}
body#front-page #initiative .iniitems li .num {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems li .num {
    margin-bottom: 1em;
  }
}
body#front-page #initiative .iniitems li .num span {
  display: block;
  font-size: 6em;
  font-weight: 900;
  line-height: 0.7em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .iniitems li .num span {
    font-size: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .iniitems li .num span {
    font-size: 4em;
  }
}
body#front-page #initiative .iniitems li p {
  display: block;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  padding-bottom: 0;
}
body#front-page #initiative .company-container {
  padding: 5em;
  box-sizing: border-box;
  width: 100%;
  background: url("/images/bg_company.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .company-container {
    padding: 2.5em;
    background-position: top left;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .company-container {
    padding: 2.5em 1.5em;
  }
}
body#front-page #initiative .company-container h3 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .company-container h3 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #initiative .company-container h3 {
    font-size: 2em;
  }
}
body#front-page #initiative .flow-container .flow-wrapper .flow-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-right: 1em;
}
body#front-page #initiative .flow-container .flow-wrapper .flow-item .flow-txt {
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 7.5em;
  line-height: 1.75em;
}
@media screen and (max-width: 768px) {
  body#front-page #initiative .flow-container .flow-wrapper .flow-item .flow-txt {
    line-height: 1.5em;
  }
}
body#front-page #initiative .flow-container .flow-wrapper .flow-item img {
  width: 13em;
  height: 6em;
  border-radius: 3em;
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #initiative.on .iniitems li:nth-child(2) {
  transition-delay: 0.2s;
}
body#front-page #initiative.on .iniitems li:nth-child(3) {
  transition-delay: 0.4s;
}
body#front-page {
  /* ================= TOPICS ============================================================ */
}
body#front-page #topics {
  background-color: #f5f5f5;
}
body#front-page #topics.sec {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox {
    padding: 0 2.5em;
  }
}
body#front-page #topics .innerbox .topbox {
  display: flex;
  align-items: center;
  gap: 2.5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .topbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
body#front-page #topics .innerbox .topbox .secttl {
  margin-bottom: 0;
}
body#front-page #topics .innerbox .topbox .line {
  width: 0.1em;
  height: 4.3em;
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .topbox .line {
    display: none;
  }
}
body#front-page #topics .innerbox .topbox p {
  padding-bottom: 0;
}
body#front-page #topics .innerbox .topics-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: end;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox .topics-container {
    padding-bottom: 5.5em;
  }
}
body#front-page #topics .innerbox .btn {
  position: absolute;
  top: 0.8em;
  right: 10em;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox .btn {
    top: auto;
    right: 5em;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .btn {
    right: 2.5em;
  }
}
body#front-page #topics.on .topics-list li:nth-child(2) {
  transition-delay: 0.2s;
}
body#front-page #topics.on .topics-list li:nth-child(3) {
  transition-delay: 0.4s;
}
body#front-page #topics.on .topics-list li:nth-child(4) {
  transition-delay: 0.6s;
}
body#front-page {
  /* ================= 採用情報 ============================================================ */
}
body#front-page #recruit {
  background-color: #f5f5f5;
}
body#front-page #recruit.sec {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit.sec {
    padding: 7.5em 0;
  }
}
body#front-page #recruit .innerbox {
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #recruit .innerbox .recruit-container {
  background: #ffffff;
  padding: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox .recruit-container {
    padding: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox {
    margin-bottom: 3em;
  }
}
body#front-page #recruit .innerbox .recruit-container .txtbox .secttl {
  color: #17489c;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox .secttl {
    margin-bottom: 2.5em;
  }
}
body#front-page #recruit .innerbox .recruit-container .txtbox p {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p {
    font-size: 0.99em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox p .br-p {
    display: none;
  }
}
body#front-page #recruit .innerbox .recruit-container .txtbox h3 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 .br-h3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .innerbox .recruit-container .txtbox h3 .br-h3 {
    display: block;
  }
}
body#front-page #recruit .innerbox .recruit-container .img-container {
  position: relative;
  width: 49em;
  height: 24em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .img-container {
    width: 100%;
    height: auto;
  }
}
body#front-page #recruit .innerbox .recruit-container .img-container a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #recruit .innerbox .recruit-container .img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/images/recruit_logo.svg) center/contain no-repeat;
  background-size: 9em;
  z-index: 2;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .innerbox .recruit-container .img-container::before {
    background-size: 6em;
  }
}
body#front-page #recruit .innerbox .recruit-container .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  z-index: 2;
  transition: opacity 0.4s;
  pointer-events: none;
}
body#front-page #recruit .innerbox .recruit-container .img-container:hover::before {
  opacity: 1;
}
body#front-page #recruit .innerbox .recruit-container .img-container:hover::after {
  opacity: 0;
}
body#front-page #recruit .innerbox .recruit-container .img-container .imgbox {
  width: 100%;
}
body#front-page #recruit .innerbox .recruit-container .img-container .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #recruit .bg-logo {
  position: absolute;
  top: auto;
  left: -32%;
  right: 0;
  bottom: -43%;
  width: 97.8em;
  height: 58.45em;
  background: url(/images/logo_icon_b.svg) center/contain no-repeat;
  background-size: 100%;
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .bg-logo {
    width: 50em;
    bottom: -40%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .bg-logo {
    width: 35em;
    bottom: -40%;
  }
}

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

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 10em;
  padding-bottom: 5em;
}
body #page-header::before {
  opacity: 0.5;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header {
  /* 英語タイトル */
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 5em;
  line-height: 1;
  text-transform: uppercase;
}
body #page-header .eg_ttl::first-letter {
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 3em;
  }
}
body #page-header {
  /* 日本語タイトル */
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 1.5em;
  }
}
body #page-header .page_ttl span.eg {
  display: block;
}
body #page-header .page_ttl span.month {
  font-size: 1.5em;
  margin-left: 0.2em;
}

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

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

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

.sec_bg2 {
  background-color: #d2e0f8;
  color: #000;
}

.sec_bg3 {
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  color: #ffffff;
}

.sec_bg4 {
  background: none;
  color: #ffffff;
}
.sec_bg4::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00215a;
  opacity: 0.5;
  z-index: -5;
}
.sec_bg4::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #17489c 0%, #0fb7cb 100%);
  -webkit-mask-image: url(/images/dot.svg);
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: 0.3em 0.3em;
  mask-image: url(/images/dot.svg);
  mask-repeat: repeat;
  mask-size: 0.3em 0.3em;
  opacity: 0.3;
  z-index: -5;
}

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

/* =============== ブロック ========================================================= */
.freepage-ctt .sec {
  /* ------------ 背景色つきテキストボックス -------------------------------- */
}
.freepage-ctt .sec .bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 5em;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .bbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .bbox {
    padding: 1.5em;
  }
}
.freepage-ctt .sec .bbox h3,
.freepage-ctt .sec .bbox h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .bbox h3,
  .freepage-ctt .sec .bbox h4 {
    font-size: 1.3em;
  }
}
.freepage-ctt .sec .bbox p {
  padding-bottom: 2em;
}
.freepage-ctt .sec .bbox p:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.freepage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .access_map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .access_map {
    height: 12em;
  }
}
.freepage-ctt .sec .access_map iframe,
.freepage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 100%;
}
.freepage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 2.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: 2.5em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  /* 画像 */
}
.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-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.imgbox_txtarea h3:has(+ p),
.imgbox_txtarea h4:has(+ p) {
  margin-bottom: 0.25em;
}
.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2.5em;
  /* リスト */
}
.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2.5em;
}
.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: 2.5em;
  /* 画像 */
}
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
}
.img2box ul li img:has(+ .imgbox_txtarea),
.img3txtbox ul li img:has(+ .imgbox_txtarea),
.img4txtbox ul li img:has(+ .imgbox_txtarea),
.img5txtbox ul li img:has(+ .imgbox_txtarea),
.img6txtbox ul li img:has(+ .imgbox_txtarea) {
  margin-bottom: 0.5em;
}
.img2box ul.flex_center,
.img3txtbox ul.flex_center,
.img4txtbox ul.flex_center,
.img5txtbox ul.flex_center,
.img6txtbox ul.flex_center {
  justify-content: center;
}
.img2box ul.flex_center li:last-child,
.img3txtbox ul.flex_center li:last-child,
.img4txtbox ul.flex_center li:last-child,
.img5txtbox ul.flex_center li:last-child,
.img6txtbox ul.flex_center li:last-child {
  margin-right: 0;
}

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

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */
}
.img3txtbox ul li {
  width: 31%;
  margin-right: 3.5%;
}
@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%;
    margin-top: 1.5em;
  }
}
@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) {
  /* 3つ並び */
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
    margin-top: 1.5em;
  }
}
@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) {
  /* 4つ並び */
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
    margin-top: 1em;
  }
}
@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) {
  /* 5つ並び */
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
    margin-top: 1em;
  }
}
@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) {
  /* 6つ並び */
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
.sec_bg2 .no_list {
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list {
  /* 見出し */
}
.no_list h3,
.no_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3,
  .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list {
  /* リスト */
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}
.no_list ul li::marker {
  color: #17489c;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
}
.sec_bg2 .check_list {
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list {
  /* 見出し */
}
.check_list h3,
.check_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3,
  .check_list h4 {
    font-size: 1.3em;
  }
}
.check_list {
  /* リスト */
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #17489c;
}
.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: #ffffff;
  color: #000;
  border-radius: 10px;
}
.sec_bg2 .order_list {
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list {
  /* 見出し */
}
.order_list h3,
.order_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3,
  .order_list h4 {
    font-size: 1.3em;
  }
}
.order_list {
  /* リスト */
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.5em;
  color: #17489c;
}
.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 {
  color: currentColor;
  display: inline-block;
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table_list h3,
  .table_list h4 {
    font-size: 1.3em;
  }
}
.table_list {
  /* リスト */
}
.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: 10px;
  background: #ffffff;
  color: #000;
  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: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  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;
  border-right: 1px solid transparent;
  -o-border-image: linear-gradient(to bottom, #17489c, #0fb7cb) 1;
     border-image: linear-gradient(to bottom, #17489c, #0fb7cb) 1;
  color: #17489c;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(to right, #17489c, #0fb7cb) 1;
       border-image: linear-gradient(to right, #17489c, #0fb7cb) 1;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
.table_list ul li .tablelist_td strong {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@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: #ffffff;
  color: #000;
  border-radius: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list {
  /* 見出し */
}
.note_list h3,
.note_list h4 {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list {
  /* リスト */
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  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: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .time_list h3,
  .time_list h4 {
    font-size: 1.3em;
  }
}
.time_list {
  /* リスト */
}
.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 {
  /* 縦線 */
}
.time_list ul li::before {
  position: absolute;
  top: 0;
  left: 10em;
  right: auto;
  bottom: 0;
  width: 1px;
  margin: auto;
  border-right: currentColor 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: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  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: currentColor;
}
.time_list ul li .time_ctt {
  padding-right: 0;
  flex: 1;
  font-weight: 500;
}
.time_list ul li .time_ctt strong {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.time_list ul li .time_ctt {
  /* 丸 */
}
.time_list ul li .time_ctt::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 1.9em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.time_list ul {
  /* 最後の点線 */
}
.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: #ffffff dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* =============== 余白ゼロ ========================================================= */
.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 {
  margin-bottom: 0;
}

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

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

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 2.5em;
}
.parts-h3:has(.lnmb) {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec_bg3 .parts-h3, .sec_bg4 .parts-h3 {
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #ffffff;
}
.parts-h3 .jpttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  display: block;
  font-size: 2.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .jpttl {
    font-size: 2em;
  }
}
.parts-h3 {
  /* 大きな数字 */
}
.parts-h3 .lnmb {
  display: block;
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .lnmb {
    font-size: 2.5em;
  }
}
.parts-h3 .lnmb + .jpttl {
  font-size: 1.2em;
  padding-top: 0.25em;
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 2em;
}
@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;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.freepage-ctt a:hover {
  text-decoration: none;
}
.freepage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p {
  /* 強調 */
}
.freepage-ctt .sec p.parts-copy {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.6em;
  }
}
.freepage-ctt .sec p {
  /* 注釈 */
}
.freepage-ctt .sec 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;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

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

.freepage-ctt .btn {
  padding-bottom: 2.5em;
}
.freepage-ctt .btn:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec_bg1 .btn .btn-container,
.freepage-ctt .sec_bg2 .btn .btn-container {
  border: 0.15em solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #17489c, #0fb7cb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.freepage-ctt .sec_bg1 .btn .btn-container::before,
.freepage-ctt .sec_bg2 .btn .btn-container::before {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}
.freepage-ctt .sec_bg1 .btn .btn-container .btn-link,
.freepage-ctt .sec_bg2 .btn .btn-container .btn-link {
  color: #17489c;
}
.freepage-ctt .sec_bg1 .btn .btn-container .btn-link .arrow,
.freepage-ctt .sec_bg2 .btn .btn-container .btn-link .arrow {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}
.freepage-ctt .sec_bg1 .btn .btn-container:hover .btn-link,
.freepage-ctt .sec_bg2 .btn .btn-container:hover .btn-link {
  color: #ffffff;
}
.freepage-ctt .sec_bg1 .btn .btn-container:hover .arrow,
.freepage-ctt .sec_bg2 .btn .btn-container:hover .arrow {
  background: #ffffff;
}
.freepage-ctt .sec_bg3 .btn .btn-container,
.freepage-ctt .sec_bg4 .btn .btn-container {
  background: transparent;
  border: 0.15em solid #ffffff;
}
.freepage-ctt .sec_bg3 .btn .btn-container::before,
.freepage-ctt .sec_bg4 .btn .btn-container::before {
  background-color: #ffffff;
}
.freepage-ctt .sec_bg3 .btn .btn-container .btn-link,
.freepage-ctt .sec_bg4 .btn .btn-container .btn-link {
  color: #ffffff;
}
.freepage-ctt .sec_bg3 .btn .btn-container .btn-link .arrow,
.freepage-ctt .sec_bg4 .btn .btn-container .btn-link .arrow {
  background-color: #ffffff;
}
.freepage-ctt .sec_bg3 .btn .btn-container:hover .btn-link,
.freepage-ctt .sec_bg4 .btn .btn-container:hover .btn-link {
  background: linear-gradient(135deg, #17489c, #0fb7cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.freepage-ctt .sec_bg3 .btn .btn-container:hover .arrow,
.freepage-ctt .sec_bg4 .btn .btn-container:hover .arrow {
  background: linear-gradient(90deg, #17489c, #0fb7cb);
}

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

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: currentColor;
  padding-top: 2.5em;
}
#newspost #entry-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  /* 記事タイトル */
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox {
  /* 日付 */
}
#newspost #entry-header .innerbox .date {
  font-family: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.3em;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost #entry-header .innerbox .tag-container {
  margin-top: 1.5em;
}
#newspost #entry-header .innerbox .tag-container h4 {
  font-size: 1.2em;
  font-weight: 700;
}
#newspost #entry-header .innerbox .tag-container .category-tags {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#newspost #entry-header .innerbox .tag-container .category-tags span {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  display: block;
  background: #ffffff;
  color: #17489c;
  border-radius: 1em;
  padding: 0.5em 1em;
}
#newspost #entry-header .innerbox .entry_thumb {
  width: 40%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_thumb {
    width: 100%;
  }
}
#newspost #entry-header .innerbox .entry_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#newspost {
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 2.5em;
  background: #f5f5f5;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #0fb7cb;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #17489c;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #0fb7cb;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  color: #17489c;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}

.btn_back {
  position: absolute;
  top: 0;
  right: 10em;
}
@media screen and (max-width: 768px) {
  .btn_back {
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .btn_back {
    right: 1.5em;
  }
}

.work-info {
  background-color: #f5f5f5;
}
.work-info .location {
  display: block;
  width: 100%;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 2.5em;
}
.work-info .location i {
  color: #17489c;
  margin-right: 0.15em;
}
.work-info .works_gal_container {
  width: 100%;
  margin-bottom: 2.5em;
}
.work-info .works_gal_container .works_gal_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  .work-info .works_gal_container .works_gal_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.work-info .works_gal_container .works_gal_list .works_gal_item {
  list-style: none inside;
  aspect-ratio: 4/3;
  box-sizing: border-box;
}
.work-info .works_gal_container .works_gal_list .works_gal_item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.work-info {
  /* 表型 -------------------------------- */
}
.work-info .works_table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  color: #000;
  /* リスト */
}
.work-info .works_table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.work-info .works_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: 0.5em;
  background: #ffffff;
  margin-bottom: 0.5em;
}
.sec_bg2 .work-info .works_table_list ul li {
  background: #f5f5f5;
}
.work-info .works_table_list ul li:last-child {
  margin-bottom: 0;
}
.work-info .works_table_list ul li .tablelist_th,
.work-info .works_table_list ul li .tablelist_td {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .work-info .works_table_list ul li .tablelist_th,
  .work-info .works_table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
.work-info .works_table_list ul li .tablelist_th {
  color: #17489c;
  width: 30%;
  font-weight: 700;
  border-right: 1px solid transparent;
  -o-border-image: linear-gradient(to bottom, #17489c, #0fb7cb) 1;
     border-image: linear-gradient(to bottom, #17489c, #0fb7cb) 1;
}
@media screen and (max-width: 768px) {
  .work-info .works_table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(to right, #17489c, #0fb7cb) 1;
       border-image: linear-gradient(to right, #17489c, #0fb7cb) 1;
  }
}
.work-info .works_table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
.work-info .works_table_list ul li .tablelist_td strong {
  font-family: neuzeit-grotesk, source-han-sans-japanese, korolev-rounded, dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .work-info .works_table_list ul li .tablelist_td {
    width: 100%;
  }
}
.work-info .works_table_list ul li:last-child {
  border-bottom: none;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.5em 0;
}
.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: neuzeit-grotesk, korolev-rounded, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #17489c;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #000;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

.cat_list {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 5em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.cat_list li {
  list-style: none inside;
}
.cat_list li .btn .btn-container {
  min-width: auto;
}
.cat_list li .btn .btn-container .btn-link {
  padding: 0 3em;
}
.cat_list li .btn-container:has(.btn-link.active):before {
  left: 0;
  opacity: 1;
}
.cat_list li .btn-container:has(.btn-link.active) .btn-link {
  color: #ffffff;
}

/* ================= 記事フッター（共通） ============================================================ */
#footer-post {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #d2e0f8;
  z-index: 5;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  /* 見出し */
}
#footer-post .innerbox .pf_ttl {
  font-size: 1.5em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox {
  /* -------------------------- 最新記事 ------------------------------------------- */
}
#footer-post .innerbox .post_sec {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-right: 5em;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5em;
  }
}
#footer-post .innerbox .post_sec .topics-list {
  gap: 1.5em 2%;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .topics-list {
    gap: 1.5em 4%;
  }
}
#footer-post .innerbox .post_sec .topics-list li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .topics-list li {
    width: 48%;
  }
  #footer-post .innerbox .post_sec .topics-list li:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .topics-list li {
    width: 100%;
  }
}
#footer-post .innerbox {
  /* -------------------------- 過去のお知らせ ------------------------------------------- */
}
#footer-post .innerbox .archive_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
  }
}
#footer-post .innerbox .archive_sec {
  /* 月リスト ------------------------------------------- */
}
#footer-post .innerbox .archive_sec .m_list {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
#footer-post .innerbox .archive_sec .m_list li {
  list-style-type: none;
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec {
  /* 月セレクト ------------------------------------------- */
}
#footer-post .innerbox .archive_sec select {
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  height: 1.5em;
  background: transparent;
  border: none;
  border-bottom: #000 solid 1px;
  cursor: pointer;
}
#footer-post .innerbox .archive_sec {
  /* ボタン ------------------------------------------- */
}
#footer-post .innerbox .archive_sec .archive_btn {
  margin-top: 2.5em;
}

#post_pickup.pickup_sec {
  background-color: #d2e0f8;
}

#post_archive.archive_sec {
  background: #f5f5f5;
}

#post_archive.sec {
  padding-bottom: 0;
}

/* ================= 受賞・表彰一覧表示 ============================================================ */
#post_pickup .awardimg-lists,
#post_archive .awardimg-lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#post_pickup .awardimg-lists li,
#post_archive .awardimg-lists li {
  list-style: none inside;
  width: auto;
  height: 14em;
}
@media screen and (max-width: 480px) {
  #post_pickup .awardimg-lists li,
  #post_archive .awardimg-lists li {
    width: 100%;
    height: auto;
  }
}
#post_pickup .awardimg-lists li a,
#post_archive .awardimg-lists li a {
  position: relative;
  display: block;
  z-index: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #post_pickup .awardimg-lists li a,
  #post_archive .awardimg-lists li a {
    width: 100%;
    height: auto;
  }
}
#post_pickup .awardimg-lists li a::before,
#post_archive .awardimg-lists li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #001538;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
#post_pickup .awardimg-lists li a::after,
#post_archive .awardimg-lists li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 5px solid #17489c;
  background: #ffffff url(/images/ya.svg) center/20% no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
#post_pickup .awardimg-lists li a:hover::before,
#post_archive .awardimg-lists li a:hover::before {
  opacity: 0.6;
}
#post_pickup .awardimg-lists li a:hover::after,
#post_archive .awardimg-lists li a:hover::after {
  opacity: 1;
}
#post_pickup .awardimg-lists li a:hover .txtbox,
#post_archive .awardimg-lists li a:hover .txtbox {
  opacity: 1;
}
#post_pickup .awardimg-lists li a img,
#post_archive .awardimg-lists li a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#post_pickup .awardimg-lists li a .txtbox,
#post_archive .awardimg-lists li a .txtbox {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s;
}
#post_pickup .awardimg-lists li a .txtbox span,
#post_archive .awardimg-lists li a .txtbox span {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #ffffff;
}

#post_pickup .sec_ttl {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #post_pickup .sec_ttl {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  #post_pickup .sec_ttl {
    font-size: 3.3vw;
  }
}
#post_pickup .sec_ttl {
  padding-bottom: 3em;
}
#post_pickup .sec_ttl .jpttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.8em;
  line-height: 1.5em;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@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: 3.57em 1.5em;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox {
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form {
  /* ラベルで挟まれた項目 */
}
.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 {
  /* 項目名 */
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt {
  /* フォーム内容 */
}
.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で挟まれた項目 */
}
.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 {
  /* 項目名 */
}
.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 {
  /* フォーム内容 */
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt {
  /* 改行 */
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 5px;
  border: #000 solid 0.05em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form {
  /* チェックボックス・ラジオボタン */
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form {
  /* 承認確認 */
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form .required {
  font-size: 0.8em;
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #17489c;
  color: #ffffff;
  line-height: 1em;
  border-radius: 5em;
  margin-left: 0.5em;
}
.formbox .wpcf7-form {
  /*送信ボタン*/
}
.formbox .wpcf7-form input[type=submit] {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form input[type=submit] {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form input[type=submit] {
    font-size: 3.3vw;
  }
}
.formbox .wpcf7-form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  min-width: 13em;
  height: 4em;
  border-radius: 2em;
  transition: all 0.2s;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 0.15em solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #17489c, #0fb7cb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #17489c;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.formbox .wpcf7-form input[type=submit]:hover {
  background-image: linear-gradient(135deg, #17489c, #0fb7cb), linear-gradient(135deg, #17489c, #0fb7cb);
  color: #ffffff;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #000;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form input[type=submit] {
    width: 100%;
  }
}
.formbox .wpcf7-form {
  /* エラーメッセージ */
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #17489c;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #17489c;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: inherit !important;
  border-radius: 10px;
  /* 入力内容 */
}
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: 1em 0;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
  .contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
    padding: 0.5em 0;
  }
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf {
  /* ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    font-size: 3.3vw;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  cursor: pointer;
  display: inline-block;
  min-width: 13em;
  height: 4em;
  border-radius: 2em;
  transition: all 0.2s;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 0.15em solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #17489c, #0fb7cb);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #17489c;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100% !important;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 修正ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #eeeeee;
  border-color: #ccc;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background: #000;
  color: #ffffff;
  border-color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit:hover {
  background-image: linear-gradient(135deg, #17489c, #0fb7cb), linear-gradient(135deg, #17489c, #0fb7cb);
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */