@charset "UTF-8";
/* CSS Document */
/*
Theme Name: U・T・エンジニアリング　採用サイト
Author: 株式会社重富プラス
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* 欧文フォント */
.eg {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

/* 文字寄せ */
.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: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
.secheader {
  margin-bottom: 1.5em;
}
.secheader h2.mainttl {
  font-size: 1vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .secheader h2.mainttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .secheader h2.mainttl {
    font-size: 3vw;
  }
}
.secheader h2.mainttl span {
  display: block;
}
.secheader h2.mainttl span.jp {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
.secheader h2.mainttl span.eg {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7.5em;
  line-height: 1em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .secheader h2.mainttl span.eg {
    font-size: 5.5em;
  }
}
.secheader .subttl {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 3em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .secheader .subttl {
    font-size: 1.8em;
  }
}

/* 段落 */
p {
  font-variation-settings: "wght" 500;
  font-size: 1em;
  line-height: 2em;
  padding-bottom: 2.5em;
}

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

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

.color {
  color: #0098d8;
}

.strong {
  font-weight: 900;
}

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

.imgbox {
  line-height: 0;
}

.comicsbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.comicsbox img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .comicsbox img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .comicsbox img {
    width: 100%;
  }
}

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

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

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

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

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

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

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

/* リンク */
a {
  color: #011342;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
  color: #0098d8;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  height: 4em;
}
.btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 16em;
  height: 4em;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #011342;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2em;
}
.btn a:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn a:hover {
  color: #011342;
}
.btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

/* ================= 新着記事 ============================================================ */
ul.newslist {
  display: block;
}
@media screen and (max-width: 768px) {
  ul.newslist {
    width: 100%;
  }
}
ul.newslist li {
  margin-bottom: 1em;
  list-style-type: none;
}
ul.newslist li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ul.newslist li {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
ul.newslist li a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
}
ul.newslist li a span {
  display: block;
}
ul.newslist li a .date {
  color: #0098d8;
  font-weight: 700;
  margin-right: 1em;
}
ul.newslist li a .txt {
  transition: 0.3s ease;
  backface-visibility: hidden;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #011342;
  font-variation-settings: "wght" 500;
}
ul.newslist li a:hover .txt {
  color: #0e2e81;
}

/* ================= スタッフインタビュー一覧 ============================================================ */
ul.interviewlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding-bottom: 6em;
}
@media screen and (max-width: 480px) {
  ul.interviewlist {
    justify-content: flex-start;
  }
}
ul.interviewlist li.staffbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  ul.interviewlist li.staffbox {
    width: 33.3%;
  }
}
@media screen and (max-width: 480px) {
  ul.interviewlist li.staffbox {
    width: 50%;
  }
}
ul.interviewlist li.staffbox a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
}
ul.interviewlist li.staffbox a .staffimg {
  width: 100%;
}
ul.interviewlist li.staffbox a .staffimg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.interviewlist li.staffbox a .stafftxt {
  box-sizing: border-box;
  padding: 1em;
}
ul.interviewlist li.staffbox a .stafftxt .message {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}
ul.interviewlist li.staffbox a .stafftxt .type {
  font-variation-settings: "wght" 700;
  line-height: 1.5em;
  font-size: 0.8em;
}
ul.interviewlist li.staffbox a .stafftxt .date {
  font-size: 0.8em;
  font-variation-settings: "wght" 500;
  line-height: 1.875em;
}
ul.interviewlist li.staffbox a .shapeimg {
  position: absolute;
  top: 45%;
  left: 59%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
}
ul.interviewlist li.staffbox a .shapeimg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-165deg);
}

* {
  margin: 0;
  padding: 0;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  width: auto;
  position: relative;
  box-sizing: border-box;
  line-height: 2em;
  font-variation-settings: "wght" 500;
  letter-spacing: 0em;
  color: #011342;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}
body.is-menu-open {
  overflow: hidden;
  height: 100vh;
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
  z-index: auto;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 6em 0;
  }
}
.sec .secbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 6em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 4em;
  }
}

#frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#frame #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

#footer {
  z-index: 1;
}

.caution {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  background: #0098d8;
  color: #ffffff;
  z-index: 99999999;
}
@media screen and (max-width: 480px) and (min-aspect-ratio: 1/1) {
  .caution {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ----- フレーム ----- */
#frame {
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  overflow: hidden;
  z-index: 99999;
  /* ----- ヘッダー ----- */
  /* ----- 下にスクロール ----- */
  /* ----- 漫画ボタン ----- */
  /* ----- 最新情報 ----- */
  /* ----- 公式サイトリンク ----- */
}
#frame::before {
  position: absolute;
  top: -2em;
  left: -2em;
  right: -2em;
  bottom: -2em;
  content: "";
  width: calc(100% - 4em);
  height: calc(100% - 4em);
  border: 4em #ffffff solid;
  border-radius: 5em;
  z-index: 9999;
}
#frame li {
  list-style-type: none;
}
#frame a {
  text-decoration: none;
}
#frame #header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 2em;
  pointer-events: visible;
  z-index: 99999;
}
#frame #header .innerbox {
  padding: 0 2em;
}
#frame #header h1.logobox {
  font-size: 1vw;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3em;
  margin-left: 1em;
  transition: opacity 0.3s ease, margin 0.6s ease, width 0.6s ease, height 0.6s ease;
}
@media screen and (max-width: 768px) {
  #frame #header h1.logobox {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #frame #header h1.logobox {
    font-size: 3vw;
  }
}
#frame #header h1.logobox a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
#frame #header h1.logobox a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#frame #header h1.logobox a .svglogo {
  -webkit-mask-image: url(/images/logo_w.svg);
          mask-image: url(/images/logo_w.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
  background: #ffffff;
  display: inline-block;
  width: 18.5em;
  height: 2.2em;
}
#frame #header h1.logobox a .logotxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
#frame #header h1.logobox a .logotxt span {
  display: block;
}
#frame #header h1.logobox a .logotxt .eg {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: -0.1em;
}
#frame #header h1.logobox a .logotxt .jp {
  font-size: 0.7em;
  font-variation-settings: "wght" 500;
}
#frame #header h1.logobox.is-scroll, #frame #header h1.logobox.is-footer {
  margin: 0;
}
#frame #header h1.logobox.is-scroll a, #frame #header h1.logobox.is-footer a {
  flex-direction: row;
  align-items: center;
  color: #0098d8;
}
#frame #header h1.logobox.is-scroll a .svglogo, #frame #header h1.logobox.is-footer a .svglogo {
  background: #0098d8;
  width: 2.5em;
  height: 1.5em;
}
#frame .scrollnav {
  display: none;
  z-index: 99999;
}
#front-page #frame .scrollnav {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
  justify-content: center;
  top: 50%;
  right: 0;
  color: #011342;
  line-height: 2em;
  gap: 0.5em;
}
#front-page #frame .scrollnav .eg {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
}
#front-page #frame .scrollnav .ya {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#front-page #frame .scrollnav .ya .line {
  display: block;
  width: 0.1em;
  height: 5em;
  background: #011342;
}
#front-page #frame .scrollnav .ya img {
  width: 0.5em;
  height: 1em;
  margin-top: -0.1em;
  margin-left: 0.4em;
  animation: bounceArrow 1s ease-in-out infinite;
}
@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(-0.4em);
  }
  50% {
    transform: translateY(0);
  }
}
#frame .mangabtn {
  position: absolute;
  top: auto;
  left: 3.4em;
  right: auto;
  bottom: 3.4em;
  pointer-events: visible;
  opacity: 1;
  z-index: 99999;
  transition: transform 1s ease, bottom 1s ease, left 1s ease;
  /* 反時計回り */
}
@media screen and (max-width: 768px) {
  #frame .mangabtn.is-scroll a.btn_wrap {
    transform: scale(0.8);
  }
}
#frame .mangabtn.is-menu-open a.btn_wrap {
  opacity: 0;
  pointer-events: none;
}
#frame .mangabtn .wrap {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#frame .mangabtn .wrap a.btn_wrap {
  position: relative;
  display: block;
  width: 8.5em;
  height: 8.5em;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transform-origin: left bottom;
}
#frame .mangabtn .wrap a.btn_wrap:hover .btn_txt img {
  animation-play-state: paused;
}
#frame .mangabtn .wrap a.btn_wrap .btn_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.2em;
  height: 10.2em;
}
#frame .mangabtn .wrap a.btn_wrap .btn_txt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: rotate-text 10s linear infinite;
}
#frame .mangabtn .wrap a.btn_wrap .btn_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#frame .mangabtn .wrap a.btn_wrap .btn_img:hover {
  opacity: 0.8;
}
#frame .mangabtn .wrap a.btn_wrap .btn_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 1s ease;
}
#frame .mangabtn .wrap a.btn_wrap .btn_img img.rect {
  opacity: 0;
  pointer-events: none;
}
@keyframes rotate-text {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 769px) {
  #frame .mangabtn.is-footer {
    position: fixed;
    bottom: calc(50vh - 4.3em);
    left: calc(100% - 26.8em);
  }
  #frame .mangabtn.is-footer .wrap a.btn_wrap {
    width: 16.8em;
    height: 9.3em;
  }
  #frame .mangabtn.is-footer .wrap a.btn_wrap .btn_txt {
    opacity: 0;
  }
  #frame .mangabtn.is-footer .wrap a.btn_wrap .btn_img {
    border-radius: 0;
  }
  #frame .mangabtn.is-footer .wrap a.btn_wrap .btn_img .cir {
    opacity: 0;
    pointer-events: none;
  }
  #frame .mangabtn.is-footer .wrap a.btn_wrap .btn_img .rect {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #frame .mangabtn.is-footer .wrap a.btn_wrap .btn_img .rect {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #frame .mangabtn.is-footer .wrap a.btn_wrap {
    opacity: 0;
  }
}
#front-page #frame .mangabtn.is-opening {
  opacity: 0;
}
#front-page #frame .mangabtn.is-show .wrap {
  opacity: 1;
  pointer-events: visible;
}
#front-page #frame .mangabtn.is-top .wrap {
  transition-delay: 2.2s;
}
.is-up #front-page #frame .mangabtn.is-top .wrap .wrap {
  transition-delay: 0.3s;
}
#frame .latest_news {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  left: 2em;
  bottom: 0;
  pointer-events: visible;
  z-index: 99999;
}
#frame .latest_news a {
  display: flex;
  flex-wrap: wrap;
  height: 2em;
  align-items: center;
  gap: 0.5em;
}
#frame .latest_news a .date {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: -0.05em;
}
#frame .latest_news a .ttl {
  font-size: 0.8em;
  font-variation-settings: "wght" 700;
  line-height: 1em;
}
#frame .latest_news a:hover {
  color: #0098d8;
}
@media screen and (max-width: 768px) {
  #frame .latest_news {
    left: 0.5em;
    bottom: 2em;
  }
  #frame .latest_news a {
    width: 1em;
    height: auto;
    writing-mode: vertical-lr;
  }
}
#frame .official_link {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  right: 2em;
  bottom: 0;
  pointer-events: visible;
  z-index: 99999;
}
#frame .official_link a {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.5;
  filter: alpha(opacity=50);
  align-items: center;
  gap: 0.2em;
  color: #011342;
}
#frame .official_link a .eg {
  font-size: 0.8em;
}
#frame .official_link a:hover {
  color: #0098d8;
}
#frame .official_link a i {
  font-size: 0.8em;
  margin-top: -0.2em;
}

/* ----- エントリーボタン ----- */
.entry_btn {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 1em;
  pointer-events: visible;
  z-index: 99999;
  transition: transform 1s ease, bottom 1s ease, left 1s ease, opacity 0.3s ease;
  opacity: 1;
}
.entry_btn.is-scroll {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .entry_btn.is-footer {
    position: fixed;
    bottom: calc(50vh - 5em);
    left: 10em;
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .entry_btn.is-footer {
    opacity: 0;
    pointer-events: none;
  }
}
.entry_btn.is-menu-open {
  opacity: 0 !important;
  pointer-events: none;
  transition-delay: 0s !important;
}
#front-page .entry_btn {
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 1em;
  pointer-events: none;
  z-index: 99999;
  transition: transform 0.8s ease, bottom 0.8s ease, left 0.8s ease, opacity 0.3s ease;
}
#front-page .entry_btn.is-opening a {
  opacity: 0;
  pointer-events: none;
}
#front-page .entry_btn.is-show a {
  opacity: 1;
  pointer-events: visible;
}
#front-page .entry_btn.is-top {
  bottom: calc(50% - 12em);
}
#front-page .entry_btn.is-top a {
  transition-delay: 2.2s;
}
@media screen and (max-width: 768px) {
  #front-page .entry_btn.is-top {
    bottom: calc(50% - 15em);
  }
}
@media screen and (max-width: 480px) {
  #front-page .entry_btn.is-top {
    bottom: 50%;
  }
}
.is-up #front-page .entry_btn.is-top {
  transition-delay: 0.5s;
}
@media screen and (min-width: 769px) {
  #front-page .entry_btn.is-footer {
    position: fixed;
    bottom: calc(50vh - 5em);
    left: 10em;
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #front-page .entry_btn.is-footer {
    opacity: 0;
    pointer-events: none;
  }
}
#entry .entry_btn, #thanks .entry_btn {
  display: none;
}
.entry_btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 16em;
  height: 4em;
  height: 100%;
  background: linear-gradient(to right, #fc765c, #cd1768);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2em;
  min-width: 20em;
}
.entry_btn a:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry_btn a:hover {
  color: #ffffff;
}
.entry_btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn,
.hm_menu_wrap {
  display: block;
}

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

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  position: fixed;
  top: 0.5em;
  left: auto;
  right: 0.5em;
  bottom: auto;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(to bottom, #0e2e81, #1a4ccb, #0098d8);
  cursor: pointer;
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 1.25em;
  box-sizing: border-box;
  gap: 0.3em;
  pointer-events: visible;
}
.hm_btn::before, .hm_btn::after {
  background: #ffffff;
  display: block;
  content: "";
  position: relative;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s, width 0.2s;
}
.hm_btn::before {
  width: 2.5em;
  height: 0.1em;
}
.hm_btn::after {
  width: 2em;
  height: 0.1em;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  transform: rotate(45deg) translate3d(0.2em, 0.2em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  width: 2.5em;
  transform: rotate(-45deg) translate3d(0.1em, -0.1em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.8s ease;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 999;
  pointer-events: visible;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 100dvh;
  transition: scale 0.5s;
  border: none;
  background: #ffffff;
  scale: 0;
  transform-origin: center center;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(45deg, #0098d8, #0e2e81);
  min-height: 100dvh;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper {
    padding: 10em 0;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox {
    justify-content: center;
    gap: 6em;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox {
    display: none;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox a {
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logoimg {
  width: 18.85em;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logoimg {
    width: 24em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logoimg {
    width: 23em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logoimg.normal {
  display: none;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logoimg.white {
  display: block;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logoimg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logotxt {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logotxt {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logotxt {
    font-size: 1.2em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logotxt .eg {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 900;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .logotxt .jp {
  font-variation-settings: "wght" 500;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 16em;
  height: 4em;
  height: 100%;
  background: linear-gradient(to right, #fc765c, #cd1768);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2em;
  width: 20em;
  height: 4em;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .btn a:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .btn a:hover {
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .btn a {
    width: 24em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .logobox .btn a {
    width: 23em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox {
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul {
    width: 100%;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul li {
  line-height: 2em;
  margin-bottom: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul li:last-child {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul li {
    width: 100%;
    font-size: 1.2em;
    line-height: 2.5em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul li a {
  display: inline-block;
  font-variation-settings: "wght" 700;
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox ul li a .egtxt {
  display: block;
  font-size: 2em;
  line-height: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .bannerbox {
  width: 16.8em;
  height: 9.3em;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .bannerbox {
    width: 100%;
    height: auto;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .bannerbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .undernav {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  right: 0;
  align-items: center;
  gap: 1.2em;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .undernav {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .undernav li {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 0.8em;
  font-variation-settings: "wght" 500;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .undernav li {
    font-size: 1em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .undernav li i {
  margin-left: 0.1em;
  margin-top: -0.2em;
}
.hm_menu_wrap .hm_inner .menucontent .wrapper .innerbox .navbox .undernav .copyright {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  font-weight: 700;
}

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

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  height: 100dvh;
}
#footer.sec {
  padding: 0;
}
#footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #d8ecf4;
  height: 100dvh;
}
#footer .wrapper .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5em;
  }
}
@media screen and (max-width: 768px) and (min-aspect-ratio: 5/6) {
  #footer .wrapper .innerbox {
    font-size: 1.5vh;
  }
}
#footer .wrapper .innerbox .logobox {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .wrapper .innerbox .logobox a {
  display: inline-block;
}
#footer .wrapper .innerbox .logobox .logoimg {
  width: 18.85em;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .logobox .logoimg {
    width: 24em;
  }
}
@media screen and (max-width: 480px) {
  #footer .wrapper .innerbox .logobox .logoimg {
    width: 23em;
  }
}
#footer .wrapper .innerbox .logobox .logoimg.normal {
  display: block;
}
#footer .wrapper .innerbox .logobox .logoimg.white {
  display: none;
}
#footer .wrapper .innerbox .logobox .logoimg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .wrapper .innerbox .logobox .logotxt {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .logobox .logotxt {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #footer .wrapper .innerbox .logobox .logotxt {
    font-size: 1.2em;
  }
}
#footer .wrapper .innerbox .logobox .logotxt .eg {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 900;
}
#footer .wrapper .innerbox .logobox .logotxt .jp {
  font-variation-settings: "wght" 500;
}
#footer .wrapper .innerbox .logobox .btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .logobox .btn {
    opacity: 1;
    pointer-events: visible;
    text-align: center;
  }
}
#footer .wrapper .innerbox .logobox .btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 16em;
  height: 4em;
  height: 100%;
  background: linear-gradient(to right, #fc765c, #cd1768);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2em;
  width: 20em;
  height: 4em;
}
#footer .wrapper .innerbox .logobox .btn a:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#footer .wrapper .innerbox .logobox .btn a:hover {
  color: #ffffff;
}
#footer .wrapper .innerbox .logobox .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .logobox .btn a {
    width: 24em;
  }
}
@media screen and (max-width: 480px) {
  #footer .wrapper .innerbox .logobox .btn a {
    width: 23em;
  }
}
#footer .wrapper .innerbox .navbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .navbox {
    flex-direction: column;
    justify-content: center;
  }
}
#footer .wrapper .innerbox .navbox .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .navbox .footer-nav {
    justify-content: center;
  }
}
#footer .wrapper .innerbox .navbox .footer-nav ul li {
  line-height: 2em;
  font-variation-settings: "wght" 700;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .navbox .footer-nav ul li {
    font-size: 1.2em;
    line-height: 2.5em;
  }
}
#footer .wrapper .innerbox .navbox .footer-nav ul li a {
  color: #011342;
}
#footer .wrapper .innerbox .navbox .bannerbox {
  width: 16.8em;
  height: 9.3em;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .navbox .bannerbox {
    opacity: 1;
    pointer-events: all;
    width: 24em;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #footer .wrapper .innerbox .navbox .bannerbox {
    width: 23em;
  }
}
#footer .wrapper .innerbox .navbox .bannerbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .wrapper .innerbox .navbox .undernav {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  bottom: -3.5em;
  right: 0;
  align-items: center;
  gap: 1.2em;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .navbox .undernav {
    position: relative;
    right: auto;
    bottom: 0;
    justify-content: center;
  }
}
#footer .wrapper .innerbox .navbox .undernav li {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 0.8em;
  font-variation-settings: "wght" 500;
}
@media screen and (max-width: 768px) {
  #footer .wrapper .innerbox .navbox .undernav li {
    font-size: 1em;
  }
}
#footer .wrapper .innerbox .navbox .undernav li i {
  margin-left: 0.1em;
  margin-top: -0.2em;
}
#footer .wrapper .innerbox .navbox .undernav .copyright {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  font-weight: 700;
  margin-bottom: -0.25em;
}
#footer li {
  list-style-type: none;
}
#footer a {
  text-decoration: none;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body #front-page li,
body #header li,
body #footer li {
  list-style-type: none;
}
body #front-page a,
body #header a,
body #footer a {
  text-decoration: none;
}

.tcw {
  color: #ffffff;
}

#opening {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  background: #172443;
  perspective: 600em; /* 奥行き感 */
  overflow: hidden;
}
#opening .optxt,
#opening .bgimg {
  transform-style: preserve-3d;
}
#opening .optxt {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 1.5em;
  line-height: 2em;
  color: #ffffff;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  #opening .optxt {
    font-size: 1.2em;
    line-height: 2em;
  }
}
#opening .optxt span {
  opacity: 0;
}
#opening .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#opening .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.secbg {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  z-index: 1;
}
.secbg .secbg_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  backface-visibility: hidden;
  contain: paint;
}
.secbg .videoimg,
.secbg .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .secbg .videoimg,
  .secbg .videobox {
    display: none;
  }
}
.secbg .videobox {
  opacity: 0;
  pointer-events: none;
}
.secbg .videoimg {
  display: block;
}
@media screen and (max-width: 768px) {
  .secbg .videoimg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.secbg .blendfilter,
.secbg .transfilter,
.secbg .colorfilter,
.secbg .ptnfilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.secbg .blendfilter {
  background: linear-gradient(45deg, #0098d8, #1a4ccb);
  mix-blend-mode: overlay;
  z-index: 2;
}
.secbg .transfilter {
  background: linear-gradient(45deg, #0098d8, #1a4ccb);
  opacity: 0.25;
  z-index: 3;
}
.secbg .ptnfilter {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #0098d8; /* ドットをこの色にする */
  -webkit-mask-image: url("/images/pattern.png");
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-image: url("/images/pattern.png");
  mask-repeat: repeat;
  mask-size: auto;
  z-index: 4;
}
.secbg.type01 .ptnfilter {
  background: #1a4ccb;
}
.secbg.type02 .blendfilter {
  background: linear-gradient(45deg, #6acffa, #0098d8);
  mix-blend-mode: hue;
}
.secbg.type02 .transfilter {
  background: linear-gradient(45deg, #98e0fe, #0098d8);
}
.secbg.type02 .ptnfilter {
  background: #6acffa;
}
.secbg.type03 .transfilter {
  opacity: 0.4;
}
.secbg.type03 .ptnfilter {
  background: #0e2e81;
}
.secbg.type04 .ptnfilter {
  background: #0098d8;
}

main#fullpage .secnav {
  position: fixed;
  top: 50%;
  left: auto;
  right: 3em;
  bottom: 0;
  transform: translate(0, -50%);
  display: flex;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
  z-index: 10;
}
main#fullpage .secnav ul.navlist {
  list-style-type: none;
  text-align: right;
  margin-right: 0.8em;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
main#fullpage .secnav ul.navlist li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  line-height: 2em;
}
main#fullpage .secnav ul.navlist li a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  text-decoration: none;
}
main#fullpage .secnav ul.navlist li a::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.7em;
  bottom: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
  content: "";
  margin-top: -0.06em;
  width: 0.7165em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0e2e81;
  z-index: 1;
  transition: all 1s ease;
  transform-origin: center center;
}
main#fullpage .secnav ul.navlist li a .navtxt,
main#fullpage .secnav ul.navlist li a:visited .navtxt,
main#fullpage .secnav ul.navlist li a:hover .navtxt {
  color: #ffffff;
}
main#fullpage .secnav ul.navlist li .navtxt {
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: #ffffff;
  transition: all 1s ease;
}
@media screen and (max-width: 480px) {
  main#fullpage .secnav ul.navlist li .navtxt {
    visibility: hidden;
  }
}
main#fullpage .secnav ul.navlist li .navmaru {
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.5em;
  bottom: auto;
  transform: translate(0, -50%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  width: 1em;
  height: 100%;
  transform-origin: center center;
}
main#fullpage .secnav ul.navlist li .navmaru::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  content: "";
  width: 0.1em;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  transition: all 1s ease;
  transform-origin: center center;
}
main#fullpage .secnav ul.navlist li .navmaru::after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  content: "";
  margin-top: -0.06em;
  width: 0.517em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  transition: all 1s ease;
  transform-origin: center center;
}
main#fullpage .secnav ul.navlist li.is-active a::after {
  width: 0.7165em;
  opacity: 1;
  margin-top: -0.2em;
}
main#fullpage .secnav ul.navlist li.is-active a .navtxt {
  font-size: 1.5em;
}
main#fullpage .secnav ul.navlist li.is-active a .navmaru::after {
  width: 0.7165em;
  opacity: 1;
  background: #0e2e81;
  margin-top: -0.2em;
}
main#fullpage .secnav ul.navlist li:first-of-type .navmaru::before {
  transform: translate(-50%, 0);
  height: 50%;
}
main#fullpage .secnav ul.navlist li:last-of-type .navmaru::before {
  top: 0;
  transform: translate(-50%, 0);
  height: 50%;
}
.secnav-visible main#fullpage .secnav ul.navlist {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.secnav-b main#fullpage .secnav ul.navlist li .navtxt {
  color: #0e2e81;
}
.secnav-b main#fullpage .secnav ul.navlist li .navmaru::before {
  background: #0e2e81;
}
.secnav-b main#fullpage .secnav ul.navlist li .navmaru::after {
  background: #0e2e81;
}
.secnav-b main#fullpage .secnav ul.navlist li a .navtxt,
.secnav-b main#fullpage .secnav ul.navlist li a:visited .navtxt,
.secnav-b main#fullpage .secnav ul.navlist li a:hover .navtxt {
  color: #0e2e81;
}
main#fullpage .content {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
main#fullpage .content.topbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  transform-origin: center bottom;
}
main#fullpage .content.leftbox {
  top: 0;
  left: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  transform-origin: right center;
}
main#fullpage .content.rightbox {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  transform-origin: left center;
}
main#fullpage .content.bottombox {
  top: 50vh;
  left: 0;
  width: 100%;
  height: 50vh;
  transform-origin: top center;
}
main#fullpage .content.centerbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform-origin: center center;
}
main#fullpage .content.normalbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform-origin: center center;
}
main#fullpage .content .wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main#fullpage .content .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 6em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage .content .wrap {
    padding: 4em;
  }
}
@media screen and (max-width: 768px) {
  main#fullpage .content.topbox {
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    transform-origin: center bottom;
  }
  main#fullpage .content.topbox .wrap {
    align-items: flex-end;
    padding-bottom: 2em;
  }
  main#fullpage .content.leftbox {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 50vh;
    transform-origin: center bottom;
  }
  main#fullpage .content.leftbox .wrap {
    align-items: flex-end;
    padding-bottom: 2em;
  }
  main#fullpage .content.rightbox {
    top: 50vh;
    left: 0;
    width: 100%;
    height: 50vh;
    transform-origin: center top;
  }
  main#fullpage .content.rightbox .wrap {
    align-items: flex-start;
    padding-top: 2em;
  }
  main#fullpage .content.bottombox {
    top: 50vh;
    left: 0;
    width: 100%;
    height: 50vh;
    transform-origin: top center;
  }
  main#fullpage .content.bottombox .wrap {
    align-items: flex-start;
    padding-top: 2em;
  }
}
main#fullpage #top-atf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main#fullpage #top-atf .flowbox {
  position: absolute;
  top: 37%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
}
main#fullpage #top-atf .flowbox .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 300em;
  animation: loop-txt-atf 18s linear infinite;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-atf .flowbox .flow-wrapper {
    width: 200em;
  }
}
main#fullpage #top-atf .flowbox .flow-wrapper .item {
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15em;
  font-weight: 900;
  line-height: 1em;
  background: linear-gradient(to bottom, #0e2e81 0%, #1a4ccb 50%, #0098d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-atf .flowbox .flow-wrapper .item {
    font-size: 10em;
  }
}
@keyframes loop-txt-atf {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
main#fullpage #top-atf .staffbox {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
main#fullpage #top-atf .staffbox .slidecontainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main#fullpage #top-atf .staffbox .slidecontainer .slideitem {
  width: 23em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform-origin: center center;
  opacity: 0;
}
@media (min-aspect-ratio: 5/2) {
  main#fullpage #top-atf .staffbox .slidecontainer .slideitem {
    width: auto;
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-atf .staffbox .slidecontainer .slideitem {
    width: auto;
    height: 40vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-atf .staffbox .slidecontainer .slideitem {
    top: 73%;
  }
}
main#fullpage #top-atf .staffbox .slidecontainer .slideitem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(-1.4em -0.5em 0.5em rgba(1, 19, 66, 0.25));
}
main#fullpage #top-atf .centerbox .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  main#fullpage #top-atf .centerbox .wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-atf .centerbox .wrap .sectxtbox {
    position: relative;
    bottom: 65%;
  }
}
main#fullpage #top-atf .centerbox .wrap .sectxtbox h2.maincopy {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 4em;
  line-height: 1.5em;
  margin-right: -1em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-atf .centerbox .wrap .sectxtbox h2.maincopy {
    font-size: 2em;
    writing-mode: vertical-rl;
    line-height: 2em;
    margin-right: 0;
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-atf .centerbox .wrap .sectxtbox h2.maincopy {
    writing-mode: horizontal-tb;
    line-height: 1.5em;
    margin-right: -1em;
    margin-left: 0;
  }
}
main#fullpage #top-atf .centerbox .wrap .sectxtbox h2.maincopy .ls {
  font-size: 1.75em;
}
main#fullpage #top-atf .centerbox .wrap .sectxtbox h2.maincopy .ms {
  font-size: 1.125em;
}
main#fullpage #top-message .leftbox {
  z-index: 1;
}
main#fullpage #top-message .leftbox .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .leftbox .wrap {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
main#fullpage #top-message .leftbox .wrap .sectxtbox {
  width: -moz-fit-content;
  width: fit-content;
  height: 30em;
  margin-right: -3em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .leftbox .wrap .sectxtbox {
    height: auto;
    margin-right: 0;
  }
}
main#fullpage #top-message .leftbox .wrap .sectxtbox .secheader .subttl {
  white-space: nowrap;
}
main#fullpage #top-message .leftbox .wrap .sectxtbox p.sectxt {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
  padding-bottom: 0;
}
main#fullpage #top-message .rightbox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .rightbox .wrap {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-message .rightbox .wrap {
    justify-content: flex-start;
  }
}
main#fullpage #top-message .rightbox .wrap .decobox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .rightbox .wrap .decobox {
    margin-top: 0em;
    margin-left: 6em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-message .rightbox .wrap .decobox {
    margin-left: 7em;
  }
}
main#fullpage #top-message .rightbox .wrap .decobox .imgbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
main#fullpage #top-message .rightbox .wrap .decobox .imgbox .douro {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 30em;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .rightbox .wrap .decobox .imgbox .douro {
    width: auto;
    height: 30vh;
  }
}
main#fullpage #top-message .rightbox .wrap .decobox .imgbox .shapes {
  position: absolute;
  top: 5.5em;
  left: -12em;
  right: auto;
  bottom: auto;
  width: 42em;
  transform: rotate(-41deg);
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .rightbox .wrap .decobox .imgbox .shapes {
    width: auto;
    height: 23vh;
    top: 5vh;
    left: -15vh;
  }
}
main#fullpage #top-message .rightbox .wrap .decobox .txtbox {
  position: absolute;
  top: auto;
  left: -2em;
  right: auto;
  bottom: -1em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .rightbox .wrap .decobox .txtbox {
    left: -10vh;
  }
}
main#fullpage #top-message .rightbox .wrap .decobox .txtbox span {
  font-size: 10em;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(to top, #0098d8 0%, #1a4ccb 50%, #0e2e81 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-message .rightbox .wrap .decobox .txtbox span {
    font-size: 10vh;
  }
}
main#fullpage #top-company .topbox .largetxt {
  font-size: 15em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-company .topbox .largetxt {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: 0.05em;
    left: 0.15em;
    font-size: 9em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-company .topbox .largetxt {
    top: 0.18em;
    left: 0.25em;
    font-size: 6em;
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-company .bottombox .wrap {
    padding: 2em 0 0 0;
  }
}
main#fullpage #top-company .bottombox .wrap .flowbox {
  position: relative;
  top: 15%;
  transform: translate(0, -10%);
  width: 100%;
  overflow: hidden;
}
main#fullpage #top-company .bottombox .wrap .flowbox .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 200%;
  animation: loop-img-company 18s linear infinite;
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-company .bottombox .wrap .flowbox .flow-wrapper {
    width: 300%;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-company .bottombox .wrap .flowbox .flow-wrapper {
    width: 400%;
  }
}
main#fullpage #top-company .bottombox .wrap .flowbox .flow-wrapper .item {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
main#fullpage #top-company .bottombox .wrap .flowbox .flow-wrapper .item img {
  width: 98%;
  height: auto;
}
@keyframes loop-img-company {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-company .rightbox {
    top: 0;
    transform-origin: center bottom;
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-company .rightbox .wrap {
    align-items: flex-end;
  }
}
main#fullpage #top-company .rightbox .wrap .sectxtbox {
  position: relative;
  top: 22%;
}
main#fullpage #top-job .leftbox {
  z-index: 1;
}
main#fullpage #top-job .leftbox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .leftbox .wrap {
    padding-left: 6em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .leftbox .wrap {
    padding-left: 4em;
  }
}
main#fullpage #top-job .rightbox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 7.5em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .wrap {
    justify-content: center;
    align-items: flex-start;
    padding-left: 6em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .wrap {
    padding-left: 4em;
  }
}
main#fullpage #top-job .rightbox .pentagram {
  position: relative;
  width: 25em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: transparent;
  /* どれかのボタンが選択されたら背景を出す */
  /* 中心からの距離（調整用） */
  --radius: 15em;
  /* radioは非表示 */
  /* 円ボタン共通 */
  /* 中央 */
  /* 切り替え制御 */
}
main#fullpage #top-job .rightbox .pentagram:has(input[type=radio]:checked) {
  background: linear-gradient(to bottom, #0e2e81, #0098d8);
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram {
    width: auto;
    height: 30vh;
    --radius: 18vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram {
    height: 25vh;
    --radius: 14vh;
  }
}
main#fullpage #top-job .rightbox .pentagram input {
  display: none;
}
main#fullpage #top-job .rightbox .pentagram .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10em;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 10;
  /* 中心 → 回転 → 半径分移動 */
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius)));
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .btn {
    width: auto;
    height: 11vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .btn {
    height: 9vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .btn .btn-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  place-items: center;
  align-items: flex-end;
  transform: rotate(calc(-1 * var(--angle)));
  transition: transform 0.3s ease, background 0.3s;
}
main#fullpage #top-job .rightbox .pentagram .btn .btn-inner img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0);
  top: -1em;
  left: 50%;
  width: auto;
  height: 6.5em;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .btn .btn-inner img {
    height: 7vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .btn .btn-inner img {
    height: 6vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .btn .btn-inner span {
  line-height: 1.2em;
  text-align: center;
  font-variation-settings: "wght" 700;
  margin-bottom: 2em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .btn .btn-inner span {
    font-size: 1.2vh;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .btn .btn-inner span {
    font-size: 1vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .btn.b1 .btn-inner span {
  margin-bottom: 1.5em;
}
main#fullpage #top-job .rightbox .pentagram .b1 {
  --angle: 0deg;
}
main#fullpage #top-job .rightbox .pentagram .b2 {
  --angle: 72deg;
}
main#fullpage #top-job .rightbox .pentagram .b3 {
  --angle: 144deg;
}
main#fullpage #top-job .rightbox .pentagram .b4 {
  --angle: 216deg;
}
main#fullpage #top-job .rightbox .pentagram .b5 {
  --angle: 288deg;
}
main#fullpage #top-job .rightbox .pentagram .center {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  color: #ffffff;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
}
main#fullpage #top-job .rightbox .pentagram .center::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  content: "";
  width: 30em;
  height: auto;
  aspect-ratio: 1/1;
  border: 1em solid #1a4ccb;
  border-radius: 50%;
  opacity: 0.5;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center::before {
    width: auto;
    height: 38vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center::before {
    height: 32vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 4.4em;
  padding-top: 6em;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item {
    padding: 6vh 5vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center .item {
    padding: 4vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item.c0 {
  opacity: 1;
  padding: 0 2em;
  padding-top: 4em;
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center .item.c0 {
    padding: 0 2vh;
    padding-top: 4vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item.c0 .jptxt {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 2em;
  line-height: 1.25em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item.c0 .jptxt {
    font-size: 2vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center .item.c0 .jptxt {
    font-size: 1.5vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item.c0 .egltxt {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10em;
  line-height: 0.9em;
  font-weight: 700;
  background: linear-gradient(to bottom, #0e2e81, #1a4ccb, #0098d8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item.c0 .egltxt {
    font-size: 12vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center .item.c0 .egltxt {
    font-size: 9vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item.c0 .egstxt {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  color: #1a4ccb;
  margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item.c0 .egstxt {
    font-size: 0.8vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item .job-number {
  display: inline-block;
  width: 100%;
}
main#fullpage #top-job .rightbox .pentagram .center .item .job-number .egtxt {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item .job-number .egtxt {
    font-size: 1vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item .job-number .num {
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item .job-number .num {
    font-size: 4vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center .item .job-number .num {
    font-size: 3vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item .job-name {
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  font-variation-settings: "wght" 900;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item .job-name {
    font-size: 1.5vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-job .rightbox .pentagram .center .item .job-name {
    font-size: 1.2vh;
  }
}
main#fullpage #top-job .rightbox .pentagram .center .item .job-txt {
  display: inline-block;
  text-align: left;
  font-size: 0.9em;
  font-variation-settings: "wght" 500;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-job .rightbox .pentagram .center .item .job-txt {
    font-size: 1vh;
  }
}
main#fullpage #top-job .rightbox .pentagram #btn1:checked ~ .center .c0,
main#fullpage #top-job .rightbox .pentagram #btn2:checked ~ .center .c0,
main#fullpage #top-job .rightbox .pentagram #btn3:checked ~ .center .c0,
main#fullpage #top-job .rightbox .pentagram #btn4:checked ~ .center .c0,
main#fullpage #top-job .rightbox .pentagram #btn5:checked ~ .center .c0 {
  opacity: 0;
}
main#fullpage #top-job .rightbox .pentagram #btn1:checked ~ .center .c1,
main#fullpage #top-job .rightbox .pentagram #btn2:checked ~ .center .c2,
main#fullpage #top-job .rightbox .pentagram #btn3:checked ~ .center .c3,
main#fullpage #top-job .rightbox .pentagram #btn4:checked ~ .center .c4,
main#fullpage #top-job .rightbox .pentagram #btn5:checked ~ .center .c5 {
  opacity: 1;
}
main#fullpage #top-job .rightbox .pentagram #btn1:checked + .b1 .btn-inner,
main#fullpage #top-job .rightbox .pentagram #btn2:checked + .b2 .btn-inner,
main#fullpage #top-job .rightbox .pentagram #btn3:checked + .b3 .btn-inner,
main#fullpage #top-job .rightbox .pentagram #btn4:checked + .b4 .btn-inner,
main#fullpage #top-job .rightbox .pentagram #btn5:checked + .b5 .btn-inner {
  background: rgb(255, 255, 255);
}
main#fullpage #top-interview.sec {
  padding: 0;
  align-items: flex-start;
}
main#fullpage #top-interview .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
}
main#fullpage #top-interview .centerbox .bgtxt {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translate(0, -25%);
  width: 100%;
  overflow: hidden;
}
main#fullpage #top-interview .centerbox .bgtxt .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 400em;
  animation: loop-txt-interview 18s linear infinite;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .centerbox .bgtxt .flow-wrapper {
    width: 240em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-interview .centerbox .bgtxt .flow-wrapper {
    width: 160em;
  }
}
main#fullpage #top-interview .centerbox .bgtxt .flow-wrapper .item {
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25em;
  font-weight: 900;
  line-height: 1em;
  color: #132a63;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .centerbox .bgtxt .flow-wrapper .item {
    font-size: 15em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-interview .centerbox .bgtxt .flow-wrapper .item {
    font-size: 10em;
  }
}
@keyframes loop-txt-interview {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .leftbox {
    top: 0;
    height: 100vh;
    transform-origin: center center;
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .leftbox .wrap {
    padding: 0;
  }
}
main#fullpage #top-interview .leftbox .staffbox {
  position: relative;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .leftbox .staffbox {
    width: 100%;
  }
}
main#fullpage #top-interview .leftbox .staffbox .staffimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: visible;
  overflow: hidden;
  z-index: 1;
}
main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer .slideitem {
  position: absolute;
  top: 50%;
  left: 14em;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  width: 23em;
  height: auto;
  filter: blur(0px);
}
@media (min-aspect-ratio: 5/2) {
  main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer .slideitem {
    width: auto;
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer .slideitem {
    width: auto;
    height: 40vh;
    top: 65%;
    left: auto;
    right: 50%;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer .slideitem {
    right: 43%;
    height: 38vh;
  }
}
main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer .slideitem a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main#fullpage #top-interview .leftbox .staffbox .staffimg .slidecontainer .slideitem a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(-1.4em -0.5em 0.5em rgba(1, 19, 66, 0.25));
}
main#fullpage #top-interview .leftbox .staffbox .stafftxt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer .slideitem {
  position: absolute;
  top: 50%;
  left: 34em;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  color: #ffffff;
  width: 15em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer .slideitem {
    font-size: 1.2em;
    top: 65%;
    left: 50%;
    width: 15em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer .slideitem {
    width: 8em;
  }
}
main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer .slideitem .message {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}
main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer .slideitem .type {
  font-variation-settings: "wght" 700;
  line-height: 1.5em;
}
main#fullpage #top-interview .leftbox .staffbox .stafftxt .slidecontainer .slideitem .date {
  font-size: 0.8em;
  font-variation-settings: "wght" 500;
  line-height: 1.875em;
}
main#fullpage #top-interview .leftbox .staffbox .shapesimg {
  position: absolute;
  top: 50%;
  left: 10em;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  width: 40em;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .leftbox .staffbox .shapesimg {
    top: 65%;
    left: 55%;
    transform: translate(-64%, -50%);
    width: 45vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-interview .leftbox .staffbox .shapesimg {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vh;
  }
}
main#fullpage #top-interview .leftbox .staffbox .shapesimg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-180deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .rightbox {
    top: 0;
    transform-origin: center bottom;
  }
}
main#fullpage #top-interview .rightbox .wrap {
  top: 42%;
  transform: translateY(-50%);
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 10em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-interview .rightbox .wrap {
    height: 100%;
    top: auto;
    transform: translateY(0);
    padding: 6em 6em 1em 6em;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-interview .rightbox .wrap {
    padding: 4em 4em 1em 4em;
  }
}
main#fullpage #top-survey .innerbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .innerbox {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
main#fullpage #top-survey .leftbox {
  z-index: 1;
}
main#fullpage #top-survey .leftbox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15.7em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .leftbox .wrap {
    align-items: flex-end;
    padding-left: 6em;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .leftbox .wrap {
    padding-left: 4em;
  }
}
main#fullpage #top-survey .rightbox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap {
    align-items: flex-start;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox {
    height: 23vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox {
    height: 20vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  color: #82d9fd;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) {
    left: 36%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) {
    left: 30%;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) .ttl {
  font-size: 3em;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) .ttl {
    font-size: 3.5vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) .ttl {
    font-size: 3vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) .ratio {
  font-size: 10em;
  margin-bottom: -0.2em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) .ratio {
    font-size: 12vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(1) .ratio {
    font-size: 10vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 9.25em;
  right: auto;
  bottom: auto;
  color: #0098d8;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) {
    left: 48%;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) .ttl {
  font-size: 2.5em;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) .ttl {
    font-size: 3vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) .ttl {
    font-size: 2.5vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) .ratio {
  font-size: 7.5em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) .ratio {
    font-size: 8.5vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(2) .ratio {
    font-size: 7.5vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) {
  position: absolute;
  top: auto;
  left: 23em;
  right: auto;
  bottom: 2em;
  color: #ffffff;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) {
    top: 50%;
    left: 72%;
    transform: translateX(-50%);
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) {
    left: 80%;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) .ttl {
  font-size: 2em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) .ttl {
    font-size: 2.5vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) .ttl {
    font-size: 2vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) .ratio {
  font-size: 6em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) .ratio {
    font-size: 7vh;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-survey .rightbox .wrap .resultsbox .item:nth-of-type(3) .ratio {
    font-size: 6vh;
  }
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item .ttl {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  white-space: nowrap;
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item .ratio {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.8em;
}
main#fullpage #top-survey .rightbox .wrap .resultsbox .item .ratio .per {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-worklife .bottombox {
    top: 0;
    transform-origin: center bottom;
  }
}
main#fullpage #top-worklife .bottombox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  main#fullpage #top-worklife .bottombox .wrap {
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  main#fullpage #top-worklife .bottombox .wrap {
    padding: 0;
  }
}
main#fullpage #top-worklife .bottombox .wrap .flowbox {
  width: 100%;
  z-index: 10;
}
main#fullpage #top-worklife .bottombox .wrap .flowbox .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 260em;
  animation: loop-txt-atf 18s linear infinite;
}
@media screen and (max-width: 480px) {
  main#fullpage #top-worklife .bottombox .wrap .flowbox .flow-wrapper {
    width: 200em;
  }
}
main#fullpage #top-worklife .bottombox .wrap .flowbox .flow-wrapper .item {
  width: 50%;
  display: inline-block;
  white-space: nowrap;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12.5em;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  main#fullpage #top-worklife .bottombox .wrap .flowbox .flow-wrapper .item {
    font-size: 10em;
  }
}
@keyframes loop-txt-atf {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
main#fullpage #top-worklife .forward-mov-img {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 10em;
  transform-style: preserve-3d;
  z-index: 20;
}
main#fullpage #top-worklife .forward-mov-img .movbox {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate3d(-50%, -50%, -200em);
  opacity: 0;
  width: 5em;
  height: auto;
  transform-origin: center center;
}
main#fullpage #top-worklife .forward-mov-img .movbox img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
main#fullpage #top-worklife .forward-mov-img .movbox:nth-of-type(1) {
  animation: forward-mov-img-1 7s ease-in-out infinite;
  animation-delay: 1s;
}
main#fullpage #top-worklife .forward-mov-img .movbox:nth-of-type(2) {
  animation: forward-mov-img-2 7s ease-in-out infinite;
  animation-delay: 2s;
}
main#fullpage #top-worklife .forward-mov-img .movbox:nth-of-type(3) {
  animation: forward-mov-img-3 7s ease-in-out infinite;
}
@keyframes forward-mov-img-1 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-120%, -60%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-img-2 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(40%, 50%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-img-3 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(20%, -100%, 10em);
    filter: blur(2px);
  }
}
main#fullpage #top-worklife .forward-mov-txt {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 10em;
  transform-style: preserve-3d;
  z-index: 30;
}
main#fullpage #top-worklife .forward-mov-txt .movbox {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate3d(-50%, -50%, -200em);
  opacity: 0;
  width: 10em;
  height: auto;
  transform-origin: center center;
}
main#fullpage #top-worklife .forward-mov-txt .movbox span {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  display: block;
  white-space: nowrap;
  font-size: 1em;
  color: #0e2e81;
}
main#fullpage #top-worklife .forward-mov-txt .movbox:nth-of-type(1) {
  animation: forward-mov-txt-1 7s ease-in-out infinite;
}
main#fullpage #top-worklife .forward-mov-txt .movbox:nth-of-type(2) {
  animation: forward-mov-txt-2 7s ease-in-out infinite;
  animation-delay: 5s;
}
main#fullpage #top-worklife .forward-mov-txt .movbox:nth-of-type(3) {
  animation: forward-mov-txt-3 7s ease-in-out infinite;
  animation-delay: 3s;
}
main#fullpage #top-worklife .forward-mov-txt .movbox:nth-of-type(4) {
  animation: forward-mov-txt-4 7s ease-in-out infinite;
  animation-delay: 4s;
}
main#fullpage #top-worklife .forward-mov-txt .movbox:nth-of-type(5) {
  animation: forward-mov-txt-5 7s ease-in-out infinite;
  animation-delay: 6s;
}
main#fullpage #top-worklife .forward-mov-txt .movbox:nth-of-type(6) {
  animation: forward-mov-txt-6 7s ease-in-out infinite;
  animation-delay: 1s;
}
@keyframes forward-mov-txt-1 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-80%, -100%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-txt-2 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, -90%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-txt-3 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 20%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-txt-4 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-20%, -120%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-txt-5 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(20%, -60%, 10em);
    filter: blur(2px);
  }
}
@keyframes forward-mov-txt-6 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, -200em);
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-30%, 50%, 10em);
    filter: blur(2px);
  }
}
main#fullpage #top-worklife .content:last-of-type .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* スクロール量を作るダミー */
#fp-spacer {
  height: 700vh; /* セクション数 */
}

/* ---------- オープニングアニメーション ---------- */
body.is-opening {
  overflow: hidden;
}

/* ---------- ファーストビューアニメーション ---------- */
#front-page #frame::before {
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 2s;
}
#front-page #frame #header {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#front-page #frame .mangabtn .wrap {
  opacity: 0;
}
#front-page #frame .hm_btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#front-page #frame .latest_news,
#front-page #frame .official_link {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#front-page #frame .scrollnav {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#front-page #frame.is-active::before {
  opacity: 1;
}
#front-page #frame.is-active #header,
#front-page #frame.is-active .hm_btn,
#front-page #frame.is-active .mangabtn .wrap {
  opacity: 1;
  transition-delay: 2.2s;
}
#front-page #frame.is-active .latest_news,
#front-page #frame.is-active .official_link {
  opacity: 1;
  transition-delay: 2.4s;
}
#front-page #frame.is-active .scrollnav {
  opacity: 0.5;
  transition-delay: 2.6s;
}

/* ---------- 全画面スクロール ---------- */
#fullpage {
  position: fixed;
  inset: 0;
  height: 100dvh;
  overflow: hidden;
  z-index: 1;
  /* -- セクション背景 -- */
  /* -- セクション待機状態 -- */
}
#fullpage #bg_layer .secbg {
  visibility: hidden;
  pointer-events: none;
  clip-path: circle(0% at 50% 50%);
  transition-property: visibility, clip-path;
  /* -- セクション表示状態 -- */
  /* -- セクション離脱状態 -- */
}
#fullpage #bg_layer .secbg .secbg_inner .ptnfilter,
#fullpage #bg_layer .secbg .secbg_inner .transfilter,
#fullpage #bg_layer .secbg .secbg_inner .blendfilter {
  transform: scale(0);
}
#fullpage #bg_layer .secbg .secbg_inner .videoimg {
  transform: translate(-50%, -50%) scale(0);
  opacity: 1;
}
#fullpage #bg_layer .secbg .secbg_inner .videobox {
  opacity: 0;
}
#fullpage #bg_layer .secbg.is-active {
  visibility: visible;
  pointer-events: auto;
  clip-path: circle(120% at 50% 50%);
}
#fullpage #bg_layer .secbg.is-active .secbg_inner .ptnfilter,
#fullpage #bg_layer .secbg.is-active .secbg_inner .transfilter,
#fullpage #bg_layer .secbg.is-active .secbg_inner .blendfilter {
  transform: scale(1);
}
#fullpage #bg_layer .secbg.is-active .secbg_inner .videoimg {
  transform: translate(-50%, -50%) scale(1);
}
#fullpage #bg_layer .secbg.is-video-active .secbg_inner .videoimg {
  opacity: 0;
}
#fullpage #bg_layer .secbg.is-video-active .secbg_inner .videobox {
  opacity: 1;
}
#fullpage #bg_layer .secbg.is-leave {
  visibility: hidden;
  pointer-events: none;
  clip-path: circle(120% at 50% 50%);
}
#fullpage #bg_layer .secbg.is-leave .secbg_inner .ptnfilter,
#fullpage #bg_layer .secbg.is-leave .secbg_inner .transfilter,
#fullpage #bg_layer .secbg.is-leave .secbg_inner .blendfilter {
  transform: scale(2);
}
#fullpage #bg_layer .secbg.is-leave .secbg_inner .videoimg {
  transform: translate(-50%, -50%) scale(2);
}
#fullpage .scroll-sec {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  inset: 0;
  width: 100%;
  height: 100dvh;
  align-items: center;
  overflow: hidden;
  transform-origin: center center;
  visibility: hidden;
  pointer-events: none;
  /* -- セクション表示状態 -- */
  /* -- セクション離脱状態 -- */
}
#fullpage .scroll-sec .content {
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}
#fullpage .scroll-sec .content.topbox {
  transform: scale(0);
}
#fullpage .scroll-sec .content.leftbox {
  transform: scale(0) rotate(15deg);
}
#fullpage .scroll-sec .content.rightbox {
  transform: scale(0) rotate(-15deg);
}
#fullpage .scroll-sec .content.bottombox {
  transform: scale(0);
}
#fullpage .scroll-sec .content.centerbox {
  transform: scale(0) rotate(-15deg);
}
#fullpage .scroll-sec .content.normalbox {
  transform: scale(0);
}
#fullpage .scroll-sec.is-active {
  visibility: visible;
  pointer-events: auto;
}
#fullpage .scroll-sec.is-active .content {
  opacity: 1;
  transform: scale(1) rotate(0);
}
#fullpage .scroll-sec.is-leave {
  visibility: hidden;
  pointer-events: none;
}
#fullpage .scroll-sec.is-leave .content {
  opacity: 0;
  transform: scale(3);
}
#fullpage .scroll-sec.is-leave .content.topbox {
  transform: scale(3);
}
#fullpage .scroll-sec.is-leave .content.leftbox {
  transform: scale(3) rotate(-15deg);
}
#fullpage .scroll-sec.is-leave .content.rightbox {
  transform: scale(3) rotate(15deg);
}
#fullpage .scroll-sec.is-leave .content.bottombox {
  transform: scale(3);
}
#fullpage .scroll-sec.is-leave .content.centerbox {
  transform: scale(3) rotate(15deg);
}
#fullpage .scroll-sec.is-leave .content.normalbox {
  transform: scale(3);
}

/* ===============================
   スクロール方向別 制御
=============================== */
/* ▼ 下スクロール（今まで通り）
   背景 → コンテンツ
------------------------------- */
.is-down #fullpage .secbg.is-ready {
  transition: visibility 2s ease, clip-path 3s ease;
}
.is-down #fullpage .secbg.is-ready .secbg_inner .ptnfilter,
.is-down #fullpage .secbg.is-ready .secbg_inner .transfilter,
.is-down #fullpage .secbg.is-ready .secbg_inner .blendfilter {
  transition: transform 1s ease;
}
.is-down #fullpage .secbg.is-ready .secbg_inner .videoimg {
  transition: transform 1s ease, opacity 0.5s ease;
}
.is-down #fullpage .secbg.is-ready .secbg_inner .videobox {
  transition: opacity 0.5s ease;
}
.is-down #fullpage .secbg.is-active {
  transition: visibility 2s ease, clip-path 3s ease;
}
.is-down #fullpage .secbg.is-active .secbg_inner .ptnfilter,
.is-down #fullpage .secbg.is-active .secbg_inner .transfilter,
.is-down #fullpage .secbg.is-active .secbg_inner .blendfilter,
.is-down #fullpage .secbg.is-active .secbg_inner .videoimg {
  transition: transform 1s ease;
}
.is-down #fullpage .secbg.is-active .secbg_inner .videoimg {
  transition: transform 1s ease, opacity 0.5s ease;
}
.is-down #fullpage .secbg.is-active .secbg_inner .videobox {
  transition: opacity 0.5s ease;
}
.is-down #fullpage .secbg.is-leave {
  transition: visibility 2s ease, clip-path 3s ease;
  transition-delay: 0.5s;
}
.is-down #fullpage .secbg.is-leave .secbg_inner .ptnfilter,
.is-down #fullpage .secbg.is-leave .secbg_inner .transfilter,
.is-down #fullpage .secbg.is-leave .secbg_inner .blendfilterg {
  transition: transform 1s ease;
}
.is-down #fullpage .secbg.is-leave .secbg_inner .videoimg {
  transition: transform 1s ease, opacity 0.5s ease;
}
.is-down #fullpage .secbg.is-leave .secbg_inner .videobox {
  transition: opacity 0.5s ease;
}
.is-down #fullpage .scroll-sec.is-ready {
  transition: visibility 2s ease;
}
.is-down #fullpage .scroll-sec.is-ready .content {
  transition: opacity 1s ease, transform 1.2s ease;
  transition-delay: 0.5s;
}
.is-down #fullpage .scroll-sec.is-active {
  transition: visibility 2s ease;
}
.is-down #fullpage .scroll-sec.is-active .content {
  transition: opacity 1s ease, transform 1.2s ease;
  transition-delay: 0.5s;
}
.is-down #fullpage .scroll-sec.is-leave {
  transition: visibility 2s ease;
}
.is-down #fullpage .scroll-sec.is-leave .content {
  transition: opacity 1s ease, transform 1.2s ease;
  transition-delay: 0s;
}

/* ▼ 上スクロール
   コンテンツ → 背景
------------------------------- */
.is-up #fullpage .secbg.is-leave {
  transition: visibility 2s ease, clip-path 1s ease;
}
.is-up #fullpage .secbg.is-leave .secbg_inner .ptnfilter,
.is-up #fullpage .secbg.is-leave .secbg_inner .transfilter,
.is-up #fullpage .secbg.is-leave .secbg_inner .blendfilter,
.is-up #fullpage .secbg.is-leave .secbg_inner .videoimg {
  transition: transform 3s ease;
  transition-delay: 0.3s;
}
.is-up #fullpage .secbg.is-leave .secbg_inner .videoimg,
.is-up #fullpage .secbg.is-leave .secbg_inner .videobox {
  transition: opacity 0.5s ease;
}
.is-up #fullpage .secbg.is-active {
  transition: visibility 2s ease, clip-path 1s ease;
}
.is-up #fullpage .secbg.is-active .secbg_inner .ptnfilter,
.is-up #fullpage .secbg.is-active .secbg_inner .transfilter,
.is-up #fullpage .secbg.is-active .secbg_inner .blendfilter,
.is-up #fullpage .secbg.is-active .secbg_inner .videoimg {
  transition: transform 3s ease;
  transition-delay: 0.3s;
}
.is-up #fullpage .secbg.is-ready {
  transition: visibility 2s ease, clip-path 1s ease;
}
.is-up #fullpage .secbg.is-ready .secbg_inner .ptnfilter,
.is-up #fullpage .secbg.is-ready .secbg_inner .transfilter,
.is-up #fullpage .secbg.is-ready .secbg_inner .blendfilter,
.is-up #fullpage .secbg.is-ready .secbg_inner .videoimg {
  transition: transform 3s ease;
  transition-delay: 0.3s;
}
.is-up #fullpage .scroll-sec.is-leave {
  transition: visibility 2s ease;
}
.is-up #fullpage .scroll-sec.is-leave .content {
  transition: opacity 1s ease, transform 1.2s ease;
  transition-delay: 0s;
}
.is-up #fullpage .scroll-sec.is-active {
  transition: visibility 2s ease;
}
.is-up #fullpage .scroll-sec.is-active .content {
  transition: opacity 1s ease, transform 1.2s ease;
  transition-delay: 0s;
}
.is-up #fullpage .scroll-sec.is-ready {
  transition: visibility 2s ease;
}
.is-up #fullpage .scroll-sec.is-ready .content {
  transition: opacity 1s ease, transform 1.2s ease;
  transition-delay: 0s;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #movbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}
body #movbg .videobox {
  bottom: 0;
}
body#front-page #movbg {
  display: none;
}
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  background: transparent;
  padding: 10em 0;
  padding-bottom: 8em;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
}
body #page-header.interview-page {
  padding: 0;
}
body #page-header.interview-page .mainimg {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body #page-header.interview-page .mainimg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  body #page-header.interview-page .mainimg img.display-pc {
    display: none;
  }
}
body #page-header.interview-page .mainimg img.display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body #page-header.interview-page .mainimg img.display-sp {
    display: block;
  }
}
body #page-header.interview-page .innerbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 11em;
}
@media screen and (max-width: 1350px) {
  body #page-header.interview-page .innerbox {
    padding-left: 10em;
  }
}
@media screen and (max-width: 768px) {
  body #page-header.interview-page .innerbox {
    padding-top: 12em;
    padding-left: 4em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header.interview-page .innerbox {
    padding-top: 8.5em;
    padding-left: 2.5em;
  }
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 2.5em;
  }
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25em;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 1em;
  }
}
body #page-header .page_ttl .archive_date {
  padding-left: 1em;
}
body #page-header .page_ttl .archive_date .year {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 1.2em;
  padding-right: 0.2em;
}
body #page-header .page_ttl .archive_date .month {
  font-size: 1.8em;
}
body #page-header .btn {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 0;
  right: 10em;
}
@media screen and (max-width: 768px) {
  body #page-header .btn {
    right: 6em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .btn {
    right: 4em;
  }
}
body #page-header .btn a {
  padding: 1em 2em;
}

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

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
.archive_sec {
  padding: 0;
}
.archive_sec .innerbox {
  background: #edf4f7;
  padding-top: 6em;
}

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

#footer-post {
  color: #ffffff;
  background: #0098d8;
}
#footer-post.sec {
  padding: 6em 0;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-post .innerbox li {
  list-style-type: none;
}
#footer-post .innerbox .pf_ttl {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  padding-bottom: 1em;
}
#footer-post .innerbox .post_sec,
#footer-post .innerbox .archive_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec,
  #footer-post .innerbox .archive_sec {
    width: 100%;
  }
}
#footer-post .innerbox .post_sec ul li a,
#footer-post .innerbox .archive_sec ul li a {
  color: #ffffff !important;
}
#footer-post .innerbox .post_sec ul li a span,
#footer-post .innerbox .archive_sec ul li a span {
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    padding-bottom: 4em;
  }
}
#footer-post .innerbox .archive_sec ul.m_list li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec select {
  font-family: "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-variation-settings: "wght" 500;
  line-height: 1.5em;
  padding-bottom: 0.2em;
  border: none;
  border-bottom: #ffffff solid 0.15em;
  background: #0098d8;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec select {
    width: auto;
  }
}
#footer-post .innerbox .archive_sec .btn a {
  padding: 1em 2em;
}
#footer-post .innerbox .line {
  width: 0.1em;
  height: auto;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .line {
    width: 100%;
    height: 0.1em;
    margin-bottom: 4em;
  }
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: -4em;
  padding-bottom: 8em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header {
    padding-bottom: 6em;
  }
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
  /* 日付 */
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-variation-settings: "wght" 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1350px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox .date {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.5em;
  padding-right: 1em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost #entry-header .innerbox .date .year {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#newspost #entry-header .innerbox .date .md {
  font-size: 1.5em;
  padding-left: 0.25em;
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 4em 0;
  background: #19a6e2;
}
#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: 1.5em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #ffffff;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #ffffff;
  text-decoration: none;
}
@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: #ffffff;
}
#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;
}

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

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #edf4f7;
}

.sec_bg2 {
  background: #d8ecf4;
}

.sec_bg3 {
  background: #0098d8;
  color: #ffffff;
}

.sec_bg4 {
  background: transparent;
  color: #ffffff;
}

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

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 6em;
}
.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 .btn {
  margin-bottom: 4em;
}
.partspage-ctt .btn a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 16em;
  height: 4em;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #011342;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2em;
  min-width: 15em;
}
.partspage-ctt .btn a:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partspage-ctt .btn a:hover {
  color: #011342;
}
.partspage-ctt .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.partspage-ctt .btn a span {
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
}
.partspage-ctt .sec_bg3 .btn a,
.partspage-ctt .sec_bg4 .btn a {
  color: #011342;
}
.partspage-ctt .sec_bg3 .btn a:hover,
.partspage-ctt .sec_bg4 .btn a:hover {
  color: #011342;
}
.partspage-ctt .card-btn {
  margin-bottom: 0;
  margin-top: 1em;
}
.partspage-ctt .card-btn div {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 16em;
  height: 4em;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #011342;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0 2em;
  min-width: auto !important;
  width: 90%;
  background: #ffffff;
  padding-top: 1.5em;
  color: #011342;
}
.partspage-ctt .card-btn div:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partspage-ctt .card-btn div:hover {
  color: #011342;
}
.partspage-ctt .card-btn div span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.partspage-ctt .card-btn div:hover {
  background: #ffffff;
  color: #011342;
}
.partspage-ctt .card-btn div span {
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #0098d8;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -8%;
  bottom: auto;
}
.sec_bg2 .imgcard_flow ul li::after, .sec_bg4 .imgcard_flow ul li::after {
  color: #edf4f7;
}
.imgcard_flow.imgcard_l2 ul li::after {
  top: 44%;
}
.imgcard_flow.imgcard_l3 ul li::after {
  top: 41%;
}
.imgcard_flow.imgcard_l4 ul li::after {
  top: 36%;
}
.imgcard_flow.imgcard_l5 ul li::after {
  top: 32%;
}
.imgcard_flow.imgcard_l6 ul li::after {
  top: 30%;
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #0098d8;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec_bg2 .imgcard_l1_tb.imgcard_flow ul li::after, .sec_bg4 .imgcard_l1_tb.imgcard_flow ul li::after {
    color: #edf4f7;
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  .imgcard_l2_tb.imgcard_flow ul li::after {
    top: 32%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
  .imgcard_l3_tb.imgcard_flow ul li::after {
    top: 28%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_sp.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #0098d8;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec_bg2 .imgcard_l1_sp.imgcard_flow ul li::after, .sec_bg4 .imgcard_l1_sp.imgcard_flow ul li::after {
    color: #edf4f7;
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li::after {
    top: 28%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li::after {
    top: 18%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts_img img {
    width: 100%;
  }
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4em;
}
.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 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;
  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_img {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.5em;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-variation-settings: "wght" 700;
  line-height: 1.5em;
  margin-bottom: 0.2em;
  text-decoration: none;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

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

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

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

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

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

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

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

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.partspage-ctt img.rd {
  border-radius: 1em;
}
.partspage-ctt img.cir {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 1em;
  padding: 4em;
  margin: 0 auto;
  margin-bottom: 4em;
  background: #ffffff;
  color: #011342;
  /* 見出し */
}
@media screen and (max-width: 1350px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-variation-settings: "wght" 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #0098d8;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list li .li_ttl,
.order_list li .li_ttl,
.check_list li .li_ttl {
  font-size: 1.2em;
  font-variation-settings: "wght" 900;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.no_list li .li_ttl + .li_txt,
.order_list li .li_ttl + .li_txt,
.check_list li .li_ttl + .li_txt {
  display: block;
}
.no_list li .li_txt,
.order_list li .li_txt,
.check_list li .li_txt {
  text-indent: initial;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul {
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #0098d8;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
  padding-left: 1.5em;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.2em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #0098d8;
  margin-left: -1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

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

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-variation-settings: "wght" 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 1em;
  text-align: left;
  overflow: hidden;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0.2em;
  gap: 0.2em;
  overflow: hidden;
  background: inherit;
  color: #011342;
}
.table ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table ul li {
    border-radius: 1em;
  }
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li.table_li .row_th {
  color: #ffffff;
  background: linear-gradient(to right, #0e2e81, #0098d8);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-variation-settings: "wght" 900;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .row_th {
    border-right: none;
    border-bottom: none;
  }
}
.table ul li.table_li .row_th .col_th_sp {
  color: #ffffff;
}
.table ul li.table_li .col_th {
  color: #ffffff;
  background: linear-gradient(to right, #0e2e81, #0098d8);
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-variation-settings: "wght" 900;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  background: #ffffff;
  padding: 1.5em 1em;
  font-size: 1em;
  font-variation-settings: "wght" 500;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.table ul li .table_td {
  width: auto;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
  }
}
.table ul li:last-child {
  border-bottom: none;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  color: #0098d8;
  /* 見出し */
  /* リスト */
}
.sec_bg3 .note_list, .sec_bg4 .note_list {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.note_list.bgcolor {
  padding: 4em;
  background: #ffffff;
  color: #82d9fd;
  border-radius: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1350px) {
  .note_list.bgcolor {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list.bgcolor {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list.bgcolor {
    padding: 1.5em;
  }
}
.note_list h3,
.note_list h4 {
  font-variation-settings: "wght" 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list 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-variation-settings: "wght" 500;
  line-height: 1.7em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  font-family: "neuzeit-grotesk", "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-variation-settings: "wght" 900;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 4em;
  /* 横並び共通 */
}
.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: 4em;
  }
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-variation-settings: "wght" 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.3em;
  }
}
.tl_box .tl ul {
  list-style: none inside;
  text-align: left;
  display: table;
  width: auto;
  /* 最後の点線 */
}
.tl_box .tl ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: table-row;
}
.tl_box .tl ul li:first-child::before {
  top: 2em;
}
.tl_box .tl ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.tl_box .tl ul li .tl_time,
.tl_box .tl ul li .tl_txt {
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-size: 1.2em;
  font-variation-settings: "wght" 900;
  text-align: right;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-variation-settings: "wght" 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #0098d8 solid 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.sec_bg3 .tl_box .tl ul li .tl_txt::before {
  border-color: #ffffff;
}
.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: #0098d8;
  z-index: 2;
}
.sec_bg3 .tl_box .tl ul li .tl_txt::after {
  background: #ffffff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-variation-settings: "wght" 700;
  padding-bottom: 0.5em;
}
.tl_box .tl ul li .tl_img {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 1em;
}
.tl_box .tl ul li .tl_img img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #0098d8 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec_bg3 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-right: #ffffff dotted 0.25em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============== 余白ゼロ ========================================================= */
.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 .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 .btnbox:last-child,
.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,
.partspage-ctt .sec .innerbox .balloon_list:last-child {
  margin-bottom: 0;
}

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

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

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 4em;
  /* 大きな数字 */
}
.parts_hd .hd_en {
  display: block;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0098d8;
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec_bg3 .parts_hd .hd_en, .sec_bg4 .parts_hd .hd_en {
  color: #ffffff;
}
.parts_hd .hd_jp {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #0098d8;
  display: block;
  font-size: 2em;
  line-height: 1;
}
.sec_bg3 .parts_hd .hd_jp, .sec_bg4 .parts_hd .hd_jp {
  color: #ffffff;
}
.parts_hd:has(.hd_jp) .hd_en {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}

.parts-h4 {
  font-variation-settings: "wght" 700;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

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

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

.tw_l {
  width: 100%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a {
  text-decoration: underline;
  color: #0098d8;
}
.partspage-ctt a:hover {
  color: #0e2e81;
}
.partspage-ctt .sec_bg3 a,
.partspage-ctt .sec_bg4 a {
  color: #ffffff;
}
.partspage-ctt .sec_bg3 a:hover,
.partspage-ctt .sec_bg4 a:hover {
  color: #ffffff;
}
.partspage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-variation-settings: "wght" 700;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-variation-settings: "wght" 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-variation-settings: "wght" 500;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-variation-settings: "wght" 400;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #0098d8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

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

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 4em;
  margin-bottom: 4em;
  border-radius: 1em;
  background: #ffffff;
  color: #011342;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-variation-settings: "wght" 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

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

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.imgcard_l2 .youtube_box,
.imgcard_l3 .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== インタビュー一覧ページYoutube動画 ========================================================= */
.interview_youtube {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 6em 0;
  background: #0098d8;
}
@media screen and (max-width: 768px) {
  .interview_youtube {
    padding: 6em;
  }
}
@media screen and (max-width: 480px) {
  .interview_youtube {
    padding: 4em;
  }
}
.interview_youtube .youtube_box {
  width: 60%;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview_youtube .youtube_box {
    width: 100%;
  }
}

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

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

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

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 2em;
  background: #ffffff;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  color: #011342;
  border-radius: 1em;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .formbox {
    padding: 1.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form label.formctt .formname {
    padding-right: 0;
  }
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #011342;
  font-size: 1em;
  font-variation-settings: "wght" 500;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: #edf4f7 solid 0.1em;
  background: #edf4f7;
}
.formbox .wpcf7-form input[type=text]::-moz-placeholder, .formbox .wpcf7-form input[type=email]::-moz-placeholder, .formbox .wpcf7-form input[type=tel]::-moz-placeholder, .formbox .wpcf7-form input[type=date]::-moz-placeholder, .formbox .wpcf7-form select::-moz-placeholder, .formbox .wpcf7-form textarea::-moz-placeholder {
  color: #0e2e81;
  opacity: 0.4; /* 透明度を調整（0.0～1.0） */
}
.formbox .wpcf7-form input[type=text]::placeholder,
.formbox .wpcf7-form input[type=email]::placeholder,
.formbox .wpcf7-form input[type=tel]::placeholder,
.formbox .wpcf7-form input[type=date]::placeholder,
.formbox .wpcf7-form select::placeholder,
.formbox .wpcf7-form textarea::placeholder {
  color: #0e2e81;
  opacity: 0.4; /* 透明度を調整（0.0～1.0） */
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-variation-settings: "wght" 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  font-family: "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75em;
  font-variation-settings: "wght" 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  height: 4em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #0098d8 url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #edf4f7;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  height: 4em;
}
.formbox .wpcf7-form input[type=submit]:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #0098d8 url("images/ya_w.svg") no-repeat right 0.8em top 50%;
  background-size: auto 1em;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #011342;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #0098d8;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #0098d8;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: inherit;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #011342 dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-variation-settings: "wght" 400 !important;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: "source-han-sans-jp-variable", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75em;
  font-variation-settings: "wght" 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  height: 4em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  box-shadow: 0 0.5em 0.5em rgba(1, 19, 66, 0.3);
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #0098d8 url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #edf4f7;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  height: 4em;
  border-radius: 4em;
  width: 10em !important;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  box-shadow: 0 0 0.5em rgba(1, 19, 66, 0);
  transform: translate(0em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #0098d8 url("images/ya_w.svg") no-repeat right 0.8em top 50%;
  background-size: auto 1em;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding-left: 2em;
    padding-right: 2em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #ccc;
  border: #ccc solid 2px;
  color: #ffffff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
  padding-right: 3em;
}/*# sourceMappingURL=style.css.map */