@charset "UTF-8";
/* CSS Document */
/*
Theme Name: UTエンジニアリング　コーポレートサイト
Author: 株式会社重富プラス
*/
/* 欧文フォント */
.eg {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 900;
  font-style: normal;
}

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

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

.right {
  text-align: right;
}

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

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

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

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

/* 見出し */
.secheader {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 768px) {
  .secheader {
    margin-bottom: 2em;
  }
}
.secheader .mainttl {
  flex-direction: column;
}
.secheader .mainttl span {
  display: block;
  line-height: 1em;
}
.secheader .mainttl span.jp {
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.secheader .mainttl span.eg {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.secheader .subttl {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5em;
}

/* 段落 */
p {
  padding-bottom: 2.5em;
}

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

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

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

/* 画像 */
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
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "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: 0em;
  background: #edf4f7;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

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

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99999;
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header.sec {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  padding: 0 1.5em;
}
#header .innerbox .logobox a {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 12em;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #0098d8;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  padding: 0 2em;
  padding: 1em 2em;
  display: block;
}
#header .innerbox .logobox a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .innerbox .logobox a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1em;
  font-weight: 700;
}
#header .innerbox .logobox a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5em;
  bottom: auto;
  transform: translate(0, -50%);
}
#header .innerbox .logobox a img {
  width: 14.9em;
  height: 1.9em;
}
#header .innerbox .navbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
#header .innerbox .navbox ul.nav {
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  height: 4em;
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #000;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  gap: 2em;
  padding: 0 2em;
}
#header .innerbox .navbox ul.nav li {
  display: block;
  line-height: 1;
  padding-top: 0.1em;
}
#header .innerbox .navbox ul.nav li a {
  color: #000;
  font-weight: 700;
}
#header .innerbox .navbox ul.nav li a:hover {
  color: #0098d8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #header .innerbox .navbox ul.nav {
    display: none;
  }
}
#header .innerbox .navbox .contact-btn a {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 12em;
  height: 100%;
  background: linear-gradient(to right, #1a4ccb, #0098d8);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  padding: 0 2em;
  min-width: 10em;
}
#header .innerbox .navbox .contact-btn a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .innerbox .navbox .contact-btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1em;
  font-weight: 700;
}
#header .innerbox .navbox .contact-btn a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5em;
  bottom: auto;
  transform: translate(0, -50%);
}
#header .innerbox .navbox .contact-btn a span {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  #header .innerbox .navbox .contact-btn {
    margin-right: 5em;
  }
}
@media screen and (max-width: 480px) {
  #header .innerbox .navbox .contact-btn {
    display: none;
  }
}
#front-page #header .innerbox {
  transition-delay: 2s;
}

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

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

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1em;
  height: 1em;
  cursor: pointer;
  border-left: transparent solid 1.5em;
  border-right: transparent solid 1.5em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0.5em;
  left: auto;
  right: 1.5em;
  bottom: auto;
  background: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 1em;
  height: 0.13em;
  background: #0098d8;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #0098d8 0 0.4em 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  width: 1.5em;
  background: rgba(0, 0, 0, 0);
  box-shadow: #0098d8 0 0.43em 0;
  transform: rotate(45deg) translate3d(0.3em, 0.1em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  width: 1.5em;
  background: #0098d8;
  transform: rotate(-45deg) translate3d(0.1em, -0.3em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.5647058824);
  backdrop-filter: blur(1.5em);
  -webkit-backdrop-filter: blur(1.5em);
  transition: 0.4s;
  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 {
  box-sizing: border-box;
  padding: 10em 5em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  transition: top 1s;
  border: none;
  /* 中身デザイン */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent {
    padding: 6em 5em;
  }
}
.hm_menu_wrap .hm_inner .menucontent li {
  font-size: 1.5em;
  line-height: 3em;
  list-style-type: none;
}
.hm_menu_wrap .hm_inner .menucontent li a {
  color: #000;
}
.hm_menu_wrap .hm_inner .menucontent li a span {
  display: block;
  line-height: 1em;
}
.hm_menu_wrap .hm_inner .menucontent li a span.jp {
  font-size: 0.6em;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.hm_menu_wrap .hm_inner .menucontent li a span.eg {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .btn a {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 12em;
  height: 100%;
  background: linear-gradient(to right, #fc765c, #cd1768);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  padding: 0 2em;
  width: 20em;
}
.hm_menu_wrap .hm_inner .menucontent .btn a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hm_menu_wrap .hm_inner .menucontent .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1em;
  font-weight: 700;
}
.hm_menu_wrap .hm_inner .menucontent .btn a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5em;
  bottom: auto;
  transform: translate(0, -50%);
}

/* 開閉時のアニメーション */
.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);
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  background: #ffffff;
}
#footer.sec {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #footer.sec {
    padding: 2.5em 0;
  }
}
#footer .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  padding: 0 1.5em;
}
@media screen and (max-width: 768px) {
  #footer .innerbox {
    padding: 0 2.5em;
  }
}
#footer .innerbox li {
  list-style-type: none;
}
#footer .innerbox .leftbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.9em;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .leftbox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5em;
    gap: 2em;
  }
}
#footer .innerbox .leftbox .logobox a {
  display: flex;
  align-items: center;
}
#footer .innerbox .leftbox .logobox a img {
  width: 10em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .leftbox .logobox a img {
    width: 15em;
  }
}
#footer .innerbox .leftbox .footernav {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .leftbox .footernav {
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .innerbox .leftbox .footernav {
    gap: 1em;
  }
}
#footer .innerbox .leftbox .footernav li.fstitem {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .leftbox .footernav li.fstitem {
    font-size: 1em;
  }
}
#footer .innerbox .leftbox .footernav .seclist {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 0.875em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .leftbox .footernav .seclist {
    display: none;
  }
}
#footer .innerbox .leftbox .footernav a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
#footer .innerbox .leftbox .footernav a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .rightbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
  }
}
#footer .innerbox .rightbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1em;
}
#footer .innerbox .rightbox ul li {
  color: #0098d8;
  font-size: 0.7em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .innerbox .rightbox ul li {
    font-size: 0.8em;
  }
}
#footer .innerbox .rightbox ul li.copyright {
  font-weight: 700;
  margin-top: 0.2em;
}

/* ================= 背景ボックス ============================================================ */
.bgcontainer {
  width: auto;
  position: relative;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.bgcontainer .bgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #edf4f7;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s ease, opacity 1s ease;
}
.bgcontainer .bgbox.active {
  visibility: visible;
  opacity: 1;
}
.bgcontainer .bg_atf .line_bg {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  pointer-events: none;
}
.bgcontainer .bg_atf .line_bg.line-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_atf .line_bg.line-pc {
    display: none;
  }
}
.bgcontainer .bg_atf .line_bg.line-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_atf .line_bg.line-tb {
    display: block;
  }
}
.bgcontainer .bg_atf .line_bg .linePath {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 4em;
  stroke-linecap: butt;
}
.bgcontainer .bg_atf .line_bg .linePath_03,
.bgcontainer .bg_atf .line_bg .linePath_05 {
  stroke: #ffffff;
}
.bgcontainer .bg_atf .line_bg .linePath_04 {
  stroke: #1a4ccb;
}
.bgcontainer .bg_atf .line_bg .linePath_03 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawLine03 1s forwards ease-in-out;
  animation-delay: 1s;
}
@keyframes drawLine03 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bgcontainer .bg_atf .line_bg .linePath_04 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawLine04 1s forwards ease-in-out;
  animation-delay: 1s;
}
@keyframes drawLine04 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bgcontainer .bg_atf .line_bg .linePath_05 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: drawLine05 2s forwards ease-in-out;
}
@keyframes drawLine05 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bgcontainer .bg_mission {
  background: #0098d8;
  overflow: hidden;
}
.bgcontainer .bg_mission .bgtxt {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  right: -0.1em;
  bottom: -0.2em;
  display: block;
  color: #0e2e81;
  font-size: 22.5em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(0.5em, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_mission .bgtxt {
    font-size: 11em;
  }
}
@media screen and (max-width: 480px) {
  .bgcontainer .bg_mission .bgtxt {
    font-size: 7em;
  }
}
.bgcontainer .bg_mission.active .bgtxt {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.bgcontainer .bg_mission .movingforward {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 600%;
  perspective: 30em;
  transform-style: preserve-3d;
}
.bgcontainer .bg_mission .movingforward .board {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(1) {
  left: 50%;
  transform: translateX(-111%) translateZ(-100em) rotateY(45deg);
  transform-origin: center right;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(1) img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  right: 0;
  width: 80em;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  animation: board-mov-img-1 2s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(2) {
  left: 50%;
  transform: translateX(-111%) translateZ(-100em) rotateY(60deg);
  transform-origin: center right;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(2) img:nth-of-type(1) {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 35%;
  right: 0;
  width: 40em;
  height: auto;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition-delay: 1.1s;
  animation: board-mov-img-2 1.5s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: 30%;
  right: 0;
  width: 30em;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition-delay: 1.5s;
  animation: board-mov-img-2 1.2s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(3) {
  right: 50%;
  transform: translateX(89%) translateZ(-100em) rotateY(-50deg);
  transform-origin: center left;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(3) img:nth-of-type(1) {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 30%;
  left: 0;
  width: 30em;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition-delay: 0s;
  animation: board-mov-img-3 1.5s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(3) img:nth-of-type(2) {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: 32%;
  left: 0;
  width: 35em;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition-delay: 0.5s;
  animation: board-mov-img-3 2s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(4) {
  right: 50%;
  transform: translateX(89%) translateZ(-100em) rotateY(-30deg);
  transform-origin: center left;
}
.bgcontainer .bg_mission .movingforward .board:nth-of-type(4) img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: 35%;
  left: 0;
  width: 65em;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition-delay: 3s;
  animation: board-mov-img-4 2.5s linear infinite;
}
@keyframes board-mov-img-1 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: blur(1em);
    right: 0;
  }
  20% {
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: blur(0);
  }
  100% {
    right: 100%;
    filter: blur(1em);
  }
}
@keyframes board-mov-img-2 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    filter: blur(1em);
  }
  20% {
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: blur(0);
  }
  100% {
    right: 100%;
    filter: blur(1em);
  }
}
@keyframes board-mov-img-3 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    filter: blur(1em);
  }
  20% {
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: blur(0);
  }
  100% {
    left: 100%;
    filter: blur(1em);
  }
}
@keyframes board-mov-img-4 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    filter: blur(1em);
  }
  20% {
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: blur(0);
  }
  100% {
    left: 100%;
    filter: blur(1em);
  }
}
.bgcontainer .bg_message {
  background: #edf4f7;
}
.bgcontainer .bg_message .flowtxt {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_message .flowtxt {
    top: 80%;
  }
}
.bgcontainer .bg_message .flowtxt .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  animation: loop-text-message 14s linear infinite;
}
.bgcontainer .bg_message .flowtxt .flow-wrapper .item {
  font-size: 10em;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5em;
}
@keyframes loop-text-message {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.bgcontainer .bg_message .flowimg {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  bottom: -14em;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_message .flowimg {
    bottom: -10em;
  }
}
.bgcontainer .bg_message .flowimg .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  animation: loop-img-message 18s linear infinite;
}
.bgcontainer .bg_message .flowimg .flow-wrapper .item {
  display: inline-block;
  white-space: nowrap;
}
.bgcontainer .bg_message .flowimg .flow-wrapper .item img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  width: 99.5em;
  height: 50.15em;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_message .flowimg .flow-wrapper .item img {
    font-size: 0.8em;
  }
}
@keyframes loop-img-message {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.bgcontainer .bg_staff .koshibox {
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /* 縦線 */
  /* 横線 */
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_staff .koshibox {
    width: 150%;
  }
}
.bgcontainer .bg_staff .koshibox span {
  position: absolute;
  background: #0098d8;
  will-change: transform;
}
.bgcontainer .bg_staff .koshibox .v-lines span {
  top: 0;
  width: 1px;
  height: 100%;
}
.bgcontainer .bg_staff .koshibox .h-lines span {
  left: 0;
  width: 100%;
  height: 1px;
}
.bgcontainer .bg_staff .flowtxt {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.bgcontainer .bg_staff .flowtxt .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  animation: loop-text-staff 14s linear infinite;
}
.bgcontainer .bg_staff .flowtxt .flow-wrapper .item {
  font-size: 30em;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .bgcontainer .bg_staff .flowtxt .flow-wrapper .item {
    font-size: 15em;
  }
}
@media screen and (max-width: 480px) {
  .bgcontainer .bg_staff .flowtxt .flow-wrapper .item {
    font-size: 12em;
  }
}
@keyframes loop-text-staff {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bgcontainer .bg_news {
  background: #edf4f7;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  width: auto;
  position: relative;
  box-sizing: border-box;
  background: #edf4f7;
  /* ================= 採用コンバージョンボタン ============================================================ */
}
body#front-page li {
  list-style-type: none;
}
body#front-page .caution-screen {
  display: none;
}
@media screen and (max-width: 480px) and (aspect-ratio > 1/1) {
  body#front-page .caution-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #0098d8;
    color: #ffffff;
    z-index: 999999;
  }
}
body#front-page .recruit_btn {
  position: fixed;
  top: auto;
  left: auto;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 999;
}
body#front-page .recruit_btn a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  overflow: hidden;
  background: linear-gradient(to bottom, #fc765c, #cd1768);
  width: 9em;
  height: 9em;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
body#front-page .recruit_btn a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 480px) {
  body#front-page .recruit_btn a {
    width: 6em;
    height: 6em;
  }
}
body#front-page .recruit_btn a .eg {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  body#front-page .recruit_btn a .eg {
    font-size: 1.2em;
  }
}
body#front-page .recruit_btn a .jp {
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page .recruit_btn a .jp {
    font-size: 0.5em;
  }
}
body#front-page .recruit_btn .wrapper {
  transition-delay: 2s;
}
body#front-page main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  /* ================= メインライン ============================================================ */
  /* ================= ファーストビュー ============================================================ */
  /* ================= ミッション ============================================================ */
  /* ================= メッセージ ============================================================ */
  /* ================= サービス ============================================================ */
  /* ================= 技術者紹介 ============================================================ */
  /* ================= お知らせ ============================================================ */
  /* ================= 採用情報 ============================================================ */
}
body#front-page main .mainline {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
body#front-page main .mainline * {
  pointer-events: none;
}
body#front-page main .mainline .line_main {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  body#front-page main .mainline .line_main {
    bottom: -8em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main .mainline .line_main {
    bottom: -0.1em;
  }
}
body#front-page main #top_atf .innerbox {
  width: 100%;
  height: 100vh;
  min-height: 45em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1350px) {
  body#front-page main #top_atf .innerbox {
    min-height: 60em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_atf .innerbox {
    min-height: 60vw;
  }
}
body#front-page main #top_atf .innerbox .maincopy {
  position: absolute;
  top: 7.5em;
  left: auto;
  right: 25em;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_atf .innerbox .maincopy {
    top: 8em;
    right: 10em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page main #top_atf .innerbox .maincopy {
    top: 6em;
    right: 14em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_atf .innerbox .maincopy {
    top: 10em;
    right: 8em;
  }
}
body#front-page main #top_atf .innerbox .maincopy .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 1em;
  /* iOS対策 */
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page main #top_atf .innerbox .maincopy .txtbox {
    font-size: 1.2em;
    line-height: 2em;
  }
}
body#front-page main #top_atf .innerbox .maincopy .txtbox .tatebox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body#front-page main #top_atf .innerbox .maincopy .cyan {
  color: #0098d8;
}
body#front-page main #top_atf .innerbox #blurtxt span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  filter: blur(1em);
  transform: translateY(1em);
  transition: all 1s ease;
  transition-delay: 1s;
}
body#front-page main #top_atf .innerbox #blurtxt span:last-of-type {
  margin-top: -0.5em;
  margin-left: 0.6em;
}
body#front-page main #top_atf .innerbox #blurtxt span.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
body#front-page main #top_atf .innerbox .egcopy {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -1em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_atf .innerbox .egcopy {
    font-size: 0.7em;
    bottom: -1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  body#front-page main #top_atf .innerbox .egcopy {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_atf .innerbox .egcopy {
    font-size: 0.55em;
  }
}
@media screen and (max-width: 480px) and (aspect-ratio > 4/5.5) {
  body#front-page main #top_atf .innerbox .egcopy {
    font-size: 0.4em;
    bottom: -2.5em;
  }
}
body#front-page main #top_atf .innerbox .egcopy .building {
  display: inline-block;
  font-size: 12.5em;
  font-weight: 400;
  line-height: 1.1em;
  margin-left: -0.1em;
}
body#front-page main #top_atf .innerbox .egcopy .the {
  display: inline-block;
  font-size: 6.5em;
  font-weight: 300;
  line-height: 1.6em;
  margin-left: -0.05em;
}
body#front-page main #top_atf .innerbox .egcopy .roads {
  display: inline-block;
  font-size: 12.5em;
  font-weight: 900;
}
body#front-page main #top_atf .innerbox .egcopy .to {
  display: inline-block;
  font-size: 7.4em;
  font-weight: 400;
  margin-left: -0.05em;
}
body#front-page main #top_atf .innerbox .egcopy .tomorrow {
  display: inline-block;
  font-size: 7.4em;
  font-weight: 700;
}
body#front-page main #top_atf .egcopy .top {
  transition-delay: 0.5s;
}
body#front-page main #top_atf .egcopy .mid {
  transition-delay: 0.8s;
}
body#front-page main #top_atf .egcopy .btm {
  transition-delay: 1.1s;
}
body#front-page main #top_mission {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_mission {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_mission.sec {
    padding-top: 10em;
  }
}
body#front-page main #top_mission .innerbox {
  width: 40em;
  padding-left: 0;
  box-sizing: unset;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_mission .innerbox {
    width: 100%;
    align-items: flex-start;
    padding-left: 10em;
    padding-right: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_mission .innerbox {
    padding-left: 5em;
    padding-right: 1.5em;
  }
}
body#front-page main #top_mission .innerbox .secheader {
  width: -moz-fit-content;
  width: fit-content;
}
body#front-page main #top_mission .innerbox .secheader .subttl {
  font-size: 1.5em;
  line-height: 2em;
}
body#front-page main #top_mission .innerbox .secheader .mainttl {
  font-size: 4.5em;
  font-weight: 900;
  line-height: 1.33em;
}
body#front-page main #top_mission .innerbox .secheader .mainttl .small {
  display: inline;
  font-size: 0.67em;
}
@media screen and (max-width: 480px) {
  body#front-page main #top_mission .innerbox .secheader {
    font-size: 0.8em;
  }
}
body#front-page main #top_mission .innerbox p {
  font-weight: 700;
  width: 100%;
}
body#front-page main #top_mission.on .secheader .mainttl {
  transition-delay: 0.2s;
}
body#front-page main #top_mission.on .secheader .subttl:last-of-type {
  transition-delay: 0.4s;
}
body#front-page main #top_mission.on p {
  transition-delay: 0.6s;
}
body#front-page main #top_mission.on .btn {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1350px) {
  body#front-page main #top_message {
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_message {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_message .innerbox {
    padding-right: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_message .innerbox {
    padding-right: 5em;
  }
}
body#front-page main #top_message.on .secheader .subttl {
  transition-delay: 0.2s;
}
body#front-page main #top_message.on p {
  transition-delay: 0.4s;
}
body#front-page main #top_message.on .btn {
  transition-delay: 0.6s;
}
body#front-page main #top_service {
  overflow: hidden;
}
body#front-page main #top_service.sec {
  padding-bottom: 14em;
}
@media screen and (max-width: 1350px) {
  body#front-page main #top_service.sec {
    padding-bottom: 19em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service.sec {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service.sec {
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
body#front-page main #top_service .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .innerbox {
    justify-content: flex-start;
    padding-left: 10em;
    padding-right: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .innerbox {
    padding-left: 5em;
    padding-right: 1.5em;
  }
}
body#front-page main #top_service .innerbox .txtbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.5em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .innerbox .txtbox {
    padding: 0;
  }
}
body#front-page main #top_service .gridbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -10.5em;
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox {
    margin-top: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox {
    margin-top: 5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
body#front-page main #top_service .gridbox .leftbox {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox {
    width: 100%;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container {
  display: grid;
  grid-template-columns: 20em 20em 20em;
  grid-template-rows: 20em 20em 20em;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container {
    gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item {
    width: 17em;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item {
    width: auto;
    aspect-ratio: unset;
    margin-bottom: 0;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  border-radius: 1em;
  overflow: hidden;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a {
    padding: 1em;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a header {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a header {
    font-size: 0.8em;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a header .eg span {
  display: block;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a header .eg span:nth-of-type(1) {
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a header .eg span:nth-of-type(2) {
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item a .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 40em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(1) {
    width: 17em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(1) {
    width: 25em;
    aspect-ratio: 2/1;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(1) a {
  color: #ffffff;
  background: #0098d8;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(1) a .imgbox img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(1) a .imgbox img {
    -o-object-position: 70% center;
       object-position: 70% center;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(2) {
    width: 12.5em;
    aspect-ratio: 1/1;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(2) a {
  justify-content: flex-end;
  color: #0098d8;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(2) a header .eg {
  order: 2;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(2) a .imgbox img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) {
  grid-column: 2/4;
  grid-row: 2/3;
  width: 40em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) {
    width: 17em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) {
    width: 25em;
    aspect-ratio: 2/1;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) a {
  justify-content: flex-start;
  align-items: flex-end;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) a {
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) a {
    align-items: flex-end;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) a .imgbox img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(3) a .imgbox img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 40em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) {
    width: 17em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) {
    width: 25em;
    aspect-ratio: 2/1;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a {
  justify-content: flex-start;
  align-items: center;
  background: #1a4ccb;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a {
    justify-content: flex-end;
    align-items: flex-start;
  }
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a header .eg {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a {
    justify-content: flex-start;
    align-items: center;
  }
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a header .eg {
    order: 1;
  }
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a header .jp {
    order: 2;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(4) a .imgbox img {
  -o-object-position: 68% bottom;
     object-position: 68% bottom;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(5) {
  grid-column: 3/4;
  grid-row: 3/4;
  margin-left: -2em;
  width: 20em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(5) {
    width: 17em;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(5) {
    width: 12.5em;
    aspect-ratio: 1/1;
    margin-bottom: 5em;
  }
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(5) a {
  justify-content: flex-start;
  color: #0098d8;
}
body#front-page main #top_service .gridbox .leftbox .grid-container .grid-item:nth-of-type(5) a .imgbox img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
body#front-page main #top_service .gridbox .rightbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 20em;
  background: linear-gradient(to bottom, #1a4ccb, #0098d8);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .rightbox {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    right: 5em;
    bottom: 0;
    width: 17em;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .rightbox {
    width: 12.5em;
    right: 1.5em;
  }
}
body#front-page main #top_service .gridbox .rightbox .eg {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .rightbox .eg {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .rightbox .eg {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
body#front-page main #top_service .gridbox .rightbox .jp {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_service .gridbox .rightbox .jp {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .rightbox .jp {
    font-size: 0.8em;
    line-height: 1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_service .gridbox .rightbox .btn a {
    min-width: 10em;
  }
}
body#front-page main #top_service.on .secheader .subttl {
  transition-delay: 0.2s;
}
body#front-page main #top_service.on p {
  transition-delay: 0.4s;
}
body#front-page main #top_service.on .btn {
  transition-delay: 0.6s;
}
body#front-page main #top_service.on .gridbox .grid-item:nth-of-type(1) {
  transition-delay: 0.8s;
}
body#front-page main #top_service.on .gridbox .grid-item:nth-of-type(2) {
  transition-delay: 1s;
}
body#front-page main #top_service.on .gridbox .grid-item:nth-of-type(3) {
  transition-delay: 1.2s;
}
body#front-page main #top_service.on .gridbox .grid-item:nth-of-type(4) {
  transition-delay: 1.4s;
}
body#front-page main #top_service.on .gridbox .grid-item:nth-of-type(5) {
  transition-delay: 1.6s;
}
body#front-page main #top_service.on .rightbox {
  transition-delay: 1.8s;
}
body#front-page main #top_staff {
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page main #top_staff.sec {
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_staff.sec {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_staff.sec {
    padding-bottom: 2.5em;
  }
}
body#front-page main #top_staff .innerbox {
  display: flex;
  flex-wrap: wrap;
  z-index: auto;
}
@media screen and (max-width: 1350px) {
  body#front-page main #top_staff .innerbox {
    padding: 0 10em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_staff .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_staff .innerbox {
    padding-left: 2.5em;
    padding-right: 1.5em;
  }
}
body#front-page main #top_staff .innerbox .txtbox {
  width: 37em;
}
@media screen and (max-width: 1350px) {
  body#front-page main #top_staff .innerbox .txtbox {
    width: 36em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_staff .innerbox .txtbox {
    width: 100%;
    padding-left: 5em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_staff .innerbox .txtbox {
    padding-left: 2.5em;
  }
}
body#front-page main #top_staff .innerbox .slidebox {
  width: 35em;
  flex: 1;
  z-index: -2;
  margin-top: -3.5em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_staff .innerbox .slidebox {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_staff .innerbox .slidebox .swiper {
    width: 18em;
    margin-left: 0;
  }
}
body#front-page main #top_staff .innerbox .slidebox .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
body#front-page main #top_staff .innerbox .slidebox .swiper .swiper-wrapper .swiper-slide img {
  width: 26em;
}
@media screen and (max-width: 480px) {
  body#front-page main #top_staff .innerbox .slidebox .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
body#front-page main #top_staff.on .secheader .subttl {
  transition-delay: 0.2s;
}
body#front-page main #top_staff.on p {
  transition-delay: 0.4s;
}
body#front-page main #top_staff.on .btn {
  transition-delay: 0.6s;
}
body#front-page main #top_staff.on .slidebox {
  transition-delay: 1s;
}
body#front-page main #top_news.sec {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news.sec {
    padding-top: 5em;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_news.sec {
    padding-top: 2.5em;
    padding-bottom: 5em;
  }
}
body#front-page main #top_news .innerbox {
  padding: 0 5em;
}
@media screen and (max-width: 480px) {
  body#front-page main #top_news .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page main #top_news .innerbox .wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  border-radius: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 5em;
  padding: 5em 5em 7.25em 5em;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4392156863);
  backdrop-filter: blur(1.5em);
  -webkit-backdrop-filter: blur(1.5em);
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news .innerbox .wrapper {
    gap: 2em;
    padding: 2.5em 2.5em 5em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page main #top_news .innerbox .wrapper {
    gap: 1.5em;
    padding: 2.5em 2.5em 5em 2.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news .innerbox .wrapper .leftbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
body#front-page main #top_news .innerbox .wrapper .leftbox .secheader {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news .innerbox .wrapper .leftbox .secheader {
    margin-bottom: 0;
  }
}
body#front-page main #top_news .innerbox .wrapper .leftbox .secheader .mainttl span.eg {
  margin-bottom: 0;
}
body#front-page main #top_news .innerbox .wrapper .leftbox .btn a {
  background: #0098d8;
  color: #ffffff;
}
body#front-page main #top_news .innerbox .wrapper .midbox {
  width: 1px;
  height: 10.7em;
  background: #0098d8;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news .innerbox .wrapper .midbox {
    width: 100%;
    height: 1px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news .innerbox .wrapper .rightbox {
    width: 100%;
  }
}
body#front-page main #top_news .innerbox .wrapper .flowtxt {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: 0;
}
body#front-page main #top_news .innerbox .wrapper .flowtxt .flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  animation: loop-text-news 14s linear infinite;
}
body#front-page main #top_news .innerbox .wrapper .flowtxt .flow-wrapper .item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 7.5em;
  font-weight: 700;
  line-height: 1em;
  color: #0098d8;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5em;
  margin-bottom: -0.2em;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news .innerbox .wrapper .flowtxt .flow-wrapper .item {
    font-size: 4.5em;
  }
}
@keyframes loop-text-news {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
body#front-page main #top_news.on .wrapper {
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_news.on .wrapper {
    transition-delay: 0.2s;
  }
}
body#front-page main #top_recruit {
  background: #edf4f7;
  color: #ffffff;
  z-index: 1;
}
body#front-page main #top_recruit.sec {
  padding: 12.5em 0;
  height: 100vh;
}
body#front-page main #top_recruit .secbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#front-page main #top_recruit .secbg .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
body#front-page main #top_recruit .secbg .colorfilter,
body#front-page main #top_recruit .secbg .dotfilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}
body#front-page main #top_recruit .secbg .colorfilter {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #1a4ccb;
  z-index: 2;
}
body#front-page main #top_recruit .secbg .dotfilter {
  /* 背景画像（ドット） */
  /* 背景色を青にして、透過部分だけ見せる（マスク） */
  background-color: #0098d8; /* ドットをこの色にする */
  -webkit-mask-image: url("/images/pattern.png");
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-image: url("/images/pattern.png");
  mask-repeat: repeat;
  mask-size: auto;
  z-index: 3;
}
body#front-page main #top_recruit .secbg .movingforward {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 600%;
  perspective: 5em;
  transform-style: preserve-3d;
  z-index: 4;
}
body#front-page main #top_recruit .secbg .movingforward .board {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 100%;
  transform-style: preserve-3d;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page main #top_recruit .secbg .movingforward .board {
    width: 500%;
  }
}
body#front-page main #top_recruit .secbg .movingforward .board .movtxt {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  transform-origin: center center;
}
body#front-page main #top_recruit .secbg .movingforward .board .movtxt span {
  white-space: nowrap;
  font-size: 10em;
  font-weight: 900;
  color: #0e2e81;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(1) {
  left: 50%;
  transform: translateX(-100%) translateZ(-50em) rotateX(-20deg) rotateY(10deg) rotateZ(40deg);
  transform-origin: center right;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(1) .movtxt {
  animation: board-mov-txt-1 4s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(2) {
  left: 50%;
  transform: translateX(-100%) translateZ(-50em) rotateX(0deg) rotateY(10deg) rotateZ(-28deg);
  transform-origin: center right;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(2) .movtxt {
  animation: board-mov-txt-2 4s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
  animation-delay: 3.3s;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(3) {
  right: 50%;
  transform: translateX(100%) translateZ(-50em) rotateY(-10deg) rotateZ(-34deg);
  transform-origin: center left;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(3) .movtxt {
  animation: board-mov-txt-3 4s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
  animation-delay: 2.2s;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(4) {
  right: 50%;
  transform: translateX(100%) translateZ(-50em) rotateY(-10deg) rotateZ(0deg);
  transform-origin: center left;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(4) .movtxt {
  animation: board-mov-txt-4 4s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
  animation-delay: 4.3s;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(5) {
  right: 50%;
  transform: translateX(100%) translateZ(-50em) rotateY(-10deg) rotateZ(45deg);
  transform-origin: center left;
}
body#front-page main #top_recruit .secbg .movingforward .board:nth-of-type(5) .movtxt {
  animation: board-mov-txt-5 4s cubic-bezier(0.5, 0.25, 0.9, 1) infinite;
  animation-delay: 1.1s;
}
@keyframes board-mov-txt-1 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
    right: -50%;
  }
  10% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    filter: blur(0);
  }
  100% {
    filter: blur(5em);
    scale: 3;
    right: 100%;
  }
}
@keyframes board-mov-txt-2 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
    right: -50%;
  }
  10% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    filter: blur(0);
  }
  100% {
    filter: blur(5em);
    scale: 3;
    right: 100%;
  }
}
@keyframes board-mov-txt-3 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
    left: -50%;
  }
  10% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    filter: blur(0);
  }
  100% {
    filter: blur(5em);
    scale: 3;
    left: 100%;
  }
}
@keyframes board-mov-txt-4 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
    left: -50%;
  }
  10% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    filter: blur(0);
  }
  100% {
    filter: blur(5em);
    scale: 3;
    left: 100%;
  }
}
@keyframes board-mov-txt-5 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
    left: -50%;
  }
  10% {
    opacity: 0;
    filter: alpha(opacity=0);
    scale: 0;
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  90% {
    filter: blur(0);
  }
  100% {
    filter: blur(5em);
    scale: 3;
    left: 100%;
  }
}
body#front-page main #top_recruit.sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body#front-page main #top_recruit .innerbox {
  text-align: center;
}
body#front-page main #top_recruit .innerbox .secheader {
  text-align: center;
}
body#front-page main #top_recruit .innerbox p {
  font-weight: 500;
}
body#front-page main #top_recruit .innerbox .btn a {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 12em;
  height: 100%;
  background: linear-gradient(to right, #fc765c, #cd1768);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  padding: 0 2em;
  width: 20em;
}
body#front-page main #top_recruit .innerbox .btn a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page main #top_recruit .innerbox .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1em;
  font-weight: 700;
}
body#front-page main #top_recruit .innerbox .btn a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5em;
  bottom: auto;
  transform: translate(0, -50%);
}
body#front-page main #top_recruit.on .secheader .subttl {
  transition-delay: 0.2s;
}
body#front-page main #top_recruit.on p {
  transition-delay: 0.4s;
}
body#front-page main #top_recruit.on .btn {
  transition-delay: 0.6s;
}

.line_main {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  pointer-events: none;
}
.line_main .linePath {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 4em;
  stroke-linecap: butt;
}
.line_main .linePath_01,
.line_main .linePath_02 {
  display: none;
  stroke: #0098d8;
}
#front-page .line_main .linePath_01,
#front-page .line_main .linePath_02 {
  display: block;
}

/* ----- アニメーション ----- */
.line_main.line-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .line_main.line-pc {
    display: none;
  }
}
.line_main.line-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .line_main.line-tb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .line_main.line-tb {
    display: none;
  }
}
.line_main.line-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .line_main.line-sp {
    display: block;
  }
}
.line_main .linePath_01,
.line_main .linePath_02 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.line_main .linePath_01 {
  transition: stroke-dashoffset 4s ease-in-out, stroke 1s ease;
}
.line_main .linePath_01.atf_active {
  transition-duration: 2s;
  stroke-dashoffset: 76.5;
}
@media screen and (max-width: 1350px) {
  .line_main .linePath_01.atf_active {
    stroke-dashoffset: 74;
  }
}
@media screen and (max-width: 768px) {
  .line_main .linePath_01.atf_active {
    stroke-dashoffset: 73;
  }
}
@media screen and (max-width: 480px) {
  .line_main .linePath_01.atf_active {
    stroke-dashoffset: 81.2;
  }
}
.line_main .linePath_01.mission_active {
  transition-duration: 1.5s;
  stroke-dashoffset: 67.5;
  stroke: #ffffff;
}
@media screen and (max-width: 768px) {
  .line_main .linePath_01.mission_active {
    stroke-dashoffset: 57;
  }
}
@media screen and (max-width: 480px) {
  .line_main .linePath_01.mission_active {
    stroke-dashoffset: 64;
  }
}
.line_main .linePath_01.message_active {
  stroke-dashoffset: 43;
  stroke: #ffffff;
}
@media screen and (max-width: 768px) {
  .line_main .linePath_01.message_active {
    stroke-dashoffset: 45;
  }
}
@media screen and (max-width: 480px) {
  .line_main .linePath_01.message_active {
    stroke-dashoffset: 52;
  }
}
.line_main .linePath_01.service_active {
  transition-duration: 4s;
  stroke-dashoffset: 19;
  stroke: #0098d8;
}
@media screen and (max-width: 768px) {
  .line_main .linePath_01.service_active {
    stroke-dashoffset: 24;
  }
}
@media screen and (max-width: 480px) {
  .line_main .linePath_01.service_active {
    stroke-dashoffset: 20;
  }
}
.line_main .linePath_01.staff_active {
  transition-duration: 2s;
  stroke-dashoffset: 0;
}
.line_main .linePath_02 {
  transition: stroke-dashoffset 1s ease-in-out, stroke 1s ease;
}
.line_main .linePath_02.staff_active {
  stroke-dashoffset: 78;
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  .line_main .linePath_02.staff_active {
    stroke-dashoffset: 68;
    transition-duration: 2s;
  }
}
@media screen and (max-width: 480px) {
  .line_main .linePath_02.staff_active {
    stroke-dashoffset: 73;
  }
}
.line_main .linePath_02.news_active {
  stroke-dashoffset: 0;
  transition-duration: 2s;
  transition-delay: 0s;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #0e2e81;
  padding: 10em 0 5em 0;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4em;
  line-height: 1em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 2.5em;
  }
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25em;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 1em;
  }
}
body #page-header .page_ttl .eg {
  margin-left: 0.5em;
}
body #page-header .btn {
  text-align: right;
}

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

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

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

#footer-post.sec {
  padding: 5em 0;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-post .innerbox li {
  list-style-type: none;
}
#footer-post .innerbox .pf_ttl {
  padding-bottom: 0.5em;
}
#footer-post .innerbox .post_sec,
#footer-post .innerbox .archive_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec,
  #footer-post .innerbox .archive_sec {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    padding-bottom: 2.5em;
  }
}
#footer-post .innerbox .archive_sec select {
  border-radius: 1em;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  margin-top: 1em;
  padding: 0.5em;
  border-color: #0098d8;
  color: #0098d8;
}
#footer-post .innerbox .archive_sec .btn {
  margin-top: 2em;
}

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

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

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

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

.sec_bg3 {
  background: linear-gradient(to bottom, #1a4ccb, #0098d8);
  color: #ffffff;
}

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

.partspage-ctt > .sec_bg1:first-child {
  padding-top: 0;
}

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

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

.partspage-ctt .btn {
  margin-bottom: 2.5em;
}
.partspage-ctt .btn a {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 12em;
  height: 100%;
  background: linear-gradient(to right, #0098d8, #1a4ccb);
  color: #ffffff;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  padding: 0 2em;
  min-width: 15em;
}
.partspage-ctt .btn a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partspage-ctt .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1em;
  font-weight: 700;
}
.partspage-ctt .btn a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5em;
  bottom: auto;
  transform: translate(0, -50%);
}
.partspage-ctt .btn a span {
  font-size: 1em;
}
.partspage-ctt .sec_bg2 .btn,
.partspage-ctt .sec_bg3 .btn {
  margin-bottom: 2.5em;
}
.partspage-ctt .sec_bg2 .btn a,
.partspage-ctt .sec_bg3 .btn a {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  display: inline-block;
  min-width: 12em;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  color: #0098d8;
  border-radius: 5em;
  text-align: center;
  align-items: center;
  padding: 0 2em;
  min-width: 15em;
}
.partspage-ctt .sec_bg2 .btn a:hover,
.partspage-ctt .sec_bg3 .btn a:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partspage-ctt .sec_bg2 .btn a span,
.partspage-ctt .sec_bg3 .btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1em;
  font-weight: 700;
}
.partspage-ctt .sec_bg2 .btn a i,
.partspage-ctt .sec_bg3 .btn a i {
  position: absolute;
  top: 50%;
  left: auto;
  right: 1.5em;
  bottom: auto;
  transform: translate(0, -50%);
}
.partspage-ctt .sec_bg2 .btn a span,
.partspage-ctt .sec_bg3 .btn a span {
  font-size: 1em;
}

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

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

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

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

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

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

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.imgcard_img {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1em;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.2em;
  text-decoration: none;
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 1em;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #ffffff;
  color: #000;
  /* 見出し */
}
@media screen and (max-width: 1350px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #0098d8;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list li .li_ttl,
.order_list li .li_ttl,
.check_list li .li_ttl {
  font-family: "neuzeit-grotesk", "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.no_list li .li_ttl + .li_txt,
.order_list li .li_ttl + .li_txt,
.check_list li .li_ttl + .li_txt {
  display: block;
}
.no_list li .li_txt,
.order_list li .li_txt,
.check_list li .li_txt {
  text-indent: initial;
}

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

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

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

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

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

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

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

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

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

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 2.5em;
  /* 大きな数字 */
}
.parts_hd .hd_en {
  display: block;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #0098d8;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec_bg2 .parts_hd .hd_en, .sec_bg3 .parts_hd .hd_en {
  color: #ffffff;
}
.parts_hd .hd_jp {
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0098d8;
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.sec_bg2 .parts_hd .hd_jp, .sec_bg3 .parts_hd .hd_jp {
  color: #edf4f7;
}
.parts_hd:has(.hd_en) .hd_jp {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
}

.parts-h4 {
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

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

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

.tw_l {
  width: 100%;
}

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

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

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 2.5em;
  border-radius: 1em;
  background: #ffffff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: "zen-kaku-gothic-new", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

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

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

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

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@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;
  border-radius: 1em;
  margin: 0 auto;
  padding: 3.57em;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  color: #000;
  /* -------------------------- 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: "zen-kaku-gothic-new", "游ゴシック", "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: 2.5em;
  background: #edf4f7;
  border: #ffffff 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] {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  height: 4em;
  min-width: 12em;
  position: relative;
  padding: 1em 3em;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #0098d8 url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #edf4f7;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
.formbox .wpcf7-form input[type=submit]:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #0098d8 url("images/ya_w.svg") no-repeat right 0.8em top 50%;
  background-size: auto 1em;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #000;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #0098d8;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #0098d8;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

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

.wpcf7-spinner {
  display: none;
}

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