@charset "UTF-8";
/* CSS Document */
/*
Theme Name: キービット
Author: 株式会社ジャンプス
*/
/* ============================================================
    グラデーションテキスト
   ============================================================ */
/* ============================================================
グラデーションタイトル
============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.25vw;
  }
}
body {
  line-height: 2em;
  letter-spacing: 0;
  line-height: 2em;
  background: #fff;
  color: #000;
  overflow-x: clip;
}

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

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

#header {
  width: 100%;
  height: 5em;
  position: fixed;
  top: 0;
  z-index: 10000;
}

#wrapper {
  flex: 1;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

/* ==============================
    video bg
   ============================== */
.video_bg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  inset: 0;
  z-index: -100;
  overflow: clip;
}
body:not(#front-page) .video_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 欧文フォント */
.eg {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

.right {
  text-align: right;
}

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

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

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

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

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

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

/* フォントサイズ小 */
.ts_s {
  font-size: 0.6em;
  line-height: 2em;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  /* IE・Edge対応 */
}

.imgbox {
  line-height: 0;
}

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

/* 円形 */
.cir {
  border-radius: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1 !important;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* =======================================================================================================================
　　　　　　　　　画像アニメーション
======================================================================================================================= */
/* 新着周辺テキスト */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 読み込み遅延 */
img {
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

/* トップページ内コンテンツの場合 */
#front-page #wrapper .lazyload0.lazyload, #front-page #wrapper .lazyload0.lazyloaded, #front-page #wrapper .lazyload1.lazyload, #front-page #wrapper .lazyload1.lazyloaded, #front-page #wrapper .lazyload2.lazyload, #front-page #wrapper .lazyload2.lazyloaded, #front-page #wrapper .lazyload3.lazyload, #front-page #wrapper .lazyload3.lazyloaded, #front-page #wrapper .lazyload4.lazyload, #front-page #wrapper .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page #wrapper .lazyload1.lazyload, #front-page #wrapper .lazyload1.lazyloaded {
  transform: translate(0, 5em);
}
#front-page #wrapper .lazyload2.lazyload, #front-page #wrapper .lazyload2.lazyloaded {
  transform: translate(-5em, 0);
}
#front-page #wrapper .lazyload3.lazyload, #front-page #wrapper .lazyload3.lazyloaded {
  transform: translate(5em, 0);
}
#front-page #wrapper .lazyload4.lazyload, #front-page #wrapper .lazyload4.lazyloaded {
  transform: translate(0, -5em);
}
#front-page #wrapper .on .lazyload0.lazyloaded, #front-page #wrapper .on .lazyload1.lazyloaded, #front-page #wrapper .on .lazyload2.lazyloaded, #front-page #wrapper .on .lazyload3.lazyloaded, #front-page #wrapper .on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page #wrapper .on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  #front-page #wrapper .onpc .lazyload0.lazyloaded, #front-page #wrapper .onpc .lazyload1.lazyloaded, #front-page #wrapper .onpc .lazyload2.lazyloaded, #front-page #wrapper .onpc .lazyload3.lazyloaded, #front-page #wrapper .onpc .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page #wrapper .onpc .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  #front-page #wrapper .ontb .lazyload0.lazyloaded, #front-page #wrapper .ontb .lazyload1.lazyloaded, #front-page #wrapper .ontb .lazyload2.lazyloaded, #front-page #wrapper .ontb .lazyload3.lazyloaded, #front-page #wrapper .ontb .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page #wrapper .ontb .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
}

/* 矢印アニメーション */
@keyframes btn_ya {
  0%, 50%, 70%, 90%, 100% {
    translate: 0 0;
  }
  60%, 80% {
    translate: 0.25em 0;
  }
}
/* ボタン */
.btn a {
  display: inline-block;
  font-family: "itc-avant-garde-gothic-pro", source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  border-radius: 5em;
  padding: 0 1.5em 0.15em 0.3em;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  /* 矢印 */
}
.btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.625em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/images/ya.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  transition: 0.3s ease-in-out infinite;
  z-index: 1;
}
.sec-bg3 .btn a::before {
  background-image: url(/images/ya_w.svg);
}
.btn a {
  /* 丸 */
}
.btn a::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  background-image: linear-gradient(0deg, #000);
  border-radius: 50%;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.sec-bg3 .btn a::after {
  background-image: linear-gradient(0deg, #fff);
}
.btn a:hover::before {
  animation: btn_ya 1.5s ease-in-out infinite;
}
.btn a:hover::after {
  background-image: linear-gradient(45deg, #94c634, #2cb900, #2cb900);
  scale: 16;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease-in-out, scale 0.3s ease-in-out 0.2s;
}
.btn .txt_wrap {
  display: inline-block;
  font-family: "itc-avant-garde-gothic-pro", source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  border-radius: 5em;
  padding: 0 1.5em 0.15em 0.3em;
  text-align: center;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  /* 矢印 */
}
.btn .txt_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.625em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/images/ya.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  transition: 0.3s ease-in-out infinite;
  z-index: 1;
}
.sec-bg3 .btn .txt_wrap::before {
  background-image: url(/images/ya_w.svg);
}
.btn .txt_wrap {
  /* 丸 */
}
.btn .txt_wrap::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  background-image: linear-gradient(0deg, #000);
  border-radius: 50%;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.sec-bg3 .btn .txt_wrap::after {
  background-image: linear-gradient(0deg, #fff);
}
.btn .txt_wrap:hover::before {
  animation: btn_ya 1.5s ease-in-out infinite;
}
.btn .txt_wrap:hover::after {
  background-image: linear-gradient(45deg, #94c634, #2cb900, #2cb900);
  scale: 16;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease-in-out, scale 0.3s ease-in-out 0.2s;
}

/* footer area */
.contact_box .btn .txt_wrap::before {
  background-image: url(/images/ya_w.svg);
}
.contact_box .btn .txt_wrap::after {
  background-image: linear-gradient(0deg, #fff);
}
.contact_box:hover .txt_wrap::before {
  animation: btn_ya 1.5s ease-in-out infinite;
}
.contact_box:hover .txt_wrap::after {
  background-image: linear-gradient(45deg, #94c634, #2cb900, #2cb900);
  scale: 16;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease-in-out, scale 0.3s ease-in-out 0.2s;
}

ul,
li {
  list-style: none;
}

.post_list {
  border-top: 0.1em solid;
  color: #fff;
}

.post_item a {
  display: flex;
  align-items: center;
  gap: 2.5em;
  border-bottom: 0.1em solid;
  padding: 2.5em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post_item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.post_item time {
  width: 10em;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .post_item time {
    width: 100%;
  }
}
.noise-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  isolation: isolate;
}
.noise-bg::before, .noise-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity 0.8s ease-in-out;
}
.noise-bg::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-dark'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-dark)'/></svg>");
}
@media (min-resolution: 1.5dppx) {
  .noise-bg::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-dark-md'><feTurbulence type='fractalNoise' baseFrequency='0.56' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-dark-md)'/></svg>");
  }
}
@media (min-resolution: 2dppx) {
  .noise-bg::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-dark-hd'><feTurbulence type='fractalNoise' baseFrequency='0.455' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-dark-hd)'/></svg>");
  }
}
@media (min-resolution: 3dppx) {
  .noise-bg::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-dark-xhd'><feTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-dark-xhd)'/></svg>");
  }
}
.noise-bg::before {
  opacity: 0.08;
}
.noise-bg::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-light'><feTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-light)'/></svg>");
}
@media (min-resolution: 1.5dppx) {
  .noise-bg::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-light-md'><feTurbulence type='fractalNoise' baseFrequency='0.52' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-light-md)'/></svg>");
  }
}
@media (min-resolution: 2dppx) {
  .noise-bg::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-light-hd'><feTurbulence type='fractalNoise' baseFrequency='0.4225' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-light-hd)'/></svg>");
  }
}
@media (min-resolution: 3dppx) {
  .noise-bg::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='noise-light-xhd'><feTurbulence type='fractalNoise' baseFrequency='0.325' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23noise-light-xhd)'/></svg>");
  }
}
.noise-bg::after {
  opacity: 0.4;
}
.noise-bg.on {
  position: fixed;
}
.noise-bg.on::before {
  opacity: 0.8;
}
.noise-bg.on::after {
  opacity: 0;
}
body:not(#front-page) .noise-bg::before {
  opacity: 0.1;
}
body:not(#front-page) .noise-bg::after {
  opacity: 0.25;
}

@keyframes txtloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.txtloop {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.txtloop_inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  backface-visibility: hidden;
}
.txtloop_inner-fv-ja, .txtloop_inner-rec-ja {
  animation: txtloop 40s linear infinite;
}
.txtloop_inner-fv-en {
  transform-origin: right;
  animation: txtloop 50s linear infinite reverse;
}
.txtloop_inner-news {
  animation: txtloop 20s linear infinite;
}
.txtloop_inner-rec-en {
  animation: txtloop 100s linear infinite reverse;
}
.txtloop .txt_wrap {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 0.25em;
  -webkit-transform: translateZ(0);
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 5em;
  margin: 0 auto;
  border-radius: 2.5em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form {
    padding: 2em 1.5em;
  }
}
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.wpcf7-form {
  /* 項目名 */
}
.wpcf7-form .formname {
  width: 20em;
  font-weight: 700;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.wpcf7-form {
  /* 必須項目 */
}
.wpcf7-form .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;
  margin-left: 0.5em;
  color: #fff;
  border-radius: 1.35em;
  top: -0.2em;
  background: linear-gradient(45deg, rgba(45, 59, 253, 0.9), rgba(254, 65, 136, 0.9));
}
.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}
.wpcf7-form {
  /* 入力欄 */
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  background: #ececec;
  padding: 0.75em 1.5em;
  border-radius: 5em;
  border: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form textarea {
  border-radius: 1em;
}
.wpcf7-form {
  /* 郵便番号入力欄 */
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form {
  /* プライバシーポリシー */
}
.wpcf7-form .wpcf7-acceptance {
  font-weight: 700;
}
.wpcf7-form {
  /* 確認ボタンエリア */
}
.wpcf7-form .btn_box .wpcf7-spinner {
  display: none;
}
.wpcf7-form .btn_box .wpcf7-submit {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  width: 12em;
  max-height: 3em;
  aspect-ratio: 240/60;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.wpcf7-form .btn_box .wpcf7-submit:hover {
  transform: translateY(0.25em);
}
.wpcf7-form .btn_box .wpcf7-submit:disabled {
  opacity: 0.15;
  cursor: not-allowed;
}
.wpcf7-form .btn_box .wpcf7-submit:disabled:hover {
  color: #fff;
  background: #000;
  transform: none;
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #2d3bfd;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #2d3bfd;
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item {
    padding: 0.5em;
  }
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #2cb900 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #2d3bfd;
  font-weight: 500;
}
.wpcf7-not-valid-tip::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding-right: 0.25em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  border: none;
  background: transparent;
  color: #2d3bfd;
  font-weight: 700;
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (max-width: 480px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: left;
  }
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #2cb900;
}

/* fieldsetで挟まれた項目 */
fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 20em;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  fieldset.formctt {
    padding-left: 0;
  }
}
fieldset.formctt {
  /* 項目名 */
}
fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  padding-top: 1.3em;
}
@media screen and (max-width: 768px) {
  fieldset.formctt .formname {
    position: relative;
  }
}
fieldset.formctt {
  /* フォーム内容 */
}
fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
fieldset.formctt {
  /* 改行 */
}
fieldset.formctt br {
  display: none;
}

/* ================= フォーム確認画面 ============================================================ */
div#wpcf7cpcnf {
  box-sizing: border-box;
  padding: 5em;
  background-color: #fff;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf {
    padding: 3em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf {
    padding: 2em 1.5em;
  }
}
div#wpcf7cpcnf {
  /* 入力内容 */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #ccc solid 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: 700 !important;
  text-align: left;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    border-bottom: #ccc dotted 1px;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf {
  /* ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  width: 12em;
  max-height: 3em;
  aspect-ratio: 240/60;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translateY(0.25em);
}
div#wpcf7cpcnf .wpcf7cp-btns button:disabled {
  opacity: 0.15;
  cursor: not-allowed;
}
div#wpcf7cpcnf .wpcf7cp-btns button:disabled:hover {
  color: #fff;
  background: #000;
  transform: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  min-width: 0;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
    margin: 0 0 1em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  /* 修正ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #ccc;
  color: #000;
}

span.wpcf7-spinner {
  margin: 0;
}

/* ==============================
    ヘッダー
   ============================== */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2em;
  transition: translate 1s ease-in-out 2s;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fff;
}
.home .header::before {
  translate: 0 -100%;
  transition: 0.6s ease-in-out;
}
.header {
  /* トップページ初期設定 */
}
.header.st {
  translate: 0 -100%;
}
.header {
  /* スクロールすると背景追加 */
}
.header.on::before {
  translate: 0 0;
}
.header {
  /* ロゴマーク */
}
.header_logo {
  width: 6em;
  aspect-ratio: 120/46;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
.header_logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header_logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.header_logo a:hover {
  scale: 1.1;
}
.header {
  /* グローバルナビ */
}
.header .gnav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  align-items: center;
  gap: 2em;
}
.header .gnav .item {
  line-height: 1;
}
.header .gnav .item a {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  overflow: clip;
}
.header .gnav .item a .txt {
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header .gnav .item a .txt::after {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .gnav .item a:hover .txt {
  translate: 0 -100%;
}
@media screen and (min-width: 769px) {
  .header .gnav .item a .sp {
    display: none;
  }
}
.header .gnav {
  /* 採用サイトボタン */
}
.header .gnav .btn_rec {
  line-height: 1;
}
.header .gnav .btn_rec a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12em;
  aspect-ratio: 240/60;
  background: #000;
  color: #fff;
  border-radius: 2em;
}
.header .gnav .btn_rec a .txt_wrap {
  display: inline-block;
  overflow: clip;
}
.header .gnav .btn_rec a .txt {
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header .gnav .btn_rec a .txt::after {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .gnav .btn_rec a:hover .txt {
  translate: 0 -100%;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.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: 5em;
  cursor: pointer;
  position: fixed;
  inset: 0 1em auto auto;
  border-radius: 3em;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 2.5em;
  height: 0.125em;
  background-color: #000;
  display: block;
  content: "";
  position: absolute;
  transition: background-color 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s, rotate 0.2s 0.2s;
}
.hm_btn::before {
  top: calc(50% - 0.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::after {
  rotate: -30deg;
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 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: 6em 2em 4em;
  width: 100%;
  position: absolute;
  top: -100%;
  left: auto;
  right: 0;
  bottom: auto;
  transition: top 1s;
  border: none;
  background-color: #fff;
  border-radius: 0 0 0.25em 0.25em;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  list-style: none inside;
  border-radius: 1em 0 0 1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li::first-letter a {
  color: #ff0000;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a::before {
  content: attr(data-eg);
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-size: 3em;
  line-height: 1.25;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .pc {
    display: none;
  }
}

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

/* ===============================================================================
　　　　　　　　　フッター
=============================================================================== */
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  /* top */
}
.footer_top {
  width: 100%;
  padding: 5em 0;
  background: #1a1a1a;
  position: relative;
  overflow: clip;
}
.footer_top .contact_wrap {
  display: flex;
  gap: 5em;
  color: #fff;
  position: relative;
  z-index: 10;
}
.footer_top .contact_wrap:has(.event:hover) .novelty {
  opacity: 0.5;
}
.footer_top .contact_wrap:has(.novelty:hover) .event {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer_top .contact_wrap {
    flex-direction: column;
    gap: 2.5em;
  }
}
.footer_top .contact_box {
  width: calc((100% - 5em) / 2);
  padding: 3.5em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .footer_top .contact_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer_top .contact_box {
    font-size: 2vw;
    padding: 2.5em;
  }
}
.footer_top .contact_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0.2em solid transparent;
  border-radius: 2.5em;
  z-index: -1;
  background-color: #fff;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask-image: linear-gradient(#000), linear-gradient(#000);
          mask-image: linear-gradient(#000), linear-gradient(#000);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.footer_top .contact_box.event {
  background: linear-gradient(to right, rgba(44, 185, 0, 0.7), rgba(45, 59, 253, 0.7), rgba(254, 65, 136, 0.7));
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_top .contact_box.event::before {
  background-image: linear-gradient(to right, rgba(44, 185, 0, 0.7), rgba(45, 59, 253, 0.7), rgba(254, 65, 136, 0.7));
}
.footer_top .contact_box.novelty {
  background: linear-gradient(to right, rgba(254, 65, 136, 0.7), rgba(255, 198, 0, 0.7));
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_top .contact_box.novelty::before {
  background-image: linear-gradient(to right, rgba(254, 65, 136, 0.7), rgba(255, 198, 0, 0.7));
}
.footer_top .contact_box .label {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5em;
}
.footer_top .contact_box .ttl_en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
}
.footer_top .contact_box .ttl_ja {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  padding-top: 0.25em;
}
.footer_top .contact_box .btn {
  position: absolute;
  bottom: 2.75em;
  right: 3.75em;
  z-index: 10;
  color: #fff;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: initial;
}
@media screen and (max-width: 480px) {
  .footer_top .contact_box .btn {
    bottom: 1.5em;
    right: 2.5em;
  }
}
.footer_top .txt_deco {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-size: 27em;
  font-weight: 600;
  line-height: 0.7;
  position: absolute;
  bottom: -0.025em;
  left: -0.1em;
}
@media screen and (max-width: 768px) {
  .footer_top .txt_deco {
    font-size: 13.5em;
  }
}
@media screen and (max-width: 480px) {
  .footer_top .txt_deco {
    font-size: 8.5em;
  }
}
.footer {
  /* bottom */
}
.footer_btm {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5em;
  padding: 2em 0;
  background: #000;
  color: #fff;
  position: relative;
}
.footer_btm .innerbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_btm .innerbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.footer_btm_left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_btm_left {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.footer_btm_left .nav {
  display: flex;
  align-items: center;
}
.footer_btm_left .nav a {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  opacity: 0.5;
  padding-right: 3em;
}
.footer_btm_left .nav a:hover {
  opacity: 1;
}
.footer_btm_left .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_btm_left .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
  }
}
.footer_btm_left .info .company {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  opacity: 0.4;
  padding-right: 1em;
}
.footer_btm_left .info .address {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  opacity: 0.4;
}
.footer_btm_right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_btm_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.footer_btm_right .copyright {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  opacity: 0.2;
}

/* ===============================================================================
　　　　　　　　　トップページメインカラム
=============================================================================== */
.top {
  /* ファーストビューとリクルート共通 */
}
.top .main_copy {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  gap: 3em;
  position: relative;
  left: -1em;
}
.top .main_copy_logo {
  width: 60vw;
  aspect-ratio: 1200/460;
  position: relative;
}
.top .main_copy_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .main_copy_txt_ja {
  font-size: 6em;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  bottom: -0.25em;
  white-space: nowrap;
}
.top .main_copy_txt_ja .large {
  font-weight: 900;
}
.top .main_copy_txt_ja .deco {
  display: inline-block;
  font-size: 1em;
  position: relative;
}
.top .main_copy_txt_ja .deco::before {
  content: "";
  display: block;
  width: 30%;
  aspect-ratio: 100/36;
  background: #000;
  -webkit-mask: url("/images/icon.svg") no-repeat top/contain;
  mask: url("/images/icon.svg") no-repeat top/contain;
  position: absolute;
  top: 25%;
  left: 70%;
  rotate: 45deg;
}
.top .main_copy_txt_ja .deco::after {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 100/36;
  background: #000;
  -webkit-mask: url("/images/icon.svg") no-repeat top/contain;
  mask: url("/images/icon.svg") no-repeat top/contain;
  position: absolute;
  top: 17.5%;
  left: 75%;
  rotate: 45deg;
}
.top .main_copy_txt_en {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25;
  position: absolute;
  top: 0;
  right: 4em;
}
.top .txtloop.txt_ja .txt {
  display: flex;
  align-items: center;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}
.top .txtloop.txt_ja .txt::after {
  content: "";
  font-size: 0.4em;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
}
.top .txtloop.txt_ja .txt:nth-child(1)::after {
  background: url(/images/flowimg_jp01.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(2)::after {
  background: url(/images/flowimg_jp02.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(3)::after {
  background: url(/images/flowimg_jp03.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(4)::after {
  background: url(/images/flowimg_jp04.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(5)::after {
  background: url(/images/flowimg_jp05.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(6)::after {
  background: url(/images/flowimg_jp06.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(7)::after {
  background: url(/images/flowimg_jp07.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(8)::after {
  background: url(/images/flowimg_jp08.webp) no-repeat center/contain;
}
.top .txtloop.txt_ja .txt:nth-child(9)::after {
  background: url(/images/flowimg_jp09.webp) no-repeat center/contain;
}
.top .txtloop.txt_en .txt {
  display: flex;
  align-items: center;
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}
.top .txtloop.txt_en .txt::after {
  content: "";
  font-size: 0.25em;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
}
.top .txtloop.txt_en .txt:nth-child(1)::after {
  background: url(/images/flowimg_eng01.webp) no-repeat center/contain;
}
.top .txtloop.txt_en .txt:nth-child(2)::after {
  background: url(/images/flowimg_eng02.webp) no-repeat center/contain;
}
.top .txtloop.txt_en .txt:nth-child(3)::after {
  width: 6em;
  background: url(/images/flowimg_eng03.webp) no-repeat center/contain;
}
.top .txtloop.txt_en .txt:nth-child(4)::after {
  background: url(/images/flowimg_eng04.webp) no-repeat center/contain;
}
.top .txtloop.txt_en .txt:nth-child(5)::after {
  background: url(/images/flowimg_eng05.webp) no-repeat center/contain;
}
.top .txtloop.txt_en .txt:nth-child(6)::after {
  background: url(/images/flowimg_eng06.webp) no-repeat center/contain;
}
.top {
  /* ファーストビュー */
}
.top_fv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.top_fv_imgbox {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .top_fv_imgbox {
    min-height: calc(80vw + 10em);
  }
}
.top_fv_imgbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 16vw;
  background: url(/images/bg_frame.svg) no-repeat center/cover;
  position: absolute;
  bottom: -16vw;
  left: 0;
  z-index: -1;
}
@keyframes logo-rot-top {
  0%, 85% {
    rotate: 165deg;
  }
  100% {
    rotate: 525deg;
  }
}
.top_fv_imgbox .icon_top {
  width: 50vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30vw;
  left: -15vw;
  rotate: 165deg;
  transition: rotate 0.4s ease-in-out 0.4s;
}
@media screen and (max-width: 768px) {
  .top_fv_imgbox .icon_top {
    width: 125vw;
    top: -80vw;
    left: -50vw;
  }
}
.top_fv_imgbox .icon_top {
  /* 初期設定 */
}
.top_fv_imgbox .icon_top.st {
  rotate: -15deg;
}
.top_fv_imgbox .icon_top:not(.st) {
  animation: logo-rot-top 6s linear 4s infinite;
}
.top_fv_imgbox .icon_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 36%;
  background: linear-gradient(45deg, #fe4188 30%, #2d3bfd 70%, #2d3bfd 100%);
  -webkit-mask: url("/images/icon.svg") no-repeat top/contain;
  mask: url("/images/icon.svg") no-repeat top/contain;
}
@keyframes logo-rot-btm {
  0%, 55% {
    rotate: -30deg;
  }
  70%, 100% {
    rotate: -390deg;
  }
}
.top_fv_imgbox .icon_btm {
  width: 75vw;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -45vw;
  right: -30vw;
  rotate: -30deg;
  transition: rotate 0.4s ease-in-out 0.4s;
}
@media screen and (max-width: 768px) {
  .top_fv_imgbox .icon_btm {
    width: 150vw;
    bottom: -90vw;
    right: -60vw;
  }
}
.top_fv_imgbox .icon_btm {
  /* 初期設定 */
}
.top_fv_imgbox .icon_btm.st {
  rotate: -210deg;
}
.top_fv_imgbox .icon_btm:not(.st) {
  animation: logo-rot-btm 6s linear 4s infinite;
}
.top_fv_imgbox .icon_btm::before {
  content: "";
  display: block;
  width: 100%;
  height: 36%;
  background: linear-gradient(15deg, #ffc600 0%, #2cb900 50%, #019289 100%);
  -webkit-mask: url("/images/icon.svg") no-repeat top/contain;
  mask: url("/images/icon.svg") no-repeat top/contain;
}
.top_fv_txtbox {
  width: 100%;
  height: calc(100% - 10em);
  min-height: 30em;
  position: relative;
  top: 10em;
  z-index: 1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .top_fv_txtbox {
    min-height: 80vw;
  }
}
.top_fv_txtbox .main_copy_logo {
  opacity: 1;
  left: 0;
  transform: translate(0, 0) scale(1);
  transform-origin: center center;
  transition: opacity 0.4s ease-in-out 0s, left 1s ease-in-out 1s, transform 1s ease-in-out 1s;
  will-change: transform;
}
.top_fv_txtbox .main_copy_logo.st {
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -5em) scale(0.2);
}
.top_fv_txtbox .main_copy_txt_ja .first,
.top_fv_txtbox .main_copy_txt_ja .second {
  opacity: 1;
  translate: 0 0;
  display: inline-block;
  position: relative;
  transform-origin: left;
  transition: 0.6s ease-in-out;
}
.top_fv_txtbox .main_copy_txt_ja .first.st,
.top_fv_txtbox .main_copy_txt_ja .second.st {
  opacity: 0;
  translate: -2.5vw 0;
}
.top_fv_txtbox .main_copy_txt_ja .first {
  transition-delay: 1.8s;
}
.top_fv_txtbox .main_copy_txt_ja .second {
  transition-delay: 2s;
}
@keyframes bibibi {
  0% {
    transform: translate(0, 0) scale(1) skew(0);
    opacity: 1;
  }
  20% {
    transform: translate(-5px, 3px) scale(1.3) skew(5deg);
    opacity: 0.7;
  }
  40% {
    transform: translate(6px, -4px) scale(0.8) skew(-10deg);
  }
  60% {
    transform: translate(-8px, -2px) scale(1.4) skew(8deg);
    opacity: 1;
  }
  80% {
    transform: translate(7px, 5px) scale(0.9) skew(-5deg);
  }
  100% {
    transform: translate(0, 0) scale(1) skew(0);
    opacity: 1;
  }
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st) {
  animation: bibibi 0.1s 4 forwards;
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st):nth-child(1) {
  animation-delay: 2.1s;
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st):nth-child(2) {
  animation-delay: 2.25s;
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st):nth-child(3) {
  animation-delay: 2.4s;
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st)::before, .top_fv_txtbox .main_copy_txt_ja .deco:not(.st)::after {
  animation: bibibi 0.1s 3 infinite;
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st)::before {
  animation-delay: 2.05s;
}
.top_fv_txtbox .main_copy_txt_ja .deco:not(.st)::after {
  animation-delay: 2s;
}
@keyframes bibibi-loop {
  0% {
    transform: translate(0, 0) scale(1) skew(0);
    opacity: 1;
  }
  0.5% {
    transform: translate(-5px, 3px) scale(1.3) skew(5deg);
    opacity: 0.7;
  }
  1% {
    transform: translate(6px, -4px) scale(0.8) skew(-10deg);
  }
  2.5% {
    transform: translate(-8px, -2px) scale(1.4) skew(8deg);
    opacity: 1;
  }
  3% {
    transform: translate(7px, 5px) scale(0.9) skew(-5deg);
  }
  3.5% {
    transform: translate(0, 0) scale(1) skew(0);
  }
  100% {
    transform: translate(0, 0) scale(1) skew(0);
    opacity: 1;
  }
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop {
  animation: bibibi-loop 5.4s infinite;
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop:nth-child(1) {
  animation-delay: 4.1s;
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop:nth-child(2) {
  animation-delay: 4.25s;
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop:nth-child(3) {
  animation-delay: 4.4s;
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop::before, .top_fv_txtbox .main_copy_txt_ja .deco.loop::after {
  animation: bibibi-loop 5.4s infinite;
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop::before {
  animation-delay: 4.05s;
}
.top_fv_txtbox .main_copy_txt_ja .deco.loop::after {
  animation-delay: 4s;
}
.top_fv_txtbox .main_copy_txt_en {
  transform-origin: bottom;
  opacity: 1;
  transition: opacity 1s ease-in-out 2s;
}
.top_fv_txtbox .main_copy_txt_en.st {
  opacity: 0;
}
.top_fv_txtbox .txtloop.txt_ja {
  position: absolute;
  top: 0;
  translate: 0 0;
  transition: translate 1s ease-in-out 2s;
}
.top_fv_txtbox .txtloop.txt_ja.st {
  translate: 100% 0;
}
.top_fv_txtbox .txtloop.txt_en {
  position: absolute;
  bottom: -0.75em;
  translate: 0 0;
  transition: translate 1s ease-in-out 2s;
}
.top_fv_txtbox .txtloop.txt_en.st {
  translate: -100% 0;
}
@media screen and (max-width: 768px) {
  .top_fv_txtbox .main_copy {
    width: calc(100% + 2em);
    flex-direction: column;
    gap: 0;
    left: 0;
  }
  .top_fv_txtbox .main_copy_logo {
    width: 100%;
  }
  .top_fv_txtbox .main_copy_txt_ja {
    font-size: 4.25em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .top_fv_txtbox .main_copy_txt_ja {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .top_fv_txtbox .main_copy_txt_en {
    right: 2em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .top_fv_txtbox .main_copy_txt_en {
    font-size: 0.9em;
  }
}
.top_fv_news {
  position: absolute;
  right: 0;
  bottom: 3.5em;
  z-index: 1;
  transition: translate 0.8s ease-in-out 2.2s;
}
.top_fv_news.st {
  translate: 100% 0;
}
.top_fv_news a {
  width: 100%;
  height: 3em;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: translate 0.4s ease-in-out;
}
.top_fv_news a.on {
  translate: 100% 0;
}
.top_fv_news .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5em;
  height: 100%;
  font-size: 1em;
  line-height: 1;
  background-color: #000;
  color: #fff;
  border-radius: 0.5em 0 0 0.5em;
}
.top_fv_news .ttl_txt {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
}
.top_fv_news .contents {
  display: flex;
  align-items: center;
  width: 26em;
  height: 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .top_fv_news .contents {
    width: 20em;
  }
}
.top_fv_news .contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}
.top_fv_news .contents_wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
  gap: 0.5em;
}
.top_fv_news .contents_date {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
}
.top_fv_news .contents_txt {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  top: 0.25em;
}
.top {
  /* what we do */
}
.top_wwd {
  z-index: 1;
}
.top_wwd_innerbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_wwd_innerbox {
    flex-direction: column;
  }
}
.top_wwd_hd {
  display: grid;
  place-items: center;
  width: calc(100% - 50em);
  height: 100vh;
  height: 100dvh;
  color: #fff;
  position: sticky;
  top: 0;
  translate: 10% 0;
}
@media screen and (max-width: 768px) {
  .top_wwd_hd {
    width: 100%;
    translate: 0 10%;
  }
}
.top_wwd_hd.on {
  opacity: 1;
  translate: 0 0;
}
.top_wwd_hd .ttl {
  font-family: "all-round-gothic", sans-serif;
  font-style: normal;
  font-size: 13em;
  line-height: 0.475;
  white-space: nowrap;
  margin-left: -0.1em;
}
@media screen and (max-width: 480px) {
  .top_wwd_hd .ttl {
    font-size: 8.5em;
  }
}
.top_wwd_hd .ttl .book {
  display: inline-block;
  font-weight: 400;
  padding-left: 0.525em;
}
.top_wwd_hd .ttl .demi {
  display: block;
  font-weight: 600;
}
.top_wwd_hd .ttl .bold {
  display: inline-block;
  font-weight: 700;
  padding-left: 0.275em;
}
.top_wwd_hd .lead {
  padding-top: 5em;
  padding-left: 5em;
}
@media screen and (max-width: 480px) {
  .top_wwd_hd .lead {
    display: flex;
    justify-content: center;
    padding-top: 2.5em;
    padding-left: 0;
  }
}
.top_wwd_hd .txt {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
}
.top_wwd_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 50em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_wwd_list {
    width: 100%;
  }
}
.top_wwd_item {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: sticky;
  top: 0;
  pointer-events: none;
}
.top_wwd_item_wrap {
  width: 50em;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  padding: 5em;
  border-radius: 2.5em;
  pointer-events: all;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_wwd_item_wrap {
    width: 100%;
    padding: 2.5em 3em 4em;
  }
}
@media screen and (max-width: 480px) {
  .top_wwd_item_wrap {
    padding: 2.5em;
  }
}
.top_wwd_item_hd {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_wwd_item_hd {
    padding-bottom: 1.5em;
  }
}
.top_wwd_item_hd .number {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 10.5em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_wwd_item_hd .number {
    font-size: 8em;
  }
}
@media screen and (max-width: 480px) {
  .top_wwd_item_hd .number {
    font-size: 5.5em;
  }
}
.top_wwd_item_hd .ttl {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_wwd_item_hd .ttl {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 480px) {
  .top_wwd_item_hd .ttl {
    font-size: 2.25em;
  }
}
.top_wwd_item:nth-child(1) .number,
.top_wwd_item:nth-child(1) .ttl {
  background: linear-gradient(45deg, rgba(44, 185, 0, 0.9), rgba(45, 59, 253, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_wwd_item:nth-child(1) .imgwrap {
  background: linear-gradient(45deg, rgba(44, 185, 0, 0.8), rgba(45, 59, 253, 0.8));
}
@keyframes slideIn_right {
  0% {
    transform: translateX(100%);
  }
  2% {
    transform: translateX(0);
  }
  48% {
    transform: translateX(0);
  }
  50%, 100% {
    transform: translateX(100%);
  }
}
.top_wwd_item:nth-child(1) .imgwrap .imgbox.img1 {
  transform: translateX(100%);
  animation: slideIn_right 6s ease-in-out infinite;
}
@keyframes slideIn_left {
  0% {
    transform: translateX(-100%);
  }
  2% {
    transform: translateX(0);
  }
  48% {
    transform: translateX(0);
  }
  50%, 100% {
    transform: translateX(-100%);
  }
}
.top_wwd_item:nth-child(1) .imgwrap .imgbox.img2 {
  transform: translateX(-100%);
  animation: slideIn_left 6s ease-in-out infinite 3s;
}
.top_wwd_item:nth-child(2) .number,
.top_wwd_item:nth-child(2) .ttl {
  background: linear-gradient(45deg, rgba(45, 59, 253, 0.9), rgba(254, 65, 136, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_wwd_item:nth-child(2) .imgwrap {
  background: linear-gradient(45deg, rgba(45, 59, 253, 0.8), rgba(254, 65, 136, 0.8));
}
@keyframes rotateSwitch2 {
  0% {
    transform: rotateY(90deg);
  }
  5% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(-90deg);
  }
}
.top_wwd_item:nth-child(2) .imgwrap .imgbox {
  transform: rotateY(-90deg);
  animation: rotateSwitch2 6s ease-in-out infinite;
}
.top_wwd_item:nth-child(2) .imgwrap .imgbox.img1 {
  animation-delay: 0s;
}
.top_wwd_item:nth-child(2) .imgwrap .imgbox.img2 {
  animation-delay: 3s;
}
.top_wwd_item:nth-child(3) .number,
.top_wwd_item:nth-child(3) .ttl {
  background: linear-gradient(45deg, rgba(254, 65, 136, 0.9), rgba(255, 198, 0, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_wwd_item:nth-child(3) .imgwrap {
  background: linear-gradient(45deg, rgba(254, 65, 136, 0.8), rgba(255, 198, 0, 0.8));
}
@media screen and (max-width: 480px) {
  .top_wwd_item:nth-child(3) .imgwrap {
    bottom: 5em;
  }
}
@keyframes rotateSwitch3 {
  0% {
    transform: rotateY(-90deg);
  }
  3% {
    transform: rotateY(0deg);
  }
  31% {
    transform: rotateY(0deg);
  }
  34% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
.top_wwd_item:nth-child(3) .imgwrap .imgbox {
  transform: rotateY(-90deg);
  animation: rotateSwitch3 9s ease-in-out infinite;
}
.top_wwd_item:nth-child(3) .imgwrap .imgbox.img1 {
  animation-delay: 0s;
}
.top_wwd_item:nth-child(3) .imgwrap .imgbox.img2 {
  animation-delay: 3s;
}
.top_wwd_item:nth-child(3) .imgwrap .imgbox.img3 {
  animation-delay: 6s;
}
.top_wwd_item_content {
  width: 100%;
  height: auto;
  position: relative;
}
.top_wwd_item_content .txtbox .copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_wwd_item_content .txtbox .copy {
    font-size: 1.5em;
  }
}
.top_wwd_item_content .txtbox .txt {
  padding-bottom: 2em;
}
.top_wwd_item_content .imgwrap {
  width: 16em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .top_wwd_item_content .imgwrap {
    width: 10em;
    bottom: -1em;
    right: -1em;
  }
}
.top_wwd_item_content .imgwrap .imgbox {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
}
.top_wwd_item_content .imgwrap .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top {
  /* company & recruit */
}
.top_info {
  width: 100%;
  position: relative;
}
.top_info::before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  border-radius: 100vw 100vw 0 0;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -50vw;
}
.top_company {
  padding-top: 25em;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_company {
    padding-top: 15em;
    padding-bottom: 5em;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .top_company {
    padding-top: 10em;
  }
}
@keyframes rotate-center {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.top_company::after {
  content: "";
  display: block;
  width: 189.5vw;
  aspect-ratio: 1/1;
  background: url(/images/company_profile.svg) no-repeat center/contain;
  position: absolute;
  top: 5vw;
  left: -45%;
  z-index: 1;
  animation: rotate-center 75s linear infinite;
  pointer-events: none;
}
.top_company {
  /* スクロールアニメーション */
}
.top_company.on::after {
  opacity: 1;
}
.top_company_innerbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_company_innerbox {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .top_company_innerbox {
    gap: 1.5em;
  }
}
.top_company_content {
  width: calc(100% - 40em);
  position: relative;
  z-index: 1;
  padding-left: 2.5em;
  translate: 10% 0;
}
@media screen and (max-width: 768px) {
  .top_company_content {
    width: 100%;
    padding-left: 0;
  }
}
.top_company_content.on {
  translate: 0 0;
}
.top_company_content {
  /* もっと見るボタン */
}
.top_company_content .btn {
  text-align: right;
}
.top_company_hd {
  padding-bottom: 2em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_company_hd {
    padding-bottom: 1em;
  }
}
.top_company_hd .ttl {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_company_hd .ttl {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .top_company_hd .ttl {
    font-size: 2em;
  }
}
.top_company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 480px) {
  .top_company_list {
    margin-bottom: 0.5em;
  }
}
.top_company_item {
  line-height: 1;
  position: relative;
  /* 地図切り替えボタン */
}
.top_company_item button {
  background: transparent;
  font-size: 1em;
  padding: 1.4em 2.9em;
  border: 2px solid;
  border-radius: 10em;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top_company_item button {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 480px) {
  .top_company_item button {
    padding: 0.25em 1em;
    border-width: 1.5px;
  }
}
.top_company_item button .txt {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_company_item button .txt {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .top_company_item button .txt {
    font-size: 0.9em;
  }
}
.top_company_item button.is-active {
  color: #000;
}
.top_company_map {
  width: 40em;
  aspect-ratio: 800/500;
  background: linear-gradient(45deg, rgba(255, 198, 0, 0.8), rgba(44, 185, 0, 0.8), rgba(1, 146, 137, 0.8));
  border-radius: 40em;
  overflow: hidden;
  position: relative;
  z-index: 1;
  translate: -10% 0;
}
@media screen and (max-width: 768px) {
  .top_company_map {
    width: 100%;
  }
}
.top_company_map.on {
  translate: 0 0;
}
.top_company_map .map_wrap,
.top_company_map iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top_company_map .map_wrap {
  filter: hue-rotate(180deg) invert(1);
}
.top_company_map .txt_wrap {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  color: #fff;
}
.top_company_map .txt_wrap .txt_en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1;
}
.top_company_map .txt_wrap .txt_ja {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}
.top_recruit {
  padding-top: 23.75em;
}
@media screen and (max-width: 768px) {
  .top_recruit {
    padding-top: 12.25em;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit {
    padding-top: 7.5em;
    padding-bottom: 6em;
  }
}
.top_recruit {
  /* main copy */
}
.top_recruit .main_copy {
  position: absolute;
  top: 1em;
  translate: 0 -10%;
}
@media screen and (max-width: 768px) {
  .top_recruit .main_copy {
    gap: 1.5em;
    left: -0.5em;
  }
}
.top_recruit .main_copy.on {
  translate: 0 0;
}
.top_recruit .main_copy_txt_ja {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_recruit .main_copy_txt_ja {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit .main_copy_txt_ja {
    font-size: 2em;
  }
}
.top_recruit .main_copy_txt_ja .deco::before, .top_recruit .main_copy_txt_ja .deco::after {
  background: #fff;
}
.top_recruit {
  /* textloop */
}
@media screen and (max-width: 480px) {
  .top_recruit .txtloop {
    font-size: 2vw;
  }
}
.top_recruit .txtloop.txt_ja {
  position: absolute;
  top: 15em;
  z-index: 1;
  translate: 50% 0;
}
@media screen and (max-width: 768px) {
  .top_recruit .txtloop.txt_ja {
    top: 7em;
  }
}
.top_recruit .txtloop.txt_ja.on {
  translate: 0 0;
}
.top_recruit .txtloop.txt_en {
  color: #fff;
  position: absolute;
  bottom: 1em;
  z-index: 1;
  transform-origin: bottom;
  scale: 2;
  translate: -50% 0;
}
.top_recruit .txtloop.txt_en.on {
  translate: 0 0;
}
.top_recruit {
  /* content */
}
.top_recruit_content {
  width: 100%;
  padding: 10em;
  border-radius: 2.5em;
  background: #fff;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .top_recruit_content {
    padding: 6em 4em 10em;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit_content {
    padding: 4em 2.5em 7.5em;
  }
}
.top_recruit {
  /* head */
}
.top_recruit_hd {
  position: relative;
  z-index: 1;
  translate: -10% 0;
}
.top_recruit_hd.on {
  translate: 0 0;
}
.top_recruit_hd .ttl_en {
  display: inline-block;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top_recruit_hd .ttl_en {
    font-size: 3.5em;
    padding-bottom: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit_hd .ttl_en {
    font-size: 3em;
  }
}
.top_recruit_hd .ttl_ja {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top_recruit_hd .ttl_ja {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit_hd .ttl_ja {
    font-size: 1.25em;
  }
}
.top_recruit_hd .txt {
  padding-bottom: 2em;
}
.top_recruit {
  /* image */
}
.top_recruit_img {
  width: 75vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 12.5em;
  left: 21em;
  rotate: -220deg;
  transform-origin: center;
  z-index: 0;
}
.top_recruit_img.on {
  rotate: -30deg;
}
@media screen and (max-width: 768px) {
  .top_recruit_img {
    width: 100vw;
    top: 16em;
    left: 7.5em;
  }
}
@media screen and (max-width: 480px) {
  .top_recruit_img {
    top: 18.5em;
    left: 5em;
  }
}
.top_recruit_img .icon_img {
  display: block;
  width: 100%;
  aspect-ratio: 100/36;
  position: relative;
  z-index: 1;
  background: linear-gradient(75deg, #ffc600 0%, #2cb900 50%, #019289 80%);
  -webkit-mask: url("/images/icon.svg") no-repeat top/contain;
  mask: url("/images/icon.svg") no-repeat top/contain;
  position: absolute;
}
.top_recruit_img .icon_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 100/36;
  background: url(/images/recruit.webp) no-repeat top/cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.top_recruit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top {
  /* スクロールアニメーション用 */
}
.top .js-trg {
  opacity: 0;
  transition: 1s ease-in-out;
}
.top .js-trg.on {
  opacity: 1;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0 7.5em;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-header {
    padding: 7.5em 0 5em;
  }
}
#page-header {
  /* 日本語タイトル */
}
#page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3.25em;
  font-weight: 900;
  line-height: 1.5;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #page-header .page_ttl {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .page_ttl {
    font-size: 2.25em;
  }
}
#page-header {
  /* 英語タイトル */
}
#page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page-header .eg_ttl {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .eg_ttl {
    font-size: 1.5em;
  }
}
#page-header:has(+ #entry-header) {
  padding-bottom: 0;
}
#page-header .btn {
  position: absolute;
  top: 2.5em;
  right: 5em;
}
@media screen and (max-width: 768px) {
  #page-header .btn {
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .btn {
    top: 1.5em;
    right: 1.5em;
  }
}
#page-header .btn a::before {
  background-image: url(/images/ya_w.svg);
}
#page-header .btn a::after {
  background-image: linear-gradient(0deg, #fff);
}
#page-header .btn a:hover::after {
  background-image: linear-gradient(45deg, #94c634, #2cb900, #2cb900);
}

/* ================= Not Found ============================================================ */
#wrapper:has(.not-found) {
  display: flex;
  flex-direction: column;
}
#wrapper:has(.not-found) .not-found {
  flex: 1;
  z-index: 5;
}

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

.sec-bg2 {
  background: #ccc;
}

.sec-bg3 {
  color: #fff;
  z-index: 1;
}
.sec-bg3:first-child {
  padding-top: 0;
}

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

/* ------------ 見出し -------------------------------- */
.parts_hd {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1em;
  line-height: 1;
  padding-bottom: 5em;
}
.parts_hd.center {
  align-items: center;
}
.parts_hd.right {
  align-items: flex-end;
}
.parts_hd {
  /* 英数字共通 */
}
.parts_hd .hd_en {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
.parts_hd {
  /* 日本語 */
}
.parts_hd .hd_jp {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_jp {
    font-size: 2em;
  }
}
.parts_hd {
  /* 英数字＋日本語 */
}
.parts_hd:has(.hd_en) .hd_jp {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts_hd:has(.hd_en) .hd_jp {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd:has(.hd_en) .hd_jp {
    font-size: 1em;
  }
}

/* ------------ テキスト -------------------------------- */
/* テキストのサイズ */
.ts_l {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .ts_l {
    font-size: 1.5em;
  }
}

.ts_m {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1.6666666667em;
}
@media screen and (max-width: 768px) {
  .ts_m {
    font-size: 1.25em;
  }
}

/* テキストの表示幅 */
.tw_s {
  width: 50%;
}

.tw_m {
  width: 70%;
}

.tw_l {
  width: -moz-fit-content;
  width: fit-content;
}

/* テキストの位置 */
.tw_s,
.tw_m {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_s,
  .tw_m {
    width: 100%;
  }
}

.tw_l.center {
  margin: 0 auto;
}
.tw_l.right {
  margin: 0 0 0 auto;
}

/* ------------ グラデーション装飾 -------------------------------- */
.hd_en,
.hd_jp,
.ts_l {
  background: linear-gradient(45deg, #94c634, #2cb900, #028278);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#staffing-services .hd_en,
body#staffing-services .hd_jp,
body#staffing-services .ts_l {
  background: linear-gradient(45deg, #56C536, #5768F4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#sales-promotion .hd_en,
body#sales-promotion .hd_jp,
body#sales-promotion .ts_l {
  background: linear-gradient(45deg, #5B66F5, #FC67A1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#event-tools .hd_en,
body#event-tools .hd_jp,
body#event-tools .ts_l {
  background: linear-gradient(45deg, #FE689F, #FFCF36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parts_hd:has(.hd_en) .hd_jp {
  background: transparent !important;
  color: inherit !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}

/* ------------ その他 -------------------------------- */
.partspage-ctt a {
  text-decoration: underline;
}
.partspage-ctt .sec p:not(.parts_img) {
  padding-bottom: 2.5em;
}
.partspage-ctt .sec p {
  /* 余白小さめ */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p {
  /* 強調 */
}
.partspage-ctt .sec p.parts_copy {
  font-family: "itc-avant-garde-gothic-pro", source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p {
  /* 注釈 */
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #2cb900;
  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;
}
.partspage-ctt {
  /* やや小さめ強調 */
}
.partspage-ctt .strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
}
.partspage-ctt {
  /* ------------ 背景色つきテキストボックス -------------------------------- */
}
.partspage-ctt .textbox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5em;
  border-radius: 2.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .textbox {
    padding: 2.5em;
  }
}
.partspage-ctt .textbox.bgcolor {
  padding: 3em 4em;
  background-color: #fff;
  color: #000;
}
.partspage-ctt .textbox h3,
.partspage-ctt .textbox h4 {
  font-family: "itc-avant-garde-gothic-pro", source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .textbox h3,
  .partspage-ctt .textbox h4 {
    font-size: 1.25em;
  }
}
.partspage-ctt .textbox p {
  padding-bottom: 2em;
}
.partspage-ctt .textbox p:last-child {
  padding-bottom: 0;
}
.partspage-ctt {
  /* 文字、背景より上に */
}
.partspage-ctt h3,
.partspage-ctt h4,
.partspage-ctt h5,
.partspage-ctt p,
.partspage-ctt img,
.partspage-ctt iframe,
.partspage-ctt .access_map,
.partspage-ctt .pdf_box ul {
  position: relative;
  z-index: 1;
}

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 7.5em;
  border-radius: 2.5em;
  overflow: hidden;
}
.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: 480px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 12em;
  }
}
.partspage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}
.partspage-ctt .sec iframe[src*=maps] {
  width: 100%;
  height: 20em;
  border-radius: 2.5em;
  overflow: hidden;
  filter: hue-rotate(180deg) invert(1);
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec iframe[src*=maps] {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec iframe[src*=maps] {
    height: 12em;
  }
}

/* 共通設定 */
.partspage-ctt a img {
  transition: opacity 0.3s ease-in-out;
}
.partspage-ctt a:hover img {
  opacity: 0.6;
}

/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
}
.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% !important;
  }
}

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

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

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

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

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  font-weight: 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: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 全体 */
.imgcard a {
  color: inherit;
}
.imgcard:has(.card-btn) a:hover img {
  opacity: 1;
}

/* 画像 */
.imgcard_img {
  position: relative;
  margin-bottom: 1em;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
}
.imgcard_txt h3:has(+ p),
.imgcard_txt h4:has(+ p) {
  margin-bottom: 1em;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 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: -4em;
}
@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 {
  position: relative;
  box-sizing: border-box;
  margin-top: 4em;
}
@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,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  /* リンク */
}
.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,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  /* 画像 */
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* パソコンの時（タブレット以上） -------------------------------- */
@media screen and (min-width: 769px) {
  /* 1つ並び -------------------------------- */
  .imgcard_l1 ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び -------------------------------- */
  .imgcard_l2 ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgcard_l2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2 ul li .imgcard_txt h3 {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .imgcard_l2 ul li .imgcard_txt h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .imgcard_l2 ul li .imgcard_txt p {
    line-height: 2em;
  }
}
@media screen and (min-width: 769px) {
  /* 3つ並び -------------------------------- */
  .imgcard_l3 ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び -------------------------------- */
  .imgcard_l4 ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び -------------------------------- */
  .imgcard_l5 ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び -------------------------------- */
  .imgcard_l6 ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* 1つ並び */
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_tb ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_tb ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_tb ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_tb ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .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 ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3em 4em;
  margin: 0 auto;
  margin-bottom: 5em;
  background-color: #fff;
  color: #000;
  border-radius: 2.5em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
.no_list,
.order_list,
.check_list {
  /* 見出し */
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.25em;
  }
}
.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 ul li .li_ttl,
.no_list ol li .li_ttl,
.order_list ul li .li_ttl,
.order_list ol li .li_ttl,
.check_list ul li .li_ttl,
.check_list ol li .li_ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .no_list ul li .li_ttl,
  .no_list ol li .li_ttl,
  .order_list ul li .li_ttl,
  .order_list ol li .li_ttl,
  .check_list ul li .li_ttl,
  .check_list ol li .li_ttl {
    font-size: 1em;
  }
}
.no_list ul li .li_ttl + .li_txt,
.no_list ol li .li_ttl + .li_txt,
.order_list ul li .li_ttl + .li_txt,
.order_list ol li .li_ttl + .li_txt,
.check_list ul li .li_ttl + .li_txt,
.check_list ol li .li_ttl + .li_txt {
  display: block;
  padding-top: 0.5em;
}
.no_list ul li .li_txt,
.no_list ol li .li_txt,
.order_list ul li .li_txt,
.order_list ol li .li_txt,
.check_list ul li .li_txt,
.check_list ol 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: linear-gradient(45deg, rgba(45, 59, 253, 0.8), rgba(254, 65, 136, 0.8));
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.75em;
  margin-right: 0.5em;
  z-index: 1;
}
.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-size: 1.5em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(45deg, rgba(254, 65, 136, 0.8), rgba(255, 198, 0, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.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;
  font-size: 1.5em;
  background: linear-gradient(45deg, rgba(44, 185, 0, 0.8), rgba(45, 59, 253, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  z-index: 1;
  /* 見出し */
}
.table h3,
.table h4 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.25em;
  }
}
.table {
  /* リスト */
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em 0;
  border-bottom: 2px solid;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .table ul li {
    padding: 0;
  }
}
.table ul li:first-child {
  border-top: 2px solid;
}
@media screen and (max-width: 768px) {
  .table ul li:has(.col_th):first-child {
    border-top: none;
  }
}
.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_th,
.table ul li .table_td {
  width: auto;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: 1px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid;
  }
}
.table ul li {
  /* 1列目見出し */
}
.table ul li .col_th,
.table ul li .row_th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th {
    display: none;
    border: none;
  }
}
.table ul li .table_td {
  width: auto;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  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;
    opacity: 0.6;
  }
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 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: 5em;
  }
}
.tl_box .tl {
  /* 見出し */
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.25em;
  }
}
.tl_box .tl {
  /* リスト */
}
.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 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-weight: 700;
  text-align: right;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
}
.tl_box .tl ul li .tl_txt strong {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  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 {
  /* 線 */
}
.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.5;
  filter: alpha(opacity=50);
}
.tl_box .tl ul li .tl_txt {
  /* 丸 */
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #000;
  z-index: 2;
}
.sec-bg3 .tl_box .tl ul li .tl_txt::after, .sec-bg4 .tl_box .tl ul li .tl_txt::after {
  background: #fff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul li .tl_txt .tl_ttl {
    font-size: 1em;
  }
}
.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 {
  /* 最後の点線 */
}
.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);
}
@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%;
  z-index: 1;
}
.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: 5em;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 1;
}
.note_list.bgcolor {
  color: #000;
  background: #fff;
  padding: 2.5em;
  border-radius: 0.25em;
}
.note_list {
  /* 見出し */
}
.note_list h3,
.note_list h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2d3bfd;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.25em;
  }
}
.note_list {
  /* リスト */
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1em;
  }
}
.note_list ul li h5 + p {
  padding-top: 0.5em;
}
.note_list ul li p {
  display: inline-block;
}

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

.youtube_box {
  width: 100%;
  margin-bottom: 1em;
}
.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;
}

/* =============== 余白ゼロ ========================================================= */
.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,
.imgcard_l5 img:last-child,
.imgcard_l6 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child,
.imgcard_l5 a img:last-child,
.imgcard_l6 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,
.imgcard_l5 a:last-child img,
.imgcard_l6 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,
.imgcard_l5 a:last-child img:last-child,
.imgcard_l6 a:last-child img:last-child {
  margin-bottom: 0;
}

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

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

/* =============== フローレイアウト ========================================================= */
.imgcard {
  /* 全体 */
}
.imgcard_flow .imgcard_img {
  position: relative;
}
.imgcard_flow .imgcard_img::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -1em;
  bottom: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .imgcard_flow .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -7.5%;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_flow .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -8%;
    bottom: auto;
  }
}
.imgcard_flow {
  /* 最後の矢印消す */
}
.imgcard_flow li:last-child .imgcard_img::after {
  display: none;
}
.imgcard {
  /* PC専用 */
}
@media screen and (min-width: 1351px) {
  .imgcard {
    /* PC1列 */
  }
  .imgcard_l1 .imgcard_img::after {
    display: none;
  }
  .imgcard {
    /* PC2列 */
  }
  .imgcard_l2 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -2.5em;
    bottom: auto;
  }
  .imgcard {
    /* PC3列 */
  }
  .imgcard_l3 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
.imgcard {
  /* ノートPC専用 */
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  .imgcard {
    /* PC1列 */
  }
  .imgcard_l1 .imgcard_img::after {
    display: none;
  }
  .imgcard {
    /* PC2列 */
  }
  .imgcard_l2 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -2em;
    bottom: auto;
  }
  .imgcard {
    /* PC3列 */
  }
  .imgcard_l3 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.25em;
    bottom: auto;
  }
  .imgcard {
    /* PC4.5列 */
  }
  .imgcard_l4 .imgcard_img::after, .imgcard_l5 .imgcard_img::after, .imgcard_l6 .imgcard_img::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -0.75em;
    bottom: auto;
  }
}
.imgcard {
  /* TB専用 */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l1_tb .imgcard_img::after {
    display: none;
  }
}
.imgcard {
  /* SP専用 */
}
@media screen and (max-width: 480px) {
  .imgcard_l1_sp .imgcard_img::after {
    display: none;
  }
}

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

.partspage-ctt .btn {
  display: block;
  padding-bottom: 5em;
}
.partspage-ctt .btn:has(+ .btn) {
  padding-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .card-btn {
  width: 100%;
  margin-top: 1em;
  position: relative;
}
.partspage-ctt .card-btn div span {
  display: inline-block;
  max-height: 3em;
  line-height: 1;
  background-color: #000;
  color: #fff;
  padding: 1em 2em;
  border-radius: 2em;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
.partspage-ctt a:hover .card-btn div span {
  transform: translateY(0.25em);
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.25em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  .pdf_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li a {
  display: block;
  padding: 1em 2em;
  background: #000;
  color: #fff;
  border-radius: 5em;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: relative;
  overflow: clip;
}
.pdf_box ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffc600, #2cb900, #019289);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.pdf_box ul li a i {
  position: relative;
  top: -0.1em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 0.25em;
  position: relative;
}
.pdf_box ul li a:hover::before {
  opacity: 1;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 5em;
  position: relative;
  z-index: 1;
  /* -------------------------- 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;
  border-bottom: 0.15em solid;
}
.faq_box ul.qa_list li.qa_set:first-child {
  border-top: 0.15em solid;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set {
  /* テキスト ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 2em;
  padding: 1em 4em;
  text-indent: -2em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  content: "+";
  display: block;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .answer {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease-in-out;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt .answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em 4em;
  text-indent: -2em;
  line-height: 2em;
}
.faq_box ul.qa_list li.qa_set .qa_txt .answer span::before {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
}
.faq_box ul.qa_list li.qa_set {
  /* 開閉動作 ------------------------------------------- */
}
.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 */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  font-weight: 700;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  font-weight: 500;
  content: "-";
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .answer {
  max-height: 50em;
  border-top: 0.1em solid;
}
.faq_box {
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box .btn {
  padding-top: 2em;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* =============== 文章 ========================================================= */
}
.contactpage-ctt .ct_info {
  padding-bottom: 2.5em;
}
.contactpage-ctt {
  /* =============== 電話 ========================================================= */
}
.contactpage-ctt .contact_tel .contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel .contacttel_tel .eg {
  background: linear-gradient(45deg, rgba(44, 185, 0, 0.9), rgba(45, 59, 253, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contactpage-ctt .contact_tel .contacttel_tel .eg::before {
  position: relative;
  font-size: 0.7em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  top: -0.1em;
  padding-right: 0.25em;
  background: linear-gradient(45deg, rgba(44, 185, 0, 0.9), rgba(45, 59, 253, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contactpage-ctt .contact_tel .time_holiday {
  padding-bottom: 0;
}
.contactpage-ctt .contact_tel .contacttel_time {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  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: 480px) {
  .contactpage-ctt .contact_tel .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: 5em;
}
.contactpage-ctt {
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .webcontact a {
  text-decoration: underline;
}
.contactpage-ctt .webcontact a:hover {
  color: #2d3bfd;
}
.contactpage-ctt .webcontact.lazyloaded::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= 共通パーツ ============================================================ */
#postlist,
#newspost {
  /* 月選択 */
}
#postlist select,
#newspost select {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  box-sizing: border-box;
  height: 2em;
  padding: 0.25em 1em;
  background: inherit;
  border: none;
  border-bottom: #fff solid 0.2em;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #postlist select,
  #newspost select {
    font-size: 0.9em;
  }
}
#postlist select option,
#newspost select option {
  background: #2cb900;
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  #postlist select option,
  #newspost select option {
    font-size: 1em;
  }
}
#postlist,
#newspost {
  /* -------------------------- ページヘッダー ------------------------------------------- */
}
#postlist #page-header .backbtn,
#newspost #page-header .backbtn {
  padding-top: 3.6em;
}
@media screen and (max-width: 1350px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 1.2em;
  }
}
#postlist #page-header .backbtn a,
#newspost #page-header .backbtn a {
  font-size: 1em;
  min-width: 10em;
  background: #2cb900;
  color: #fff;
  border: #fff solid 0.15em;
}
#postlist #page-header .backbtn a:hover,
#newspost #page-header .backbtn a:hover {
  background: #fff;
  color: #2cb900;
  border-color: #2cb900;
}
@media screen and (max-width: 480px) {
  #postlist #page-header .backbtn a,
  #newspost #page-header .backbtn a {
    font-size: 0.65em;
    min-width: 8em;
  }
}

/* ================= 一覧ページ ============================================================ */
#post_archive {
  padding: 7.5em 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #post_archive {
    padding: 5em 0;
  }
}

/* ページナビゲーション（物件共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 7.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 5em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  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: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #fff;
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  z-index: 1;
  /* 日付 */
}
#newspost #entry-header .date {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  padding-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .date {
    font-size: 1.25em;
  }
}
#newspost #entry-header .date .year {
  padding-right: 0.25em;
}
#newspost #entry-header .date .md {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .date .md {
    font-size: 1.6em;
  }
}
#newspost #entry-header {
  /* 記事タイトル */
}
#newspost #entry-header .entry_ttl {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.5em;
  border-top: #fff solid 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost {
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .nav_sec {
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 2.5em;
  z-index: 2;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #2d3bfd;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #2cb900;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  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: #2d3bfd;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  color: #2cb900;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}/*# sourceMappingURL=style.css.map */