@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 株式会社ニシコー 公式サイト
Author: 株式会社ジャンプス

*/
@keyframes yaMove {
  0%, 60%, 80%, 100% {
    background-position: 50% center;
  }
  70%, 90% {
    background-position: 75% center;
  }
}
/* 欧文フォント */
.eg {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

.sec_ttl {
  position: relative;
  line-height: 1;
}
.sec_ttl .copy {
  display: inline-block;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  padding-bottom: 1em;
}
.sec_ttl .ttl {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1;
}

.wf-loading {
  opacity: 0;
}

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

.imgbox {
  line-height: 0;
}

object {
  width: 100%;
  height: 100%;
}

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

.cir {
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease-in-out;
  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-in-out;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease-in-out;
  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: 1025px) 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: 1024px) 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: 501px) 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: 500px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@keyframes flowani1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes flowani2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* ================= 左から右に流れ続けるアニメーション ============================================================ */
/* --- flowani1 (Reversed) --- */
@keyframes flowani1-reverse {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* --- flowani2 (Reversed) --- */
@keyframes flowani2-reverse {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
/* ================= translate ============================================================ */
@keyframes translateY-1 {
  50% {
    transform: translateY(1em);
  }
}
/* ================= 回転テキスト ============================================================ */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes scaleUpY {
  from {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}
.decoloop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.decoloop .wrap {
  display: flex;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation: loop-text 60s linear infinite;
}
.decoloop .txt {
  display: inline-block;
  line-height: 1;
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

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

@keyframes circle-arrow {
  0%, 100% {
    background-position: center;
  }
  50% {
    background-position: 200% center;
  }
  50.1% {
    background-position: 200% 200%;
  }
  50.2% {
    background-position: -200% 200%;
  }
  50.3% {
    background-position: -200% center;
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes cloudMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(120vw, 69.24vw);
    /* 30度方向に移動 */
  }
  50.001% {
    transform: translate(-120vw, -69.24vw);
    /* 左上にジャンプ（非表示） */
  }
  100% {
    transform: translate(0, 0);
    /* 原点へ戻る */
  }
}
@keyframes cloudMove2 {
  0%, 50%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5vw, 2.885vw);
  }
  75% {
    transform: translate(-5vw, -2.885vw);
  }
}
/* リンク */
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
a:hover {
  color: #357dce;
}
a img {
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
a:has(img):hover {
  opacity: 1;
  color: inherit;
}

.ext_link::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  margin-left: 0.2em;
  position: relative;
  top: -0.05em;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 2.2vw;
  }
}
.btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4.5em;
  border-radius: 4.5em;
  padding: 0 5em 0 4em;
  background: #dcdcdc;
  color: #000;
  position: relative;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
.sec_bg3 .btn a, #page-header .btn a {
  background: #dcdcdc;
  color: #000;
}
.main_tech .btn a {
  background: #357dce;
  color: #fff;
}
.btn a span {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
}
.btn a:not(.ext)::before {
  content: "";
  background: url(/images/ya.svg) no-repeat center/50%;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
}
.btn a.ext::before {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  background-color: #fff;
  color: #2abe9f;
  padding: 0.5em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
}
.btn a:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.btn a:hover:hover {
  box-shadow: none;
}
.btn a:hover:not(.ext)::before {
  animation: yaMove 1.6s infinite;
}

.filters .active {
  font-weight: 900;
  color: red;
}

.card-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
}
.card-btn > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4.5em;
  border-radius: 4.5em;
  padding: 0 5em 0 4em;
  background: #dcdcdc;
  color: #000;
  position: relative;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  min-width: 10em;
  min-height: 3em;
  padding: 0 3em 0 2em;
}
.card-btn > div:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.card-btn > div:hover:hover {
  box-shadow: none;
}
.card-btn > div:disabled:hover {
  scale: 1;
}
.sec-bg1 .card-btn > div {
  background: #357dce;
  color: #fff;
}
.card-btn > div::before {
  content: "";
  background: url(/images/ya.svg) no-repeat center/50%;
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translate(0, -50%);
}

.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 1em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .post_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post_list li,
.post_list a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post_list .date {
  line-height: 1;
  text-align: right;
  padding-right: 1em;
  padding-bottom: 0.5em;
}
.post_list .date span {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.post_list .post_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1em;
  padding: 1em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
.post_list .post_box .thumb {
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 0.75em;
  position: relative;
}
.post_list .post_box h3 {
  height: 3em;
  font-size: 1em;
  line-height: 1.5;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_list a:hover {
  transform: translateY(0.25em);
}
.post_list a:hover .post_box {
  box-shadow: none;
}
.post_list a:hover .post_box:hover {
  box-shadow: none;
}
.post_list a:hover figure::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/images/ya.svg) no-repeat center/50%;
  background-color: #fff;
  border-radius: 10em;
  opacity: 1;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 1;
  animation: yaMove 1.6s infinite;
}
.post_list a:hover figure img {
  transform: scale(1.1);
}

.works_list {
  position: relative;
  list-style: none inside;
}
.archive .works_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5em;
}
@media screen and (max-width: 768px) {
  .archive .works_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .archive .works_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
    margin-right: 1.25em;
  }
}
.works_list li {
  position: relative;
}
.works_list a {
  position: relative;
}
.works_list a:hover .thumb::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(/images/ya.svg) no-repeat center/50%;
  background-color: #fff;
  border-radius: 10em;
  opacity: 1;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 1;
  animation: yaMove 1.6s infinite;
}
.works_list .area {
  line-height: 1;
  position: absolute;
  top: -1.5em;
  left: 0.5em;
}
.works_list .area i {
  font-size: 0.8em;
  color: #2abe9f;
}
.works_list .area span {
  font-size: 0.7em;
  line-height: 1;
}
.works_list .imgbox {
  position: relative;
}
.works_list .imgbox .ttl {
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.7em;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: -1.5em;
}
.works_list .imgbox .thumb {
  width: 15em;
  aspect-ratio: 300/400;
  border-radius: 1em;
  overflow: hidden;
  position: relative;
  background-color: #e3e3e3;
}
.archive .works_list .imgbox .thumb {
  width: 100%;
}
.works_list .imgbox .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works_list .imgbox .thumb img.logo {
  -o-object-fit: contain;
     object-fit: contain;
}
.works_list .imgbox .dept {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  background-color: #2abe9f;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 2em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.modal_window {
  position: fixed;
  top: 7.5em;
  z-index: 10;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal_window {
    top: auto;
    bottom: 1em;
    padding: 0 1em;
    z-index: 100;
  }
}
.modal_window.left {
  left: 2.5em;
}
@media screen and (max-width: 768px) {
  .modal_window.left {
    left: auto;
  }
}
.modal_window.right {
  right: 2.5em;
}
@media screen and (max-width: 768px) {
  .modal_window.right {
    right: auto;
  }
}
.modal_window.center {
  left: 50%;
}
@media screen and (max-width: 768px) {
  .modal_window.center {
    left: auto;
  }
}
.modal_window:not(.visible) {
  opacity: 0;
  visibility: hidden;
}
.modal_window.visible {
  opacity: 1;
  visibility: visible;
}
.modal_window-box {
  width: 25em;
  background-color: #fff;
  padding: 1.5em 1.5em 2em;
  border-radius: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal_window-box {
    width: 100%;
    padding: 1.5em;
  }
}
.modal_window-image {
  width: 100%;
  background: #ccc;
  border-radius: 1em;
  margin-bottom: 0.85em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal_window-image {
    width: 100%;
    max-height: 20vh;
    aspect-ratio: 16/9;
  }
}
.modal_window-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.modal_window-title {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.5;
  color: #357dce;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .modal_window-title {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .modal_window-title br {
    display: none;
  }
}
.modal_window-text {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal_window-text {
    font-size: 0.8em;
  }
}
.modal_window-deco {
  width: 100%;
  max-width: 7.5em;
  height: 5em;
  position: absolute;
  top: -1.5em;
  right: -1.5em;
}
.modal_window-btn {
  margin-top: 1em;
}
.modal_window-btn a {
  background: #357dce;
  color: #fff;
  min-height: 3.5em;
  padding: 0 4em 0 2em;
}
@media screen and (max-width: 768px) {
  .modal_window-btn a {
    min-height: 3em;
    padding: 0 4em 0 1.5em;
  }
}
.modal_window-close {
  font-size: 1em;
  width: 3em;
  height: 3em;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.modal_window-close i {
  color: #000;
  opacity: 0.8;
}
.modal_wrap {
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1000;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .modal_wrap {
    inset: 0 auto auto;
  }
}
.main_img.split .modal_wrap {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 2s;
}
.modal_wrap.north .trg01 {
  top: 46%;
  left: 76%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg01 {
    top: 12em;
    left: 88%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg01 {
    top: 15em;
  }
}
.modal_wrap.north .trg02 {
  top: 27%;
  left: 30%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg02 {
    top: 5.5em;
    left: 20%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg02 {
    top: 9.5em;
  }
}
.modal_wrap.north .trg03 {
  top: 44%;
  left: 61%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg03 {
    top: 11.5em;
    left: 66%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg03 {
    top: 14em;
  }
}
.modal_wrap.north .trg04 {
  top: 30%;
  left: 51%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg04 {
    top: 7em;
    left: 50%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg04 {
    top: 11em;
  }
}
.modal_wrap.north .trg05 {
  top: 12%;
  left: 56.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg05 {
    top: 0.5em;
    left: 60%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg05 {
    top: 5.5em;
  }
}
.modal_wrap.north .trg06 {
  top: 11%;
  left: 51%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg06 {
    top: 0.25em;
    left: 50%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg06 {
    top: 5.5em;
  }
}
.modal_wrap.north .trg06:hover::before {
  content: "";
  background: url(/images/beetle.svg) no-repeat center/contain;
  display: block;
  width: 10em;
  height: 10em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.modal_wrap.north .trg07 {
  top: 24.5%;
  left: 16.25%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg07 {
    top: 4.5em;
    left: -1%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg07 {
    top: 9em;
  }
}
.modal_wrap.north .trg08 {
  top: 41%;
  left: 69%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.north .trg08 {
    top: 10em;
    left: 77%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.north .trg08 {
    top: 13em;
  }
}
.modal_wrap.east .trg01 {
  top: -2em;
  left: 96%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.east .trg01 {
    top: -7em;
    left: 85.5%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.east .trg01 {
    top: -4.5em;
  }
}
.modal_wrap.east .trg02 {
  top: 2.5%;
  left: 84%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.east .trg02 {
    top: -4em;
    left: 59%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.east .trg02 {
    top: -1.5em;
  }
}
.modal_wrap.east .trg03 {
  top: -2%;
  left: 58%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.east .trg03 {
    top: -6em;
    left: 15%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.east .trg03 {
    top: -4em;
  }
}
.modal_wrap.east .trg04 {
  top: 10.5%;
  left: 77.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.east .trg04 {
    top: -2em;
    left: 48%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.east .trg04 {
    top: -0.5em;
  }
}
.modal_wrap.east .trg05 {
  top: 27%;
  left: 67.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.east .trg05 {
    top: 4em;
    left: 33%;
  }
}
.modal_wrap.west .trg01 {
  top: -4%;
  left: -8%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.west .trg01 {
    top: -2em;
    left: 1%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.west .trg01 {
    top: 2em;
  }
}
.modal_wrap.west .trg02 {
  top: 5%;
  left: 14%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.west .trg02 {
    top: 2em;
    left: 47%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.west .trg02 {
    top: 4.5em;
  }
}
.modal_wrap.west .trg03 {
  top: 12%;
  left: 19.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.west .trg03 {
    top: 4em;
    left: 59%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.west .trg03 {
    top: 6em;
  }
}
.modal_wrap.west .trg04 {
  top: 17%;
  left: 35.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.west .trg04 {
    top: 6em;
    left: 86%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.west .trg04 {
    top: 8em;
  }
}
.modal_wrap.west .trg05 {
  top: 22%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.west .trg05 {
    top: 9em;
    left: 25%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.west .trg05 {
    top: 10em;
  }
}
.modal_wrap.west .trg06 {
  top: 21.5%;
  left: 25.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.west .trg06 {
    top: 7em;
    left: 71%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.west .trg06 {
    top: 9em;
  }
}
.modal_wrap.south .trg01 {
  top: 28%;
  left: 55.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.south .trg01 {
    top: 0em;
    left: 68%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.south .trg01 {
    top: -2em;
  }
}
.modal_wrap.south .trg02 {
  top: 16%;
  left: 49%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.south .trg02 {
    top: -3em;
    left: 49%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.south .trg02 {
    top: -4em;
  }
}
.modal_wrap.south .trg03 {
  top: 29%;
  left: 45.5%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.south .trg03 {
    top: 4em;
    left: 45%;
  }
}
@media screen and (max-width: 500px) {
  .modal_wrap.south .trg03 {
    top: 0.5em;
  }
}
.modal_wrap.south .trg04 {
  top: -2%;
  left: 41%;
}
@media screen and (max-width: 768px) {
  .modal_wrap.south .trg04 {
    top: -10em;
    left: 33%;
  }
}
.modal_trg {
  position: absolute;
  z-index: 10;
  width: 7.5%;
}
@media screen and (max-width: 768px) {
  .modal_trg {
    width: 12%;
  }
}
.modal_trg label {
  display: block;
  width: 100%;
  aspect-ratio: 48/71;
  position: relative;
  cursor: pointer;
  transform-origin: bottom;
  animation: mrk 2s ease-in-out 0s infinite alternate;
}
@keyframes mrk {
  0%, 5%, 15%, 25%, 100% {
    scale: 1;
  }
  10%, 20% {
    scale: 1.2;
  }
}
.modal_trg label:hover {
  animation: mrk_h 1.5s ease-in-out 0s infinite alternate;
}
@keyframes mrk_h {
  10%, 30%, 50% {
    transform: rotate(3deg) scale(1.2);
    transform-origin: bottom center;
  }
  20%, 40%, 60% {
    transform: rotate(-3deg) scale(1.2);
    transform-origin: bottom center;
  }
  0%, 100% {
    transform: rotate(0deg) scale(1.2);
    transform-origin: bottom center;
  }
}
.modal_trg label::before {
  content: "";
  background: url(/images/marker_small.svg) no-repeat center/contain;
  width: 50%;
  aspect-ratio: 48/71;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal_trg label span {
  display: none;
}
.modal_trg input[type=radio],
.modal_trg .more_btn {
  display: none;
}
.modal_trg input[type=radio]:checked + label {
  animation: none;
  animation: ttt 1s ease-in-out;
}
@keyframes ttt {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.modal_trg input[type=radio]:checked + label::before {
  background: url("/images/marker_large.svg") no-repeat center/contain;
  width: 100%;
}
.modal_trg input[type=radio]:checked + label span {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  aspect-ratio: 150/140;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 0.7em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_trg input[type=radio]:checked + label span {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .modal_trg input[type=radio]:checked + label span {
    font-size: 0.4em;
  }
}
.modal_trg input[type=radio]:checked + label + .more_btn {
  display: block;
  width: 4.5em;
  line-height: 1.5em;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 1em;
  position: relative;
  margin-left: 0.75em;
}
@media screen and (max-width: 768px) {
  .modal_trg input[type=radio]:checked + label + .more_btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .modal_trg input[type=radio]:checked + label + .more_btn {
    margin-left: -0.25em;
  }
}
.modal_trg input[type=radio]:checked + label + .more_btn span {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6em;
  line-height: 1;
  color: #357dce;
  position: relative;
  top: -0.25em;
}
.modal_trg input[type=radio]:checked + label + .more_btn::before {
  content: "";
  background: url(/images/ya_w.svg) no-repeat center/50%;
  width: 1em;
  height: 1em;
  background-color: #357dce;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.25em;
  transform: translate(0, -50%);
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
.archive {
  /* ページナビゲーション（共通） */
  /* ================= 実績紹介カテゴリ一覧 ============================================================ */
  /* ================= 実績紹介カテゴリ一覧 ============================================================ */
  /* ================= ページフッター（共通） ============================================================ */
}
.archive .pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5em;
}
@media screen and (max-width: 500px) {
  .archive .pager {
    padding: 2.5em;
  }
}
.archive .pager a {
  text-decoration: none;
}
.archive .pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.archive .pager .no-link {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.archive .pager .first,
.archive .pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.archive .pager .prev,
.archive .pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.archive .pager .nth-box {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.archive .pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #357dce;
  padding: 0 0.5em;
  opacity: 1;
}
.archive .pager .nth-box .tenten {
  color: #fff;
}
.archive .pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}
.archive_sec.news .pager {
  color: #fff;
}
.archive_sec.news .pager a {
  color: #fff;
  opacity: 0.8;
}
.archive_sec.news .pager a:hover {
  opacity: 1;
  color: #fff;
}
.archive_sec.news .pager .nth-box .current {
  color: #fff;
}
.archive .archive_sec.works {
  background-color: #f3f3f3;
  margin-top: 12.5em;
  padding: 2.5em 0;
}
@media screen and (max-width: 768px) {
  .archive .archive_sec.works {
    margin-top: 5em;
  }
}
.archive .archive_sec.works::before {
  content: "";
  background: url(/images/cloud_top.svg) no-repeat center/cover;
  width: 101%;
  aspect-ratio: 2020/350;
  position: absolute;
  left: -0.5%;
  top: -17em;
}
@media screen and (max-width: 768px) {
  .archive .archive_sec.works::before {
    top: -6.5em;
  }
}
@media screen and (max-width: 500px) {
  .archive .archive_sec.works::before {
    top: -5.25em;
  }
}
.archive .archive_sec.works::after {
  display: none;
}
.archive .archive_sec.news {
  margin-top: 12.5em;
  padding: 2.5em 0;
}
.archive .archive_sec.news::after {
  display: none;
}
.archive .cat_box {
  width: 70%;
  position: absolute;
  top: 7.5em;
  right: 0em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .archive .cat_box {
    position: relative;
    inset: 0;
    width: 100%;
    font-size: 2vw;
    margin-top: -2.5em;
  }
}
@media screen and (max-width: 500px) {
  .archive .cat_box {
    font-size: 2.5vw;
    margin-top: -5em;
  }
}
.archive .cat_box .innerbox {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .archive .cat_box .innerbox {
    flex-direction: column;
    gap: 1em;
  }
}
.archive .cat_box .cat_area,
.archive .cat_box .cat_dept {
  width: 48%;
  background-color: #fff;
  border-radius: 2em;
  padding: 2em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .archive .cat_box .cat_area,
  .archive .cat_box .cat_dept {
    width: 100%;
  }
}
.archive .cat_box .cat_area h3,
.archive .cat_box .cat_dept h3 {
  margin-bottom: 1em;
}
.archive .cat_box .cat_area ul,
.archive .cat_box .cat_dept ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
}
.archive .cat_box .cat_area li a,
.archive .cat_box .cat_dept li a {
  background-color: #f3f3f3;
  border-radius: 2em;
  padding: 0 1em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.archive .cat_box .cat_area li a:hover,
.archive .cat_box .cat_dept li a:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.archive .cat_box .cat_area li a:hover a,
.archive .cat_box .cat_dept li a:hover a {
  color: inherit;
  opacity: 1;
}
.archive .cat_box .cat_area li a:hover a img,
.archive .cat_box .cat_dept li a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.archive .cat_box .cat_area li a.active,
.archive .cat_box .cat_dept li a.active {
  background-color: #357dce;
  color: #fff;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
.archive .cat_box .cat_area li a.active:hover,
.archive .cat_box .cat_dept li a.active:hover {
  transform: none;
}
.archive #footer-post {
  /* 見出し */
}
.archive #footer-post .pf_ttl {
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 0.5em;
}
.archive #footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 最新記事 ------------------------------------------- */
  /* -------------------------- アーカイブ ------------------------------------------- */
}
.archive #footer-post .innerbox .post_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 18em);
  padding-right: 2.5em;
  border-right: #357dce solid 0.15em;
  /* ===== お知らせ ======== */
}
@media screen and (max-width: 768px) {
  .archive #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-right: none;
    border-bottom: #357dce solid 0.15em;
  }
}
.archive #footer-post .innerbox .post_sec .news_list {
  grid-template-columns: repeat(3, 1fr);
}
.archive #footer-post .innerbox .post_sec .news_list .time {
  color: #357dce;
}
.archive #footer-post .innerbox .archive_sec {
  width: 18em;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.5em;
  /* 最新年月 ------------------------------------------- */
  /* セレクトボックス ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .archive #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-left: 0;
  }
}
.archive #footer-post .innerbox .archive_sec .m_list {
  list-style: none inside;
  line-height: 1em;
}
.archive #footer-post .innerbox .archive_sec .m_list li {
  padding-bottom: 1em;
}
.archive #footer-post .innerbox .archive_sec .m_list li a {
  color: #000;
  text-decoration: underline;
}
.archive #footer-post .innerbox .archive_sec .m_list li a:hover {
  color: #357dce;
}
.archive #footer-post .innerbox .archive_sec select {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- ページヘッダー ------------------------------------------- */
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #page-header {
  padding-bottom: 0;
}
#newspost #page-header .btn {
  position: absolute;
  top: 0;
  right: 10em;
}
#newspost .entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0 5em;
  /* 日付 */
  /* カテゴリ */
  /* 記事タイトル */
}
#newspost .entry-header .date {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  padding-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #newspost .entry-header .date {
    font-size: 1.25em;
  }
}
#newspost .entry-header .date .year {
  padding-right: 0.25em;
}
#newspost .entry-header .date .md {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
}
@media screen and (max-width: 500px) {
  #newspost .entry-header .date .md {
    font-size: 1.6em;
  }
}
#newspost .entry-header .wk_cate {
  line-height: 1.25em;
  color: #357dce;
  text-align: right;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #newspost .entry-header .wk_cate {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 500px) {
  #newspost .entry-header .wk_cate {
    font-size: 0.7em;
  }
}
#newspost .entry-header .wk_cate .eg {
  font-size: 1em;
  padding-right: 0.2em;
}
#newspost .entry-header .wk_cate .jp {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
}
#newspost .entry-header .entry_ttl {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.5em;
  border-top: #fff solid 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #newspost .entry-header .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f3f3f3;
  padding: 2.5em 0 5em;
}
#newspost .nav_sec ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
#newspost .nav_sec ul.post_nav li:hover {
  color: #357dce;
}
#newspost .nav_sec ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  color: #000;
}
@media screen and (max-width: 500px) {
  #newspost .nav_sec ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec ul.post_nav li a:hover {
  color: #357dce;
}
#newspost .nav_sec ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.next a {
  padding-right: 0.25em;
}

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

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

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

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5em;
  background: #f3f3f3;
  color: #000;
  border-radius: 1em;
  /* 必須項目 */
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 2.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.35em 0.8em;
  background: #357dce;
  color: #fff;
  border-radius: 1.35em;
  top: -0.2em;
  margin-left: 1em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 16em;
}
@media screen and (max-width: 500px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label {
  font-weight: 700;
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 500px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 500px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset {
  border: none;
}
.formbox .wpcf7-form fieldset legend {
  font-weight: 700;
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 16em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 500px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 500px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select {
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: none;
}
.formbox .wpcf7-form textarea {
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 1em;
  border: none;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item input,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input {
  accent-color: #357dce;
}
.formbox .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0.5em;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form .wpcf7-acceptance label input.avoid-confirm {
  transform: scale(1.5);
  margin-right: 0.5em;
}
.formbox .wpcf7-form .wpcf7-acceptance label input[type=checkbox] {
  accent-color: #357dce;
}
.formbox .wpcf7-form .contact_btn {
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.formbox .wpcf7-form .contact_btn::before {
  content: "";
  background: url(/images/ya.svg) no-repeat center/50%;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
  z-index: 1;
  pointer-events: none;
}
.formbox .wpcf7-form .contact_btn:has(input[type=submit]:disabled) {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.formbox .wpcf7-form .contact_btn:not(:has(input[type=submit]:disabled)):hover {
  transform: translateY(0.25em);
}
.formbox .wpcf7-form .contact_btn p {
  padding-bottom: 0;
}
.formbox .wpcf7-form .contact_btn input[type=submit] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4.5em;
  border-radius: 4.5em;
  padding: 0 5em 0 4em;
  background: #dcdcdc;
  color: #000;
  position: relative;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1em;
  background: #357dce;
  color: #fff;
  border: none;
  letter-spacing: 1em;
  text-indent: 1em;
  cursor: pointer;
}
.formbox .wpcf7-form .contact_btn input[type=submit]:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.formbox .wpcf7-form .contact_btn input[type=submit]:hover:hover {
  box-shadow: none;
}
.formbox .wpcf7-form .contact_btn input[type=submit]:disabled:hover {
  scale: 1;
}
@media screen and (max-width: 500px) {
  .formbox .wpcf7-form .contact_btn input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.formbox .wpcf7-form .contact_btn input[type=submit]:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #fff;
  cursor: not-allowed;
}
.formbox .wpcf7-form .contact_btn input[type=submit]:disabled:hover {
  transform: translate(0);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  color: #2abe9f;
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before, .formbox .wpcf7-form .wpcf7-not-valid-tip::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #2abe9f;
  padding-right: 0.2em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #2abe9f;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form .wpcf7-response-output::before, .formbox .wpcf7-form .wpcf7-response-output::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #2abe9f;
  padding-right: 0.2em;
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 dashed 1px;
}
@media screen and (max-width: 500px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
  text-align: right;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf table tr th {
    width: 12.5em;
  }
}
@media screen and (max-width: 500px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
div#wpcf7cpcnf table tr th p {
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf table tr td {
  color: #357dce;
}
div#wpcf7cpcnf table tr td p {
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns {
    flex-direction: column;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4.5em;
  border-radius: 4.5em;
  padding: 0 5em 0 4em;
  background: #dcdcdc;
  color: #000;
  position: relative;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-size: 1em;
  border: none;
  border-radius: 4em;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover:hover {
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button:disabled:hover {
  scale: 1;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #dcdcdc;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  background: #357dce;
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn, div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn, div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
    width: 100%;
    justify-content: center;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::before, div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit::before {
  content: "";
  background: url(/images/ya.svg) no-repeat center/50%;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
  z-index: 1;
  pointer-events: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover, div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover:hover, div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit:hover:hover {
  box-shadow: none;
}

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

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

/* =======================================================================================================================
　　　　　　　　　ローディング
======================================================================================================================= */
.loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in-out 3s;
}
html.wf-active .loading {
  opacity: 0;
  visibility: hidden;
}
.loading .logo {
  width: 100%;
  height: 100dvh;
  display: grid;
  place-items: center;
}
.loading .logo img {
  width: 6em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  animation: loading 6s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

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

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.main {
  width: 100%;
  padding-top: 4em;
}

.footer {
  position: relative;
  z-index: 10;
}

/* =======================================================================================================================
　　　　　　　　　九電グループ　サイトリンク
======================================================================================================================= */
.group_site_link {
  width: 10em;
  height: 4em;
  border-radius: 0.5em;
  background: #fff;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 9999;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transform-origin: bottom;
  opacity: 0;
  transform: scaleY(0);
}
html.wf-active .group_site_link {
  opacity: 1;
  transform: scaleY(1);
  transition: 1s ease-in-out 9s;
}
@media screen and (max-width: 768px) {
  .group_site_link {
    display: none;
  }
}
.group_site_link::before {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.5em;
  line-height: 1;
  color: #0073bd;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.group_site_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.group_site_link img {
  width: 8em;
  aspect-ratio: 160/48;
  -o-object-fit: contain;
     object-fit: contain;
}
.group_site_link:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.group_site_link:hover:hover {
  box-shadow: none;
}
.group_site_link:hover img {
  scale: 1.05;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: bokutoh-ruika, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0;
  color: #000;
  /* 星のスタイル */
  /* 流れ星 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 3.15vw;
  }
}
body .stars {
  position: fixed;
  inset: 0;
}
body .star {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  animation: twinkle 5s infinite;
  z-index: 0;
}
@keyframes shooting {
  0% {
    transform: translate(0, 0) rotate(225deg);
    /* 右上 → 左下の方向 */
    opacity: 1;
    height: 2px;
  }
  20%, 80% {
    height: 80px;
    opacity: 1;
  }
  100% {
    transform: translate(-500px, 500px) rotate(225deg);
    height: 2px;
    opacity: 0;
  }
}
body .shooting-star {
  position: absolute;
  width: 2px;
  height: 80px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transform: rotate(225deg);
  animation: shooting 2s ease-in-out forwards;
  filter: drop-shadow(0 0 6px white);
  transform-origin: 100% 0%;
}

/* =======================================================================================================================
　　　　　　　　　グラデーション背景
======================================================================================================================= */
:root {
  --start-color: #4da0fd;
  --mid-color: #4da0fd;
  --end-color: #50dffd;
}

.fix_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, var(--start-color) 0%, var(--mid-color) 50%, var(--end-color) 100%);
}

.js-night {
  opacity: 0;
}

.day,
.night {
  opacity: 0;
}
.day.js-active,
.night.js-active {
  opacity: 1;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
.header {
  transform-origin: top;
}
html body.home .header {
  opacity: 0;
  transform: scaleY(0);
}
html.wf-active body.home .header {
  opacity: 1;
  transform: scaleY(1);
  transition: 1s ease-in-out 9s;
}
.header .logo {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
  position: relative;
  z-index: 10;
}
.header .logo a {
  display: flex;
  align-items: center;
  width: 14em;
  height: 4em;
  border-bottom-right-radius: 2em;
  padding-left: 2em;
  background: #fff;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .header .logo a {
    width: 12em;
    padding-left: 1em;
  }
}
.header .logo a:hover img {
  scale: 1.05;
}
.header .logo .imgbox {
  width: 9em;
}
.header .logo .imgbox img {
  width: 100%;
  height: 100%;
}
.header .rec_btn {
  position: fixed;
  top: 0.5em;
  right: 5em;
  z-index: 10;
}
.header .rec_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10em;
  height: 3em;
  background-color: #fff;
  color: #2abe9f;
  border-radius: 3em;
  position: relative;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
.header .rec_btn a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.45em;
  transform: translateY(-50%);
}
.header .rec_btn a:hover {
  box-shadow: none;
  transform: translateY(0.25em);
}
.header .rec_btn a:hover:hover {
  box-shadow: none;
}
.header .rec_btn .eg {
  font-size: 1.2em;
  line-height: 1;
  position: relative;
  top: -0.1em;
}
.header .rec_btn .jp {
  font-size: 0.6em;
  line-height: 1;
  position: relative;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_menu_check {
  display: none;
}

.menubox {
  display: flex;
  width: 4em;
  height: 4em;
  background-color: #fff;
  border-bottom-left-radius: 2em;
  position: fixed;
  inset: 0 0 auto auto;
  transition: all 0.6s ease-in-out 0.3s;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menubox {
    max-height: 45em;
    transition: all 1s ease-in-out;
    z-index: 1;
  }
}

.navbg {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbg {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(53, 124, 206, 0.7);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.hm_btn {
  display: inline-block;
  width: 4em;
  height: 4em;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  /* メニュー */
}
@media screen and (max-width: 768px) {
  .hm_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.hm_btn::before {
  content: "";
  display: block;
  width: 2em;
  height: 0.1em;
  background-color: #357dce;
  position: absolute;
  top: 1.15em;
  left: 1em;
}
.hm_btn::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.1em;
  background-color: #2abe9f;
  position: absolute;
  top: 1.65em;
  left: 1em;
}
.hm_btn .menu,
.hm_btn .close {
  text-align: center;
  margin-top: 1.85em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1em;
}
.hm_btn .menu .mc,
.hm_btn .menu .sc,
.hm_btn .close .mc,
.hm_btn .close .sc {
  font-size: 0.7em;
  line-height: 1;
}
.hm_btn .menu .mc,
.hm_btn .close .mc {
  color: #357dce;
}
.hm_btn .menu .sc,
.hm_btn .close .sc {
  color: #2abe9f;
}
.hm_btn .menu {
  display: inline-block;
}
.hm_btn .close {
  display: none;
}

.gnav {
  padding-left: 1.6em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .gnav {
    width: 100%;
    height: 100%;
    padding: 5em 2em 2em;
    border-bottom-left-radius: 2em;
    transform: scale(0);
    transform-origin: 100% 0;
    transition: transform 0s ease-in-out 1s, opacity 0.6s ease-in-out;
  }
}
.gnav ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2em;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .gnav ul {
    flex-direction: column;
    justify-content: center;
    gap: 2.5em;
    background-color: #f3f3f3;
    padding: 2em;
    border-radius: 1.5em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
  }
  .gnav ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav li {
    width: 100%;
    max-width: 12em;
    font-size: 1.2em;
  }
  .gnav li:not(.group_site_link) a {
    width: 100%;
    position: relative;
  }
  .gnav li:not(.group_site_link) a::before {
    content: "";
    background: url(/images/ya.svg) no-repeat center/50%;
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .gnav li:not(.group_site_link) a:hover::before {
    animation: yaMove 1.6s infinite;
  }
}
.gnav li.group_site_link {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav li.group_site_link {
    min-height: 4em;
    display: block;
    position: relative;
    inset: 0;
    transition-delay: 0s;
  }
}
.gnav a:not(.eg) {
  font-weight: 700;
}

.hm_menu_check:checked ~ .menubox {
  transform-origin: 0% 100%;
  transition: all 0.6s ease-in-out;
  width: 51em;
}
@media screen and (max-width: 768px) {
  .hm_menu_check:checked ~ .menubox {
    width: 100%;
    height: 100vh;
    box-shadow: none;
  }
  .hm_menu_check:checked ~ .menubox:hover {
    box-shadow: none;
  }
}
.hm_menu_check:checked ~ .menubox .hm_btn::before, .hm_menu_check:checked ~ .menubox .hm_btn::after {
  display: none;
}
.hm_menu_check:checked ~ .menubox .hm_btn::before {
  content: "";
  background: url(/images/close.svg) no-repeat center/contain;
  display: block;
  width: 1em;
  height: 0.5em;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.hm_menu_check:checked ~ .menubox .hm_btn .menu {
  display: none;
}
.hm_menu_check:checked ~ .menubox .hm_btn .close {
  display: inline-block;
}
.hm_menu_check:checked ~ .menubox .gnav {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.6s;
}
@media screen and (max-width: 768px) {
  .hm_menu_check:checked ~ .menubox .gnav {
    transform: scale(1);
    transition: opacity 0.6s ease-in-out 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_check:checked ~ .menubox .gnav ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_check:checked ~ .menubox li.rec_btn a {
    background-color: #2abe9f;
    color: #fff;
  }
}
.hm_menu_check:checked ~ .navbg {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0.6s;
}
.hm_menu_check:checked ~ .rec_btn a {
  background-color: #2abe9f;
  color: #fff;
  transition: color 0.3s ease-in-out 0.6s, background-color 0.3s ease-in-out 0.6s, transform 0.3s ease-in-out;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
.home .main {
  padding-top: 0;
}
.main_wrap1 {
  width: 100%;
  height: auto;
  position: relative;
}
.main_copy {
  width: 100%;
  height: 100dvh;
  min-height: 37.5em;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .main_copy {
    padding-top: 4em;
  }
}
.main_copy .innerbox {
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main_copy .innerbox {
    height: calc(50% - 2em);
    transform: translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  html.wf-active .main_copy .innerbox {
    transform: translateY(0%);
    transition: transform 1s ease-in-out 7s;
  }
}
.main_copy-wrap {
  height: -moz-max-content;
  height: max-content;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3em;
  line-height: 1.5;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.25em);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  html.wf-active .main_copy-wrap {
    left: 10%;
    transform: translate(0, -50%);
    transition: left 1s ease-in-out 7s, transform 1s ease-in-out 7s;
  }
}
.main_copy-txt {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-style: normal;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
html.wf-active .main_copy-txt {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
}
html.wf-active .main_copy-txt:nth-child(1) {
  transition-delay: 4.2s;
}
html.wf-active .main_copy-txt:nth-child(2) {
  transition-delay: 4.4s;
}
html.wf-active .main_copy-txt:nth-child(3) {
  transition-delay: 4.6s;
}
html.wf-active .main_copy-txt:nth-child(4) {
  transition-delay: 4.8s;
}
html.wf-active .main_copy-txt:nth-child(5) {
  transition-delay: 5s;
}
html.wf-active .main_copy-txt:nth-child(6) {
  transition-delay: 5.2s;
}
html.wf-active .main_copy-txt:nth-child(7) {
  transition-delay: 5.4s;
}
html.wf-active .main_copy-txt:nth-child(8) {
  transition-delay: 5.6s;
}
html.wf-active .main_copy-txt:nth-child(9) {
  transition-delay: 5.8s;
}
html.wf-active .main_copy-txt:nth-child(10) {
  transition-delay: 6s;
}
html.wf-active .main_copy-txt:nth-child(11) {
  transition-delay: 6.2s;
}
html.wf-active .main_copy-txt:nth-child(12) {
  transition-delay: 6.4s;
}
.main_copy-txt .offset {
  position: relative;
  left: 0.25em;
}
.main_copy-txt.svg1, .main_copy-txt.svg2 {
  position: relative;
  color: transparent;
}
.main_copy-txt.svg1::before, .main_copy-txt.svg2::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  inset: 0 auto auto 0;
}
.main_copy-txt.svg1::before {
  background: url(/images/maincopy2.svg) no-repeat center/contain;
}
.main_copy-txt.svg2::before {
  background: url(/images/maincopy8.svg) no-repeat center/contain;
}
.main_copy-txt.icon1 {
  position: relative;
}
.main_copy-txt.icon1::before {
  content: "";
  width: 0.35em;
  aspect-ratio: 21/14;
  position: absolute;
  top: -0.03em;
  left: 0.02em;
  background: url(/images/helmet.png) no-repeat center/contain;
  z-index: 1;
  animation: helmet 2s infinite linear;
}
@keyframes helmet {
  50% {
    transform-origin: 50% 100%;
    transform: rotate(-7.5deg);
  }
  47.5%, 57.5% {
    transform-origin: 50% 100%;
    transform: rotate(0deg);
  }
  55% {
    transform-origin: 50% 100%;
    transform: rotate(7.5deg);
  }
}
.main_copy-txt.icon1::after {
  content: "";
  width: 0.333334em;
  aspect-ratio: 20/20;
  position: absolute;
  top: 0.4em;
  left: 0.5em;
  background: url(/images/gear.svg) no-repeat center/contain;
  animation: gear 8s infinite linear;
}
@keyframes gear {
  from {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  to {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
.main_copy-txt.icon2 {
  position: relative;
}
.main_copy-txt.icon2::after {
  content: "";
  width: 0.2em;
  aspect-ratio: 12/30;
  position: absolute;
  top: 0.5em;
  left: 0.05em;
  background: url(/images/tool.svg) no-repeat center/contain;
  animation: tool 2s 1s infinite linear;
}
@keyframes tool {
  50% {
    transform-origin: 50% 100%;
    transform: rotate(-7.5deg);
  }
  47.5%, 57.5% {
    transform-origin: 50% 100%;
    transform: rotate(0deg);
  }
  55% {
    transform-origin: 50% 100%;
    transform: rotate(7.5deg);
  }
}
.main_copy-txt.icon3 {
  position: relative;
}
.main_copy-txt.icon3::before {
  content: "";
  width: 0.25em;
  aspect-ratio: 15/15;
  position: absolute;
  top: 0.34em;
  left: 0.155em;
  background: url(/images/heart.svg) no-repeat center/contain;
  z-index: 1;
  animation: heart 0.6s infinite linear;
}
@keyframes heart {
  from {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  to {
    transform-origin: 50% 100%;
    transform: scale(1.1);
  }
}
.main_copy-txt.icon3::after {
  content: "";
  width: 0.4em;
  aspect-ratio: 24/12;
  position: absolute;
  top: 0.62em;
  left: 0.045em;
  background: url(/images/hand.svg) no-repeat center/contain;
}
.main_copy-txt.icon4::after {
  content: "";
  position: absolute;
  inset: 0.05em 0.09em;
  background: url(/images/logo_img.svg) no-repeat center/contain;
  margin-top: -0.15em;
}
.main_copy .txtloop {
  color: #fff;
  font-size: 10.5em;
  line-height: 1;
  position: absolute;
  inset: auto auto -0.175em 0;
  z-index: -1;
  transform-origin: right;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
html.wf-active .main_copy .txtloop {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: 2s ease-in-out 8s;
}
@media screen and (max-width: 500px) {
  .main_copy .txtloop {
    font-size: 7.5em;
  }
}
.main_copy .txtloop .txt {
  line-height: 1;
  display: block;
  width: 9.9em;
  white-space: nowrap;
}
.main_copy .txtloop .txt.txt1 {
  animation: flowani1 80s -40s linear infinite;
}
.main_copy .txtloop .txt.txt2 {
  animation: flowani2 80s linear infinite;
  position: absolute;
  top: 0;
  left: 9.9em;
  right: auto;
  bottom: auto;
}
.main_copy .txtloop .txt .o {
  position: relative;
}
.main_copy .txtloop .txt .o::before {
  content: "";
  background: url(/images/staff_o.png) no-repeat center/contain;
  position: absolute;
  inset: 0.024em;
  margin-top: 0.05em;
  animation: txtloop_o 10s ease-in-out infinite;
}
@keyframes txtloop_o {
  0% {
    transform-origin: 50% 100%;
    transform: scale(0);
  }
  5%, 100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
.main_copy .txtloop .txt .e {
  position: relative;
}
.main_copy .txtloop .txt .e::before {
  content: "";
  background: url(/images/staff_e.png) no-repeat center/contain;
  width: 75%;
  aspect-ratio: 120/190;
  position: absolute;
  bottom: 0.46em;
  left: 0.155em;
  animation: txtloop_e 9s ease-in-out infinite;
}
@keyframes txtloop_e {
  0% {
    transform-origin: 100% 100%;
    transform: scale(0);
  }
  5%, 100% {
    transform-origin: 100% 100%;
    transform: scale(1);
  }
}
.main_copy .txtloop .txt .g {
  position: relative;
}
.main_copy .txtloop .txt .g::before {
  content: "";
  background: url(/images/staff_g.png) no-repeat center/contain;
  position: absolute;
  inset: 0.024em;
  margin-top: 0.05em;
  animation: txtloop_o 13s ease-in-out infinite;
}
@keyframes txtloop_g {
  0% {
    transform-origin: 100% 100%;
    transform: scale(0);
  }
  5%, 100% {
    transform-origin: 100% 100%;
    transform: scale(1);
  }
}
.main_copy .txtloop .txt .u1 {
  position: relative;
}
.main_copy .txtloop .txt .u1::before {
  content: "";
  background: url(/images/staff_u1.png) no-repeat center/contain;
  width: 72.5%;
  aspect-ratio: 165/145;
  position: absolute;
  bottom: 0.44em;
  left: 0.18em;
  animation: txtloop_u1 12s ease-in-out infinite;
}
@keyframes txtloop_u1 {
  0% {
    transform-origin: 50% 100%;
    transform: scale(0);
  }
  5%, 100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
.main_copy .txtloop .txt .u2 {
  position: relative;
}
.main_copy .txtloop .txt .u2::before {
  content: "";
  background: url(/images/staff_u2.png) no-repeat center/contain;
  position: absolute;
  inset: 0.048em;
  margin-top: 0.08em;
  animation: txtloop_u2 14s ease-in-out infinite;
}
@keyframes txtloop_u2 {
  0% {
    transform-origin: 50% 100%;
    transform: scale(0);
  }
  5%, 100% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
.main_about {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.main_about .lead {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 2;
  color: #fff;
  padding-bottom: 3.5em;
}
.main_about .about_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .main_about .about_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .main_about .about_list {
    grid-template-columns: 1fr;
  }
}
.main_about .about_list li {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 1em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .main_about .about_list li {
    padding: 1.25em 1em;
  }
}
.main_about .about_list li:nth-child(odd) h2 {
  color: #357dce;
}
.main_about .about_list li:nth-child(even) h2 {
  color: #2abe9f;
}
.main_about .about_list li h2 {
  display: flex;
  align-items: center;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .main_about .about_list li h2 {
    font-size: 0.95em;
  }
}
.main_about .about_list li h2 .number {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1;
  padding-right: 0.2em;
}
@media screen and (max-width: 768px) {
  .main_about .about_list li h2 .number {
    font-size: 2.5em;
  }
}
.main_about .about_list li p {
  font-size: 0.75em;
  line-height: 1.7;
}
.main_island {
  width: 100%;
  height: auto;
  position: relative;
}
.main_island-north {
  width: 100%;
  height: 47.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_island-north {
    height: 50em;
  }
}
.main_island-east {
  width: 100%;
  height: 39.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_island-east {
    height: 50em;
  }
}
.main_island-west {
  width: 100%;
  height: 34.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_island-west {
    height: 50em;
  }
}
.main_island-south {
  width: 100%;
  height: 37em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_island-south {
    height: 50em;
  }
}
.main_island-cmt {
  width: 30em;
  position: fixed;
  z-index: 100;
  bottom: 1em;
  left: 1em;
  opacity: 0;
  visibility: hidden;
}
.main_island-cmt.on {
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_island-cmt {
    width: calc(100% - 2em);
  }
}
.main_island-cmt .ttlbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-left: 0.8em;
  margin-bottom: 0.2em;
}
.main_island-cmt .ttlbox .main {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2em;
  line-height: 1;
  color: #fff;
  position: relative;
}
.main_island-cmt .ttlbox .sub {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8em;
  line-height: 1;
  color: #fff;
  position: relative;
}
.main_island-cmt .ttlbox .txt {
  display: inline-block;
  position: relative;
  color: transparent;
  transform: scaleX(0);
  transform-origin: left;
}
.main_island-cmt .ttlbox .txt.on {
  transform: scaleX(1);
  color: #fff;
  transition: 0.6s ease-in-out;
}
.main_island-cmt .excerpt {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.5;
  background-color: #357dce;
  color: #fff;
  border: 0.5em solid #fff;
  border-radius: 1em;
  padding: 0.8em;
  position: relative;
}
.main_island-cmt .excerpt::before {
  content: "";
  position: absolute;
  inset: 0.25em;
  background: #357dce;
  border-radius: 1em;
  transform-origin: right;
}
.main_island-cmt .excerpt.on::before {
  transform: scaleX(0);
  transition: 0.6s ease-in-out;
}
.main_island-deco {
  width: 100%;
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main_island-deco {
    font-size: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .main_island-deco {
    font-size: 2.5vw;
  }
}
.main_island-deco-cloud {
  opacity: 1;
  position: absolute;
  aspect-ratio: 250/177;
}
.main_island-deco-cloud.cloud01 {
  width: 12.5em;
  top: 5em;
  left: 22%;
  z-index: -1;
  animation: cloudMove 80s linear infinite;
}
.main_island-deco-cloud.cloud02 {
  width: 15em;
  top: 18.5em;
  left: -7.5%;
  z-index: 0;
  animation: cloudMove 90s linear infinite;
}
.main_island-deco-cloud.cloud03 {
  width: 12em;
  top: 39.5em;
  left: 34%;
  z-index: 0;
  animation: cloudMove 80s linear infinite;
}
.main_island-deco-cloud.cloud04 {
  width: 22.5em;
  top: 33.5em;
  left: 85%;
  z-index: -1;
  animation: cloudMove 100s linear infinite;
}
.main_island-deco-cloud.cloud05 {
  width: 12em;
  top: 47.5em;
  left: 67.5%;
  z-index: -1;
  animation: cloudMove 80s linear infinite;
}
.main_island-deco-cloud.cloud06 {
  width: 35em;
  top: 47.5em;
  left: -10%;
  z-index: -1;
  animation: cloudMove2 120s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud06 {
    top: 102.5em;
    left: -25%;
  }
}
.main_island-deco-cloud.cloud07 {
  width: 20em;
  top: 69.5em;
  left: 30%;
  z-index: 0;
  animation: cloudMove2 120s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud07 {
    top: 124.5em;
    left: 52%;
  }
}
.main_island-deco-cloud.cloud08 {
  width: 14em;
  top: 110.5em;
  left: 5%;
  z-index: -1;
  animation: cloudMove 80s linear infinite;
}
.main_island-deco-cloud.cloud09 {
  width: 12em;
  top: 110.5em;
  left: 53%;
  z-index: -1;
  animation: cloudMove 60s linear infinite;
}
.main_island-deco-cloud.cloud10 {
  width: 50em;
  top: 88.5em;
  left: 65%;
  z-index: 0;
  animation: cloudMove2 160s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud10 {
    width: 35em;
    top: 42em;
    left: -5%;
  }
}
.main_island-deco-cloud.cloud11 {
  width: 30em;
  top: 112.5em;
  left: 85%;
  z-index: -1;
  animation: cloudMove2 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud11 {
    top: 173em;
    left: 56%;
  }
}
.main_island-deco-cloud.cloud12 {
  width: 40em;
  top: 127.5em;
  left: -15%;
  z-index: -1;
  animation: cloudMove2 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud12 {
    top: 215em;
  }
}
.main_island-deco-cloud.cloud13 {
  width: 11em;
  top: 143em;
  left: 32%;
  z-index: -1;
  animation: cloudMove 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud13 {
    top: 178em;
  }
}
.main_island-deco-cloud.cloud14 {
  width: 12.5em;
  top: 157em;
  left: 85%;
  z-index: -1;
  animation: cloudMove 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-cloud.cloud14 {
    top: 235em;
  }
}
.main_island-deco-rainbow {
  width: 36.5em;
  aspect-ratio: 730/633;
  opacity: 1;
  position: absolute;
  top: 47em;
  left: 7.5%;
  z-index: 0;
  animation: cloudMove2 120s linear infinite;
}
@media screen and (max-width: 768px) {
  .main_island-deco-rainbow {
    top: 102em;
  }
}
.main_island-deco-rainbow img {
  animation: rainbow 25s linear infinite;
}
.main_island-deco-bird {
  opacity: 1;
  position: absolute;
  z-index: 10;
}
.main_island-deco-bird.bird1 {
  width: 4em;
  top: 72em;
  left: 95%;
  animation: translateY-1 6s infinite ease-in-out;
}
.main_island-deco-bird.bird2 {
  width: 3.5em;
  top: 67em;
  left: 92%;
  animation: translateY-1 6s 0.7s infinite ease-in-out;
}
.main_island-deco-bird.bird3 {
  width: 3.5em;
  top: 65em;
  left: 98%;
  animation: translateY-1 6s 1.3s infinite ease-in-out reverse;
}
.main_island-deco-plane {
  width: 9em;
  aspect-ratio: 730/633;
  opacity: 1;
  position: absolute;
  top: 110em;
  left: 73%;
  z-index: 1;
  animation: plane 40s infinite linear;
}
@media screen and (max-width: 768px) {
  .main_island-deco-plane {
    top: 162em;
  }
}
@keyframes plane {
  from {
    transform: translate(120vw, -69.24vw);
  }
  to {
    transform: translate(-120vw, 69.24vw);
  }
}
.main_island-deco-balloon {
  opacity: 1;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.main_island-deco-balloon.balloon1 {
  width: 3.5em;
  top: 125em;
  left: 10%;
  animation: translateY-1 6s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_island-deco-balloon.balloon1 {
    top: 225em;
    left: 25%;
  }
}
.main_island-deco-balloon.balloon2 {
  width: 4em;
  top: 128em;
  left: 3%;
  animation: translateY-1 6s 0.7s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_island-deco-balloon.balloon2 {
    top: 228em;
  }
}
.main_island-deco-balloon.balloon3 {
  width: 3em;
  top: 135em;
  left: 12%;
  animation: translateY-1 6s 1.3s infinite ease-in-out reverse;
}
@media screen and (max-width: 768px) {
  .main_island-deco-balloon.balloon3 {
    top: 235em;
    left: 18%;
  }
}
.main_img {
  width: 100%;
  margin-bottom: 10em;
  margin-top: 5em;
  overflow-x: clip;
  position: fixed;
  top: 0;
}
.main_img.split {
  position: absolute;
}
.main_img-wrap {
  width: 100%;
  margin-top: -5em;
}
@media screen and (max-width: 768px) {
  .main_img-wrap {
    transform: translateY(20dvh);
    transition: 2s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .main_img-wrap.scale {
    transform: translateY(0vh);
  }
}
.main_img-wrap.split {
  margin-top: 0;
}
.main_img-inner {
  padding: 0 10%;
  position: relative;
  transition: padding 2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_img-inner {
    padding: 0 2.5%;
  }
}
.main_img-slide {
  transform: translateY(-110vh);
}
html.wf-active .main_img-slide {
  transform: translateY(0);
  transition: 3s ease-in-out 6s;
}
.main_img-item {
  position: relative;
  height: 100%;
  transition: transform 2s ease-in-out, height 2s ease-in-out;
  /* ----- 北 ----- */
  /* ----- 東 ----- */
  /* ----- 西 ----- */
  /* ----- 南 ----- */
  /* ----- 空 ----- */
}
.main_img-item .island,
.main_img-item .sky {
  height: 100vh;
  position: relative;
  transform: scale(0.7);
  pointer-events: none;
  transition: transform 2s ease-in-out, height 1s ease-in-out 1s;
}
@media screen and (max-width: 768px) {
  .main_img-item .island,
  .main_img-item .sky {
    transform: scale(1);
  }
}
.main_img-item .island .mobile,
.main_img-item .island .pc,
.main_img-item .island .sky_item,
.main_img-item .sky .mobile,
.main_img-item .sky .pc,
.main_img-item .sky .sky_item {
  width: 100%;
  height: auto;
  position: absolute;
  transform-origin: center;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.main_img-item .island .waterfall,
.main_img-item .sky .waterfall {
  transform-origin: top;
}
.main_img-item .island .waterfall::before,
.main_img-item .sky .waterfall::before {
  opacity: 0;
  visibility: hidden;
}
.main_img-item .island .waterfall img.item,
.main_img-item .sky .waterfall img.item {
  width: 100%;
  height: auto;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main_img-item .island .mobile,
  .main_img-item .sky .mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main_img-item .island .pc,
  .main_img-item .sky .pc {
    display: none;
  }
}
.main_img-item .sky_fade1 {
  opacity: 0;
  visibility: hidden;
}
html.wf-active .main_img-item .sky_fade1 {
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in-out 4s;
}
.main_img-item .sky_fade2 {
  opacity: 0;
  visibility: hidden;
}
html.wf-active .main_img-item .sky_fade2 {
  opacity: 1;
  visibility: visible;
  transition: 1s ease-in-out 9s;
}
.main_img-item.scale .island,
.main_img-item.scale .sky {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .main_img-item.scale .island,
  .main_img-item.scale .sky {
    transform: scale(1.5);
  }
}
.main_img-item.scale .island .mobile,
.main_img-item.scale .island .pc,
.main_img-item.scale .sky .mobile,
.main_img-item.scale .sky .pc {
  transform: translateY(-50%);
}
.main_img-item.split .waterfall::before {
  opacity: 1;
  visibility: visible;
}
.main_img-item.split .waterfall img.waterfall_nl,
.main_img-item.split .waterfall img.waterfall_nr,
.main_img-item.split .waterfall img.item {
  transform: scaleY(1);
}
.main_img-item.-north .waterfall .waterfall_nl {
  width: 0.72%;
  height: auto;
  position: absolute;
  top: 37.1%;
  left: 32.75%;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_img-item.-north .waterfall .waterfall_nl {
    display: none;
  }
}
.main_img-item.-north .waterfall .waterfall_nr {
  width: 1.5%;
  height: auto;
  position: absolute;
  top: 44.75%;
  left: 71.3%;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main_img-item.-north .waterfall .waterfall_nr {
    display: none;
  }
}
.main_img-item.-north.split .island {
  height: 47.5em;
  transform: translateY(15.5em) scale(1.2);
}
@media screen and (max-width: 768px) {
  .main_img-item.-north.split .island {
    height: 50em;
    transform: translateY(0em) scale(1.8);
  }
}
.main_img-item.-east {
  transform: translateY(-100%);
}
.main_img-item.-east .waterfall {
  width: 5.4%;
  height: auto;
  position: absolute;
  top: 73%;
  left: 63.65%;
}
@media screen and (max-width: 768px) {
  .main_img-item.-east .waterfall {
    display: none;
  }
}
.main_img-item.-east .waterfall::before {
  content: "";
  background: url(/images/wave_east.svg) repeat top center/contain;
  position: absolute;
  inset: 0;
  z-index: 1;
  animation: wave_east 1s linear infinite;
}
@keyframes wave_east {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5.5%);
  }
}
.main_img-item.-east.split {
  transform: translateY(0);
}
.main_img-item.-east.split .island {
  height: 39.5em;
  transform: translateY(-7em) scale(1.2);
}
@media screen and (max-width: 768px) {
  .main_img-item.-east.split .island {
    height: 50em;
    transform: translateY(-20em) translateX(-50%) scale(2.2);
  }
}
.main_img-item.-west {
  transform: translateY(-200%);
}
.main_img-item.-west .waterfall {
  width: 1.15%;
  height: auto;
  position: absolute;
  top: 63%;
  left: 33.77%;
}
@media screen and (max-width: 768px) {
  .main_img-item.-west .waterfall {
    display: none;
  }
}
.main_img-item.-west .waterfall::before {
  content: "";
  background: url(/images/wave_west.svg) repeat top center/contain;
  position: absolute;
  inset: 0;
  z-index: 1;
  animation: wave_west 1s linear infinite;
}
@keyframes wave_west {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4.3%);
  }
}
.main_img-item.-west.split {
  transform: translateY(0);
}
.main_img-item.-west.split .island {
  height: 34.5em;
  transform: translateY(-0.5em) scale(1.2);
}
@media screen and (max-width: 768px) {
  .main_img-item.-west.split .island {
    height: 50em;
    transform: translateY(-10em) translateX(70%) scale(2.5);
  }
}
.main_img-item.-south {
  transform: translateY(-300%);
}
.main_img-item.-south.split {
  transform: translateY(0);
}
.main_img-item.-south.split .island {
  height: 37em;
  transform: translateY(-18em) scale(1.2);
}
@media screen and (max-width: 768px) {
  .main_img-item.-south.split .island {
    height: 50em;
    transform: translateY(-35em) scale(2.5);
  }
}
.main_img-item.-sky {
  transform: translateY(-400%);
}
.main_img-item.-sky:not(.split) .sky_item.plane .anime {
  animation: cloud_move2_30_25vw_30vw 30s infinite linear;
}
@keyframes cloud_move2_30_25vw_30vw {
  from {
    transform: translateX(25vw) translateY(-14.4337567297vw);
  }
  to {
    transform: translateX(-30vw) translateY(17.3205080757vw);
  }
}
.main_img-item.-sky:not(.split) .sky_item.cloud_right .anime {
  animation: cloud_move3_30_30vw_30vw 40s infinite linear;
}
@keyframes cloud_move3_30_30vw_30vw {
  from {
    transform: translateX(-30vw) translateY(17.3205080757vw);
  }
  to {
    transform: translateX(30vw) translateY(-17.3205080757vw);
  }
}
.main_img-item.-sky:not(.split) .sky_item.cloud_left .anime {
  animation: cloud_move_30_40vw_25vw 50s infinite linear;
}
@keyframes cloud_move_30_40vw_25vw {
  from {
    transform: translateX(-40vw) translateY(-23.0940107676vw);
  }
  to {
    transform: translateX(25vw) translateY(14.4337567297vw);
  }
}
.main_img-item.-sky:not(.split) .sky_item.balloon .anime {
  animation: translateY-1 8s ease-in-out infinite;
}
.main_img-item.-sky:not(.split) .sky_item.rainbow .anime {
  animation: rainbow 25s linear infinite;
}
@keyframes rainbow {
  0%, 12% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  16%, 24% {
    clip-path: inset(0 0 0 0);
    stroke-dashoffset: 0;
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
.main_img-item.-sky.split {
  display: none;
}
.main_tech {
  padding-top: 0;
  margin-top: 30em;
  padding-bottom: 7.5em;
  background-color: #f3f3f3;
  opacity: 0;
  /* セクション上　雲の背景 */
  /* セクション下　山と海の繋ぎ */
  /* 技術一覧 */
}
.main_tech.split {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main_tech {
    margin-top: 0;
    padding-bottom: 5em;
  }
}
.main_tech .innerbox {
  z-index: 2;
}
.main_tech::before {
  content: "";
  background: url(/images/cloud_top.svg) no-repeat center/cover;
  width: 100%;
  height: 17.5em;
  aspect-ratio: 2020/350;
  position: absolute;
  top: -17.5em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main_tech::before {
    height: 7.5em;
    top: -7.5em;
  }
}
.main_tech::after {
  content: "";
  background: url(/images/sea_land_top_bg.svg) no-repeat center/cover;
  width: 100%;
  height: 15em;
  aspect-ratio: 2020/295;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main_tech::after {
    height: 6em;
    bottom: -6em;
    left: 0;
  }
}
.main_tech_list,
.main_tech .sec_ttl,
.main_tech .btn {
  z-index: 1;
}
.main_tech .sec_ttl {
  margin-bottom: 5em;
  position: relative;
}
.main_tech .sec_ttl::after {
  content: "";
  background: url(/images/plant.svg) no-repeat center/contain;
  display: inline-block;
  width: 10em;
  height: 10em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 11em;
  bottom: -1.5em;
}
.main_tech .btn {
  position: absolute;
  top: 0;
  right: 10em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .main_tech .btn {
    position: relative;
    inset: 0 0 0 2.5em;
  }
}
.main_tech .txtloop {
  color: #2abe9f;
  font-size: 15em;
  line-height: 1;
  position: absolute;
  inset: 0.05em auto auto 0;
}
@media screen and (max-width: 768px) {
  .main_tech .txtloop {
    font-size: 10em;
  }
}
@media screen and (max-width: 500px) {
  .main_tech .txtloop {
    font-size: 7.5em;
    inset: 0.1em auto auto 0;
  }
}
.main_tech .txtloop span:not(.mc) {
  display: block;
  width: 6.9em;
  white-space: nowrap;
}
.main_tech .txtloop span.txt1 {
  animation: flowani1-reverse 50s -25s linear infinite;
}
.main_tech .txtloop span.txt2 {
  animation: flowani2-reverse 50s linear infinite;
  position: absolute;
  top: 0;
  left: 6.9em;
  right: auto;
  bottom: auto;
}
.main_tech .txtloop span.mc {
  color: #357dce;
}
.main_tech_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em;
  width: 100%;
  max-width: 59.5em;
  height: auto;
  list-style: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_tech_list {
    gap: 1em;
    max-width: none;
    margin-bottom: 3em;
  }
}
.main_tech_list li {
  width: calc((100% - 4em) / 3);
  height: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_tech_list li {
    width: calc((100% - 1em) / 2);
  }
}
.main_tech_list li:nth-child(1), .main_tech_list li:nth-child(2), .main_tech_list li:nth-child(3) {
  left: -5em;
}
@media screen and (max-width: 768px) {
  .main_tech_list li:nth-child(1), .main_tech_list li:nth-child(2), .main_tech_list li:nth-child(3) {
    left: 0;
  }
}
.main_tech_list li:nth-child(4), .main_tech_list li:nth-child(5), .main_tech_list li:nth-child(6) {
  left: 5em;
}
@media screen and (max-width: 768px) {
  .main_tech_list li:nth-child(4), .main_tech_list li:nth-child(5), .main_tech_list li:nth-child(6) {
    left: 0;
  }
}
.main_tech_list li a:hover .imgbox::before {
  animation: yaMove 1.6s infinite;
}
.main_tech_list li a:hover .imgbox img {
  scale: 1.05;
}
.main_tech_list li .imgbox {
  width: 18.5em;
  height: 18.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: clip;
  margin-bottom: 0.75em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  position: relative;
}
.main_tech_list li .imgbox:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.main_tech_list li .imgbox:hover a {
  color: inherit;
  opacity: 1;
}
.main_tech_list li .imgbox:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .main_tech_list li .imgbox {
    width: 100%;
    height: 100%;
  }
}
.main_tech_list li .imgbox::before {
  content: "";
  background: url(/images/ya.svg) no-repeat center/50%;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  z-index: 1;
}
.main_tech_list li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main_tech_list li h3 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
.main_news {
  background: linear-gradient(180deg, #357dce 0, #357dce 30%, #0d5ab0 100%);
  padding-top: 0;
  padding-bottom: 25em;
}
@media screen and (max-width: 768px) {
  .main_news {
    padding-bottom: 10em;
  }
}
.main_news::before {
  content: "";
  background: url(/images/sea_land_top.svg) no-repeat center/cover;
  width: 100%;
  height: 15em;
  aspect-ratio: 2020/295;
  position: absolute;
  top: -15em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main_news::before {
    height: 6em;
    top: -6em;
  }
}
.main_news .innerbox {
  position: relative;
  z-index: 2;
}
.main_news .sec_ttl {
  color: #fff;
  margin-bottom: 5em;
  position: relative;
}
.main_news .sec_ttl::after {
  content: "";
  background: url(/images/drone_bird.svg) no-repeat center/contain;
  display: inline-block;
  width: 10em;
  height: 10em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 11em;
  bottom: -2em;
}
.main_news .post_list {
  margin-bottom: 3em;
}
.main_news .btn {
  position: absolute;
  top: 0;
  right: 10em;
}
@media screen and (max-width: 768px) {
  .main_news .btn {
    position: relative;
    inset: 0;
  }
}
.main .recruit {
  background: linear-gradient(180deg, #2abe9f 0, #2abe9f 30%, #0c977a 100%);
  padding: 0 0 5.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .recruit {
    padding: 0 0 10em;
  }
}
.main .recruit .innerbox {
  z-index: 2;
}
.main .recruit::before {
  content: "";
  background: url(/images/land_top.svg) no-repeat center/cover;
  width: 100%;
  height: 15em;
  aspect-ratio: 2020/295;
  position: absolute;
  top: -15em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main .recruit::before {
    height: 6em;
    top: -6em;
  }
}
.main .recruit .innerbox {
  top: -4.5em;
}
@media screen and (max-width: 768px) {
  .main .recruit .innerbox {
    top: 0;
  }
}
.main .recruit .sec_ttl {
  color: #fff;
}
.main .recruit .sec_ttl::after {
  content: "";
  background: url(/images/wind_power.svg) no-repeat center/contain;
  display: inline-block;
  width: 10em;
  height: 10em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 11em;
  bottom: -0.5em;
}
.main .recruit .flexbox {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -0.75em;
}
@media screen and (max-width: 768px) {
  .main .recruit .flexbox {
    flex-direction: column;
    margin-top: 2.5em;
  }
}
.main .recruit .videobox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main .recruit .videobox {
    width: 100%;
  }
}
.main .recruit .videobox .youtube {
  width: 100%;
  aspect-ratio: 800/450;
}
.main .recruit .videobox .youtube iframe {
  width: 100%;
  height: 100%;
}
.main .recruit .txtbox {
  width: 50%;
  padding-top: 5.75em;
}
@media screen and (max-width: 768px) {
  .main .recruit .txtbox {
    width: 100%;
    padding-top: 2.5em;
  }
}
.main .recruit .txtbox .txt {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .main .recruit .txtbox .txt {
    padding-bottom: 2.5em;
  }
}
.main .recruit .txtloop {
  color: #fff;
  font-size: 7.5em;
  line-height: 1;
  position: absolute;
  inset: auto auto 0.24em 0;
  z-index: 1;
}
.main .recruit .txtloop span {
  display: block;
  width: 21.2em;
  white-space: nowrap;
  animation: flowani1 80s -40s linear infinite;
}
.main .recruit .txtloop::after {
  content: "JOIN US! WE’RE EXCITED TO SEE YOUR ENTRY!";
  animation: flowani2 80s linear infinite;
  display: block;
  width: 21.2em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 21.2em;
  right: auto;
  bottom: auto;
}
.main .cloud_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 15em;
  margin-top: -15em;
}
@media screen and (max-width: 768px) {
  .main .cloud_wrap {
    padding-top: 6em;
    margin-top: 0;
  }
}
.main .cloud_shadow {
  position: absolute;
  opacity: 0.1;
  font-size: 1vw;
}
.main .cloud_shadow.item01 {
  top: 12%;
  left: -2.5%;
  animation: cloud_move_30_25vw_105vw 30s infinite linear;
}
@keyframes cloud_move_30_25vw_105vw {
  from {
    transform: translateX(-25vw) translateY(-14.4337567297vw);
  }
  to {
    transform: translateX(105vw) translateY(60.6217782649vw);
  }
}
.main .cloud_shadow.item02 {
  top: 4.5%;
  left: 62.5%;
  animation: cloud_move_30_55vw_40vw 30s infinite linear;
}
@keyframes cloud_move_30_55vw_40vw {
  from {
    transform: translateX(-55vw) translateY(-31.7542648054vw);
  }
  to {
    transform: translateX(40vw) translateY(23.0940107676vw);
  }
}
.main .cloud_shadow.item03 {
  top: 19.5%;
  left: 77.5%;
  animation: cloud_move_30_55vw_40vw 30s infinite linear;
}
@keyframes cloud_move_30_55vw_40vw {
  from {
    transform: translateX(-55vw) translateY(-31.7542648054vw);
  }
  to {
    transform: translateX(40vw) translateY(23.0940107676vw);
  }
}
.main .cloud_shadow.item04 {
  top: 42.5%;
  left: 35.5%;
  animation: cloud_move_30_75vw_65vw 40s infinite linear;
}
@keyframes cloud_move_30_75vw_65vw {
  from {
    transform: translateX(-75vw) translateY(-43.3012701892vw);
  }
  to {
    transform: translateX(65vw) translateY(37.5277674973vw);
  }
}
.main .cloud_shadow.item05 {
  top: 73%;
  left: -5%;
  animation: cloud_move_30_50vw_60vw 80s infinite linear;
}
@keyframes cloud_move_30_50vw_60vw {
  from {
    transform: translateX(-50vw) translateY(-28.8675134595vw);
  }
  to {
    transform: translateX(60vw) translateY(34.6410161514vw);
  }
}
.main .cloud_shadow.item06 {
  top: 72.5%;
  left: 65%;
  animation: cloud_move_30_100vw_30vw 50s infinite linear;
}
@keyframes cloud_move_30_100vw_30vw {
  from {
    transform: translateX(-100vw) translateY(-57.735026919vw);
  }
  to {
    transform: translateX(30vw) translateY(17.3205080757vw);
  }
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
.footer__top {
  width: 100%;
  background-color: #fff;
  padding: 5em 0;
  position: relative;
}
.footer__top .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__top .flex {
    flex-direction: column;
    gap: 2em;
  }
}
.footer__top ul {
  list-style: none;
}
.footer__top ul.parent > li {
  padding-bottom: 1.1em;
}
.footer__top ul.parent > li > a:not(.eg) {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
}
.footer__top ul.child > li {
  padding-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer__top ul.child > li {
    padding-top: 0.6em;
  }
}
.footer__top ul.child > li > a {
  font-size: 0.8em;
  line-height: 1;
}
.footer__top ul li {
  line-height: 1;
}
.footer__top .fnav_left {
  display: flex;
  gap: 5em;
}
@media screen and (max-width: 768px) {
  .footer__top .fnav_left {
    gap: 5em;
  }
}
@media screen and (max-width: 500px) {
  .footer__top .fnav_left {
    gap: 2em;
  }
}
.footer__top .fnav_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__top .fnav_right {
    gap: 2em;
    align-items: center;
  }
}
.footer__top .fnav_right .privacy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__top .fnav_right .privacy li {
  line-height: 1;
}
.footer__top .fnav_right .privacy li:first-child a {
  padding-right: 1em;
  border-right: 2px solid rgba(0, 0, 0, 0.6);
  margin-right: 1em;
}
.footer__top .fnav_right .privacy a {
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.6;
}
.footer__top .fnav_right .privacy a:hover {
  color: inherit;
  opacity: 1;
}
.footer__top .fnav_right .imgbox {
  width: 13em;
  aspect-ratio: 260/78;
}
.footer__top .fnav_right .imgbox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bottom {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 5em;
  text-align: center;
}
.footer__bottom .logo {
  width: 10em;
  padding-bottom: 1.2em;
  margin: 0 auto;
}
.footer__bottom .logo img {
  width: 100%;
  height: 100%;
}
.footer__bottom .copyright {
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  padding: 2.5em 0 5em;
  /* 英語タイトル */
  /* 日本語タイトル */
  /* ボタン */
}
#page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4em;
  line-height: 1em;
  text-transform: uppercase;
  /* ラインナップ */
}
@media screen and (max-width: 768px) {
  #page-header .eg_ttl {
    font-size: 2.5em;
  }
}
#page-header .eg_ttl span {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1em;
}
#page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
  #page-header .page_ttl {
    font-size: 1.25em;
  }
}
#page-header .btn {
  position: absolute;
  top: 0;
  right: 10em;
}
@media screen and (max-width: 1024px) {
  #page-header .btn {
    right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #page-header .btn {
    right: 2.5em;
  }
}

/* ================= Not Found ============================================================ */
.not-found {
  z-index: 5;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
@media screen and (min-width: 769px) {
  .contactpage-ctt .sec {
    padding: 5em 0;
  }
}
.contactpage-ctt .parts_hd {
  text-align: left;
  padding-bottom: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .ct_info {
  padding-bottom: 2em;
}
.contactpage-ctt .contact_tel p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
  color: #357dce;
}
@media screen and (max-width: 500px) {
  .contactpage-ctt .contact_tel p.contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel p.contacttel_tel a {
  text-decoration: none;
}
.contactpage-ctt .contact_tel p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel p.contacttel_time {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .contactpage-ctt .contact_tel p.contacttel_time {
    font-size: 1em;
  }
}
.contactpage-ctt .contact_tel ul.tel_list {
  display: flex;
  flex-wrap: wrap;
}
.contactpage-ctt .contact_tel ul.tel_list li {
  list-style: none;
  padding-right: 4em;
}
.contactpage-ctt .contact_tel ul.tel_list li:last-child {
  padding-right: 0;
}
/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

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

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #f3f3f3;
  color: #000;
}

.sec-bg2 {
  background: transparent;
  color: #fff;
}
.sec-bg2:first-child {
  padding-top: 0;
}

.sec-bg3 {
  background: linear-gradient(-90deg, #357dce 0, #357dce 30%, #0d5ab0 100%);
  color: #fff;
}

.sec-bg4 {
  background: linear-gradient(-90deg, #2abe9f 0, #2abe9f 30%, #0c977a 100%);
  color: #fff;
}

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

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

.partspage-ctt .btn {
  padding-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.sec-bg4 .partspage-ctt .btn a {
  background: #fff;
  color: #357dce;
  border: #fff solid 0.15em;
}
.sec-bg4 .partspage-ctt .btn a:hover {
  background: #357dce;
  color: #fff;
}
.partspage-ctt .btn a:hover {
  opacity: 1;
  color: #000;
}
.partspage-ctt .sec-bg1 .btn a {
  background: #357dce;
  color: #fff;
}
.partspage-ctt .sec-bg1 .btn a:hover {
  color: #fff;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 2.5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:not(:last-child) {
  margin-bottom: 1em;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  line-height: 2em;
  background: #fff;
  color: #000;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
  padding-right: 4em;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "Q";
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #357dce;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #357dce;
  padding-top: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.6em;
  bottom: 0.85em;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .faq_box ul.qa_list li.qa_set .qa_txt .question::after {
    padding-top: 0.25em;
  }
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
  background: #fff;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  text-indent: -1.8em;
  padding-left: 3.8em;
  line-height: 1.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #357dce;
}
.faq_box ul.qa_list li.qa_set .qa_open {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #357dce;
  color: #fff;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #007ba4;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
  color: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-top: 0.35em;
  padding-bottom: 0.2em;
  color: #fff;
  border-color: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* =============== フローレイアウト ========================================================= */
.imgcard {
  /* 全体 */
  /* PC専用 */
  /* TB専用 */
  /* SP専用 */
}
.imgcard_flow li .imgcard_img {
  position: relative;
}
.imgcard_flow li .imgcard_img::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #357dce;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -1em;
  bottom: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .imgcard_flow li .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -0.6em;
    bottom: auto;
  }
}
.sec-bg2 .imgcard_flow li .imgcard_img::after, .sec-bg4 .imgcard_flow li .imgcard_img::after {
  color: #fff;
}
.imgcard_flow li:last-child .imgcard_img::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .imgcard {
    /* PC1列 */
    /* PC2列 */
    /* PC3列 */
  }
  .imgcard_l1 li .imgcard_img::after {
    display: none;
  }
  .imgcard_l2 li .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -2.5em;
    bottom: auto;
  }
  .imgcard_l3 li .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_l1_tb li .imgcard_img::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .imgcard_l1_sp li .imgcard_img::after {
    display: none;
  }
}

/* 1つ並びの時、下に矢印 */
.imgcard_flow.imgcard_l1 li, .imgcard_flow.imgcard_l1_tb li, .imgcard_flow.imgcard_l1_sp li {
  /* 一旦非表示 */
}
.imgcard_flow.imgcard_l1 li::after, .imgcard_flow.imgcard_l1_tb li::after, .imgcard_flow.imgcard_l1_sp li::after {
  display: none;
  font: var(--fa-font-solid);
  content: "\f107";
  color: #357dce;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: -1.25em;
  transform: translateX(-50%);
}
.sec-bg2 .imgcard_flow.imgcard_l1 li::after, .sec-bg4 .imgcard_flow.imgcard_l1 li::after, .sec-bg2 .imgcard_flow.imgcard_l1_tb li::after, .sec-bg4 .imgcard_flow.imgcard_l1_tb li::after, .sec-bg2 .imgcard_flow.imgcard_l1_sp li::after, .sec-bg4 .imgcard_flow.imgcard_l1_sp li::after {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .imgcard_flow.imgcard_l1 li::after {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_flow.imgcard_l1_tb li::after {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .imgcard_flow.imgcard_l1_sp li::after {
    display: block;
  }
}

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

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

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

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

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

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.75em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 500px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.imgcard_img {
  position: relative;
  margin-bottom: 0.5em;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1.5em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2.5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

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

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

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

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

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

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

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 500px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== 画像のホバーアクション ========================================================= */
.imgtxt_img a,
.parts_img a {
  border-radius: 1em;
  overflow: hidden;
}
.imgtxt_img a img,
.parts_img a img {
  transition: 0.5s ease-in-out;
}
.imgtxt_img a:hover img,
.parts_img a:hover img {
  scale: 1.1;
  transition: 0.5s ease-in-out;
}

a .imgcard_img {
  overflow: hidden;
}
a .imgcard_img:has(.rd) {
  border-radius: 1em;
}
a .imgcard_img:has(.cir) {
  border-radius: 50%;
}
a:hover .imgcard_img img {
  scale: 1.1;
  transition: 0.5s ease-in-out;
}

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border-radius: 1em;
  background: #fff;
  color: #000;
  /* 見出し */
}
@media screen and (max-width: 1024px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list li .li_ttl,
.order_list li .li_ttl,
.check_list li .li_ttl {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.no_list li .li_ttl + .li_txt,
.order_list li .li_ttl + .li_txt,
.check_list li .li_ttl + .li_txt {
  display: block;
}
.no_list li .li_txt,
.order_list li .li_txt,
.check_list li .li_txt {
  text-indent: initial;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul {
  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::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #357dce;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  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: 1.5em;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: #357dce;
}
.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;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #357dce;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 1em;
  margin-bottom: 0.5em;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.table ul li:last-child {
  margin-bottom: 0;
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li.table_li .row_th,
.table ul li.table_li .col_th {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  background: #dcdcdc;
  color: #000;
}
.sec-bg1 .table ul li.table_li .row_th,
.sec-bg1 .table ul li.table_li .col_th {
  background: #357dce;
  color: #fff;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #fff;
}
.sec-bg1 .table ul li.table_li .row_th .col_th_sp {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: #f3f3f3 solid 0.15em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    padding: 1em;
    width: 100%;
    border-right: none;
    border-bottom: #f3f3f3 solid 0.15em;
  }
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-weight: 100;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
  }
}
.table ul li:last-child {
  border-bottom: none;
}

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

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1024px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  padding: 2.5em;
  background: #fff;
  color: #000;
}
.note_list h3,
.note_list h4 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #2abe9f;
  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 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;
  line-height: 1.7em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}

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

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

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

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

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 2.5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  width: 100%;
}
.pdf_box ul li a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
  border-radius: 1em;
  overflow: clip;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  background: #fff;
  color: #000;
}
.pdf_box ul li a:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.pdf_box ul li a:hover a {
  color: inherit;
  opacity: 1;
}
.pdf_box ul li a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.sec-bg1 .pdf_box ul li a {
  background: #2abe9f;
  color: #fff;
}
.pdf_box ul li a i {
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1em;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 4em;
  /* 大きな数字 */
}
.parts_hd .hd_en {
  display: block;
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
.parts_hd:has(.hd_jp) .hd_en {
  font-size: 1.1em;
}
.parts_hd .hd_jp {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  line-height: 1;
  padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_jp {
    font-size: 1.5em;
  }
}

.parts-h4 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

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

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

.tw_l {
  width: 100%;
}

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

/* やや小さめ強調 */
strong,
.strong {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 2.5em;
  border-radius: 1em;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 500px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%;
}
@media screen and (max-width: 500px) {
  .yttxt .imgtxt_img {
    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;
}

.imgcard_l2 .youtube_box,
.imgcard_l3 .youtube_box {
  padding-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */