@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 株式会社ニシコー　採用サイト
Author: 株式会社ジャンプス
*/
/* 欧文フォント */
.eg {
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}

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

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

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

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

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

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

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

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

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

.ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.parts_hd:not(:has(.hd_en)),
.txt_outline {
  width: 100%;
  height: 100%;
  font-size: 2.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1.25;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .parts_hd:not(:has(.hd_en)),
  .txt_outline {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 530px) {
  .parts_hd:not(:has(.hd_en)),
  .txt_outline {
    font-size: 1.6em;
  }
}
.parts_hd:not(:has(.hd_en)):has(.hd_jp),
.txt_outline:has(.hd_jp) {
  font-size: 1.5em;
}
.parts_hd:not(:has(.hd_en)) .hd_jp,
.parts_hd:not(:has(.hd_en)) .sub,
.txt_outline .hd_jp,
.txt_outline .sub {
  display: inline-block;
  position: relative;
  color: #fff;
}
.parts_hd:not(:has(.hd_en)) .hd_jp::before, .parts_hd:not(:has(.hd_en)) .hd_jp::after,
.parts_hd:not(:has(.hd_en)) .sub::before,
.parts_hd:not(:has(.hd_en)) .sub::after,
.txt_outline .hd_jp::before,
.txt_outline .hd_jp::after,
.txt_outline .sub::before,
.txt_outline .sub::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 0.3em #000;
  text-stroke: 0.3em #000;
}
.parts_hd:not(:has(.hd_en)) .hd_jp::before,
.parts_hd:not(:has(.hd_en)) .sub::before,
.txt_outline .hd_jp::before,
.txt_outline .sub::before {
  left: 0;
  top: 0;
}
.parts_hd:not(:has(.hd_en)) .hd_jp::after,
.parts_hd:not(:has(.hd_en)) .sub::after,
.txt_outline .hd_jp::after,
.txt_outline .sub::after {
  left: 0.05em;
  top: 0.05em;
}
.parts_hd:not(:has(.hd_en)) .main,
.txt_outline .main {
  display: inline-block;
  font-size: 2em;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.1em;
  position: relative;
  margin-top: -0.1em;
}
.parts_hd:not(:has(.hd_en)) .main::before, .parts_hd:not(:has(.hd_en)) .main::after,
.txt_outline .main::before,
.txt_outline .main::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 0.15em #000;
  text-stroke: 0.15em #000;
}
.parts_hd:not(:has(.hd_en)) .main::after,
.txt_outline .main::after {
  top: 0.025em;
  left: 0.03em;
}
.parts_hd:not(:has(.hd_en)) .main.grad-gray,
.txt_outline .main.grad-gray {
  background: linear-gradient(0deg, #fff, #b5b5b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.parts_hd:not(:has(.hd_en)) .main.grad-red,
.txt_outline .main.grad-red {
  background: linear-gradient(0deg, #fcfc2e, #fe182a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .parts_hd:not(:has(.hd_en)) .main.pc,
  .txt_outline .main.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .parts_hd:not(:has(.hd_en)) .main.sp,
  .txt_outline .main.sp {
    display: none;
  }
}

/* 画像 */
img {
  max-width: 100%;
  height: 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;
}

.rd {
  border: 0.2em solid #000;
}

.cir {
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border: 0.2em solid #000;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
svg {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@keyframes flowani1 {
  0% {
    transform: translateX(103.5em);
  }
  to {
    transform: translateX(-103.5em);
  }
}
@keyframes flowani2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-207em);
  }
}
@keyframes flowani3 {
  0% {
    transform: translateX(76.5em);
  }
  to {
    transform: translateX(-76.5em);
  }
}
@keyframes flowani4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-153em);
  }
}
/* ================= 回転テキスト ============================================================ */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes boom {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes job-ttl-hover {
  0%, 40%, 100% {
    transform: scale(1, 1);
  }
  10%, 15%, 30% {
    transform: scale(1.05, 1.05);
  }
  20%, 35% {
    transform: scale(0.95, 0.95);
  }
}
@keyframes job-btn-hover {
  0%, 20%, 40%, 100% {
    transform: translate(0, 0);
  }
  10%, 30% {
    transform: translate(1em, -0.5em);
  }
}
@keyframes katakata {
  0%, 25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2.5deg);
  }
  30%, 70% {
    transform: rotate(-2.5deg);
  }
  85%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fv1_ani {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fv2_ani {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    transform: scaleX(1.2, 1.2);
  }
  100% {
    transform: scaleX(1, 1);
    opacity: 1;
  }
}
@keyframes fv2_ani_sp {
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fv3_ani {
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes fv4_ani {
  to {
    clip-path: inset(0 0 0 0);
    stroke-dashoffset: 0;
  }
}
@keyframes fv4_ani_sp {
  to {
    clip-path: inset(0 0 0 0);
    stroke-dashoffset: 0;
  }
}
@keyframes fv5_ani {
  to {
    clip-path: inset(0 0 0 0);
    stroke-dashoffset: 0;
  }
}
@keyframes fv5_ani_sp {
  to {
    clip-path: inset(0 0 0 0);
    stroke-dashoffset: 0;
  }
}
@keyframes fv6_ani {
  80% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ttl_ani {
  70% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes left_slide_ani {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right_slide25_ani {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right_slide100_ani {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleY_ani {
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes scaleY2_ani {
  50% {
    transform: scaleY(1.1);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes scaleX_ani {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes scaleX2_ani {
  50% {
    transform: scaleX(1.1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes scale_ani {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale2_ani {
  50% {
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale_reverse2_ani {
  80% {
    transform: scale(1);
  }
  95% {
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes lead1_ani {
  80% {
    transform: translateY(0) scaleY(1.2) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1) rotate(0);
  }
}
@keyframes lead2_ani {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jobb1_ani {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jobb2_ani {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tps_line_ani {
  to {
    clip-path: inset(0 0 0 0);
    stroke-dashoffset: 0;
  }
}
@keyframes tps4_ani {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tps5_ani {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* リンク */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #2abe9f;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5em;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 15em;
  height: 4em;
  padding: 0 5.5em;
  background: #000;
  color: #fff;
  border-radius: 4em;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: transform 0.3s;
}
.btn a span {
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #000, #000 2px, transparent 0, transparent 4px);
  border-radius: 4em;
  z-index: -1;
  transition: top 0.3s;
}
.btn a:hover {
  transform: translateY(0.5em);
}
.btn a:hover::before {
  top: 0;
}

.topics_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .topics_list {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 530px) {
  .topics_list {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 530px) {
  .topics_list {
    flex-direction: column;
    gap: 5em;
  }
}
.topics_list li {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 530px) {
  .topics_list li {
    width: 100%;
  }
}
.topics_list a:hover {
  color: inherit;
}
.topics_list a:hover .date,
.topics_list a:hover .date::before {
  transform-origin: center bottom;
  animation: katakata 0.4s;
}
.topics_list .date {
  display: inline-block;
  padding-top: 0.8em;
  padding-left: 1.4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_list .date {
    left: -1em;
  }
}
.topics_list .date::before {
  content: "";
  background: url(/images/bg_date.svg) no-repeat top left/contain;
  width: 6.5em;
  aspect-ratio: 130/165;
  position: absolute;
  top: 0;
  left: 0;
}
.topics_list .date .year {
  font-size: 1.5em;
  line-height: 1;
  color: #b5b5b5;
  position: relative;
}
.topics_list .date .month {
  font-size: 2.5em;
  line-height: 1;
  color: #fff;
  margin-top: -0.1em;
  position: relative;
}
.topics_list .date .month .slash {
  font-weight: 500;
}
.topics_list .ttl {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5;
  border-bottom: 0.3em solid #000;
  padding-top: 1.25em;
  position: relative;
  rotate: -10deg;
}
.topics_list .txt {
  line-height: 2;
  padding-left: 0.25em;
  position: relative;
  rotate: -10deg;
}

.topics_list.archive_list {
  gap: 2.5em 2.5%;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topics_list.archive_list {
    gap: 5em 4%;
  }
}
.topics_list.archive_list li {
  width: 23.125%;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topics_list.archive_list li {
    width: 48%;
  }
}
.topics_list.archive_list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3.5em 22.5%;
}
.topics_list.archive_list a::before {
  content: "";
  background: url(/images/bg_top_topics.svg) no-repeat 100% 100%/100%;
  position: absolute;
  inset: 0;
}
.topics_list.archive_list a:hover {
  scale: 1.1;
}
.topics_list.archive_list .date {
  position: absolute;
  top: -20%;
  left: -2.5%;
  rotate: -20deg;
}
@media screen and (max-width: 768px) {
  .topics_list.archive_list .date {
    top: -15%;
  }
}
@media screen and (max-width: 530px) {
  .topics_list.archive_list .date {
    top: -25%;
  }
}
.topics_list.archive_list .txtbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topics_list.archive_list .ttl {
  border-bottom: none;
  rotate: 0deg;
  line-height: 1.3;
  margin-bottom: 0.25em;
  padding-top: 0;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topics_list.archive_list .txt {
  rotate: 0deg;
  padding-left: 0;
  line-height: 1.5;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

#postlist #page-header {
  /* 投稿：月別 */
}
@media screen and (max-width: 530px) {
  #postlist #page-header {
    padding-bottom: 2.5em;
  }
}
#postlist #page-header .year {
  font-size: 1em;
  padding-right: 0.1em;
}
#postlist #page-header .month {
  font-size: 2em;
}

@media screen and (max-width: 530px) {
  #postlist.date #page-header {
    padding-bottom: 10em;
  }
}

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

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

/* ================= 投稿記事 ============================================================ */
/* ================= ページフッター（共通） ============================================================ */
#footer-post {
  background-image: repeating-linear-gradient(135deg, #fdfd58, #fdfd58 10px, #ffffff 10px, #ffffff 15px);
  /* 見出し */
}
#footer-post .pf_ttl {
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-weight: 900;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 最新記事 ------------------------------------------- */
  /* -------------------------- アーカイブ ------------------------------------------- */
}
#footer-post .innerbox .post_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 18em);
  padding-right: 2.5em;
  border-right: #000 solid 0.2em;
  /* ===== お知らせ ======== */
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5em;
    margin-bottom: 2.5em;
    border-right: none;
    border-bottom: #000 solid 0.2em;
  }
}
#footer-post .innerbox .post_sec .news_list {
  grid-template-columns: repeat(3, 1fr);
}
#footer-post .innerbox .post_sec .news_list .time {
  color: #2abe9f;
}
#footer-post .innerbox .archive_sec {
  width: 18em;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.5em;
  /* 最新年月 ------------------------------------------- */
  /* セレクトボックス ------------------------------------------- */
  /* 一覧トップボタン ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-left: 0;
  }
}
#footer-post .innerbox .archive_sec .m_list {
  list-style: none inside;
  line-height: 1em;
}
#footer-post .innerbox .archive_sec .m_list li {
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec .m_list li a {
  color: #000;
  text-decoration: underline;
}
#footer-post .innerbox .archive_sec .m_list li a:hover {
  color: #2abe9f;
}
#footer-post .innerbox .archive_sec select {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
}
#footer-post .innerbox .archive_sec .btn a {
  padding: 0;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- ページヘッダー ------------------------------------------- */
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #page-header {
  padding-bottom: 0;
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
  /* 日付 */
  /* カテゴリ */
  /* 記事タイトル */
}
#newspost #entry-header .date {
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  padding-bottom: 0.5em;
  color: #000;
}
@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: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
}
@media screen and (max-width: 530px) {
  #newspost #entry-header .date .md {
    font-size: 1.6em;
  }
}
#newspost #entry-header .wk_cate {
  line-height: 1.25em;
  color: #2abe9f;
  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: 530px) {
  #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: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
}
#newspost #entry-header .entry_ttl {
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.5em;
  border-top: #000 solid 0.2em;
  color: #000;
}
@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: #fff;
  padding: 2.5em 0 5em;
}
#newspost .nav_sec ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec ul.post_nav li:hover {
  color: #2abe9f;
}
#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: 530px) {
  #newspost .nav_sec ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec ul.post_nav li a:hover {
  color: #2abe9f;
}
#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: #fff;
  color: #000;
  border-radius: 2em;
  /* 必須項目 */
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 2.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.35em 0.8em;
  background: #2abe9f;
  color: #fff;
  border-radius: 1.35em;
  top: -0.2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 16em;
}
@media screen and (max-width: 530px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 530px) {
  .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: 530px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 16em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 530px) {
  .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: 530px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: none;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance .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 input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  height: 3.5em;
  font-size: 1em;
  font-weight: 700;
  background: #2abe9f;
  color: #fff;
  border-radius: 3.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  letter-spacing: 1em;
  text-indent: 1em;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit]:hover {
  scale: 1.1;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  scale: 1;
}
@media screen and (max-width: 530px) {
  .formbox .wpcf7-form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #fff;
  cursor: not-allowed;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  color: #357dce;
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}
.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: #357dce;
  padding-right: 0.2em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #357dce;
  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: #357dce;
  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: 530px) {
  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: 530px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
@media screen and (max-width: 530px) {
  .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: #2abe9f;
}
div#wpcf7cpcnf table tr td p {
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  height: 3.5em;
  font-size: 1em;
  font-weight: 700;
  background: #2abe9f;
  color: #fff;
  border-radius: 3.5em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  font-size: 1em;
  border: none;
  border-radius: 4em;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  scale: 1.1;
}
div#wpcf7cpcnf .wpcf7cp-btns button:disabled:hover {
  scale: 1;
}
@media screen and (max-width: 530px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #fff;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

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

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

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 530px) {
  body {
    font-size: 2.8vw;
  }
}
body:not(.home) {
  background: #1ac7f9;
  background-image: radial-gradient(circle, rgba(53, 124, 206, 0.2) 5px, transparent 5px);
  background-position: 0 0;
  background-size: 24px 24px, cover;
}

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

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

.header {
  width: 100%;
  height: 6em;
  padding: 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .innerbox {
  height: 100%;
  padding: 0 2em;
}

.main {
  width: 100%;
}

.footer {
  width: 100%;
  color: #fff;
}
.footer__top {
  background-color: #313131;
  padding: 5em 0;
}
.footer__bottom {
  background-color: #1b1b1b;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding-bottom: 6em;
  }
}

/* =======================================================================================================================
　　　　　　　　　ローディング
======================================================================================================================= */
.loading {
  position: fixed;
  inset: 0;
  background: #1ac7f9;
  background-image: radial-gradient(circle, rgba(53, 124, 206, 0.2) 5px, transparent 5px);
  background-position: 0 0;
  background-size: 24px 24px, cover;
  z-index: 99999;
  height: 100vh;
  transition: background 0.2s ease, height 0.4s ease 0.3s;
  background-image: radial-gradient(circle, #1ac7f9 3px, transparent 3px), linear-gradient(0deg, #1ac7f9 0%, #fff 100%);
  background-position: 0 0;
  background-size: 23px 23px, cover;
  background-repeat: repeat, no-repeat;
}
.loading .chara-box {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  width: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.loading .chara-box img {
  margin: 0 -2em;
  animation: loading 1s infinite steps(2);
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.loading .text-img {
  width: 15em;
  position: absolute;
  top: calc(50% + 10em);
  left: calc(50% + 1.5em);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.loading.fade-out {
  background: #1ac7f9;
  height: 0;
}
.loading.fade-out .chara-box,
.loading.fade-out .text-img {
  opacity: 0;
  visibility: hidden;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
.header {
  display: flex;
  gap: 1em;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 0 2.5em;
  border-radius: 10em;
  border: 0.2em solid #000;
}
@media screen and (max-width: 768px) {
  .header__left {
    padding: 0 1.5em;
  }
}
.header__left .logo {
  font-size: 1em;
  line-height: 1;
  position: relative;
  left: -0.5em;
}
.header__left .logo a {
  display: flex;
  align-items: center;
}
.header__left .logo a:hover {
  color: inherit;
  transform-origin: center;
  animation: boom 0.3s 1;
  transform: scale(1.1);
}
.header__left .logo img {
  width: 9.15em;
}
.header__left .logo span {
  font-weight: 700;
  position: relative;
  top: 0.05em;
}
@media screen and (max-width: 768px) {
  .header__left .gnav {
    display: none;
  }
}
.header__left .gnav ul {
  display: flex;
  list-style: none;
}
.header__left .gnav li:not(:first-child) {
  margin-left: 2em;
}
.header__left .gnav a {
  display: inline-block;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header__left .gnav a.eg {
  font-size: 1.2em;
}
.header__left .gnav a:hover {
  transform-origin: center;
  animation: boom 0.3s 1;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .header__right {
    position: fixed;
    inset: auto 1em 1em;
  }
}
.header__right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15em;
  height: 100%;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  background-color: #000;
  color: #fff;
  border-radius: 10em;
  border: 0.2em solid #fff;
}
@media screen and (max-width: 768px) {
  .header__right a {
    width: 100%;
    height: 4em;
  }
}
.header__right a:hover {
  transform-origin: center;
  animation: boom 0.3s 1;
  transform: scale(1.1);
}

body.home #header-left.on,
body.home #header-right.on,
body.home label.hm_btn.on,
body.home .top_topics.on {
  transform: scale(1);
  opacity: 0;
  animation: fv6_ani 0.6s forwards 2.3s;
}

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

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

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 4em;
  height: 2.5em;
  cursor: pointer;
  position: fixed;
  inset: 1.75em 1.75em auto auto;
  border-radius: 3em;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 2.25em;
  height: 0.15em;
  background: #000;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.1s linear, box-shadow 0.1s linear, transform 0.1s 0.1s, rotate 0.1s 0.1s;
}
.hm_btn::before {
  top: calc(50% - 0.6em);
  left: 50%;
  translate: -50% -50%;
  box-shadow: #000 0 1.2em 0;
}
.hm_btn::after {
  top: 50%;
  left: 50%;
  transform-origin: center;
  translate: -50% -50%;
}

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

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -2px;
}
.hm_menu_wrap .hm_inner::-webkit-scrollbar {
  width: 2px;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 30em 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  border: none;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  transform: scale(0);
  transition: 0.3s ease;
}
.hm_menu_wrap .hm_inner .menucontent .gnav::before {
  content: "";
  width: 160%;
  margin-left: -30%;
  background: url(/images/bg_top_topics.svg) no-repeat center/contain;
  position: absolute;
  inset: 0 0 -6em 0;
  z-index: -1;
}
@media screen and (max-width: 530px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav::before {
    width: 180%;
    margin-left: -40%;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  list-style: none inside;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  width: 100%;
  padding: 0.75em 0;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  font-size: 1.75em;
  line-height: 1.5;
  color: #000;
  position: relative;
}
@media screen and (max-width: 530px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
    font-size: 1.5em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/images/star.svg) no-repeat bottom/contain;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a.eg {
  font-size: 2em;
}
@media screen and (max-width: 530px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a.eg {
    font-size: 1.75em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a:not(.eg) {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
.top_topics {
  width: 18em;
  height: 16.5em;
  position: absolute;
  left: -3.5em;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_topics {
    font-size: 2.25vw;
    top: 5em;
    bottom: auto;
  }
}
@media screen and (max-width: 530px) {
  .top_topics {
    top: 8em;
  }
}
.top_topics a {
  display: block;
}
.top_topics a:hover {
  color: inherit;
  transform-origin: center;
  animation: boom 0.3s 1;
  transform: scale(1.1);
}
.top_topics img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_topics .txtbox {
  position: absolute;
  inset: 0;
  padding: 4em 5em 6em;
}
.top_topics .txtbox .ttl {
  font-size: 2em;
  line-height: 1;
  padding-bottom: 0.25em;
}
.top_topics .txtbox .date {
  font-size: 1.5em;
  line-height: 1;
  padding-bottom: 0.25em;
}
.top_topics .txtbox .txt {
  font-size: 0.8em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main .secttl {
  margin-bottom: 0.45em;
}
.main .secttl + .txt:not(:last-child) {
  margin-bottom: 2em;
}
.main .panel {
  position: relative;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.main .panel::before {
  content: "";
  position: absolute;
  inset: 0;
}
.main .panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.main .bgwrap01 {
  background: #1ac7f9;
  background-image: radial-gradient(circle, rgba(53, 124, 206, 0.2) 5px, transparent 5px);
  background-position: 0 0;
  background-size: 24px 24px, cover;
  position: relative;
  z-index: 0;
}
.main .bgwrap01::before {
  content: "";
  background-image: linear-gradient(to top, #fff 0%, #fff 20%, transparent 56%, transparent 100%);
  position: absolute;
  inset: 0;
}
.main .mainimg {
  width: 100%;
  position: relative;
  z-index: 0;
  max-height: 47.5em;
}
@media screen and (max-width: 768px) {
  .main .mainimg {
    height: 100svh;
    min-height: 45em;
    max-height: 90em;
  }
}
.main .mainimg .bg_pop {
  width: 115em;
  height: auto;
  position: absolute;
  top: -17.5em;
  left: -2.5em;
}
@media screen and (max-width: 768px) {
  .main .mainimg .bg_pop {
    width: 240%;
    top: auto;
    bottom: -30em;
    left: -85%;
    aspect-ratio: 4800/3580;
  }
}
@media screen and (max-width: 530px) {
  .main .mainimg .bg_pop {
    bottom: -10em;
  }
}
.main .mainimg .staff_wrap {
  width: 71em;
  position: relative;
  top: 5em;
  left: 28em;
}
@media screen and (max-width: 768px) {
  .main .mainimg .staff_wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0);
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .main .mainimg .staff_wrap {
    top: 25em;
    bottom: -20em;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) and (max-aspect-ratio: 750/890) {
  .main .mainimg .staff_wrap {
    top: auto;
  }
}
@media screen and (max-width: 530px) {
  .main .mainimg .staff_wrap {
    top: 17.5em;
    bottom: -10em;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 530px) and (max-aspect-ratio: 375/485) {
  .main .mainimg .staff_wrap {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .main .mainimg .staff_wrap img {
    width: none;
    height: 100%;
    max-width: none;
    aspect-ratio: 2845/3285;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.main .mainimg .txtbox_pc {
  position: absolute;
  top: 18.25em;
  left: 2.5em;
}
@media screen and (max-width: 768px) {
  .main .mainimg .txtbox_pc {
    display: none;
  }
}
.main .mainimg .txtbox_pc .txt1 {
  position: absolute;
  left: 8em;
  bottom: 6.5em;
}
.main .mainimg .txtbox_pc .txt1 .line1 {
  width: 31.25em;
  position: absolute;
  left: -0.5em;
  bottom: -1em;
}
.main .mainimg .txtbox_pc .txt1 .copy1 {
  width: 30em;
  position: relative;
}
.main .mainimg .txtbox_pc .txt2 {
  position: relative;
}
.main .mainimg .txtbox_pc .txt2 .line2 {
  width: 26.5em;
  position: absolute;
  left: 6em;
  bottom: 0;
}
.main .mainimg .txtbox_pc .txt2 .copy2 {
  width: 42.25em;
  height: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .main .mainimg .txtbox_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main .mainimg .txtbox_sp {
    width: auto;
    height: auto;
    aspect-ratio: 1200/1400;
    position: absolute;
    top: 6em;
    right: 2em;
    bottom: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .main .mainimg .txtbox_sp {
    left: 62.5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) and (max-aspect-ratio: 750/940) {
  .main .mainimg .txtbox_sp {
    bottom: 37em;
    left: auto;
    max-height: 40em;
  }
}
@media screen and (max-width: 530px) {
  .main .mainimg .txtbox_sp {
    left: 65%;
    min-height: 11.866em;
  }
}
@media screen and (max-width: 530px) and (max-aspect-ratio: 375/500) {
  .main .mainimg .txtbox_sp {
    bottom: 32em;
    left: auto;
    max-height: 30em;
  }
}
.main .mainimg .txtbox_sp .txt1,
.main .mainimg .txtbox_sp .txt2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.main .mainimg .txtbox_sp .txt1 .line1 {
  width: 14.3%;
  position: absolute;
  top: 22%;
  left: 27%;
}
.main .mainimg .txtbox_sp .txt1 .copy1 {
  width: 66.3%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .mainimg .txtbox_sp .txt2 .line2 {
  width: 50.2%;
  height: auto;
  position: absolute;
  top: 12%;
  left: 40%;
}
.main .mainimg .txtbox_sp .txt2 .copy2 {
  width: 58%;
  height: auto;
  position: absolute;
  top: 6%;
  left: 42%;
}
.main .lead {
  display: flex;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .lead {
    flex-direction: column-reverse;
    padding-top: 2.5em;
    margin-top: 0;
  }
}
.main .lead .leftbox {
  width: 45%;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .main .lead .leftbox {
    width: 100%;
    padding-right: 8.5em;
  }
}
@media screen and (max-width: 530px) {
  .main .lead .leftbox {
    padding-right: 1.5em;
  }
}
.main .lead .rightbox {
  width: 55%;
  padding-right: 10em;
}
@media screen and (max-width: 768px) {
  .main .lead .rightbox {
    width: 100%;
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 530px) {
  .main .lead .rightbox {
    padding: 0 1.5em;
  }
}
.main .lead .rightbox .imgbox {
  width: 100%;
  -webkit-mask-image: url("/images/about_panel.svg");
  mask-image: url("/images/about_panel.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
}
.main .lead .rightbox .imgbox .panel {
  position: relative;
}
.main .lead .rightbox .imgbox .panel::before {
  content: "";
  background: url(/images/radial_lines.svg) no-repeat center/cover;
  position: absolute;
  inset: 0;
}
.main .lead .rightbox .imgbox::after {
  content: "";
  background: url(/images/about_panel_outline.svg) no-repeat center/cover;
  position: absolute;
  inset: 0;
}
.main .lead .rightbox .imgbox .item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .lead .rightbox .imgbox .outline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .lead .rightbox .txtbox {
  padding-left: 5em;
  margin-top: -4.5em;
}
@media screen and (max-width: 530px) {
  .main .lead .rightbox .txtbox {
    padding-left: 0;
    margin-top: -2em;
  }
}
.main .interview {
  padding: 0 0 4.5em;
}
.main .interview .secheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .interview .secheader .copy {
  display: inline-block;
  font-size: 2.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 2;
  padding-bottom: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .interview .secheader .copy {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 530px) {
  .main .interview .secheader .copy {
    font-size: 1.3em;
  }
}
.main .interview .secheader .copy::before {
  content: "";
  background: url(/images/line_left.svg) no-repeat top/contain;
  width: 1.2em;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1.4em;
  transform: rotateY(180deg);
}
.main .interview .secheader .copy::after {
  content: "";
  background: url(/images/line_left.svg) no-repeat top/contain;
  width: 1.2em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.4em;
}
.main .interview .secheader .secttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.main .interview .secheader .secttl::before {
  content: "";
  background: url(/images/interview_img1.png) no-repeat top/contain;
  width: 2.7em;
  aspect-ratio: 144/160;
  position: absolute;
  top: -0.85em;
  left: -1.9em;
  z-index: 1;
}
.main .interview .secheader .secttl::after {
  content: "";
  background: url(/images/interview_img2.png) no-repeat top/contain;
  width: 3em;
  aspect-ratio: 150/186;
  position: absolute;
  top: -1.5em;
  right: -2em;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .main .interview .innerbox {
    padding: 0 10em;
  }
}
@media screen and (max-width: 768px) {
  .main .interview .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 530px) {
  .main .interview .innerbox {
    padding: 0 2.5em;
  }
}
.main .interview .staff_list {
  width: 104%;
  margin-left: -2%;
}
.main .interview .staff_list .staff_item {
  width: auto;
  height: 39.5em;
  aspect-ratio: 832/1580;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  position: relative;
}
@media screen and (max-width: 530px) {
  .main .interview .staff_list .staff_item {
    font-size: 2.25vw;
  }
}
.main .interview .staff_list .staff_item a:hover img {
  scale: 1.05;
}
.main .bgwrap02 {
  background-image: radial-gradient(circle, #1ac7f9 3px, transparent 3px), linear-gradient(0deg, #1ac7f9 0%, #c0ef64 72.5%, #c0ef64 72.5%, transparent 100%);
  background-position: 0 0;
  background-size: 23px 23px, cover;
  background-repeat: repeat, no-repeat;
}
.main .enquete .imgbox {
  width: 44%;
  aspect-ratio: 900/625;
  position: absolute;
  right: 5em;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .main .enquete .imgbox {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 2.5em;
  }
}
.main .enquete .imgbox .img1 {
  width: 61.6%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .enquete .imgbox .img1 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/enquete_panel01.svg");
  mask-image: url("/images/enquete_panel01.svg");
}
.main .enquete .imgbox .img1 .panel::before {
  background-color: #fdc723;
  mask-image: url(/images/radial_lines.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(/images/radial_lines.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  transform: rotate(90deg);
  transform-origin: center;
}
.main .enquete .imgbox .img1 .panel::after {
  background: url(/images/enquete_panel01_outline.svg) no-repeat center/cover;
}
.main .enquete .imgbox .img1 .staff {
  width: 127.5%;
  position: absolute;
  bottom: 1.2%;
  left: -15%;
  z-index: 1;
}
.main .enquete .imgbox .img2 {
  width: 33.8%;
  position: absolute;
  top: 0;
  right: 0;
}
.main .enquete .imgbox .img2 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/enquete_panel02.svg");
  mask-image: url("/images/enquete_panel02.svg");
}
.main .enquete .imgbox .img2 .panel::before {
  background-image: repeating-linear-gradient(135deg, #c5e37c, #c5e37c 5px, transparent 5px, transparent 11px);
}
.main .enquete .imgbox .img2 .panel::after {
  background: url(/images/enquete_panel02_outline.svg) no-repeat center/cover;
}
.main .enquete .imgbox .img2 .staff {
  width: 118%;
  position: absolute;
  left: -8%;
  bottom: 7%;
}
.main .enquete .imgbox .img3 {
  width: 33.8%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main .enquete .imgbox .img3 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/enquete_panel03.svg");
  mask-image: url("/images/enquete_panel03.svg");
}
.main .enquete .imgbox .img3 .panel::before {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 6px, transparent 6px), radial-gradient(circle, rgba(255, 255, 255, 0.25) 6px, transparent 6px);
  background-position: 0 0, 10px 18px;
  background-size: 20px 36px;
}
.main .enquete .imgbox .img3 .panel::after {
  background: url(/images/enquete_panel03_outline.svg) no-repeat center/cover;
}
.main .enquete .imgbox .img3 .staff {
  width: 94%;
  position: absolute;
  right: 2%;
  bottom: 0;
}
.main .benefit .flexbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-bottom: 5em;
  gap: 5em;
}
@media screen and (max-width: 768px) {
  .main .benefit .flexbox {
    flex-direction: column;
    gap: 7.5em;
  }
}
@media screen and (max-width: 530px) {
  .main .benefit .flexbox {
    gap: 5em;
  }
}
.main .benefit .txtbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main .benefit .txtbox {
    width: 100%;
  }
}
.main .benefit .imgbox {
  width: calc(50% - 5em);
  aspect-ratio: 750/360;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .benefit .imgbox {
    width: 100%;
    padding-right: 0;
  }
}
.main .benefit .imgbox .panel {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .benefit .imgbox .panel::before {
  content: "";
  background: url(/images/smoke_corner.svg) no-repeat -0.3em -3.5em/86.5%;
  position: absolute;
  inset: 0.275em;
}
.main .benefit .imgbox .staff {
  width: 95.5%;
  position: absolute;
  bottom: -13.5%;
  left: 1.2%;
}
.main .benefit .imgbox .comment {
  width: 53%;
  position: absolute;
  bottom: 57.5%;
  left: 46%;
}
.main .benefit .imgbox .comment .txt {
  position: absolute;
  inset: 0;
  padding-top: 1.6em;
}
@media screen and (max-width: 1350px) {
  .main .benefit .imgbox .comment .txt {
    padding-top: 2em;
  }
}
@media screen and (max-width: 530px) {
  .main .benefit .imgbox .comment .txt {
    padding-top: 1.6em;
  }
}
.main .benefit .imgbox .comment .txt p {
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1.2;
  text-indent: -1em;
  letter-spacing: -0.05em;
  padding-left: 0.25em;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .main .benefit .imgbox .comment .txt p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .main .benefit .imgbox .comment .txt p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 530px) {
  .main .benefit .imgbox .comment .txt p {
    font-size: 1.3em;
  }
}
.main .benefit_list {
  list-style: none;
}
.main .benefit_list .listttl {
  width: 100%;
  border-top: 0.3em solid #000;
  position: relative;
}
.main .benefit_list .listttl h3 {
  display: inline-block;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  color: #fff;
  background-color: #000;
  padding: 0.5em 0.5em 0.5em 1em;
  margin-right: 1em;
  position: relative;
}
@media screen and (max-width: 530px) {
  .main .benefit_list .listttl h3 {
    font-size: 1.4em;
  }
}
.main .benefit_list .listttl h3::after {
  position: absolute;
  top: 0;
  right: calc(-1em + 1px);
  width: 0;
  height: 0;
  content: "";
  border-width: 2em 1em 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.main .benefit_list .listttl p {
  display: inline-block;
  font-size: 4em;
  line-height: 0;
  position: relative;
  top: 0.175em;
}
@media screen and (max-width: 530px) {
  .main .benefit_list .listttl p {
    font-size: 1.8em;
  }
}
.main .benefit_list .listttl.list1::before, .main .benefit_list .listttl.list2::before, .main .benefit_list .listttl.list3::before, .main .benefit_list .listttl.list4::before {
  content: "";
  position: absolute;
  top: -2.5em;
  left: -3em;
  width: 6em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .benefit_list .listttl.list1::before, .main .benefit_list .listttl.list2::before, .main .benefit_list .listttl.list3::before, .main .benefit_list .listttl.list4::before {
    top: -3em;
    left: -2em;
  }
}
@media screen and (max-width: 530px) {
  .main .benefit_list .listttl.list1::before, .main .benefit_list .listttl.list2::before, .main .benefit_list .listttl.list3::before, .main .benefit_list .listttl.list4::before {
    width: 4em;
    top: -2em;
    left: -1em;
  }
}
.main .benefit_list .listttl.list1::before {
  background: url(/images/cool.svg) no-repeat top left/contain;
  aspect-ratio: 120/90;
}
.main .benefit_list .listttl.list2::before {
  background: url(/images/check.svg) no-repeat top left/contain;
  aspect-ratio: 120/80;
}
.main .benefit_list .listttl.list3::before {
  background: url(/images/nice.svg) no-repeat top left/contain;
  aspect-ratio: 120/90;
}
.main .benefit_list .listttl.list4::before {
  background: url(/images/woooo.svg) no-repeat top left/contain;
  aspect-ratio: 120/100;
}
.main .benefit_list > li:last-child .benefit_item {
  padding-bottom: 0;
}
.main .benefit_item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25em;
  list-style: none;
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .main .benefit_item {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75em;
  }
}
@media screen and (max-width: 530px) {
  .main .benefit_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .benefit_item li {
  border: 0.3em solid #000;
}
.main .benefit_item h4,
.main .benefit_item p {
  width: 100%;
  padding-left: 1em;
}
.main .benefit_item h4 {
  line-height: 2.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  color: #fff;
  background-color: #000;
}
.main .benefit_item h4 .small {
  font-size: 0.6em;
  line-height: 1;
}
.main .benefit_item p {
  font-size: 0.8em;
  line-height: 2.8em;
  background-color: #fff;
}
.main .system {
  width: 100%;
  height: 100%;
  min-height: 56.25em;
  background: linear-gradient(0deg, #fff, #1ac7f9);
}
@media screen and (max-width: 768px) {
  .main .system {
    min-height: 67.5em;
  }
}
@media screen and (max-width: 530px) {
  .main .system {
    min-height: 57.5em;
  }
}
.main .system .txtbox {
  position: relative;
  z-index: 1;
}
.main .system .imgbox {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: clip;
}
@media screen and (max-width: 768px) {
  .main .system .imgbox {
    width: 150%;
    top: 25em;
    left: -26em;
  }
}
@media screen and (max-width: 530px) {
  .main .system .imgbox {
    top: 27.5em;
    left: -18em;
  }
}
.main .system .imgbox .smoke {
  width: 90%;
  position: absolute;
  top: -4%;
  left: 33%;
}
.main .system .imgbox .line {
  width: 80%;
  position: absolute;
  top: 26.25%;
  left: -5.5%;
}
@media screen and (max-width: 768px) {
  .main .system .imgbox .line {
    top: 13.5%;
    left: -7.5%;
  }
}
.main .system .imgbox .arrow {
  width: 85%;
  position: absolute;
  top: 14%;
  left: 10.5%;
}
.main .system .imgbox .staff {
  width: 53.1%;
  position: absolute;
  top: 5%;
  left: 38.5%;
}
.main .system .imgbox .txt {
  width: 13%;
  position: absolute;
  top: 5%;
  left: 85%;
}
.main .bgwrap03 {
  background-image: radial-gradient(circle, #000000 2px, transparent 2px);
  background-position: 0 0;
  background-size: 12px 12px;
}
.main .job {
  padding-bottom: 10em;
  z-index: 0;
}
@media screen and (max-width: 530px) {
  .main .job {
    padding-bottom: 5em;
  }
}
.main .job::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #000 2px, transparent 2px), linear-gradient(0deg, #fff, #000);
  background-position: 0 0;
  background-size: 12px 12px, cover;
  background-repeat: repeat, no-repeat;
  z-index: -1;
}
.main .job .deco {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main .job .deco {
    position: relative;
    top: -1em;
    left: 2.5em;
  }
}
.main .job .deco .chara_all {
  width: 35.75em;
}
@media screen and (max-width: 768px) {
  .main .job .deco .chara_all {
    width: 25em;
  }
}
@media screen and (max-width: 530px) {
  .main .job .deco .chara_all {
    width: 18em;
  }
}
.main .job .leadbox {
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}
.main .job .leadbox .imgbox {
  position: absolute;
  right: 0;
  top: -11em;
}
.main .job .leadbox .imgbox .balloon {
  width: 70em;
  position: relative;
  right: -4.5em;
}
@media screen and (max-width: 768px) {
  .main .job .leadbox .imgbox .balloon {
    width: 67.5em;
    right: auto;
    left: 10em;
  }
}
@media screen and (max-width: 530px) {
  .main .job .leadbox .imgbox .balloon {
    width: 62em;
    top: 0;
    left: 12em;
  }
}
@media screen and (max-width: 530px) {
  .main .job .leadbox .imgbox .balloon img {
    transform: rotate(90deg);
  }
}
.main .job .leadbox .imgbox .chara {
  width: 20.55em;
  position: absolute;
  right: 0;
  bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .main .job .leadbox .imgbox .chara {
    width: 18em;
  }
}
@media screen and (max-width: 530px) {
  .main .job .leadbox .imgbox .chara {
    width: 10em;
    bottom: 0em;
  }
}
.main .job .leadbox .txtbox {
  padding-left: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .job .leadbox .txtbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 530px) {
  .main .job .leadbox .txtbox {
    padding: 0 1.5em;
  }
}
.main .job .jobbox {
  display: block;
}
@media screen and (max-width: 768px) {
  .main .job .jobbox {
    display: none;
  }
}
.main .job .jobbox_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .job .jobbox_sp {
    display: block;
  }
}
.main .job .jobbox .txt h3,
.main .job .jobbox_sp .txt h3 {
  width: 100%;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1;
  position: absolute;
  rotate: -10deg;
  z-index: 10;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main .job .jobbox .txt h3,
  .main .job .jobbox_sp .txt h3 {
    font-size: 9em;
  }
}
.main .job .jobbox .txt h3 span,
.main .job .jobbox_sp .txt h3 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .job .jobbox .txt h3 span::before,
.main .job .jobbox_sp .txt h3 span::before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #fff;
  -webkit-text-stroke: 0.2em #000;
  text-stroke: 0.2em #000;
}
.main .job .jobbox .txt h3 span::after,
.main .job .jobbox_sp .txt h3 span::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  left: 0.075em;
  top: 0.075em;
  z-index: -1;
  color: #000;
  -webkit-text-stroke: 0.2em #000;
  text-stroke: 0.2em #000;
}
.main .job .jobbox .jobitem a,
.main .job .jobbox_sp .jobitem a {
  display: block;
}
.main .job .jobbox .jobitem a:hover .txt .hov,
.main .job .jobbox_sp .jobitem a:hover .txt .hov {
  animation: job-ttl-hover 1.2s infinite;
}
.main .job .jobbox .jobitem a:hover .link .hov,
.main .job .jobbox_sp .jobitem a:hover .link .hov {
  transform-origin: left bottom;
  animation: job-btn-hover 1.2s infinite linear;
}
.main .job .jobbox {
  width: 100%;
  height: 100%;
  aspect-ratio: 1600/1125;
  font-size: 1vw;
  position: relative;
}
.main .job .jobbox .job1 {
  width: 66.5%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .job .jobbox .job1 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/job_panel1.svg");
  mask-image: url("/images/job_panel1.svg");
}
.main .job .jobbox .job1 .panel::before {
  background-color: #fd76fb;
  mask-image: url(/images/radial_lines.svg);
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-size: 59em 42em;
  -webkit-mask-image: url(/images/radial_lines.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  -webkit-mask-size: 59em 42em;
}
.main .job .jobbox .job1 .panel::after {
  background: url(/images/job_panel1_outline.svg) no-repeat center/cover;
}
.main .job .jobbox .job1 .txt {
  width: 32em;
  position: absolute;
  top: -10%;
  left: -2.5%;
}
.main .job .jobbox .job1 .txt h3 {
  top: 25%;
  left: 41%;
}
.main .job .jobbox .job1 .staff {
  width: 100%;
  position: absolute;
  left: 0.3em;
  bottom: 0.3em;
}
.main .job .jobbox .job1 .link {
  width: 12em;
  position: absolute;
  right: -0.25em;
  bottom: 4.75em;
  z-index: 1;
}
.main .job .jobbox .job2 {
  width: 34%;
  position: absolute;
  top: 0;
  left: 66%;
}
.main .job .jobbox .job2 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/job_panel2.svg");
  mask-image: url("/images/job_panel2.svg");
}
.main .job .jobbox .job2 .panel::before {
  background-color: #fdf168;
  mask-image: url(/images/star_bg.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(/images/star_bg.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
}
.main .job .jobbox .job2 .panel::after {
  background: url(/images/job_panel2_outline.svg) no-repeat center/cover;
}
.main .job .jobbox .job2 .staff {
  width: 92%;
  position: absolute;
  right: 0.3em;
  bottom: 1.2em;
}
.main .job .jobbox .job2 .txt {
  width: 60%;
  position: absolute;
  top: -5%;
  left: 3%;
}
.main .job .jobbox .job2 .txt h3 {
  top: 35%;
  left: 16%;
}
.main .job .jobbox .job2 .link {
  width: 12em;
  position: absolute;
  right: -0.25em;
  bottom: 1.25em;
  z-index: 1;
}
.main .job .jobbox .job3 {
  width: 29.4%;
  position: absolute;
  top: 40.7%;
  left: 0;
}
.main .job .jobbox .job3 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/job_panel3.svg");
  mask-image: url("/images/job_panel3.svg");
}
.main .job .jobbox .job3 .panel::before {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 6px, transparent 6px), radial-gradient(circle, rgba(0, 0, 0, 0.2) 6px, transparent 6px);
  background-position: 0 0, 10px 18px;
  background-size: 20px 36px;
}
.main .job .jobbox .job3 .panel::after {
  background: url(/images/job_panel3_outline.svg) no-repeat center/cover;
}
.main .job .jobbox .job3 .txt {
  width: 86%;
  position: absolute;
  top: 12%;
  left: 3%;
}
.main .job .jobbox .job3 .txt h3 {
  top: 38%;
  left: 21%;
}
.main .job .jobbox .job3 .staff {
  width: 91.3%;
  position: absolute;
  bottom: 0.3em;
  left: 0.3em;
}
.main .job .jobbox .job3 .link {
  width: 12em;
  position: absolute;
  right: 4.25em;
  bottom: -0.75em;
  z-index: 1;
}
.main .job .jobbox .job4 {
  width: 41.1%;
  position: absolute;
  top: 34%;
  left: 26.9%;
}
.main .job .jobbox .job4 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/job_panel4.svg");
  mask-image: url("/images/job_panel4.svg");
}
.main .job .jobbox .job4 .panel::before {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 10px, transparent 10px, transparent 20px);
}
.main .job .jobbox .job4 .panel::after {
  background: url(/images/job_panel4_outline.svg) no-repeat center/cover;
}
.main .job .jobbox .job4 .txt {
  width: 56%;
  position: absolute;
  top: 2.5em;
  left: 2.5em;
}
.main .job .jobbox .job4 .txt h3 {
  top: 40%;
  left: 20%;
}
.main .job .jobbox .job4 .staff {
  width: 96%;
  position: absolute;
  right: -0.75%;
  bottom: 0;
}
.main .job .jobbox .job4 .link {
  width: 12em;
  position: absolute;
  right: -0.25em;
  bottom: 3em;
  z-index: 1;
}
.main .job .jobbox .job5 {
  width: 46.25%;
  position: absolute;
  top: 63.5%;
  left: 23.4%;
}
.main .job .jobbox .job5 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/job_panel5.svg");
  mask-image: url("/images/job_panel5.svg");
}
.main .job .jobbox .job5 .panel::before {
  background: url(/images/dot_rays.svg) no-repeat center/cover;
  opacity: 0.4;
}
.main .job .jobbox .job5 .panel::after {
  background: url(/images/job_panel5_outline.svg) no-repeat center/cover;
}
.main .job .jobbox .job5 .txt {
  width: 51%;
  position: absolute;
  top: 1%;
  right: -1%;
}
.main .job .jobbox .job5 .txt h3 {
  top: 33%;
  left: 17%;
}
.main .job .jobbox .job5 .staff {
  width: 100%;
  position: absolute;
  bottom: 1%;
  left: 1%;
}
.main .job .jobbox .job5 .link {
  width: 12em;
  position: absolute;
  right: -0.25em;
  bottom: -0.75em;
  z-index: 1;
}
.main .job .jobbox .job6 {
  width: 31.5%;
  position: absolute;
  top: 44.2%;
  left: 68.5%;
}
.main .job .jobbox .job6 .panel {
  width: 100%;
  -webkit-mask-image: url("/images/job_panel6.svg");
  mask-image: url("/images/job_panel6.svg");
}
.main .job .jobbox .job6 .panel::before {
  background-image: radial-gradient(circle, #1ac7f9 5px, transparent 5px);
  background-position: 0 0;
  background-size: 24px 24px;
}
.main .job .jobbox .job6 .panel::after {
  background: url(/images/job_panel6_outline.svg) no-repeat center/cover;
}
.main .job .jobbox .job6 .txt {
  width: 88%;
  position: absolute;
  top: -1%;
  left: 5%;
}
.main .job .jobbox .job6 .txt h3 {
  top: 31%;
  left: 22%;
}
.main .job .jobbox .job6 .staff {
  width: 94%;
  position: absolute;
  bottom: 1%;
  left: 4.5%;
}
.main .job .jobbox .job6 .link {
  width: 12em;
  position: absolute;
  right: -0.25em;
  bottom: -0.75em;
  z-index: 1;
}
.main .job .jobbox_sp {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/565;
  font-size: 0.5882352941vw;
  position: relative;
}
.main .job .jobbox_sp .jobitem {
  position: absolute;
}
.main .job .jobbox_sp .jobitem .panel {
  width: 100%;
}
.main .job .jobbox_sp .jobitem .staff,
.main .job .jobbox_sp .jobitem .txt,
.main .job .jobbox_sp .jobitem .txt h3,
.main .job .jobbox_sp .jobitem .link {
  position: absolute;
}
.main .job .jobbox_sp .jobitem .link {
  width: 26.5dvw;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main .job .jobbox_sp .job1 {
  width: 57%;
  aspect-ratio: 840/833;
  top: 0;
  left: 0;
}
.main .job .jobbox_sp .job1 .panel {
  -webkit-mask-image: url("/images/job_panel1_sp.svg");
  mask-image: url("/images/job_panel1_sp.svg");
}
.main .job .jobbox_sp .job1 .panel::before {
  background-color: #fd76fb;
  mask-image: url(/images/radial_lines.svg);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 140% 100%;
  -webkit-mask-image: url(/images/radial_lines.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 140% 100%;
}
.main .job .jobbox_sp .job1 .panel::after {
  background: url(/images/job_panel1_outline_sp.svg) no-repeat center/cover;
}
.main .job .jobbox_sp .job1 .txt {
  width: 110%;
  top: 15%;
  left: -28%;
}
.main .job .jobbox_sp .job1 .txt h3 {
  top: 26%;
  left: 41%;
}
.main .job .jobbox_sp .job1 .staff {
  width: 94%;
  left: 1.3%;
  bottom: 1.9%;
}
.main .job .jobbox_sp .job1 .link {
  right: 5%;
  bottom: 7.5%;
}
.main .job .jobbox_sp .job2 {
  width: 63%;
  aspect-ratio: 922/668;
  top: 0;
  right: 0;
}
.main .job .jobbox_sp .job2 .panel {
  -webkit-mask-image: url("/images/job_panel2_sp.svg");
  mask-image: url("/images/job_panel2_sp.svg");
}
.main .job .jobbox_sp .job2 .panel::before {
  background-color: #fdf168;
  mask-image: url(/images/star_bg.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(/images/star_bg.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
}
.main .job .jobbox_sp .job2 .panel::after {
  background: url(/images/job_panel2_outline_sp.svg) no-repeat center/cover;
}
.main .job .jobbox_sp .job2 .txt {
  width: 53.5%;
  top: -20%;
  left: 24%;
}
.main .job .jobbox_sp .job2 .txt h3 {
  top: 37%;
  left: 18%;
}
.main .job .jobbox_sp .job2 .staff {
  width: 89%;
  right: 1.3%;
  bottom: 8.6%;
}
.main .job .jobbox_sp .job2 .link {
  right: -1%;
  bottom: 5%;
}
.main .job .jobbox_sp .job3 {
  width: 49.1%;
  aspect-ratio: 723/968;
  top: 32.3%;
  left: 0;
}
.main .job .jobbox_sp .job3 .panel {
  -webkit-mask-image: url("/images/job_panel3_sp.svg");
  mask-image: url("/images/job_panel3_sp.svg");
}
.main .job .jobbox_sp .job3 .panel::before {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 2px, transparent 2px), radial-gradient(circle, rgba(0, 0, 0, 0.2) 2px, transparent 2px);
  background-position: 0 0, 4px 6px;
  background-size: 6px 12px;
}
.main .job .jobbox_sp .job3 .panel::after {
  background: url(/images/job_panel3_outline_sp.svg) no-repeat center/cover;
}
.main .job .jobbox_sp .job3 .txt {
  width: 84%;
  top: 14%;
  left: -2%;
}
.main .job .jobbox_sp .job3 .txt h3 {
  top: 38%;
  left: 22%;
}
.main .job .jobbox_sp .job3 .staff {
  width: 92.5%;
  left: 0.4%;
  bottom: 2%;
}
.main .job .jobbox_sp .job3 .link {
  right: 25%;
  bottom: 1.5%;
}
.main .job .jobbox_sp .job4 {
  width: 57.9%;
  aspect-ratio: 848/609;
  top: 26.2%;
  right: 0;
}
.main .job .jobbox_sp .job4 .panel {
  -webkit-mask-image: url("/images/job_panel4_sp.svg");
  mask-image: url("/images/job_panel4_sp.svg");
}
.main .job .jobbox_sp .job4 .panel::before {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 5px, transparent 5px, transparent 10px);
}
.main .job .jobbox_sp .job4 .panel::after {
  background: url(/images/job_panel4_outline_sp.svg) no-repeat center/cover;
}
.main .job .jobbox_sp .job4 .txt {
  width: 62%;
  top: 18%;
  left: 3%;
}
.main .job .jobbox_sp .job4 .txt h3 {
  top: 41%;
  left: 21%;
}
.main .job .jobbox_sp .job4 .staff {
  width: 101%;
  right: -3%;
  bottom: -2.6%;
}
.main .job .jobbox_sp .job4 .link {
  right: -1%;
  bottom: -2.5%;
}
.main .job .jobbox_sp .job5 {
  width: 66.4%;
  aspect-ratio: 979/629;
  top: 53.7%;
  right: 0;
}
.main .job .jobbox_sp .job5 .panel {
  -webkit-mask-image: url("/images/job_panel5_sp.svg");
  mask-image: url("/images/job_panel5_sp.svg");
}
.main .job .jobbox_sp .job5 .panel::before {
  background: url(/images/dot_rays.svg) no-repeat center/cover;
  opacity: 0.4;
}
.main .job .jobbox_sp .job5 .panel::after {
  background: url(/images/job_panel5_outline_sp.svg) no-repeat center/cover;
}
.main .job .jobbox_sp .job5 .txt {
  width: 60%;
  top: -2%;
  right: -4%;
}
.main .job .jobbox_sp .job5 .txt h3 {
  top: 33%;
  left: 21%;
}
.main .job .jobbox_sp .job5 .staff {
  width: 97%;
  left: 1.5%;
  bottom: 4.3%;
}
.main .job .jobbox_sp .job5 .link {
  right: -1%;
  bottom: 2.5%;
}
.main .job .jobbox_sp .job6 {
  width: 100%;
  aspect-ratio: 1500/585;
  bottom: 0;
  left: 0;
}
.main .job .jobbox_sp .job6 .panel {
  -webkit-mask-image: url("/images/job_panel6_sp.svg");
  mask-image: url("/images/job_panel6_sp.svg");
}
.main .job .jobbox_sp .job6 .panel::before {
  background-image: radial-gradient(circle, #1ac7f9 2px, transparent 2px);
  background-position: 0 0;
  background-size: 8px 8px;
}
.main .job .jobbox_sp .job6 .panel::after {
  background: url(/images/job_panel6_outline_sp.svg) no-repeat center/cover;
}
.main .job .jobbox_sp .job6 .txt {
  width: 43%;
  top: 16%;
  left: 26%;
}
.main .job .jobbox_sp .job6 .txt h3 {
  top: 41%;
  left: 20%;
}
.main .job .jobbox_sp .job6 .staff {
  width: 68%;
  left: 0.8%;
  bottom: 2%;
}
.main .job .jobbox_sp .job6 .link {
  right: -1%;
  bottom: -3.5%;
}
.main .topics .innerbox {
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  .main .topics .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 530px) {
  .main .topics .innerbox {
    padding: 0 1.5em;
  }
}
.main .topics .box {
  background-image: repeating-linear-gradient(135deg, #fdfd58, #fdfd58 10px, #ffffff 10px, #ffffff 15px);
  padding: 5em 5em 6em;
  border: 0.3em solid #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .topics .box {
    padding: 2.5em 1.5em 10em;
  }
  .main .topics .box::before {
    font-size: 1.5vw;
  }
}
.main .topics .box::before {
  content: "";
  background: url(/images/topics_img2.png) no-repeat right bottom/contain;
  width: 23.35em;
  aspect-ratio: 467/157;
  position: absolute;
  right: -1em;
  bottom: -2.5em;
  z-index: 1;
}
.main .topics__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .main .topics__header {
    align-items: flex-start;
    margin-bottom: 2em;
  }
}
.main .topics__header .txt {
  display: inline-block;
  width: 60em;
  height: 19.75em;
  margin-top: -16.25em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main .topics__header .txt {
    font-size: 1.4vw;
    margin-top: -15em;
  }
}
@media screen and (max-width: 530px) {
  .main .topics__header .txt {
    font-size: 1.275vw;
  }
}
.main .topics__header .txt::before {
  content: "";
  background: url(/images/new.svg) no-repeat top right/contain;
  width: 18em;
  aspect-ratio: 360/322;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.main .topics__header .txt::after {
  content: "";
  background: url(/images/topics_img1.png) no-repeat top right/contain;
  width: 14.5em;
  aspect-ratio: 290/244;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.main .topics__header .egttl-wrap {
  display: inline-block;
  width: 32.1em;
  height: 15.75em;
  position: absolute;
  top: 0;
  left: 14.5em;
}
.main .topics__header .egttl-wrap .egttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15em;
  line-height: 1;
  letter-spacing: -0.03em;
  transform: rotate(-10deg);
  -webkit-text-stroke: 0.02em #000;
  text-stroke: 0.02em #000;
  width: 100%;
  pointer-events: none;
}
.main .topics__header .egttl-wrap .egttl.shadow {
  color: transparent;
  text-shadow: 4px 4px 0 #000;
  z-index: 0;
}
.main .topics__header .egttl-wrap .egttl.grad {
  background: linear-gradient(0deg, #fff, #b5b5b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.main .topics__header .egttl-wrap .line {
  width: 40em;
  position: absolute;
  bottom: -1.75em;
  left: -5em;
}
.main .topics__header .jpttl {
  width: 19.4em;
  height: 6.3em;
  font-size: 1em;
  position: absolute;
  top: 14.25em;
  left: 24.5em;
}
.main .topics__header .jpttl span {
  display: inline-block;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1;
  letter-spacing: -0.1em;
  position: relative;
  transform: rotate(-10deg);
}
.main .topics__header .btn {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .main .topics__header .btn {
    position: absolute;
    left: 1.5em;
    bottom: 1.5em;
  }
}

.main .mainimg.on .bg_pop {
  opacity: 0;
  transform-origin: center bottom;
  animation: fv1_ani 0.6s forwards 0.5s;
}
.main .mainimg.on .txtbox_pc .txt1 {
  opacity: 0;
  transform-origin: right bottom;
  animation: fv2_ani 0.6s forwards 0.9s;
}
.main .mainimg.on .txtbox_pc .txt2 {
  opacity: 0;
  transform-origin: right bottom;
  animation: fv2_ani 0.6s forwards 1.2s;
}
.main .mainimg.on .staff {
  transform: scaleY(0);
  opacity: 0;
  transform-origin: bottom;
  animation: fv3_ani 0.6s forwards 0.9s;
}
.main .mainimg.on .bg_maincopy1 {
  clip-path: inset(0 0 0 100%);
  animation: fv4_ani 0.3s forwards 1.5s;
}
.main .mainimg.on .bg_maincopy2 {
  clip-path: inset(0 0 0 100%);
  animation: fv5_ani 0.3s forwards 1.8s;
}
.main .mainimg.on .txtbox_sp .txt1 {
  opacity: 0;
  transform: scale(0);
  transform-origin: 20% bottom;
  animation: fv2_ani_sp 0.6s forwards 1.2s;
}
.main .mainimg.on .txtbox_sp .txt2 {
  opacity: 0;
  transform: scale(0);
  transform-origin: 20% bottom;
  animation: fv2_ani_sp 0.6s forwards 0.9s;
}
.main .mainimg.on .bg_maincopy_sp1 {
  clip-path: inset(100% 0 0 0);
  animation: fv4_ani_sp 0.3s forwards 1.5s;
}
.main .mainimg.on .bg_maincopy_sp2 {
  clip-path: inset(100% 0 0 0);
  animation: fv5_ani_sp 0.3s forwards 1.8s;
}
.main .lead.on .item {
  transform-origin: 20% 50%;
  transform: translateY(-100%) scale(0) rotate(0);
  opacity: 0;
  animation: lead1_ani 0.4s forwards 0s;
}
.main .lead.on .panel::before {
  transform-origin: center;
  transform: scale(3);
  opacity: 0;
  animation: lead2_ani 0.4s forwards 0.2s;
}
.main .lead.on .secttl {
  transform-origin: center;
  transform: scale(2);
  opacity: 0;
  animation: ttl_ani 0.4s forwards 0.3s;
}
.main .lead.on .txtbox p {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.4s;
}
.main .lead.on .leftbox {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.6s;
}
.main .interview .secttl,
.main .interview .copy,
.main .interview .staff_list,
.main .interview .btn {
  opacity: 0;
}
.main .interview.on .secttl {
  transform-origin: 0% 100%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.2s forwards 0s;
}
.main .interview.on .copy {
  transform-origin: 50% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.3s forwards 0.3s;
}
.main .interview.on .staff_list {
  transform: translateX(100%);
  opacity: 0;
  animation: right_slide100_ani 0.8s forwards 0.5s;
}
.main .interview.on .btn {
  transform-origin: 0% 100%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1s;
}
.main .enquete .secttl,
.main .enquete .txt,
.main .enquete .btn,
.main .enquete .panel,
.main .enquete .staff {
  opacity: 0;
}
.main .enquete.on .secttl {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0s;
}
.main .enquete.on .txt {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.2s;
}
.main .enquete.on .btn {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.4s;
}
.main .enquete.on .img1 .panel {
  transform-origin: 50% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.2s forwards 0s;
}
.main .enquete.on .img1 .staff {
  transform-origin: 50% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.1s;
}
.main .enquete.on .img2 .panel {
  transform-origin: 0% 85%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.2s forwards 0.2s;
}
.main .enquete.on .img2 .staff {
  transform-origin: 0% 85%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.3s;
}
.main .enquete.on .img3 .panel {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.2s forwards 0.4s;
}
.main .enquete.on .img3 .staff {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.5s;
}
.main .benefitbox .secttl,
.main .benefitbox .txt,
.main .benefitbox .btn,
.main .benefitbox .panel,
.main .benefitbox .staff,
.main .benefitbox .comment {
  opacity: 0;
}
.main .benefitbox.on .secttl {
  transform: translateX(25%);
  opacity: 0;
  animation: right_slide25_ani 0.4s forwards 0s;
}
.main .benefitbox.on .txt {
  transform: translateX(25%);
  opacity: 0;
  animation: right_slide25_ani 0.4s forwards 0.2s;
}
.main .benefitbox.on .btn {
  transform: translateX(25%);
  opacity: 0;
  animation: right_slide25_ani 0.4s forwards 0.4s;
}
.main .benefitbox.on .panel {
  transform-origin: 0% 50%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.2s forwards 0s;
}
.main .benefitbox.on .staff {
  transform-origin: 0% 85%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.2s;
}
.main .benefitbox.on .comment {
  transform-origin: 0% 100%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.6s;
}
.main .benefitbox.on .comment .txt {
  transform-origin: 0% 50%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.2s forwards 0.8s;
}
.main .benefit_list .listttl {
  opacity: 0;
}
.main .benefit_list.on .listbox:nth-child(1) .listttl {
  transform-origin: 0% 50%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.4s forwards 0.05s;
}
.main .benefit_list.on .listbox:nth-child(1) .listttl::before {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.4s forwards 0.2s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(1) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.3s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(2) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.4s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(3) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.5s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(4) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.6s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(5) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.7s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(6) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.8s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(7) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.9s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(8) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(9) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.1s;
}
.main .benefit_list.on .listbox:nth-child(1) .benefit_item li:nth-child(10) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.2s;
}
.main .benefit_list.on .listbox:nth-child(2) .listttl {
  transform-origin: 0% 50%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.4s forwards 0.1s;
}
.main .benefit_list.on .listbox:nth-child(2) .listttl::before {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.4s forwards 0.4s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(1) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.5s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(2) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.6s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(3) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.7s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(4) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.8s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(5) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.9s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(6) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(7) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.1s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(8) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.2s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(9) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.3s;
}
.main .benefit_list.on .listbox:nth-child(2) .benefit_item li:nth-child(10) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.4s;
}
.main .benefit_list.on .listbox:nth-child(3) .listttl {
  transform-origin: 0% 50%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.4s forwards 0.15s;
}
.main .benefit_list.on .listbox:nth-child(3) .listttl::before {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.4s forwards 0.6s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(1) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.7s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(2) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.8s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(3) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.9s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(4) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(5) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.1s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(6) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.2s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(7) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.3s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(8) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.4s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(9) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.5s;
}
.main .benefit_list.on .listbox:nth-child(3) .benefit_item li:nth-child(10) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.6s;
}
.main .benefit_list.on .listbox:nth-child(4) .listttl {
  transform-origin: 0% 50%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.4s forwards 0.2s;
}
.main .benefit_list.on .listbox:nth-child(4) .listttl::before {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.4s forwards 0.8s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(1) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 0.9s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(2) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(3) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.1s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(4) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.2s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(5) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.3s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(6) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.4s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(7) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.5s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(8) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.6s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(9) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.7s;
}
.main .benefit_list.on .listbox:nth-child(4) .benefit_item li:nth-child(10) {
  transform-origin: 0% 0%;
  transform: scaleY(0);
  opacity: 0;
  animation: scaleY_ani 0.4s forwards 1.8s;
}
.main .system .secttl,
.main .system .txt,
.main .system .btn,
.main .system .arrow,
.main .system .staff,
.main .system .smoke,
.main .system .line {
  opacity: 0;
}
.main .system.on .txtbox .secttl {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0s;
}
.main .system.on .txtbox .txt {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.2s;
}
.main .system.on .txtbox .btn {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.4s;
}
.main .system.on .imgbox .arrow {
  transform-origin: 20% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0s;
}
.main .system.on .imgbox .staff {
  transform: translateX(-25%);
  opacity: 0;
  animation: left_slide_ani 0.4s forwards 0.3s;
}
.main .system.on .imgbox .smoke {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.4s forwards 0.6s;
}
.main .system.on .imgbox .line {
  transform-origin: 100% 100%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.4s forwards 0.9s;
}
.main .system.on .imgbox .txt {
  transform-origin: 40% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.9s;
}
.main .job .leadbox,
.main .job .chara_all,
.main .job .chara {
  opacity: 0;
}
.main .job.on .leadbox {
  transform-origin: center center;
  transform: scale(2);
  opacity: 0;
  animation: scale_reverse2_ani 0.5s forwards 0s;
}
.main .job.on .chara_all {
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.4s;
}
.main .job.on .chara {
  transform-origin: 0% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.4s;
}
.main .jobbox .panel,
.main .jobbox .txt,
.main .jobbox .link,
.main .jobbox .staff,
.main .jobbox_sp .panel,
.main .jobbox_sp .txt,
.main .jobbox_sp .link,
.main .jobbox_sp .staff {
  opacity: 0;
}
.main .jobbox.on .jobitem:nth-child(1) .panel,
.main .jobbox_sp.on .jobitem:nth-child(1) .panel {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.2s forwards 0.1s;
}
.main .jobbox.on .jobitem:nth-child(1) .txt,
.main .jobbox.on .jobitem:nth-child(1) .link,
.main .jobbox_sp.on .jobitem:nth-child(1) .txt,
.main .jobbox_sp.on .jobitem:nth-child(1) .link {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.2s;
}
.main .jobbox.on .jobitem:nth-child(2) .panel,
.main .jobbox_sp.on .jobitem:nth-child(2) .panel {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.2s forwards 0.2s;
}
.main .jobbox.on .jobitem:nth-child(2) .txt,
.main .jobbox.on .jobitem:nth-child(2) .link,
.main .jobbox_sp.on .jobitem:nth-child(2) .txt,
.main .jobbox_sp.on .jobitem:nth-child(2) .link {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.4s;
}
.main .jobbox.on .jobitem:nth-child(3) .panel,
.main .jobbox_sp.on .jobitem:nth-child(3) .panel {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.2s forwards 0.3s;
}
.main .jobbox.on .jobitem:nth-child(3) .txt,
.main .jobbox.on .jobitem:nth-child(3) .link,
.main .jobbox_sp.on .jobitem:nth-child(3) .txt,
.main .jobbox_sp.on .jobitem:nth-child(3) .link {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.6s;
}
.main .jobbox.on .jobitem:nth-child(4) .panel,
.main .jobbox_sp.on .jobitem:nth-child(4) .panel {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.2s forwards 0.4s;
}
.main .jobbox.on .jobitem:nth-child(4) .txt,
.main .jobbox.on .jobitem:nth-child(4) .link,
.main .jobbox_sp.on .jobitem:nth-child(4) .txt,
.main .jobbox_sp.on .jobitem:nth-child(4) .link {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 0.8s;
}
.main .jobbox.on .jobitem:nth-child(5) .panel,
.main .jobbox_sp.on .jobitem:nth-child(5) .panel {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.2s forwards 0.5s;
}
.main .jobbox.on .jobitem:nth-child(5) .txt,
.main .jobbox.on .jobitem:nth-child(5) .link,
.main .jobbox_sp.on .jobitem:nth-child(5) .txt,
.main .jobbox_sp.on .jobitem:nth-child(5) .link {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 1s;
}
.main .jobbox.on .jobitem:nth-child(6) .panel,
.main .jobbox_sp.on .jobitem:nth-child(6) .panel {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.2s forwards 0.6s;
}
.main .jobbox.on .jobitem:nth-child(6) .txt,
.main .jobbox.on .jobitem:nth-child(6) .link,
.main .jobbox_sp.on .jobitem:nth-child(6) .txt,
.main .jobbox_sp.on .jobitem:nth-child(6) .link {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale_ani 0.4s forwards 1.2s;
}
.main .jobbox.on .job1 .staff,
.main .jobbox_sp.on .job1 .staff {
  transform-origin: 0% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.1s;
}
.main .jobbox.on .job2 .staff,
.main .jobbox_sp.on .job2 .staff {
  transform-origin: 100% 80%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.3s;
}
.main .jobbox.on .job3 .staff,
.main .jobbox_sp.on .job3 .staff {
  transform-origin: 0% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.5s;
}
.main .jobbox.on .job4 .staff,
.main .jobbox_sp.on .job4 .staff {
  transform-origin: 80% 80%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.7s;
}
.main .jobbox.on .job5 .staff,
.main .jobbox_sp.on .job5 .staff {
  transform-origin: 0% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 0.9s;
}
.main .jobbox.on .job6 .staff,
.main .jobbox_sp.on .job6 .staff {
  transform-origin: 0% 100%;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.6s forwards 1.1s;
}
.main .topics .txt,
.main .topics .btn,
.main .topics .topics_list li {
  opacity: 0;
}
.main .topics.on div.txt {
  transform-origin: 0% center;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.3s forwards 0s;
}
.main .topics.on .btn {
  transform-origin: 100% center;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.3s forwards 0s;
}
.main .topics.on .line {
  clip-path: inset(0 100% 0 0);
  animation: tps_line_ani 0.3s forwards 0.3s;
}
.main .topics.on .txt::before,
.main .topics.on .txt::after {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.3s forwards 0.3s;
}
.main .topics.on .topics_list li:nth-child(1) {
  transform-origin: 0% 100%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.3s forwards 0.3s;
}
.main .topics.on .topics_list li:nth-child(2) {
  transform-origin: 0% 100%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.3s forwards 0.45s;
}
.main .topics.on .topics_list li:nth-child(3) {
  transform-origin: 0% 100%;
  transform: scaleX(0);
  opacity: 0;
  animation: scaleX_ani 0.3s forwards 0.6s;
}
.main .topics.on .box::before {
  transform-origin: center center;
  transform: scale(0);
  opacity: 0;
  animation: scale2_ani 0.3s forwards 0.6s;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
.footer__top .innerbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__top .innerbox {
    flex-direction: column;
    gap: 5em;
    padding: 0 5em;
  }
}
@media screen and (max-width: 530px) {
  .footer__top .innerbox {
    padding: 0 1.5em;
  }
}
.footer__top .leftbox {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 4em;
}
@media screen and (max-width: 768px) {
  .footer__top .leftbox {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 530px) {
  .footer__top .leftbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5em;
  }
}
@media screen and (max-width: 530px) {
  .footer__top .leftbox .company_info {
    text-align: center;
    margin: 0 auto;
  }
}
.footer__top .leftbox .company_info_logo {
  padding-bottom: 2.1em;
}
.footer__top .leftbox .company_info_logo a {
  display: inline-block;
}
.footer__top .leftbox .company_info_logo a:hover {
  color: inherit;
  scale: 1.05;
}
.footer__top .leftbox .company_info_logo img {
  width: 8.9em;
  height: 100%;
}
.footer__top .leftbox .company_info_logo .ja {
  font-size: 1.2em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1;
  padding-top: 0.75em;
}
.footer__top .leftbox .company_info_text {
  opacity: 0.7;
}
.footer__top .leftbox .company_info_text .name {
  font-size: 1.5em;
  line-height: 1;
  padding-bottom: 0.25em;
}
.footer__top .leftbox .company_info_text .address {
  font-size: 0.9em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  line-height: 1.75;
}
.footer__top .leftbox .company_info_text .tel {
  font-size: 2em;
  line-height: 1;
  padding-top: 0.5em;
}
.footer__top .leftbox .company_info_text .tel .small {
  font-size: 0.75em;
  line-height: 1;
  padding-right: 0.25em;
}
.footer__top .leftbox .company_map {
  width: 20em;
}
@media screen and (max-width: 530px) {
  .footer__top .leftbox .company_map {
    width: 100%;
  }
}
.footer__top .leftbox .company_map .txtbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5em;
}
.footer__top .leftbox .company_map .txtbox p {
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.7;
}
.footer__top .leftbox .company_map .txtbox .eg {
  font-weight: 500;
}
.footer__top .leftbox .company_map .txtbox .eg a {
  opacity: 0.7;
}
.footer__top .leftbox .company_map .txtbox .eg a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  padding-left: 0.25em;
}
.footer__top .leftbox .company_map .txtbox .eg a:hover {
  opacity: 1;
  color: inherit;
}
.footer__top .leftbox .company_map .mapbox {
  width: 100%;
  height: 100%;
  aspect-ratio: 400/224;
}
.footer__top .rightbox {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  .footer__top .rightbox {
    width: 100%;
    align-items: flex-start;
  }
}
.footer__top .rightbox nav {
  display: flex;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  .footer__top .rightbox nav {
    gap: 5em;
  }
}
@media screen and (max-width: 530px) {
  .footer__top .rightbox nav {
    width: 100%;
    display: block;
  }
}
.footer__top .rightbox nav ul {
  list-style: none;
}
@media screen and (max-width: 530px) {
  .footer__top .rightbox nav ul {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .footer__top .rightbox nav ul li:not(:last-child) {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 530px) {
  .footer__top .rightbox nav ul li {
    width: calc(50% - 0.2em);
    display: inline-block;
  }
}
.footer__top .rightbox nav ul li a {
  opacity: 0.7;
}
.footer__top .rightbox nav ul li a:hover {
  opacity: 1;
  color: inherit;
}
.footer__top .rightbox .footer_entry a {
  display: block;
  width: 15em;
  line-height: 3.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  border: 0.25em solid #fff;
  border-radius: 4em;
  text-align: center;
  opacity: 0.7;
}
.footer__top .rightbox .footer_entry a:hover {
  opacity: 1;
  color: inherit;
}
.footer__bottom .innerbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__bottom .innerbox {
    align-items: flex-start;
    flex-direction: column;
    gap: 1em;
    padding: 0 5em;
  }
}
@media screen and (max-width: 530px) {
  .footer__bottom .innerbox {
    padding: 0 1.5em;
    align-items: center;
  }
}
.footer__bottom .copyright {
  opacity: 0.3;
}
.footer__bottom .official_link {
  display: flex;
  list-style: none;
  gap: 2em;
}
@media screen and (max-width: 530px) {
  .footer__bottom .official_link {
    flex-wrap: wrap;
    gap: 0.5em 0;
  }
}
@media screen and (max-width: 530px) {
  .footer__bottom .official_link li {
    width: 50%;
  }
}
.footer__bottom .official_link a {
  font-size: 0.9em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  line-height: 1;
  opacity: 0.7;
}
.footer__bottom .official_link a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  padding-left: 0.25em;
}
.footer__bottom .official_link a:hover {
  opacity: 1;
  color: inherit;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #000;
  padding: 8.5em 0 5em;
  /* 英語タイトル */
  /* 日本語タイトル */
}
#page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.25;
  z-index: 0;
}
#page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  z-index: 0;
}
#page-header .page_ttl .date {
  position: absolute;
  left: 13.5em;
  color: #000;
}
#page-header .btn {
  position: absolute;
  right: 10em;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  #page-header .btn {
    right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #page-header .btn {
    right: auto;
    left: 2.5em;
    bottom: -5em;
  }
}
@media screen and (max-width: 530px) {
  #page-header .btn {
    left: 1.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.25em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .contact_tel p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
  color: #2abe9f;
}
@media screen and (max-width: 530px) {
  .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: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  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: 530px) {
  .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: 2.5em;
}
.contactpage-ctt .webcontact {
  /* 背景 */
}
.contactpage-ctt .webcontact::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: #357dce;
  border-top-left-radius: 5em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .contactpage-ctt .webcontact::before {
    left: 10em;
  }
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .webcontact::before {
    left: 5em;
  }
}
@media screen and (max-width: 530px) {
  .contactpage-ctt .webcontact::before {
    left: 2.5em;
  }
}
.contactpage-ctt .webcontact.lazyloaded::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.contactpage-ctt .webcontact .parts_hd {
  text-align: right;
}
@media screen and (max-width: 530px) {
  .contactpage-ctt .webcontact .parts_hd {
    text-align: left;
  }
}
.contactpage-ctt .webcontact .ct_info {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .webcontact .ct_info {
    text-align: left;
  }
}

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

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

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #fff;
  color: #000;
}
.sec-bg1:first-child {
  padding-top: 5em;
}

.sec-bg2 {
  background: #e3e3e3;
  color: #000;
}

.sec-bg3 {
  background: #357dce;
  color: #fff;
}

.sec-bg4 {
  background: #2abe9f;
  color: #fff;
}

.sec-bg5 {
  background: #000;
  color: #fff;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec-bg1 + .sec-bg1,
.sec-bg2 + .sec-bg2,
.sec-bg3 + .sec-bg3,
.sec-bg4 + .sec-bg4,
.sec-bg5 + .sec-bg5 {
  margin-top: -5em !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: 530px) {
  .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;
}

/* =======================================================================================================================
　　　　　　　　　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;
  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;
  border: 0.2em solid #000;
  /* Q,A 共通 */
  /* Q */
  /* A */
}
.sec-bg5 .faq_box ul.qa_list li.qa_set .qa_txt {
  border-color: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question,
.faq_box ul.qa_list li.qa_set .qa_txt .answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  line-height: 2em;
  color: #000;
  background: #fff;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before,
.faq_box ul.qa_list li.qa_set .qa_txt .answer span::before {
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.25em;
  padding-right: 0.5em;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  transition: 1s ease;
  backface-visibility: hidden;
  padding-right: 4em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  content: "Q";
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4em;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0.1em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  content: "A";
}
.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 {
  font-weight: 700;
  background: #000;
  color: #fff;
}
.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: "-";
  color: #fff;
  border-color: #fff;
  padding-bottom: 0.15em;
}
.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_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -7%;
  bottom: auto;
}
.sec-bg1 .imgcard_flow ul li::after, .sec-bg2 .imgcard_flow ul li::after {
  color: #000;
}
.sec-bg3 .imgcard_flow ul li::after, .sec-bg4 .imgcard_flow ul li::after, .sec-bg5 .imgcard_flow ul li::after {
  color: #fff;
}
.imgcard_flow.imgcard_l2 ul li::after {
  top: 44%;
}
.imgcard_flow.imgcard_l3 ul li::after {
  top: 36%;
}
.imgcard_flow.imgcard_l4 ul li::after {
  top: 36%;
}
.imgcard_flow.imgcard_l5 ul li::after {
  top: 32%;
}
.imgcard_flow.imgcard_l6 ul li::after {
  top: 30%;
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec-bg1 .imgcard_l1_tb.imgcard_flow ul li::after, .sec-bg2 .imgcard_l1_tb.imgcard_flow ul li::after {
    color: #000;
  }
  .sec-bg3 .imgcard_l1_tb.imgcard_flow ul li::after, .sec-bg4 .imgcard_l1_tb.imgcard_flow ul li::after, .sec-bg5 .imgcard_l1_tb.imgcard_flow ul li::after {
    color: #fff;
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  .imgcard_l2_tb.imgcard_flow ul li::after {
    top: 32%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
  .imgcard_l3_tb.imgcard_flow ul li::after {
    top: 28%;
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 530px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_sp.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #2abe9f;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec-bg2 .imgcard_l1_sp.imgcard_flow ul li::after, .sec-bg4 .imgcard_l1_sp.imgcard_flow ul li::after {
    color: #fff;
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li::after {
    top: 28%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li::after {
    top: 18%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 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: 55%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 40%;
  }
}
@media screen and (max-width: 530px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .imgltxt.flex,
  .imgrtxt.flex {
    display: flex;
  }
  .imgltxt.flex .imgtxt_txt,
  .imgrtxt.flex .imgtxt_txt {
    width: 45%;
  }
}

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  padding-right: 3%;
}
.imgltxt:not(.flex) .imgtxt_img {
  float: left;
}
@media screen and (max-width: 768px) {
  .imgltxt.flex .imgtxt_img {
    float: left;
  }
}

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  padding-left: 3%;
}
.imgrtxt:not(.flex) .imgtxt_img {
  float: right;
}
@media screen and (max-width: 768px) {
  .imgrtxt.flex .imgtxt_img {
    float: right;
  }
}

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

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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: 530px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

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

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1.25em;
  padding-top: 0.25em;
  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;
  margin-bottom: 1em;
}
.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: 530px) {
  .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: 530px) {
  .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: 530px) {
  .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: 530px) {
  .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: 1350px) and (min-width: 531px) {
  .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: 530px) {
  .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;
  }
}

/* 4~6つ並びPC共通 -------------------------------- */
@media screen and (min-width: 769px) {
  .imgcard_l4 p,
  .imgcard_l5 p,
  .imgcard_l6 p {
    font-weight: normal;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  }
}
/* タブレットの時 -------------------------------- */
@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つ並び */
  /* 4~6つ並び共通 */
}
@media screen and (max-width: 768px) and (min-width: 531px) {
  .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: 531px) {
  .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: 531px) {
  .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: 531px) {
  .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: 531px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb p,
  .imgcard_l5_tb p,
  .imgcard_l6_tb p {
    font-weight: normal;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 530px) {
  /* 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;
  }
  /* 4~6つ並び共通 */
  .imgcard_l4_sp p,
  .imgcard_l5_sp p,
  .imgcard_l6_sp p {
    font-weight: normal;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  }
}
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  padding: 2.5em;
  border: 0.2em solid #000;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
}
@media screen and (max-width: 1350px) {
  .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: 530px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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-size: 1.2em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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: #000;
  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: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  color: #000;
}
.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: #000;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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;
  border: 0.2em solid #000;
}
.sec-bg5 .table ul {
  border: 0.2em solid #fff;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.table ul li.table_li .table_th,
.table ul li.table_li .table_td {
  color: #000;
  background-color: #fff;
}
.table ul li.table_li:not(:last-child) .table_th,
.table ul li.table_li:not(:last-child) .table_td {
  border-bottom: 0.2em solid #000;
}
.table ul li.table_li:not(:last-child) .col_th,
.table ul li.table_li:not(:last-child) .row_th {
  border-bottom: 0.2em solid #fff;
}
.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 {
  background: #000;
  color: #fff;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #fff;
}
.table ul li.table_li .col_th {
  background: #000;
  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: #000 dotted 0.2em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.table ul li .table_th.col_th,
.table ul li .table_td.col_th {
  border-right: #fff dotted 0.2em;
}
@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: #000 dotted 0.2em;
  }
}
.table ul li .table_th {
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
}
.table ul li .table_td {
  width: auto;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: korolev-compressed, momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  font-style: normal;
}
.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-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-size: 1.5em;
  text-align: right;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt strong {
  font-family: korolev-compressed, momochidori-variable, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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: solid 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.sec-bg1 .tl_box .tl ul li .tl_txt::before, .sec-bg2 .tl_box .tl ul li .tl_txt::before {
  border-color: #000;
}
.sec-bg3 .tl_box .tl ul li .tl_txt::before, .sec-bg4 .tl_box .tl ul li .tl_txt::before, .sec-bg5 .tl_box .tl ul li .tl_txt::before {
  border-color: #fff;
}
.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%;
  z-index: 2;
}
.sec-bg1 .tl_box .tl ul li .tl_txt::after, .sec-bg2 .tl_box .tl ul li .tl_txt::after {
  background-color: #000;
}
.sec-bg3 .tl_box .tl ul li .tl_txt::after, .sec-bg4 .tl_box .tl ul li .tl_txt::after, .sec-bg5 .tl_box .tl ul li .tl_txt::after {
  background-color: #fff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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;
}
.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: dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec-bg1 .tl_box .tl ul.on li:last-child .tl_txt::before, .sec-bg2 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-color: #000;
}
.sec-bg3 .tl_box .tl ul.on li:last-child .tl_txt::before, .sec-bg4 .tl_box .tl ul.on li:last-child .tl_txt::before, .sec-bg5 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-color: #fff;
}
@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;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 530px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  color: #000;
  background-color: #fff;
  padding: 2.5em;
  border: 0.2em solid #000;
}
.note_list h3,
.note_list h4 {
  color: #357dce;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  line-height: 1.7em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  font-size: 1.2em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}

/* id付きリスト共通 -------------------------------- */
.list_id {
  margin-top: -7.5em;
  margin-bottom: 2.5em;
  padding-top: 7.5em;
}
.list_id:last-child {
  margin-bottom: 0;
}

/* =============== 余白ゼロ ========================================================= */
.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-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 530px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0 !important;
}
.pdf_box ul li a {
  display: block;
  color: #000;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a i {
  color: #fff;
  font-size: 1.5em;
  padding-right: 0.25em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 0.25em;
}
.pdf_box ul li a:hover {
  opacity: 0.6;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 1.25em;
  /* 大きな数字 */
}
.parts_hd .hd_jp {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 2em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_jp {
    font-size: 1.6em;
  }
}
.parts_hd .hd_en {
  display: block;
  font-family: korolev-compressed, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.5em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
.parts_hd .hd_en + .hd_jp {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en + .hd_jp {
    font-size: 1.25em;
  }
}

.parts-h4 {
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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 .btn {
  margin-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  padding-bottom: 2em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 530px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 530px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #2abe9f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  padding: 2.5em;
  border: 0.2em solid #000;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 530px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-size: 1.5em;
  font-weight: normal;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 900;
  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: 55%;
}
@media screen and (max-width: 530px) {
  .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 */