@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ネクサスイノベーション
Author: 株式会社ジャンプス

*/
* {
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.7vw;
  }
}

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

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

#header {
  width: 10em;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  box-sizing: border-box;
  padding: 1.5em;
  z-index: 999;
}

.fix_menu {
  width: 8em;
  height: 8em;
  position: fixed;
  top: auto;
  left: 1em;
  right: auto;
  bottom: 1em;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .fix_menu {
    position: fixed;
    top: 1em;
    left: auto;
    right: 1em;
    bottom: auto;
  }
}

.fix_btn {
  position: fixed;
  top: 3em;
  left: auto;
  right: 10em;
  bottom: auto;
  z-index: 999;
  transition: 1s ease;
  backface-visibility: hidden;
}
.fix_btn.scroll {
  top: 1em;
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 1.5em;
  }
}
#front-page #footer {
  padding-top: 0;
}

/* 欧文フォント */
.eg {
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
}

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

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

.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;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

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

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

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* ===========================================================================================================
　　　　　　　　　アニメーション
=========================================================================================================== */
/* ================= 回転テキスト ============================================================ */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* ================= サイズ変化 ============================================================ */
/* -------------------------- メニューボタン用 ------------------------------------------- */
@keyframes size_anm {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* -------------------------- 宇宙船の炎 ------------------------------------------- */
@keyframes fire_size_anm {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/* ================= ふわふわ動く ============================================================ */
/* -------------------------- 上下にふわふわ ------------------------------------------- */
@keyframes dizzy_anm {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 1em);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, 0.5em);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* -------------------------- 角度を変えながら左右にふわふわ ------------------------------------------- */
@keyframes dizzy_anm2 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    transform: rotate(15deg) translate(1em, 0);
  }
  75% {
    transform: rotate(-10deg) translate(0.5em, 0);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
/* ================= 宇宙船動き ============================================================ */
@keyframes spaceship_anm {
  0% {
    transform: scale(2, 2) translate(80%, 80%);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
  }
  10% {
    transform: scale(1, 1) translate(0%, 60%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  20% {
    transform: scale(0.5, 0.5) translate(50%, 50%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  30% {
    transform: scale(0.75, 0.75) translate(0%, 35%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  35% {
    transform: scale(0.5, 0.5) translate(60%, -35%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  40% {
    transform: scale(0.3, 0.3) translate(70%, -100%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
  }
  50% {
    transform: scale(0.1, 0.1) translate(-250%, -200%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
  }
  60% {
    transform: scale(1, 1) translate(25%, 50%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  70% {
    transform: scale(0.5, 0.5) translate(75%, 15%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  80% {
    transform: scale(0.5, 0.5) translate(0%, 200%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  90% {
    transform: scale(0.3, 0.3) translate(100%, 300%);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10;
  }
  100% {
    transform: scale(0.1, 0.1) translate(-200%, 800%);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
  }
}
/* ================= 透明度変化 ============================================================ */
/* -------------------------- 電球ちらつき ------------------------------------------- */
@keyframes flickering_anm {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  45% {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  77.5% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  82.5% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  85% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  90% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* -------------------------- テレビ文字 ------------------------------------------- */
@keyframes tv_anm {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  42.5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  45% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  47.5% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  90% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* ================= ひょっこり出現（右から左に出現） ============================================================ */
/* ================= ひょっこり出現（左から右に出現） ============================================================ */
/* ================= 花火アニメーション ============================================================ */
/* ================= モバイル採用情報テキスト透明度・高さ変化 ============================================================ */
@keyframes rec_anm {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
  }
  62.5% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 4em;
  }
  87.5% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 4em;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
  }
}
/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@keyframes flowani1 {
  0% {
    transform: translateX(12em);
  }
  to {
    transform: translateX(-12em);
  }
}
@keyframes flowani2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-24em);
  }
}
/* ================= 左から右に流れ続けるアニメーション ============================================================ */
@keyframes flowani3 {
  0% {
    transform: translateX(-9em);
  }
  to {
    transform: translateX(9em);
  }
}
@keyframes flowani4 {
  0% {
    transform: translateX(-18em);
  }
  to {
    transform: translateX(0);
  }
}
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
@media screen and (min-width: 481px) and (min-width: 769px) {
  #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: 481px) and (max-width: 768px) and (min-aspect-ratio: 100000/99999) {
  #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 (max-width: 768px) and (max-aspect-ratio: 1/1) {
  #front-page section.on2 .lazyload0.lazyloaded, #front-page section.on2 .lazyload1.lazyloaded, #front-page section.on2 .lazyload2.lazyloaded, #front-page section.on2 .lazyload3.lazyloaded, #front-page section.on2 .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.on2 .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on2 .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on2 .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on2 .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) {
  #front-page section.on2 .lazyload0.lazyloaded, #front-page section.on2 .lazyload1.lazyloaded, #front-page section.on2 .lazyload2.lazyloaded, #front-page section.on2 .lazyload3.lazyloaded, #front-page section.on2 .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.on2 .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on2 .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on2 .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on2 .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 5/6) {
  #front-page section.on3 .lazyload0.lazyloaded, #front-page section.on3 .lazyload1.lazyloaded, #front-page section.on3 .lazyload2.lazyloaded, #front-page section.on3 .lazyload3.lazyloaded, #front-page section.on3 .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.on3 .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on3 .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on3 .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.on3 .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  color: #1460d1;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #00b7ed;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
.btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  padding: 0.28em 3.5em 0.48em 3.5em;
  color: #000;
  border: #000 solid 0.12em;
  border-radius: 1.5em;
}
.btn a:hover {
  color: #00b7ed;
  background: #000;
  transform: translate(0, 0.2em);
}
.freepage-ctt .btn a {
  text-decoration: none;
}

/* ================= 新着記事 ============================================================ */
.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.post_list li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post_list li:nth-child(1) {
  transition-delay: 0.2s;
}
.post_list li:nth-child(2) {
  transition-delay: 0.4s;
}
.post_list li:nth-child(3) {
  transition-delay: 0.6s;
}
.post_list li:nth-child(4) {
  transition-delay: 0.8s;
}
.post_list li:nth-child(5) {
  transition-delay: 1s;
}
.post_list li:nth-child(6) {
  transition-delay: 1.2s;
}
.post_list li:nth-child(7) {
  transition-delay: 1.4s;
}
.post_list li:nth-child(8) {
  transition-delay: 1.6s;
}
.post_list li:nth-child(9) {
  transition-delay: 1.8s;
}
.post_list li:nth-child(10) {
  transition-delay: 2s;
}
.post_list li:first-child a {
  border-top: #000 solid 0.1em;
}
.post_list li a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  border-bottom: #000 solid 0.1em;
  color: #000;
  text-decoration: none;
  /* -------------------------- マウスオーバー ------------------------------------------- */
}
.post_list li a .post_ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 2em 0;
  transform-origin: 0 50%;
  transition: 0.3s ease;
  backface-visibility: hidden;
  /* 日付 ------------------------------------------- */
  /* タイトル ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .post_list li a .post_ctt {
    display: block;
  }
}
.post_list li a .post_ctt .date {
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .post_list li a .post_ctt .date {
    padding-right: 0.6em;
  }
}
@media screen and (max-width: 480px) {
  .post_list li a .post_ctt .date {
    width: 100%;
    font-size: 1.25em;
    padding-right: 0;
    padding-bottom: 0.5em;
  }
}
.post_list li a .post_ctt .date .year {
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: top;
  padding-right: 0.2em;
}
.post_list li a .post_ctt .date .md {
  font-size: 1.5em;
  font-weight: 700;
}
.post_list li a .post_ctt .post_ttl {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  font-size: 1.2em;
  line-height: 1.25em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .post_list li a .post_ctt .post_ttl {
    width: 100%;
    flex: none;
    font-size: 1em;
  }
}
@media screen and (min-width: 769px) {
  .post_list li a:hover .post_ctt {
    transform: scale(1.05, 1.05) translate(0.25em, 0);
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  /* -------------------------- ロゴ ------------------------------------------- */
}
#header .logo {
  font-size: 1em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* &.bgw {
     img {
       &.bg_black {
         #front-page & {
           @include opa(0);
           @include tb {
             @media screen and (max-aspect-ratio: 1/1) {
               @include opa(1);
             }
           }
           @include sp {
             @include opa(1);
           }
         }
       }
       &.bg_white {
         #front-page & {
           @include opa(1);
           @include tb {
             @media screen and (max-aspect-ratio: 1/1) {
               @include opa(0);
             }
           }
           @include sp {
             @include opa(0);
           }
         }
       }
     }

     span {
       color: $tc !important;
     }
   }
   &.bgw2 {
     img {
       &.bg_black {
         #front-page & {
           @include tb {
             @media screen and (max-aspect-ratio: 1/1) {
               @include opa(0);
             }
           }
           @include sp {
             @include opa(0);
           }
         }
       }
       &.bg_white {
         #front-page & {
           @include tb {
             @media screen and (max-aspect-ratio: 1/1) {
               @include opa(1);
             }
           }
           @include sp {
             @include opa(1);
           }
         }
       }
     }

     span {
       color: $tc !important;
     }
   }
   &.bgw3 {
     img {
       &.bg_black {
         #front-page & {
           @include mintb {
             @media screen and (max-aspect-ratio: 5/6) {
               @include opa(0);
             }
           }
         }
       }
       &.bg_white {
         #front-page & {
           @include mintb {
             @media screen and (max-aspect-ratio: 5/6) {
               @include opa(1);
             }
           }
         }
       }
     }
   }*/
  /* 読込アニメーション ------------------------------------------- */
  filter: blur(100px);
}
#header .logo a {
  display: inline-block;
  text-decoration: none;
}
#header .logo a:hover {
  transform: scale(1.1);
}
#header .logo .recruit {
  margin-top: 1.25em;
  position: relative;
}
#header .logo .recruit img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
#header .logo .recruit span {
  padding-top: 2em;
  color: #000;
  display: block;
  line-height: 1;
  font-size: 0.75em;
  font-weight: 700;
  transition: color 1s ease;
}
#front-page #header .logo .recruit span {
  color: #fff;
}
#header .logo img {
  width: 100%;
  height: auto;
  transition: 1s ease;
  backface-visibility: hidden;
  /* 背景色で切り替え ------------------------------------------- */
}
#header .logo img.bg_black {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  /* トップページの時 */
}
#front-page #header .logo img.bg_black {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .logo img.bg_white {
  /* トップページの時 */
}
#front-page #header .logo img.bg_white {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .logo.lazyloaded {
  filter: blur(0px);
}

/* ================= 固定ボタン ============================================================ */
.fix_btn {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  /* -------------------------- 共通（募集要項ボタン） ------------------------------------------- */
}
.fix_btn .btn {
  /* -------------------------- エントリーボタン ------------------------------------------- */
}
.fix_btn .btn a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 4em;
  display: flex;
  align-items: center;
  font-size: 1em;
  padding-left: 2em;
  padding-right: 2em;
  border: none;
  border-radius: 2em;
  background: #ccc;
}
.fix_btn .btn a:hover {
  background: #000;
  color: #fff;
}
#front-page .fix_btn .btn a:hover {
  background: #fff;
  color: #000;
}
.fix_btn .btn.btn_entry {
  padding-left: 0.75em;
}
.fix_btn .btn.btn_entry a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-weight: 900;
  padding-left: 2em;
  padding-right: 1em;
  background: #fff927;
  color: #000;
  /* 非常口の画像 */
  /* マウスオーバー ------------------------------------------- */
}
.fix_btn .btn.btn_entry a img {
  width: 6em;
  height: auto;
  margin-left: 0.1em;
}
.fix_btn .btn.btn_entry a:hover {
  background: #fff927;
  color: #000;
}
#front-page .fix_btn .btn.btn_entry a:hover {
  background: #fff927;
}
.fix_btn .btn.btn_entry a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* =======================================================================================================================
　　　　　　　　　スマートフォン共通ナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.fix_menu {
  transition: 0.3s ease;
  backface-visibility: hidden;
  /*&.bgw {
      .menu_btn {
          &::before {
              #front-page & {
                  @include opa(1);
                  @include tb {
                      @media screen and (max-aspect-ratio: 1/1) {
                          @include opa(0);
                      }
                  }
                  @include sp {
                      @include opa(0);
                  }
              }
          }
      }
  }
  &.bgw2 {
      .menu_btn {
          &::before {
              #front-page & {
                  @include tb {
                      @media screen and (max-aspect-ratio: 1/1) {
                          @include opa(1);
                      }
                  }
                  @include sp {
                      @include opa(1);
                  }
              }
          }
      }
  }
  &.bgw3 {
      .menu_btn {
          &::before {
              #front-page & {
                  @include mintb {
                      @media screen and (max-aspect-ratio: 5/6) {
                          @include opa(1);
                      }
                  }
              }
          }
      }
  }*/
  /* 白文字 */
  /*&.bgw {
      .menu_btn {
          &::after {
              #front-page & {
                  @include opa(0);
                  @include tb {
                      @media screen and (max-aspect-ratio: 1/1) {
                          @include opa(1);
                      }
                  }
                  @include sp {
                      @include opa(1);
                  }
              }
          }
      }
  }
  &.bgw2 {
      .menu_btn {
          &::after {
              #front-page & {
                  @include tb {
                      @media screen and (max-aspect-ratio: 1/1) {
                          @include opa(0);
                      }
                  }
                  @include sp {
                      @include opa(0);
                  }
              }
          }
      }
  }
  &.bgw3 {
      .menu_btn {
          &::after {
              #front-page & {
                  @include mintb {
                      @media screen and (max-aspect-ratio: 5/6) {
                          @include opa(0);
                      }
                  }
              }
          }
      }
  }*/
  /* 円形グラデーション背景 ------------------------------------------- */
  /* 読込アニメーション ------------------------------------------- */
}
.fix_menu:hover {
  transform: scale(1.1);
}
.fix_menu .menu_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 回転文字 ------------------------------------------- */
  /* 黒文字 */
}
.fix_menu .menu_btn::before, .fix_menu .menu_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: 1s ease;
  backface-visibility: hidden;
  animation: rt_anm linear 15s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: rt_anm linear 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: rt_anm linear 15s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: rt_anm linear 15s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: rt_anm linear 15s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
.fix_menu .menu_btn::before {
  background: url("/images/bg_menu.svg") no-repeat 50% 50%/contain;
  /* トップページの時 */
}
#front-page .fix_menu .menu_btn::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fix_menu .menu_btn::after {
  background: url("/images/bg_menu_w.svg") no-repeat 50% 50%/contain;
  opacity: 0;
  filter: alpha(opacity=0);
  /* トップページの時 */
}
#front-page .fix_menu .menu_btn::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fix_menu .hm_btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b7ed 0, #3135b9 100%);
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.fix_menu .hm_btn img {
  width: 100%;
  height: auto;
  -moz-animation-name: size_anm;
  -moz-animation-duration: 2s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: size_anm;
  -ms-animation-duration: 2s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: size_anm;
  -o-animation-duration: 2s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: size_anm;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: size_anm;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.fix_menu .menu_btn {
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
.fix_menu .menu_btn .hm_btn {
  transform: rotate(-360deg);
  transition: 1s ease;
  backface-visibility: hidden;
}
.fix_menu.lazyloaded .menu_btn {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.fix_menu.lazyloaded .menu_btn .hm_btn {
  transform: rotate(0deg);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.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.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* 中身デザイン ------------------------------------------- */
}
.hm_menu_wrap .hm_inner .menucontent {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: auto;
  box-sizing: border-box;
  padding: 0;
  transition: left 1s;
  border: none;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  /* 閉じるボタン */
  /* ナビゲーション */
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent {
    flex-direction: column;
  }
}
.hm_menu_wrap .hm_inner .menucontent .hm_btn {
  display: block;
  font-size: 1vw;
  position: absolute;
  top: 1.1em;
  left: auto;
  right: 1.1em;
  bottom: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .hm_menu_wrap .hm_inner .menucontent .hm_btn {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .hm_btn {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .hm_btn {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 1350px) {
  .hm_menu_wrap .hm_inner .menucontent .hm_btn {
    right: calc(1.1em + 19px);
  }
}
.hm_menu_wrap .hm_inner .menucontent .hm_btn .txt {
  display: block;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .hm_btn .icon {
  display: block;
  width: 3.2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .hm_btn .icon img {
  width: 100%;
  height: auto;
}
.hm_menu_wrap .hm_inner .menucontent .hm_btn:hover .icon {
  transform: scale(1.2);
}
.hm_menu_wrap .hm_inner .menucontent .gnav {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  height: auto;
  box-sizing: border-box;
  padding: 5em;
  padding-right: calc(5em + 19px);
  background: linear-gradient(135deg, #00b7ed 0, #3135b9 100%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav {
    width: 100%;
    padding: 5em calc(2.5em + 19px) 2.5em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav {
    padding: 5em 1.5em;
    padding-right: calc(1.5em + 19px);
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  color: #000;
  text-decoration: none;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu {
  counter-reset: listnumb;
  font-size: 0.75em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li {
  line-height: 3.75em;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li {
    font-size: 0.7em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li:not(.home) {
  counter-increment: listnumb;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a {
  display: inline-block;
  transform-origin: 0 50%;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a:hover {
  transform: scale(1.1);
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a > .eg {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-inline, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 3.75em;
  font-weight: 300;
  vertical-align: baseline;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a > .eg::before {
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 700;
  content: counter(listnumb, decimal-leading-zero);
  padding-right: 0.2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a .sml {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
  vertical-align: baseline;
  top: -0.05em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a .sml span {
  font-weight: 700;
  line-height: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a .sml span.eg {
  display: block;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 0.25em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li a .sml span.jp {
  display: block;
  font-size: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li.home {
  font-size: 0.53em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li.home {
    font-size: 0.4em;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.mainmenu li.home a > .eg {
  font-weight: 600;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox {
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 1em;
  padding-top: 2.5em;
  border-top: #000 solid 0.15em;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li {
  padding-left: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li:first-child {
  padding-left: 0;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li:nth-child(3), .hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li:nth-child(4) {
  padding-left: 1.25em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li.btn a {
  border: none;
  background: #fff927;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li.btn a:hover {
  color: #1460d1;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li.txt {
  line-height: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li.txt a {
  display: inline-block;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul.btmbox li.txt a:hover {
  transform: scale(1.1);
}
.hm_menu_wrap .hm_inner .menucontent .imgbox {
  position: relative;
  box-sizing: border-box;
  width: 30%;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .hm_menu_wrap .hm_inner .menucontent .imgbox {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent .imgbox {
    width: 100%;
    min-height: 45vw;
    flex-grow: 1;
  }
}
.hm_menu_wrap .hm_inner .menucontent .imgbox picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hm_menu_wrap .hm_inner .menucontent .imgbox picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .imgbox picture img.img1 {
  -o-object-position: 100% 30%;
     object-position: 100% 30%;
}

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

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1em;
  /* リンク（共通） */
  /* ================= フッターメニュー ============================================================ */
}
@media screen and (max-width: 768px) {
  #footer {
    display: block;
    text-align: right;
  }
}
#footer a {
  text-decoration: none;
  color: #000;
}
#front-page #footer a {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer a:hover {
  color: #1460d1;
}
#front-page #footer a:hover {
  color: #00b7ed;
  opacity: 1;
  filter: alpha(opacity=100);
}
#footer .fnav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none inside;
}
@media screen and (max-width: 768px) {
  #footer .fnav ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  #footer .fnav ul {
    display: block;
  }
}
#footer .fnav ul li {
  padding: 0 0.5em;
  border-right: rgba(255, 255, 255, 0.4) solid 0.15em;
  line-height: 1em;
}
#footer .fnav ul li:first-child {
  padding-left: 0;
}
#footer .fnav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 480px) {
  #footer .fnav ul li {
    border: none;
    width: 100%;
    text-align: right;
    padding: 0;
    padding-bottom: 0.5em;
  }
  #footer .fnav ul li:last-child {
    padding-bottom: 0;
  }
}
#footer .right_box {
  display: flex;
  flex-wrap: wrap;
  /* ================= 公式サイトリンク ============================================================ */
  /* ================= コピーライト ============================================================ */
}
#front-page #footer .right_box .official_site {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#footer .right_box .official_site a i {
  padding-right: 0.2em;
}
#footer .right_box .copyright {
  font-weight: 500;
  padding-bottom: 0;
  padding-left: 2em;
}
#front-page #footer .right_box .copyright {
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media screen and (max-width: 768px) {
  #footer .right_box .copyright {
    padding-top: 1em;
  }
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  background: #000;
  /* スマホで横向きの画面の時は注意書きを表示させる */
  /* ================= 背景動画 ============================================================ */
}
@media screen and (max-width: 480px) {
  body#front-page::before {
    display: block;
    content: "このサイトは横向きのスマートフォンには対応していません。スマートフォンを縦にしてご覧ください。";
    background: linear-gradient(135deg, #00b7ed 0, #3135b9 100%);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    margin: auto;
    padding: 1.5em;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 1/1) {
  body#front-page::before {
    display: none;
    content: none;
  }
}
body#front-page .mainbg_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  /* オーバーレイ ------------------------------------------- */
  /* グラデーション */
  /* 白背景 */
  /* &.bgw {
     &::after {
       @include opa(1);
       @include tb {
         @media screen and (max-aspect-ratio: 1/1) {
           @include opa(0);
         }
       }
       @include sp {
         @include opa(0);
       }
     }
   }
   &.bgw2 {
     &::after {
       @include tb {
         @media screen and (max-aspect-ratio: 1/1) {
           @include opa(1);
         }
       }
       @include sp {
         @include opa(1);
       }
     }
   }
   &.bgw3 {
     &::after {
       @include mintb {
         @media screen and (max-aspect-ratio: 5/6) {
           @include opa(1);
         }
       }
     }
   }*/
  /* 動画 ------------------------------------------- */
}
body#front-page .mainbg_box::before, body#front-page .mainbg_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body#front-page .mainbg_box::before {
  background: linear-gradient(135deg, #00b7ed 0, #3135b9 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
body#front-page .mainbg_box::after {
  background: #fff;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page .mainbg_box .mainbg {
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 1;
}
body#front-page #wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  /* ================= メインイメージ領域 ============================================================ */
  /* ================= 私たちについて ============================================================ */
}
body#front-page #wrapper #mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  /* ローディング画面 */
  /* -------------------------- キャッチコピー ------------------------------------------- */
  /* 読込アニメーション ------------------------------------------- */
  /* -------------------------- 新着情報 ------------------------------------------- */
  /* 読込アニメーション */
  /* -------------------------- 画像コンテンツ ------------------------------------------- */
}
body#front-page #wrapper #mainimg::after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  background: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 1s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #mainimg.loaded::after {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
body#front-page #wrapper #mainimg .maincopy {
  position: absolute;
  top: 10em;
  left: auto;
  right: 5em;
  bottom: auto;
  padding-bottom: 0;
  z-index: 10;
  /* 文字 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .maincopy {
    top: 7.5em;
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .maincopy {
    right: 1.5em;
  }
}
body#front-page #wrapper #mainimg .maincopy span {
  display: block;
  font-family: ab-j-choki, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10em;
  line-height: 1em;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .maincopy span {
    font-size: 6.7em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .maincopy span {
    font-size: 3.8em;
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .maincopy span {
    font-size: 7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .maincopy span {
    font-size: 5.5em;
  }
}
body#front-page #wrapper #mainimg .maincopy span i {
  opacity: 0;
  filter: alpha(opacity=0);
  font-style: normal;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(1) {
  transition-delay: 0.2s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(2) {
  transition-delay: 0.4s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(3) {
  transition-delay: 0.6s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(4) {
  transition-delay: 0.8s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(5) {
  transition-delay: 1s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(6) {
  transition-delay: 1.2s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(7) {
  transition-delay: 1.4s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(8) {
  transition-delay: 1.6s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(9) {
  transition-delay: 1.8s;
}
body#front-page #wrapper #mainimg .maincopy span i:nth-of-type(10) {
  transition-delay: 2s;
}
body#front-page #wrapper #mainimg.loaded .maincopy.lazyloaded span i {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .news {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 4em;
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .news {
    padding-top: 3.5em;
  }
}
body#front-page #wrapper #mainimg .news .innerbox {
  height: 1em;
  /* 記事 ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .news .innerbox {
    padding-left: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .news .innerbox {
    height: 2.5em;
  }
}
body#front-page #wrapper #mainimg .news .innerbox .post {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  /* 日付 */
  /* 記事タイトル */
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .news .innerbox .post {
    display: block;
  }
}
body#front-page #wrapper #mainimg .news .innerbox .post a {
  color: #fff;
  text-decoration: none;
}
body#front-page #wrapper #mainimg .news .innerbox .post .date {
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  max-width: 0;
  transition: 2s ease;
  backface-visibility: hidden;
  transition-delay: 2s;
}
body#front-page #wrapper #mainimg .news .innerbox .post .post_ttl {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  line-height: 1em;
  padding-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  width: auto;
  max-width: 0;
  transition: 2s ease;
  backface-visibility: hidden;
  transition-delay: 3s;
}
@media screen and (min-width: 481px) {
  body#front-page #wrapper #mainimg .news .innerbox .post .post_ttl {
    padding-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .news .innerbox .post .post_ttl {
    padding-top: 0.5em;
  }
}
body#front-page #wrapper #mainimg.loaded .news .innerbox .post.lazyloaded .date {
  max-width: 10em;
}
body#front-page #wrapper #mainimg.loaded .news .innerbox .post.lazyloaded .post_ttl {
  max-width: 49em;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg.loaded .news .innerbox .post.lazyloaded .post_ttl {
    max-width: 26em;
  }
}
body#front-page #wrapper #mainimg .imgctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 4em;
  z-index: 1;
  list-style: none inside;
  /* 共通 ------------------------------------------- */
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt {
    margin-top: 50%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .imgctt {
    margin-top: 70%;
  }
}
body#front-page #wrapper #mainimg .imgctt li {
  position: relative;
  box-sizing: border-box;
  line-height: 0;
  /* 画像 */
  /* マウスオーバー・アニメーション共通 */
  /* 動画 */
  /* 個別イメージ ------------------------------------------- */
  /* モナリザ */
  /* 数字で見る */
  /* ドアと鹿ダンス */
  /* 地球と宇宙船とスタッフ */
  /* 島 */
  /* パソコンディストピア */
  /* 開花掛け軸 */
  /* 電球（福利厚生） */
  /* 窓 */
  /* テレビ（インタビュー） */
  /* 金魚鉢 */
  /* 泳ぐ人 */
  /* カメレオン */
  /* 募集要項 */
  /* 風船をつかむ女性 */
  /* 英語テキスト ------------------------------------------- */
  /* 大テキスト */
  /* 小テキスト */
}
body#front-page #wrapper #mainimg .imgctt li .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #wrapper #mainimg .imgctt li img {
  width: 100%;
  height: auto;
}
body#front-page #wrapper #mainimg .imgctt li a .ani_on,
body#front-page #wrapper #mainimg .imgctt li a .mh_on {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #wrapper #mainimg .imgctt li a:hover .mh_on {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .imgctt li .videobox {
  margin: auto;
  overflow: hidden;
}
body#front-page #wrapper #mainimg .imgctt li .videobox video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(1) {
  width: 11.1%;
  margin-left: 5%;
  z-index: 10;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(1) {
    width: 22%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) {
  width: 27.86%;
  z-index: 10;
  position: absolute;
  top: 5%;
  left: 18%;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(2) {
    width: 40%;
    left: 32%;
    top: 5.5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) .txtbox {
  height: 4em;
  position: absolute;
  top: auto;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, 0);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  gap: 0.4em;
  padding-top: 0.8em;
  box-sizing: border-box;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) .txtbox span {
  display: inline-block;
  height: 1em;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) .txtbox span.stxt {
  font-size: 0.7em;
  font-weight: 300;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) .txtbox span.ltxt {
  font-size: 0.9em;
  font-weight: 700;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) img:first-child {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) .videobox {
  position: absolute;
  top: 18%;
  left: 0.1em;
  right: 0.1em;
  bottom: 0.5vw;
  width: 82%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: -1;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(2) .videobox .mainmv {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 59%;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) {
  width: 7.96875%;
  position: absolute;
  top: 8%;
  left: 48.4375%;
  right: auto;
  bottom: auto;
  z-index: 10;
  /* 非常灯 */
  /* 鹿ダンス */
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(3) {
    width: 17%;
    top: 7%;
    left: 77%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) a {
  /* 点灯（マウスオーバー・アニメーション共通） */
  /* 点滅アニメーション */
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) a .ani_on {
  -moz-animation-name: flickering_anm;
  -moz-animation-duration: 4s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: flickering_anm;
  -ms-animation-duration: 4s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: flickering_anm;
  -o-animation-duration: 4s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: flickering_anm;
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: flickering_anm;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .entryimgbox {
  width: 80%;
  position: absolute;
  top: -2.8em;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .entryimgbox {
    top: -2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .entryimgbox {
    top: -2.2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .entryimgbox {
    top: -1.6em;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .entryimgbox img:last-child {
  z-index: -1;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .videobox {
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  right: 0.1em;
  bottom: 0.5vw;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(3) .videobox .dance {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) {
  width: 37.65625%;
  margin-top: 2.5%;
  margin-left: 2.5%;
  z-index: 3;
  /* 地球と女性スタッフ */
  /* 宇宙船に乗ったスタッフたち */
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(4) {
    width: 75%;
    margin-top: 5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) img {
  position: relative;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .earth_staff {
  -moz-animation-name: dizzy_anm;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: dizzy_anm;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: dizzy_anm;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: dizzy_anm;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: dizzy_anm;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 5;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .ship_staff {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -moz-animation-name: spaceship_anm;
  -moz-animation-duration: 10s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: spaceship_anm;
  -ms-animation-duration: 10s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: spaceship_anm;
  -o-animation-duration: 10s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: spaceship_anm;
  -webkit-animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: spaceship_anm;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  /* 宇宙船 */
  /* 炎 */
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .ship_staff .spaceship,
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .ship_staff .ship_fire {
  -moz-animation-name: dizzy_anm2;
  -moz-animation-duration: 3.5s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: dizzy_anm2;
  -ms-animation-duration: 3.5s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: dizzy_anm2;
  -o-animation-duration: 3.5s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: dizzy_anm2;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: dizzy_anm2;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .ship_staff .spaceship {
  z-index: 2;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .ship_staff .ship_fire {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  mix-blend-mode: screen;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(4) .ship_staff .ship_fire .spaceship_fire {
  -moz-animation-name: fire_size_anm;
  -moz-animation-duration: 0.7s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: fire_size_anm;
  -ms-animation-duration: 0.7s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: fire_size_anm;
  -o-animation-duration: 0.7s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: fire_size_anm;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: fire_size_anm;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(5) {
  width: 24.27%;
  position: absolute;
  top: 23%;
  left: 42.5%;
  right: auto;
  bottom: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(5) {
    position: relative;
    width: 45%;
    margin-top: 2.5%;
    margin-left: 50%;
    top: 0;
    left: 0;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(5) img:first-child {
  width: 13%;
  position: absolute;
  top: 19%;
  left: -12.5%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: none;
  -moz-animation-name: peek_anm1;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: peek_anm1;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: peek_anm1;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: peek_anm1;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: peek_anm1;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes peek_anm1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2em, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(5) img:first-child {
    display: block;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(6) {
  width: 27.9%;
  position: absolute;
  top: 32.5%;
  left: 69%;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(6) {
    width: 38%;
    top: 20%;
    left: 60%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(6) img:first-child {
  width: 30%;
  position: absolute;
  top: auto;
  left: auto;
  right: -9%;
  bottom: -12%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(6) img:first-child {
    width: 50%;
    right: -12%;
    bottom: -26%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(7) {
  width: 8.33%;
  position: absolute;
  top: 47%;
  left: 69%;
  right: auto;
  bottom: auto;
  /* 開花タイムラプス */
  /* 掛け軸 */
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(7) {
    width: 20%;
    top: 35%;
    left: 5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(7) .videobox {
  position: absolute;
  top: 27%;
  left: 16%;
  right: 14%;
  bottom: 14%;
  z-index: 2;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(7) .videobox .bloom {
  -o-object-position: 45% 50%;
     object-position: 45% 50%;
  transform: scale(1.4);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(7) .imgbox img:first-child {
  width: 25%;
  position: absolute;
  top: 6%;
  left: -17%;
  right: auto;
  bottom: auto;
  z-index: -1;
  -moz-animation-name: peek_anm1;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: peek_anm1;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: peek_anm1;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: peek_anm1;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: peek_anm1;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes peek_anm1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2em, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(7) .imgbox img:first-child {
    display: none;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(7) .imgbox img:nth-child(2) {
  z-index: 3;
  width: 10%;
  position: absolute;
  top: auto;
  left: auto;
  right: 20%;
  bottom: 16%;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(7) .imgbox img:last-child {
  z-index: 1;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(8) {
  width: 10%;
  position: absolute;
  top: 47%;
  left: 79.5%;
  right: auto;
  bottom: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(8) {
    width: 20%;
    top: 45%;
    left: 27%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(8) a {
  /* 点灯（マウスオーバー・アニメーション共通） */
  /* 点滅アニメーション */
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(8) a .ani_on,
body#front-page #wrapper #mainimg .imgctt li:nth-child(8) a .mh_on {
  width: 132%;
  transform: translate(-12%, -10%);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(8) a .ani_on {
  -moz-animation-name: flickering_anm;
  -moz-animation-duration: 4s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: flickering_anm;
  -ms-animation-duration: 4s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: flickering_anm;
  -o-animation-duration: 4s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: flickering_anm;
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: flickering_anm;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(8) img:first-child {
  width: 80%;
  position: absolute;
  top: -35%;
  left: 2%;
  right: auto;
  bottom: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(8) img:first-child {
    width: 99%;
    top: -41%;
    left: -10%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(9) {
  width: 20%;
  position: absolute;
  top: 56%;
  left: 42.5%;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(9) {
    width: 40%;
    top: 55%;
    left: 5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(10) {
  width: 25%;
  margin-left: 5%;
  /* ノイズ */
  /* テレビ */
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(10) {
    width: 60%;
    margin-top: 2.5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(10) .videobox {
  position: absolute;
  top: 15%;
  left: 5%;
  right: 5%;
  bottom: 12%;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(10) .imgbox a .ani_on {
  -moz-animation-name: tv_anm;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: tv_anm;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: tv_anm;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: tv_anm;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: tv_anm;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(10) .imgbox a:hover .mh_off {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(11) {
  width: 12.5%;
  position: absolute;
  top: 72%;
  left: 32.5%;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(11) {
    width: 25%;
    top: 75%;
    left: 70%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(12) {
  width: 26.51%;
  position: absolute;
  top: 68.2%;
  left: 47.5%;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(12) {
    position: relative;
    width: 70%;
    margin-top: 5%;
    margin-left: 25%;
    top: 0;
    left: 0;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(12) img:first-child {
  width: 38%;
  position: absolute;
  top: -73%;
  left: auto;
  right: 13%;
  bottom: auto;
  z-index: 2;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(13) {
  width: 20%;
  margin: 2% 0 9% 10%;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(13) {
    width: 40%;
    margin-top: 4%;
    margin-left: 5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(13) img:first-child {
  width: 20%;
  position: absolute;
  top: 22%;
  left: auto;
  right: -12%;
  bottom: auto;
  z-index: -1;
  -moz-animation-name: peek_anm2;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: peek_anm2;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: peek_anm2;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: peek_anm2;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: peek_anm2;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes peek_anm2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-3em, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) {
  width: 34%;
  position: absolute;
  top: 77%;
  left: 32.65625%;
  right: auto;
  bottom: auto;
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(14) {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(14) {
    width: 50%;
    top: 90%;
    left: 47.5%;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a {
  text-decoration: none;
  color: #fff;
  /* テキスト */
  /* マウスオーバー */
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks {
  display: block;
}
@keyframes spread {
  0% {
    opacity: 0;
    transform: rotate(var(--angle)) scale(0) translate(0, 0);
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(var(--angle)) scale(1) translate(0px, -100px);
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item1,
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item2,
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item3,
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item4,
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item5,
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item6,
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .fireworks .item7 {
  animation: spread 1s ease-out forwards;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks {
  display: none;
  position: absolute;
  top: -5%;
  left: 0;
  right: auto;
  bottom: auto;
  /* 各コピーの配置 */
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item {
  position: absolute;
  width: 3.5em;
  height: 9.4em;
  transform-origin: center bottom;
  background: url("/images/top_staff06.webp") no-repeat center/cover;
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item1 {
  --angle: 0deg;
  transform: rotate(0deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item2 {
  --angle: 45deg;
  transform: rotate(45deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item3 {
  --angle: 90deg;
  transform: rotate(90deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item4 {
  --angle: 135deg;
  transform: rotate(135deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item5 {
  --angle: 225deg;
  transform: rotate(225deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item6 {
  --angle: 270deg;
  transform: rotate(270deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .fireworks .item7 {
  --angle: 315deg;
  transform: rotate(315deg);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .txtbox {
  font-family: ab-j-choki, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.75em;
  line-height: 1em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 22%;
  left: 0;
  right: auto;
  bottom: auto;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a .txtbox {
    font-size: 2em;
    -moz-animation-name: rec_anm;
    -moz-animation-duration: 4s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: rec_anm;
    -ms-animation-duration: 4s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: rec_anm;
    -o-animation-duration: 4s;
    -o-animation-fill-mode: forwards;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation-name: rec_anm;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-name: rec_anm;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(14) a:hover .txtbox {
  height: 4em;
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #wrapper #mainimg .imgctt li:nth-child(15) {
  width: 14%;
  position: absolute;
  top: 65.6%;
  left: 77.1%;
  right: auto;
  bottom: auto;
  -moz-animation-name: dizzy_anm;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: dizzy_anm;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: dizzy_anm;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation-name: dizzy_anm;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: dizzy_anm;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li:nth-child(15) {
    width: 27%;
    top: 103%;
    left: 11%;
  }
}
body#front-page #wrapper #mainimg .imgctt li.egtxt {
  font-family: gill-sans-nova-inline, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1em;
  color: #fff;
  white-space: nowrap;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
body#front-page #wrapper #mainimg .imgctt li.egtxt::after {
  display: inline-block;
}
body#front-page #wrapper #mainimg .imgctt li.egtxt span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
body#front-page #wrapper #mainimg .imgctt li.egtxt1 {
  font-size: 20em;
  position: absolute;
  top: 8%;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 5;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt1 {
    font-size: 13.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt1 {
    font-size: 5.4em;
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt1 {
    font-size: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt1 {
    font-size: 8em;
    top: 6%;
  }
}
body#front-page #wrapper #mainimg .imgctt li.egtxt1::after {
  content: "innovate NEXUS";
  animation: flowani4 50s linear infinite;
  position: absolute;
  top: 0;
  left: 9em;
  right: auto;
  bottom: auto;
}
body#front-page #wrapper #mainimg .imgctt li.egtxt1 span {
  animation: flowani3 50s -25s linear infinite;
}
body#front-page #wrapper #mainimg .imgctt li.egtxt2 {
  font-size: 15em;
  position: absolute;
  top: 20%;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt2 {
    font-size: 10em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt2 {
    font-size: 5em;
    top: 14%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #mainimg .imgctt li.egtxt2 {
    font-size: 6em;
    top: 13%;
  }
}
body#front-page #wrapper #mainimg .imgctt li.egtxt2::after {
  content: "BETWEEN YOU AND US ";
  animation: flowani2 50s linear infinite;
  position: absolute;
  top: 0;
  left: 12em;
  right: auto;
  bottom: auto;
}
body#front-page #wrapper #mainimg .imgctt li.egtxt2 span {
  animation: flowani1 50s -25s linear infinite;
}
body#front-page #wrapper #about_us {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: right;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* -------------------------- 英語 ------------------------------------------- */
  /* -------------------------- 日本語 ------------------------------------------- */
  /* 見出し ------------------------------------------- */
  /* 段落 ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #about_us {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: -30em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #about_us {
    margin-top: -20em;
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 1/1) {
  body#front-page #wrapper #about_us {
    margin-top: -10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #about_us {
    margin-top: -5em;
  }
}
body#front-page #wrapper #about_us .eg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  right: -0.5em;
  padding-bottom: 1em;
  /* 大テキスト ------------------------------------------- */
  /* 小テキスト ------------------------------------------- */
}
body#front-page #wrapper #about_us .eg .ltxt {
  font-size: 15em;
  line-height: 0.9em;
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #about_us .eg .ltxt {
    font-size: 10em;
  }
}
body#front-page #wrapper #about_us .eg .stxt {
  font-size: 10em;
  line-height: 1em;
  margin-top: -0.23em;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #about_us .eg .stxt {
    font-size: 7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #about_us .eg .stxt {
    font-size: 6.5em;
  }
}
body#front-page #wrapper #about_us h2 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #about_us h2 {
    font-size: 1.25em;
  }
}
body#front-page #wrapper #about_us p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 67%;
  padding-right: 0.25em;
}
@media screen and (max-width: 1350px) {
  body#front-page #wrapper #about_us p {
    padding-left: 50%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #wrapper #about_us p {
    padding-left: 14%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #wrapper #about_us p {
    padding-left: 1.5em;
  }
}
body#front-page #wrapper #about_us p:last-child {
  padding-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
}
@media screen and (max-width: 768px) {
  body #page-header {
    padding-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header {
    padding-top: 2.5em;
  }
}
body #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  padding-right: 5em;
  /* -------------------------- 日本語タイトル ------------------------------------------- */
  /* -------------------------- 英語タイトル ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox {
    padding-right: 2.5em;
  }
}
body #page-header .innerbox .page_ttl {
  font-family: ab-j-choki, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .page_ttl {
    width: 100%;
    text-align: right;
  }
}
body #page-header .innerbox .page_ttl span {
  display: inline-block;
  line-height: 1.1em;
  writing-mode: vertical-rl;
  /* 読込アニメーション ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .page_ttl span {
    text-align: left;
  }
}
body #page-header .innerbox .page_ttl span.size1 {
  font-size: 9em;
}
@media screen and (max-width: 1350px) {
  body #page-header .innerbox .page_ttl span.size1 {
    font-size: 6em;
  }
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .page_ttl span.size1 {
    font-size: 4em;
  }
}
body #page-header .innerbox .page_ttl span.size2 {
  font-size: 6em;
}
@media screen and (max-width: 1350px) {
  body #page-header .innerbox .page_ttl span.size2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .page_ttl span.size2 {
    font-size: 2.67em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .page_ttl span.size2 {
    font-size: 4em;
  }
}
body #page-header .innerbox .page_ttl span.size3 {
  font-size: 4.5em;
}
@media screen and (max-width: 1350px) {
  body #page-header .innerbox .page_ttl span.size3 {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .page_ttl span.size3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .page_ttl span.size3 {
    font-size: 3em;
  }
}
body #page-header .innerbox .page_ttl span i {
  font-style: normal;
  transition: 0.5s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
body #page-header .innerbox .page_ttl span i:nth-child(1) {
  transition-delay: 1.2s;
}
body #page-header .innerbox .page_ttl span i:nth-child(2) {
  transition-delay: 1.4s;
}
body #page-header .innerbox .page_ttl span i:nth-child(3) {
  transition-delay: 1.6s;
}
body #page-header .innerbox .page_ttl span i:nth-child(4) {
  transition-delay: 1.8s;
}
body #page-header .innerbox .page_ttl span i:nth-child(5) {
  transition-delay: 2s;
}
body #page-header .innerbox .page_ttl span i:nth-child(6) {
  transition-delay: 2.2s;
}
body #page-header .innerbox .page_ttl span i:nth-child(7) {
  transition-delay: 2.4s;
}
body #page-header .innerbox .page_ttl span i:nth-child(8) {
  transition-delay: 2.6s;
}
body #page-header .innerbox .page_ttl span i:nth-child(9) {
  transition-delay: 2.8s;
}
body #page-header .innerbox .page_ttl span i:nth-child(10) {
  transition-delay: 3s;
}
body #page-header .innerbox .page_ttl span i:nth-child(11) {
  transition-delay: 3.2s;
}
body #page-header .innerbox .page_ttl span i:nth-child(12) {
  transition-delay: 3.4s;
}
body #page-header .innerbox .page_ttl.lazyloaded span i {
  opacity: 1;
  filter: alpha(opacity=100);
}
body #page-header .innerbox .eg {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  padding-right: 2.5em;
  /* 英語タイトル大 ------------------------------------------- */
  /* 英語サブタイトル ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .eg {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .eg {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-top: 1.5em;
  }
}
body #page-header .innerbox .eg .eg_ttl {
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-inline, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 7em;
  font-weight: 300;
  line-height: 1em;
  border-bottom: #000 solid 0.02em;
  padding-bottom: 0.05em;
  margin-bottom: 0.1em;
  /* 読込アニメーション */
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 2s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body #page-header .innerbox .eg .eg_ttl {
    font-size: 4em;
    border-width: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .eg .eg_ttl {
    font-size: 3em;
    margin-bottom: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .eg .eg_ttl {
    font-size: 2em;
    padding-bottom: 0.15em;
    margin-bottom: 0.025em;
  }
}
body #page-header .innerbox .eg .eg_ttl.lazyloaded {
  width: 100%;
}
body #page-header .innerbox .eg .eg_subttl {
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
  /* 読込アニメーション */
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 2s ease;
  backface-visibility: hidden;
  transition-delay: 1s;
}
@media screen and (max-width: 1350px) {
  body #page-header .innerbox .eg .eg_subttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .eg .eg_subttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .eg .eg_subttl {
    font-size: 1.2em;
  }
}
body #page-header .innerbox .eg .eg_subttl.lazyloaded {
  width: 100%;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #fff;
}
.sec_bg1:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sec_bg1:first-child {
    padding-top: 2.5em;
  }
}

.sec_bg2 {
  background: #f3f3f3;
}

.sec_bg3 {
  background: linear-gradient(135deg, #00b7ed 0, #3135b9 100%);
  color: #fff;
}
.sec_bg3 a {
  color: #fff;
  text-decoration: underline;
}

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  /* 大きな数字 */
}
.parts-h3 .jpttl {
  display: block;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .jpttl {
    font-size: 2em;
  }
}
.parts-h3 .lnmb {
  display: block;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .lnmb {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .parts-h3 .lnmb {
    font-size: 3em;
  }
}
.parts-h3 .lnmb + .jpttl {
  font-size: 2em;
  padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .parts-h3 .lnmb + .jpttl {
    font-size: 1.5em;
  }
}

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

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt a {
  text-decoration: underline;
}
.freepage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.6em;
  }
}
.freepage-ctt .sec p.note {
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #1460d1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec.sec_bg3 p.note {
  color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img1txtbox,
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
  /* フロー図の時 */
}
.img1txtbox ul,
.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
  /* 中寄せ */
}
@media screen and (max-width: 768px) {
  .img1txtbox ul,
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img1txtbox ul li,
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .img1txtbox ul li,
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img1txtbox ul li img,
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img1txtbox ul.flex_center,
.img2box ul.flex_center,
.img3txtbox ul.flex_center,
.img4txtbox ul.flex_center,
.img5txtbox ul.flex_center,
.img6txtbox ul.flex_center {
  justify-content: center;
}
.img1txtbox ul.flex_center li:last-child,
.img2box ul.flex_center li:last-child,
.img3txtbox ul.flex_center li:last-child,
.img4txtbox ul.flex_center li:last-child,
.img5txtbox ul.flex_center li:last-child,
.img6txtbox ul.flex_center li:last-child {
  margin-right: 0;
}
.img1txtbox.imgtxt_arrow ul li,
.img2box.imgtxt_arrow ul li,
.img3txtbox.imgtxt_arrow ul li,
.img4txtbox.imgtxt_arrow ul li,
.img5txtbox.imgtxt_arrow ul li,
.img6txtbox.imgtxt_arrow ul li {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .img1txtbox.imgtxt_arrow ul li,
  .img2box.imgtxt_arrow ul li,
  .img3txtbox.imgtxt_arrow ul li,
  .img4txtbox.imgtxt_arrow ul li,
  .img5txtbox.imgtxt_arrow ul li,
  .img6txtbox.imgtxt_arrow ul li {
    margin-top: 3em;
  }
}

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

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */
}
.img3txtbox ul {
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

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

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

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

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 4%;
    width: 48%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* フロー図の場合（矢印追加） -------------------------------- */
.imgtxt_arrow .imgbox_imgarea {
  position: relative;
}
.imgtxt_arrow .imgbox_imgarea::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
}
.sec_bg1 .imgtxt_arrow .imgbox_imgarea::after, .sec_bg2 .imgtxt_arrow .imgbox_imgarea::after {
  color: #1460d1;
}
.sec_bg3 .imgtxt_arrow .imgbox_imgarea::after {
  color: #f3f3f3;
}
@media screen and (min-width: 769px) {
  .imgtxt_arrow.img2box .imgbox_imgarea::after {
    right: -7%;
  }
  .imgtxt_arrow.img3txtbox .imgbox_imgarea::after {
    right: -6.5%;
  }
  .imgtxt_arrow.img4txtbox .imgbox_imgarea::after {
    right: -5.5%;
  }
  .imgtxt_arrow.img5txtbox .imgbox_imgarea::after {
    right: -7%;
  }
  .imgtxt_arrow.img6txtbox .imgbox_imgarea::after {
    right: -9%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgtxt_arrow.img2txt_tb .imgbox_imgarea::after {
    right: -7.5%;
  }
  .imgtxt_arrow.img3txt_tb .imgbox_imgarea::after {
    right: -7.5%;
  }
  .imgtxt_arrow.img4txt_tb .imgbox_imgarea::after {
    right: -7.5%;
  }
  .imgtxt_arrow.img5txt_tb .imgbox_imgarea::after {
    right: -9%;
  }
  .imgtxt_arrow.img6txt_tb .imgbox_imgarea::after {
    right: -11%;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_arrow.img2txt_sp .imgbox_imgarea::after {
    right: -8.5%;
  }
  .imgtxt_arrow.img3txt_sp .imgbox_imgarea::after {
    right: -8.5%;
  }
  .imgtxt_arrow.img4txt_sp .imgbox_imgarea::after {
    right: -8.5%;
  }
  .imgtxt_arrow.img5txt_sp .imgbox_imgarea::after {
    right: -10%;
  }
  .imgtxt_arrow.img6txt_sp .imgbox_imgarea::after {
    right: -13.5%;
  }
}
.imgtxt_arrow li:last-child .imgbox_imgarea::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .imgtxt_arrow {
    /* 2つ並び */
    /* 3つ並び */
    /* 4つ並び */
    /* 5つ並び */
    /* 6つ並び */
  }
  .imgtxt_arrow.img1txtbox .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img1txtbox li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 4em;
    text-align: center;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .imgtxt_arrow.img1txtbox li::after {
    bottom: -1.25em;
  }
}
@media screen and (min-width: 769px) {
  .sec_bg1 .imgtxt_arrow.img1txtbox li::after, .sec_bg2 .imgtxt_arrow.img1txtbox li::after {
    color: #1460d1;
  }
  .sec_bg3 .imgtxt_arrow.img1txtbox li::after {
    color: #f3f3f3;
  }
  .imgtxt_arrow.img1txtbox li:last-child::after {
    display: none;
  }
  .imgtxt_arrow.img2box ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgtxt_arrow.img2box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img2box li:nth-child(2n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img3box ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgtxt_arrow.img3box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img3box li:nth-child(3n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img4box ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img4box ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img4box li:nth-child(4n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img5txtbox ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img5txtbox ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img5txtbox li:nth-child(5n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img6txtbox ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img6txtbox ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img6txtbox li:nth-child(6n) .imgbox_imgarea::after {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgtxt_arrow {
    /* 1列並び */
    /* 2つ並び */
    /* 3つ並び */
    /* 4つ並び */
    /* 5つ並び */
    /* 6つ並び */
  }
  .imgtxt_arrow.img1txt_tb .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img1txt_tb li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_bg1 .imgtxt_arrow.img1txt_tb li::after, .sec_bg2 .imgtxt_arrow.img1txt_tb li::after {
    color: #1460d1;
  }
  .sec_bg3 .imgtxt_arrow.img1txt_tb li::after {
    color: #f3f3f3;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-width: 768px) {
  .imgtxt_arrow.img1txt_tb li::after {
    bottom: -1.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgtxt_arrow.img1txt_tb li:last-child::after {
    display: none;
  }
  .imgtxt_arrow.img2txt_tb ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgtxt_arrow.img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img2txt_tb li:nth-child(2n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img3txt_tb ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgtxt_arrow.img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img3txt_tb li:nth-child(3n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img4txt_tb ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img4txt_tb li:nth-child(4n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img5txt_tb ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img5txt_tb li:nth-child(5n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img6txt_tb ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img6txt_tb li:nth-child(6n) .imgbox_imgarea::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_arrow {
    /* 1列並び */
    /* 2つ並び */
    /* 3つ並び */
    /* 4つ並び */
    /* 5つ並び */
    /* 6つ並び */
  }
  .imgtxt_arrow.img1txt_sp .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img1txt_sp li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    font-size: 2em;
    text-align: center;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_bg1 .imgtxt_arrow.img1txt_sp li::after, .sec_bg2 .imgtxt_arrow.img1txt_sp li::after {
    color: #1460d1;
  }
  .sec_bg3 .imgtxt_arrow.img1txt_sp li::after {
    color: #f3f3f3;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .imgtxt_arrow.img1txt_sp li::after {
    bottom: -1.25em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_arrow.img1txt_sp li:last-child::after {
    display: none;
  }
  .imgtxt_arrow.img2txt_sp ul li {
    width: 47%;
    margin-right: 6%;
  }
  .imgtxt_arrow.img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img2txt_sp li:nth-child(2n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img3txt_sp ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgtxt_arrow.img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img3txt_sp li:nth-child(3n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img4txt_sp ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img4txt_sp li:nth-child(4n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img5txt_sp ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img5txt_sp li:nth-child(5n) .imgbox_imgarea::after {
    display: none;
  }
  .imgtxt_arrow.img6txt_sp ul li {
    width: 15%;
    margin-right: 2%;
  }
  .imgtxt_arrow.img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgtxt_arrow.img6txt_sp li:nth-child(6n) .imgbox_imgarea::after {
    display: none;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  border: #000 solid 0.15em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .no_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3, .no_list h4 {
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3, .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border: #000 solid 0.15em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3, .check_list h4 {
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3, .check_list h4 {
    font-size: 1.3em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  border: #000 solid 0.15em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .order_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3, .order_list h4 {
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3, .order_list h4 {
    font-size: 1.3em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table_list h3, .table_list h4 {
  display: inline-block;
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .table_list h3, .table_list h4 {
    font-size: 1.3em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em 0;
  border-bottom: #000 solid 0.15em;
}
@media screen and (max-width: 768px) {
  .table_list ul li {
    padding: 0;
  }
}
.sec_bg3 .table_list ul li {
  border-color: #fff;
}
.table_list ul li:first-child {
  border-top: #000 solid 0.15em;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 700;
  border-right: #000 dashed 0.15em;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #000 dashed 0.15em;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
.table_list ul li .tablelist_td strong {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 2.5em;
  border: #000 solid 0.15em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3, .note_list h4 {
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3, .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* タイムライン -------------------------------- */
.time_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.time_list h3, .time_list h4 {
  display: inline-block;
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
}
.time_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  /* 最後の点線 */
}
.time_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 縦線 */
}
.time_list ul li::before, .time_list ul li::after {
  content: "";
  display: block;
}
.time_list ul li::before {
  position: absolute;
  top: 0;
  left: 10em;
  right: auto;
  bottom: 0;
  width: 1px;
  margin: auto;
  border-right: #00b7ed solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec_bg3 .time_list ul li::before {
  border-color: #fff;
}
.time_list ul li:first-child::before {
  top: 2em;
}
.time_list ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.time_list ul li .time_time,
.time_list ul li .time_ctt {
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
.time_list ul li .time_time {
  padding-left: 0;
  width: 10em;
  font-weight: 700;
  text-align: right;
}
.time_list ul li .time_ctt {
  padding-right: 0;
  flex: 1;
  font-weight: 500;
  /* 丸 */
}
.time_list ul li .time_ctt strong {
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.time_list ul li .time_ctt::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #1460d1;
  position: absolute;
  top: 1.9em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.sec_bg3 .time_list ul li .time_ctt::before {
  background: #fff;
}
.time_list ul.on li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 2em;
  left: 10em;
  right: auto;
  bottom: 0;
  margin: auto;
  border-right: #00b7ed dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec_bg3 .time_list ul.on li:last-child::after {
  border-color: #fff;
}

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

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

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child {
  margin-bottom: 0;
}

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

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

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

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.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 p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #1460d1;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel p.contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel p.contacttel_time {
  font-family: gill-sans-nova-condensed, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom: 0;
  color: #1460d1;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel p.contacttel_time {
    font-size: 1em;
  }
}
.contactpage-ctt .webcontact {
  background: #f3f3f3;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@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;
  border-top: #000 solid 0.15em;
  border-bottom: #000 solid 0.15em;
  padding: 2.5em 0;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.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: 480px) {
  .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;
}
.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-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 1.6em;
  border: #f3f3f3 solid 0.1em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  padding: 0.28em 3.5em 0.48em 3.5em;
  color: #000;
  border: #000 solid 0.12em;
  border-radius: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  letter-spacing: 1em;
  text-indent: 1em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit]:hover {
  color: #00b7ed;
  background: #000;
  transform: translate(0, 0.2em);
}
.formbox .wpcf7-form input[type=submit]:hover {
  color: #fff;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #000;
  border-style: dotted;
  cursor: not-allowed;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  color: #000;
  background: transparent;
  transform: translate(0, 0);
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #1460d1;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before {
  content: "※";
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #1460d1;
}
.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: #f3f3f3 !important;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr:last-child {
  display: none;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 13em;
  font-weight: normal !important;
  text-align: left;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-family: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  padding: 0.28em 3.5em 0.48em 3.5em;
  color: #000;
  border: #000 solid 0.12em;
  border-radius: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  letter-spacing: 1em;
  text-indent: 1em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  color: #00b7ed;
  background: #000;
  transform: translate(0, 0.2em);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  color: #fff;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    padding-left: 2em;
    padding-right: 2em;
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #b5b5b5;
  border-color: #b5b5b5;
  color: #fff;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background: #000;
  border-color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= ページヘッダー（共通） ============================================================ */
body #page-header .innerbox {
  /* -------------------------- 英語タイトルエリア ------------------------------------------- */
}
body #page-header .innerbox .eg {
  /* 英語タイトル大 ------------------------------------------- */
  /* 英語サブタイトル ------------------------------------------- */
  /* 記事タイトル ------------------------------------------- */
  /* ボタン ------------------------------------------- */
}
body #page-header .innerbox .eg .eg_ttl {
  /* 月別アーカイブ */
}
body #page-header .innerbox .eg .eg_ttl select {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.15em;
  line-height: 1em;
  background: #fff;
  border: none;
  border-bottom: #000 solid 0.1em;
  padding-bottom: 0.25em;
  bottom: 0.5em;
  cursor: pointer;
}
body #page-header .innerbox .eg .eg_ttl select option {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  body #page-header .innerbox .eg .eg_ttl select {
    font-size: 0.24em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .innerbox .eg .eg_ttl select {
    font-size: 0.48em;
  }
}
body #page-header .innerbox .eg .eg_subttl {
  /* 年 */
}
body #page-header .innerbox .eg .eg_subttl .year {
  font-size: 0.6em;
  font-weight: 500;
  padding-right: 0.2em;
  vertical-align: top;
}
body #page-header .innerbox .eg .entry_ttl {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.4em;
  padding-top: 0.5em;
  transition-delay: 1.2s;
}
body #page-header .innerbox .eg .btn {
  padding-top: 2em;
  transition-delay: 1.4s;
}

/* ================= ページナビゲーション（共通） ============================================================ */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  color: #000;
  text-decoration: none;
}
.pager a:hover {
  color: #1460d1;
}
.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: gill-sans-nova-condensed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #b5b5b5;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #ccc;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 記事一覧 ============================================================ */
#post_archive {
  padding-top: 0;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 記事エリア ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost .entry-content .sec_bg1:last-child::after {
  content: "";
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  top: auto;
  left: 10em;
  right: 10em;
  bottom: 0;
  border-bottom: #000 solid 0.15em;
}
@media screen and (max-width: 1350px) {
  #newspost .entry-content .sec_bg1:last-child::after {
    left: 5em;
    right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #newspost .entry-content .sec_bg1:last-child::after {
    left: 2.5em;
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #newspost .entry-content .sec_bg1:last-child::after {
    left: 1.5em;
    right: 1.5em;
  }
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 2.5em;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #1460d1;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #3135b9;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #1460d1;
  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: #3135b9;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}/*# sourceMappingURL=style.css.map */