@charset "UTF-8";
/* CSS Document */
/*
Theme Name: いとしまファイナンシャルサービス
Author: 株式会社重富プラス

*/
.btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #1244b3;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
}
.btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
.btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
.btn a:hover {
  color: inherit;
}
.btn:hover {
  background: #1244b3;
  background-size: auto 1em;
}

.btn2 a {
  font-family: source-han-sans-japanese, "游ゴシック", "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.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  text-decoration: none !important;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  border: none;
  background: #1244b3;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  color: #ffffff !important;
  font-weight: 700;
  padding-top: 1.33em;
}
.btn2 a:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
.btn2 a:hover {
  background: #1244b3;
  background-size: auto 1em;
}

/* 欧文フォント */
.eg {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

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

.right {
  text-align: right;
}

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

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

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

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

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

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 3vw;
  }
}

header.sec_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 4em;
}
header.sec_header h2.secttl {
  color: #1244b3;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  header.sec_header h2.secttl {
    font-size: 2.5em;
  }
}
header.sec_header .subttl {
  color: #2e6fce;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  header.sec_header .subttl {
    font-size: 1em;
  }
}
header.sec_header .subttl.eg {
  font-weight: 500;
}

.lightblue {
  color: #19ada6;
}

.blue {
  color: #1244b3;
}

.marker {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.marker::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.5em;
  background: #fec913;
  z-index: -1;
}

/* 画像 */
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%;
}
img.imgct {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.imgbox {
  line-height: 0;
}

.rd {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.cir {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/* =======================================================================================================================
　　　　　　　　　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, 5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

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

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

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

/* トップページ内コンテンツの場合 */
#front-page 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, 5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -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: inherit;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #fec913;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= 共通 ============================================================ */
ul,
ol {
  list-style-type: none;
}

/* ================= 新着記事 ============================================================ */
ul.newslist {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  text-align: left;
}
ul.newslist li {
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8em;
}
ul.newslist li:last-child {
  margin-bottom: 0;
}
ul.newslist li a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
ul.newslist li a .date {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.2em;
}
ul.newslist li a p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.8em;
}

/* ================= コラム ============================================================ */
ul.columnlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  ul.columnlist {
    justify-content: flex-start;
    gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  ul.columnlist {
    gap: 2em;
  }
}
ul.columnlist li {
  width: 19em;
}
@media screen and (max-width: 768px) {
  ul.columnlist li {
    width: 100%;
  }
}
ul.columnlist li a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
ul.columnlist li a .imgbox {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.9em;
}
ul.columnlist li a .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
ul.columnlist li a .txtbox p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0.2em;
  line-height: 1.5em;
}
ul.columnlist li a .txtbox p::before {
  line-height: inherit;
}
ul.columnlist li a .txtbox .date {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1em;
}

#post_archive ul.columnlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #post_archive ul.columnlist {
    gap: 4%;
  }
}
#post_archive ul.columnlist li {
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  #post_archive ul.columnlist li {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 480px) {
  #post_archive ul.columnlist li {
    width: 100%;
  }
}

/* ================= 導入事例・お客様の声 ============================================================ */
ul.workbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1.75em;
  padding-bottom: 4em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  ul.workbox {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4em;
  }
}
ul.workbox li {
  width: 25.5em;
  height: 17em;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  ul.workbox li {
    width: 46%;
    height: 18em;
  }
}
@media screen and (max-width: 768px) {
  ul.workbox li {
    width: 100%;
    height: 22.5em;
  }
}
@media screen and (max-width: 480px) {
  ul.workbox li {
    height: 19em;
  }
}
ul.workbox li .wrapper {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: visible;
}
ul.workbox li .wrapper:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
ul.workbox li .wrapper a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2em 1.2em;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a {
    padding: 2em 1.5em;
  }
}
@media screen and (max-width: 480px) {
  ul.workbox li .wrapper a {
    padding: 2em 1.2em;
  }
}
ul.workbox li .wrapper a:hover {
  color: inherit;
}
ul.workbox li .wrapper a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.workbox li .wrapper a .workdate {
  position: absolute;
  top: -2.4em;
  left: auto;
  right: 0;
  bottom: auto;
  font-size: 0.8em;
  font-weight: 500;
}
ul.workbox li .wrapper a .workdate span {
  font-family: scandia-web, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}
ul.workbox li .wrapper a .imgbox {
  position: absolute;
  top: -2.3em;
  left: -0.9em;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 11em;
  height: 11em;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a .imgbox {
    left: -2em;
    width: 15em;
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  ul.workbox li .wrapper a .imgbox {
    top: -2.3em;
    left: -1em;
    width: 11em;
    height: 11em;
  }
}
ul.workbox li .wrapper a .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
ul.workbox li .wrapper a .workinfo {
  text-align: right;
}
ul.workbox li .wrapper a .workinfo .workind,
ul.workbox li .wrapper a .workinfo .workname,
ul.workbox li .wrapper a .workinfo .worknum {
  line-height: 1em;
  text-align: left;
  padding-left: 9.5em;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a .workinfo .workind,
  ul.workbox li .wrapper a .workinfo .workname,
  ul.workbox li .wrapper a .workinfo .worknum {
    padding-left: 14em;
  }
}
@media screen and (max-width: 480px) {
  ul.workbox li .wrapper a .workinfo .workind,
  ul.workbox li .wrapper a .workinfo .workname,
  ul.workbox li .wrapper a .workinfo .worknum {
    padding-left: 10em;
  }
}
ul.workbox li .wrapper a .workinfo .workind {
  padding-bottom: 0.55em;
}
ul.workbox li .wrapper a .workinfo .workind span {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a .workinfo .workind span {
    font-size: 1em;
  }
}
ul.workbox li .wrapper a .workinfo .workname {
  font-weight: 700;
  margin-bottom: -0.4em;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a .workinfo .workname span {
    font-size: 1.2em;
  }
}
ul.workbox li .wrapper a .workinfo hr {
  display: inline-block;
  width: 90%;
  color: inherit;
  border: 0.5px solid;
}
ul.workbox li .wrapper a .workinfo .worknum span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
  margin-top: -0.4em;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a .workinfo .worknum span {
    font-size: 1em;
  }
}
ul.workbox li .wrapper a .workinfo .worknum span .strong {
  font-family: scandia-web, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}
ul.workbox li .wrapper a .worktxt .worktype {
  border-radius: 5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.4em 0.8em;
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  ul.workbox li .wrapper a .worktxt .worktype {
    font-size: 1em;
  }
}
ul.workbox li .wrapper a .worktxt p {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0;
}
ul.workbox li.ct_dc .wrapper {
  background: #2eb3e9;
}
ul.workbox li.ct_dc .wrapper .workdate {
  color: #2eb3e9;
}
ul.workbox li.ct_financial .wrapper {
  background: #2e6fce;
  color: #ffffff;
}
ul.workbox li.ct_financial .wrapper .workdate {
  color: #2e6fce;
}
ul.workbox li.ct_financial .wrapper .worktxt .worktype {
  background: #ffffff;
  color: #2e6fce;
}
ul.workbox li.ct_refinance .wrapper {
  background: #33dcd4;
}
ul.workbox li.ct_refinance .wrapper .workdate {
  color: #55c6c1;
}
ul.workbox li.ct_insurance .wrapper {
  background: #9fca3f;
}
ul.workbox li.ct_insurance .wrapper .workdate {
  color: #9fca3f;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

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

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

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4em;
  z-index: 99999;
}
#header .sec {
  padding: 0;
}
#header .innerbox {
  padding: 0 2em;
}

.tcbox {
  display: flex;
  flex-wrap: wrap;
}
.tcbox .tcblock {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tcbox .tcblock {
    width: 100%;
  }
}

.display-np {
  display: none;
}
@media screen and (max-width: 1350px) {
  .display-np {
    display: block;
  }
}

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

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  height: 100%;
}
#header .wrapper ul,
#header .wrapper ol {
  list-style-type: none;
}
#header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header .innerbox .logobox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header .innerbox .logobox {
    width: 100%;
  }
}
#header .innerbox .logobox h1 {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #header .innerbox .logobox h1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #header .innerbox .logobox h1 {
    font-size: 3vw;
  }
}
#header .innerbox .logobox #logo {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#header .innerbox .logobox #logo a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8em;
}
#header .innerbox .logobox #logo a .imgbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 3em;
}
#header .innerbox .logobox #logo a .txtbox {
  font-family: corporate-logo-ver2, sans-serif;
  font-style: normal;
  color: #1244b3;
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  #header .innerbox .logobox #logo a .txtbox {
    font-size: 1.4em;
  }
}
#header .innerbox .navbox {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: 100%;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  #header .innerbox .navbox {
    display: none;
  }
}
#header .innerbox .navbox ul.gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
#header .innerbox .navbox ul.gnav li {
  color: #1244b3;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
#header .innerbox .navbox ul.gnav li .contact_btn.btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.25em 0.25em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.25em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #1244b3;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  width: 10em;
  height: 3em;
}
#header .innerbox .navbox ul.gnav li .contact_btn.btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.125em, 0.125em);
}
#header .innerbox .navbox ul.gnav li .contact_btn.btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
#header .innerbox .navbox ul.gnav li .contact_btn.btn a:hover {
  color: inherit;
}
#header .innerbox .navbox ul.gnav li .contact_btn.btn:hover {
  background: #1244b3;
  background-size: auto 1em;
}
#header.on .wrapper {
  transition-delay: 0.5s;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.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: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #1244b3;
  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: #1244b3 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #1244b3 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #1244b3;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: auto;
  transition: top 1s;
  border: none;
  background: #ffffff;
  /* 中身デザイン */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnav {
  width: 50%;
  text-align: center;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnav li {
  margin-bottom: 2em;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnav li a {
  font-size: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnav .btn {
  width: 16em;
}

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

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer ul,
#footer ol {
  list-style-type: none;
}
#footer.sec {
  padding: 0;
}
#footer .top_area {
  color: #1244b3;
}
#footer .top_area::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left: 0 */
  background: linear-gradient(180deg, rgba(252, 179, 61, 0.5), rgba(254, 249, 100, 0.5)), url(/images/bg_cube.svg) repeat center/contain;
  background-size: 30%;
  z-index: -1; /* コンテンツの背面に配置 */
}
#footer .top_area .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  padding: 0 15em;
}
@media screen and (max-width: 768px) {
  #footer .top_area .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .top_area .innerbox {
    padding: 0 1.5em;
  }
}
#footer .top_area .innerbox h2.secttl {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
}
#footer .top_area .innerbox .whitearea {
  width: auto;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  padding: 3.5em;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #footer .top_area .innerbox .whitearea {
    padding: 3em 1.5em;
  }
}
#footer .top_area .innerbox .whitearea h3 {
  font-family: ta-kakugo-gf-02, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  margin-bottom: 1.425em;
}
#footer .top_area .innerbox .whitearea h3 .marker {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
}
#footer .top_area .innerbox .whitearea .tel {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
#footer .top_area .innerbox .whitearea .tel p:nth-of-type(1) {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 0.73em;
}
#footer .top_area .innerbox .whitearea .tel p:nth-of-type(2) {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #03a2e2;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.1em;
}
#footer .top_area .innerbox .whitearea .tel p:nth-of-type(3) {
  padding-bottom: 1.2em;
}
@media screen and (max-width: 480px) {
  #footer .top_area .innerbox .whitearea .tel p:nth-of-type(3) {
    padding-bottom: 4.5em;
  }
}
#footer .top_area .innerbox .whitearea .tel p:nth-of-type(3) .jp {
  font-size: 1.2em;
  font-weight: 700;
}
#footer .top_area .innerbox .whitearea .tel p:nth-of-type(3) .eg {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 500;
}
#footer .top_area .innerbox .whitearea .btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #fec913;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  width: 40em;
  height: 6em;
  overflow: visible;
}
#footer .top_area .innerbox .whitearea .btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
#footer .top_area .innerbox .whitearea .btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #1244b3 !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
#footer .top_area .innerbox .whitearea .btn a:hover {
  color: inherit;
}
#footer .top_area .innerbox .whitearea .btn:hover {
  background: #fec913;
  background-size: auto 1em;
}
@media screen and (max-width: 768px) {
  #footer .top_area .innerbox .whitearea .btn {
    width: 100%;
    height: 5em;
  }
}
#footer .top_area .innerbox .whitearea .btn::before {
  content: "";
  position: absolute;
  top: -13.5em;
  left: -2em;
  right: auto;
  bottom: auto;
  width: 10em;
  height: 15.75em;
  background: url(/images/cv_staff01.svg) no-repeat right bottom/cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #footer .top_area .innerbox .whitearea .btn::before {
    top: -9.5em;
    left: -1em;
    width: 7em;
    height: 11.025em;
  }
}
@media screen and (max-width: 480px) {
  #footer .top_area .innerbox .whitearea .btn::before {
    top: -6.5em;
    left: 0;
    width: 5em;
    height: 7.875em;
  }
}
#footer .top_area .innerbox .whitearea .btn::after {
  content: "";
  position: absolute;
  top: -12.2em;
  left: auto;
  right: -2em;
  bottom: auto;
  width: 10em;
  height: 12.25em;
  background: url(/images/cv_staff02.svg) no-repeat right bottom/cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #footer .top_area .innerbox .whitearea .btn::after {
    top: -8.6em;
    right: -1em;
    width: 7em;
    height: 8.575em;
  }
}
@media screen and (max-width: 480px) {
  #footer .top_area .innerbox .whitearea .btn::after {
    top: -6.1em;
    right: 0;
    width: 5em;
    height: 6.125em;
  }
}
#footer .top_area .innerbox .whitearea .btn a {
  font-size: 1.5em;
  font-weight: 900;
}
#footer .mid_area {
  background: #0044ae;
  color: #ffffff;
}
#footer .mid_area .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .mid_area .innerbox {
    flex-direction: column;
    gap: 2em;
  }
}
#footer .mid_area .innerbox .leftbox .footernav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer .mid_area .innerbox .leftbox .footernav {
    flex-direction: row;
    justify-content: center;
    gap: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer .mid_area .innerbox .leftbox .footernav {
    flex-direction: column;
    gap: 0;
  }
}
#footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1 {
    margin-bottom: 1em;
  }
}
#footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1:first-of-type {
  line-height: 2em;
}
#footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1 ul.nav2 {
  margin-left: 0.45em;
}
#footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1 ul.nav2 li.item2 {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2em;
}
#footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1 ul.nav2 li.item2 ul.nav3 li.item3 {
  display: inline;
  font-size: 0.875em;
  font-weight: 200;
  line-height: 2.286em;
}
#footer .mid_area .innerbox .leftbox .footernav ul.leftnav li.item1 ul.nav2 li.item2 ul.nav3 li.item3:not(:last-child)::after {
  content: "／"; /* 区切り文字 */
}
#footer .mid_area .innerbox .leftbox .footernav ul.rightnav li {
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #footer .mid_area .innerbox .leftbox .footernav ul.rightnav li {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  #footer .mid_area .innerbox .rightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .mid_area .innerbox .rightbox .toptxt {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.625em;
}
#footer .mid_area .innerbox .rightbox .logobox .footer-logo {
  margin-bottom: 2em;
}
#footer .mid_area .innerbox .rightbox .logobox .footer-logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em;
}
#footer .mid_area .innerbox .rightbox .logobox .footer-logo a .imgbox {
  width: 3.5em;
}
#footer .mid_area .innerbox .rightbox .logobox .footer-logo a .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#footer .mid_area .innerbox .rightbox .logobox .footer-logo a .txtbox {
  font-family: corporate-logo-ver2, sans-serif;
  font-style: normal;
  font-size: 1.5em;
}
#footer .mid_area .innerbox .rightbox .info {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4em;
}
#footer .mid_area .innerbox .rightbox .info ul.cname li {
  font-weight: 700;
  line-height: 2em;
}
#footer .mid_area .innerbox .rightbox .info .address p {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
#footer .mid_area .innerbox .rightbox .info .address .tel {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}
#footer .mid_area .innerbox .rightbox .info .address .tel span {
  font-size: 0.75em;
}
#footer .btm_area {
  background: #052b7f;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #footer .btm_area.sec {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 480px) {
  #footer .btm_area.sec {
    padding-bottom: 7.5em;
  }
}
#footer .btm_area .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .btm_area .innerbox {
    justify-content: center;
    gap: 2em;
  }
}
#footer .btm_area .innerbox .leftbox .item h3 {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5em;
}
#footer .btm_area .innerbox .leftbox .item p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 0.6em;
}
#footer .btm_area .innerbox .leftbox .item h4 {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5em;
}
#footer .btm_area .innerbox .leftbox .item p:last-of-type {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5em;
}
#footer .btm_area .innerbox .rightbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
#footer .btm_area .innerbox .rightbox ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .btm_area .innerbox .rightbox ul li {
  font-size: 0.7em;
  font-weight: 200;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#footer .btm_area .innerbox .rightbox ul li:not(:last-child)::after {
  content: "　|　"; /* 区切り文字 */
}
#footer .btm_area .innerbox .rightbox .copyright {
  font-size: 0.7em;
  font-weight: 500;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= 共通 ============================================================ */
  background: #f3f3f3;
  /* ================= コンバージョンボタン ============================================================ */
  /* ================= ファーストビュー ============================================================ */
  /* ================= キューブ固定エリア ============================================================ */
  /* ================= 理念 ============================================================ */
  /* ================= サービス案内 ============================================================ */
  /* ================= 導入事例 ============================================================ */
  /* ================= トピック ============================================================ */
  /* ================= 会社情報 ============================================================ */
  /* ================= 採用情報 ============================================================ */
}
body#front-page #cvarea {
  position: fixed;
  top: auto;
  left: auto;
  right: 1em;
  bottom: 1em;
  z-index: 9999;
}
body#front-page #cvarea .wrapper .cvbtn.btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #fec913;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  width: 25em;
  height: 5em;
  overflow: visible;
}
body#front-page #cvarea .wrapper .cvbtn.btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
body#front-page #cvarea .wrapper .cvbtn.btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #1244b3 !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
body#front-page #cvarea .wrapper .cvbtn.btn a:hover {
  color: inherit;
}
body#front-page #cvarea .wrapper .cvbtn.btn:hover {
  background: #fec913;
  background-size: auto 1em;
}
body#front-page #cvarea .wrapper .cvbtn.btn a {
  justify-content: flex-end;
  padding-right: 2.6em;
}
body#front-page #cvarea .wrapper .cvbtn.btn a .imgbox {
  position: absolute;
  top: auto;
  left: 0.5em;
  right: auto;
  bottom: 0;
  width: 4.5em;
}
body#front-page #cvarea .wrapper .cvbtn.btn a .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #cvarea .wrapper .cvbtn.btn a .txtbox span {
  display: block;
}
body#front-page #cvarea .wrapper .cvbtn.btn a .txtbox .subtxt {
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0.5625em;
}
body#front-page #cvarea .wrapper .cvbtn.btn a .txtbox .maintxt {
  font-size: 1.2em;
  font-weight: 900;
}
body#front-page #cvarea .wrapper .cvbtn.btn a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #cvarea .wrapper {
  transition-delay: 1s;
}
body#front-page #cvarea.on .wrapper {
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  body#front-page #atf {
    font-size: 1.2vw;
  }
}
body#front-page #atf.sec {
  padding: 0;
}
body#front-page #atf .innerbox {
  padding: 0;
}
body#front-page #atf .mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #atf .mainimg .loupeimg {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 120vh;
  z-index: 40;
  pointer-events: none;
  overflow: hidden;
}
body#front-page #atf .mainimg .loupeimg img {
  position: absolute;
  top: -4em;
  left: -20.8em;
  right: auto;
  bottom: auto;
  width: 98em;
  transform-origin: 71.5% 50%;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .loupeimg img {
    left: -29em;
    transform: rotate(-16deg);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .loupeimg img {
    width: 114em;
    top: -2em;
    left: -41em;
    transform: rotate(-30deg);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .loupeimg img {
    width: 156em;
    top: -3em;
    left: -71.5em;
    transform: rotate(-35deg);
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide {
  width: 49em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  filter: blur(0.25em);
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide {
    width: 60em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  background: inherit;
  color: inherit;
  text-align: center;
  padding-top: 10em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide {
    padding-top: 15em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide {
    font-size: 1.4em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide h3.subtxt {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 1.1em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide h2.ttl {
  font-family: ta-kakugo-gf-03, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 3em;
  text-align: center;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide h2.ttl strong.strong {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide .btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.4);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.4em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #ffffff;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  width: 25.2em;
  height: 4.8em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide .btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.4);
  transform: translate(0.2em, 0.2em);
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide .btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: inherit !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide .btn a:hover {
  color: inherit;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide .btn:hover {
  background: #ffffff;
  background-size: auto 1em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide .btn a {
  font-size: 1.2em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide .slide img.illustimg {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 {
  background: #33dcd4;
  color: #33dcd4;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide h2.ttl {
  line-height: 1.8em;
  margin-bottom: 0.4em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide img.illustimg:first-of-type {
  width: 20.6em;
  left: 0em;
  bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide img.illustimg:first-of-type {
    width: 24.6em;
    left: 1em;
    bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide img.illustimg:first-of-type {
    left: 0;
    bottom: -1em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide img.illustimg:last-of-type {
  width: 18.5em;
  right: 2em;
  bottom: -0.25em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide img.illustimg:last-of-type {
    width: 23.5em;
    right: 4em;
    bottom: -0.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide img.illustimg:last-of-type {
    right: 4em;
    bottom: -3.5em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide .btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.4);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.4em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #ffffff;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  width: 25.2em;
  height: 4.8em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide .btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.4);
  transform: translate(0.2em, 0.2em);
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide .btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #1244b3 !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide .btn a:hover {
  color: inherit;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide01 .slide .btn:hover {
  background: #ffffff;
  background-size: auto 1em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 {
  background: #f9736f;
  color: #f9736f;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide h2.ttl {
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:first-of-type {
  width: 17.15em;
  left: -1em;
  bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:first-of-type {
    width: 18.15em;
    left: 3em;
    bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:first-of-type {
    left: 1em;
    bottom: 2em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:nth-of-type(2) {
  width: 19em;
  left: 50%;
  bottom: 6.25em;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:nth-of-type(2) {
    width: 21em;
    bottom: 7.25em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:last-of-type {
  width: 14.2em;
  right: 1.5em;
  bottom: 2.15em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:last-of-type {
    right: 4.5em;
    bottom: 5.15em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide02 .slide img.illustimg:last-of-type {
    right: 3.5em;
    bottom: 2.15em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 {
  background: #9fca3f;
  color: #7aa220;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide h3.subtxt {
  letter-spacing: 0;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide h2.ttl {
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide img.illustimg:first-of-type {
  width: 17em;
  left: 5.5em;
  bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide img.illustimg:first-of-type {
    width: 20em;
    left: 8.5em;
    bottom: 1.75em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide img.illustimg:first-of-type {
    left: 3.5em;
    bottom: 0.75em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide img.illustimg:last-of-type {
  width: 14.3em;
  right: 8em;
  bottom: 1.75em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide img.illustimg:last-of-type {
    width: 17.3em;
    right: 10em;
    bottom: 2.75em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide.slide03 .slide img.illustimg:last-of-type {
    right: 6em;
    bottom: 1.75em;
  }
}
body#front-page #atf .mainimg .swiper .swiper-wrapper .swiper-slide-active {
  filter: blur(0);
}
body#front-page #atf .mainimg .loupeimg img {
  visibility: hidden;
  transform: translate(-30%, -30%);
  transition: transform 1s ease, visibility 1s ease;
}
body#front-page #atf.on .mainimg .loupeimg img {
  visibility: visible;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  body#front-page #atf.on .mainimg .loupeimg img {
    transform: rotate(-16deg);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #atf.on .mainimg .loupeimg img {
    transform: rotate(-30deg);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf.on .mainimg .loupeimg img {
    transform: rotate(-35deg);
  }
}
body#front-page .stk_area {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: -1.25em;
}
body#front-page .stk_area .cube3box {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 200vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 30;
}
body#front-page .stk_area .cube3box .leftcube {
  width: 100%;
}
body#front-page .stk_area .cube3box .leftcube::before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 30em;
  left: -7.5em;
  width: 30em;
  height: 30.35em;
  background: url(/images/cube3.svg) no-repeat center/contain;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cube3box .leftcube::before {
    top: 38.2em;
    left: -4em;
    width: 16em;
    height: 16.35em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cube3box .leftcube::before {
    top: 52.2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cube3box .leftcube::before {
    top: 55.6em;
    left: -2.6em;
    width: 10em;
    height: 10.35em;
  }
}
body#front-page .stk_area .cube3box .rightcube {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
body#front-page .stk_area .cube3box .rightcube::before, body#front-page .stk_area .cube3box .rightcube::after {
  position: relative;
  display: block;
  content: "";
  right: -7.5em;
  width: 30em;
  height: 30.35em;
  background: url(/images/cube3.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cube3box .rightcube::before, body#front-page .stk_area .cube3box .rightcube::after {
    right: -3.2em;
    width: 13em;
    height: 13.35em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cube3box .rightcube::before, body#front-page .stk_area .cube3box .rightcube::after {
    right: -2.5em;
    width: 10em;
    height: 10.35em;
  }
}
body#front-page .stk_area .cube3box .rightcube::before {
  top: -4.4em;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cube3box .rightcube::before {
    top: -2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cube3box .rightcube::before {
    top: -1.5em;
  }
}
body#front-page .stk_area .cube3box .rightcube::after {
  top: -8.8em;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cube3box .rightcube::after {
    top: -4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cube3box .rightcube::after {
    top: -3em;
  }
}
body#front-page .stk_area .cubebox {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 24em;
  height: 47.5em;
  z-index: 10;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cubebox {
    padding-left: 15em;
    padding-bottom: 10em;
    height: 61.5em;
    align-items: flex-end;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cubebox {
    padding-left: 7em;
    padding-bottom: 12em;
  }
}
body#front-page .stk_area .cubebox .scene {
  width: 18em;
  height: 18em;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50% 0; /* 中心を軸に回転 */
  transform: rotateX(-35.264deg) rotateY(45deg);
  transition: transform 0.1s;
  cursor: grab;
}
body#front-page .stk_area .cubebox .face {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 18em;
  height: 18em;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
body#front-page .stk_area .cubebox .face .logobox img,
body#front-page .stk_area .cubebox .face .illustbox img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* 選択状態にさせない */
}
body#front-page .stk_area .cubebox .face .logobox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 60%;
  text-align: center;
}
body#front-page .stk_area .cubebox .face .logobox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page .stk_area .cubebox .face .logobox .txtbox {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 3.4em;
  font-weight: 500;
}
body#front-page .stk_area .cubebox .face .illustbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: none;
}
body#front-page .stk_area .cubebox .face .illustbox .imgbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #ffffff;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 1.5em;
}
body#front-page .stk_area .cubebox .face .illustbox .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page .stk_area .cubebox .front,
body#front-page .stk_area .cubebox .back {
  background: #f9736f;
}
body#front-page .stk_area .cubebox .front .illustbox .imgbox,
body#front-page .stk_area .cubebox .back .illustbox .imgbox {
  width: 43%;
  padding: 1.8em;
}
body#front-page .stk_area .cubebox .right,
body#front-page .stk_area .cubebox .left {
  background: #ffffff;
}
body#front-page .stk_area .cubebox .right .logobox,
body#front-page .stk_area .cubebox .left .logobox {
  width: 60%;
}
body#front-page .stk_area .cubebox .right .illustbox .imgbox,
body#front-page .stk_area .cubebox .left .illustbox .imgbox {
  background: #def0f7;
  width: 50%;
  padding: 2.2em;
}
body#front-page .stk_area .cubebox .top,
body#front-page .stk_area .cubebox .bottom {
  background: #33dcd4;
}
body#front-page .stk_area .cubebox .top .logobox,
body#front-page .stk_area .cubebox .bottom .logobox {
  width: 60%;
}
body#front-page .stk_area .cubebox .top .illustbox .imgbox,
body#front-page .stk_area .cubebox .bottom .illustbox .imgbox {
  width: 50%;
  padding: 2.2em;
}
body#front-page .stk_area .cubebox .front {
  transform: rotateY(-90deg) translateZ(9em);
}
body#front-page .stk_area .cubebox .back {
  transform: rotateY(90deg) translateZ(9em);
}
body#front-page .stk_area .cubebox .right {
  transform: rotateY(0deg) translateZ(9em);
}
body#front-page .stk_area .cubebox .left {
  transform: rotateY(180deg) translateZ(9em);
}
body#front-page .stk_area .cubebox .top {
  transform: rotateX(90deg) translateZ(9em);
}
body#front-page .stk_area .cubebox .bottom {
  transform: rotateX(-90deg) translateZ(9em);
}
body#front-page .stk_area .cubebox.active {
  top: 4em;
  padding-left: 14em;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cubebox.active {
    padding-left: 13em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cubebox.active {
    padding-left: 6.2em;
    padding-bottom: 10em;
  }
}
body#front-page .stk_area .cubebox.active .scene {
  width: 27em;
  height: 27em;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cubebox.active .scene {
    width: 21.6em;
    height: 21.6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cubebox.active .scene {
    width: 19.8em;
    height: 19.8em;
  }
}
body#front-page .stk_area .cubebox.active .scene .face {
  width: 27em;
  height: 27em;
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cubebox.active .scene .face {
    width: 21.6em;
    height: 21.6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cubebox.active .scene .face {
    width: 19.8em;
    height: 19.8em;
  }
}
body#front-page .stk_area .cubebox.active .scene .face .illustbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
body#front-page .stk_area .cubebox.active .scene .front .logobox .txtbox,
body#front-page .stk_area .cubebox.active .scene .back .logobox .txtbox {
  font-size: 5.4em;
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cubebox.active .scene .front .logobox .txtbox,
  body#front-page .stk_area .cubebox.active .scene .back .logobox .txtbox {
    font-size: 3.4em;
  }
}
body#front-page .stk_area .cubebox.active .scene .top .logobox,
body#front-page .stk_area .cubebox.active .scene .bottom .logobox {
  width: 40%;
}
body#front-page .stk_area .cubebox.active .scene .front {
  transform: rotateY(-90deg) translateZ(13.5em);
}
body#front-page .stk_area .cubebox.active .scene .back {
  transform: rotateY(90deg) translateZ(13.5em);
}
body#front-page .stk_area .cubebox.active .scene .right {
  transform: rotateY(0deg) translateZ(13.5em);
}
body#front-page .stk_area .cubebox.active .scene .left {
  transform: rotateY(180deg) translateZ(13.5em);
}
body#front-page .stk_area .cubebox.active .scene .top {
  transform: rotateX(90deg) translateZ(13.5em);
}
body#front-page .stk_area .cubebox.active .scene .bottom {
  transform: rotateX(-90deg) translateZ(13.5em);
}
@media screen and (max-width: 768px) {
  body#front-page .stk_area .cubebox.active .scene .front {
    transform: rotateY(-90deg) translateZ(10.8em);
  }
  body#front-page .stk_area .cubebox.active .scene .back {
    transform: rotateY(90deg) translateZ(10.8em);
  }
  body#front-page .stk_area .cubebox.active .scene .right {
    transform: rotateY(0deg) translateZ(10.8em);
  }
  body#front-page .stk_area .cubebox.active .scene .left {
    transform: rotateY(180deg) translateZ(10.8em);
  }
  body#front-page .stk_area .cubebox.active .scene .top {
    transform: rotateX(90deg) translateZ(10.8em);
  }
  body#front-page .stk_area .cubebox.active .scene .bottom {
    transform: rotateX(-90deg) translateZ(10.8em);
  }
}
@media screen and (max-width: 480px) {
  body#front-page .stk_area .cubebox.active .scene .front {
    transform: rotateY(-90deg) translateZ(9.9em);
  }
  body#front-page .stk_area .cubebox.active .scene .back {
    transform: rotateY(90deg) translateZ(9.9em);
  }
  body#front-page .stk_area .cubebox.active .scene .right {
    transform: rotateY(0deg) translateZ(9.9em);
  }
  body#front-page .stk_area .cubebox.active .scene .left {
    transform: rotateY(180deg) translateZ(9.9em);
  }
  body#front-page .stk_area .cubebox.active .scene .top {
    transform: rotateX(90deg) translateZ(9.9em);
  }
  body#front-page .stk_area .cubebox.active .scene .bottom {
    transform: rotateX(-90deg) translateZ(9.9em);
  }
}
body#front-page .stk_area #service,
body#front-page .stk_area #works,
body#front-page .stk_area #topics {
  z-index: 20;
}
body#front-page #philosophy {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1244b3;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  height: 47.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #philosophy {
    align-items: flex-start;
    height: 61.5em;
  }
}
body#front-page #philosophy.sec {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #philosophy.sec {
    padding: 10em 0;
  }
}
body#front-page #philosophy .tcbox {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body#front-page #philosophy .tcbox {
    text-align: center;
  }
}
body#front-page #philosophy .tcbox .tcblock .sec_header {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body#front-page #philosophy .tcbox .tcblock .sec_header {
    align-items: center;
  }
}
body#front-page #philosophy .tcbox .tcblock .sec_header .secttl {
  color: #ffffff;
}
body#front-page #philosophy p {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  body#front-page #philosophy p {
    font-size: 0.9em;
  }
}
body#front-page #service {
  background: #d5e6ed;
}
body#front-page #service ul.servicebox {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  body#front-page #service ul.servicebox {
    flex-wrap: wrap;
    gap: 1.5em;
  }
}
body#front-page #service ul.servicebox li {
  width: 19.2em;
  height: 22.65em;
}
@media screen and (max-width: 768px) {
  body#front-page #service ul.servicebox li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #service ul.servicebox li {
    height: 23em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #service ul.servicebox li {
    width: 100%;
    height: 22em;
  }
}
body#front-page #service ul.servicebox li .wrapper {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  padding-right: 1.9em;
}
body#front-page #service ul.servicebox li .wrapper:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
body#front-page #service ul.servicebox li .wrapper a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body#front-page #service ul.servicebox li .wrapper a:hover {
  color: inherit;
}
body#front-page #service ul.servicebox li .wrapper a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #service ul.servicebox li .wrapper a .top {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 13.75em;
}
body#front-page #service ul.servicebox li .wrapper a .top h3.servicettl {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5em;
  color: #1244b3;
  text-align: center;
  padding-bottom: 1em;
}
body#front-page #service ul.servicebox li .wrapper a .top img.serviceimg {
  width: auto;
  height: 10.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
body#front-page #service ul.servicebox li .wrapper a .bottom p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  padding-bottom: 0;
}
body#front-page #service ul.servicebox li:last-child a .top img.serviceimg {
  height: 9em;
}
body#front-page #service.on .innerbox .servicebox li:nth-of-type(1) {
  transition-delay: 0.5s;
}
body#front-page #service.on .innerbox .servicebox li:nth-of-type(2) {
  transition-delay: 0.7s;
}
body#front-page #service.on .innerbox .servicebox li:nth-of-type(3) {
  transition-delay: 0.9s;
}
body#front-page #service.on .innerbox .servicebox li:nth-of-type(4) {
  transition-delay: 1.1s;
}
body#front-page #works {
  background: #f3f3f3;
}
body#front-page #works .innerbox {
  text-align: center;
}
body#front-page #works .innerbox .sec_header {
  margin-bottom: 5.2em;
}
body#front-page #works.on .innerbox .workbox li:nth-of-type(1) {
  transition-delay: 0.5s;
}
body#front-page #works.on .innerbox .workbox li:nth-of-type(2) {
  transition-delay: 0.7s;
}
body#front-page #works.on .innerbox .workbox li:nth-of-type(3) {
  transition-delay: 0.9s;
}
body#front-page #works.on .innerbox .btn_wrapper {
  transition-delay: 1.1s;
}
body#front-page #topics {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1em;
  overflow: hidden;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  body#front-page #topics {
    flex-wrap: wrap;
  }
}
body#front-page #topics.sec {
  padding: 0 1em 1em 1em;
}
@media screen and (max-width: 768px) {
  body#front-page #topics.sec {
    padding: 0 2em 2em 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics.sec {
    padding: 0 1.5em 1.5em 1.5em;
  }
}
body#front-page #topics .news {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #ffffff;
  width: 28.5em;
  padding: 5em 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .news {
    width: 100%;
    padding: 5em 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .news {
    padding: 5em 1.5em;
  }
}
body#front-page #topics .news .sec_header {
  margin-bottom: 2.5em;
}
body#front-page #topics .column {
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  flex: 1;
  background: #ffffff;
  padding: 5em 4em;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .column {
    width: 100%;
    padding: 5em 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .column {
    padding: 5em 1.5em;
  }
}
body#front-page #topics .column .top {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .column .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
  }
}
body#front-page #topics .column .top .left {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
body#front-page #topics .column .top .left .sec_header {
  align-items: flex-start;
  margin-bottom: 2.7em;
}
body#front-page #topics .column .top .left .imgbox {
  width: 4em;
  height: 5em;
}
body#front-page #topics .column .top .left .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #topics .column .top .btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .column .top .btn {
    display: none;
  }
}
body#front-page #topics .column .bottom_btn {
  display: none;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  body#front-page #topics .column .bottom_btn {
    display: block;
  }
}
body#front-page #topics.on .news .sec_header {
  transition-delay: 0.2s;
}
body#front-page #topics.on .news .newslist li:nth-of-type(1) {
  transition-delay: 0.4s;
}
body#front-page #topics.on .news .newslist li:nth-of-type(2) {
  transition-delay: 0.6s;
}
body#front-page #topics.on .news .newslist li:nth-of-type(3) {
  transition-delay: 0.8s;
}
body#front-page #topics.on .news .btn_wrapper {
  transition-delay: 1s;
}
body#front-page #topics.on .column .top {
  transition-delay: 0.2s;
}
body#front-page #topics.on .column .columnlist li:nth-of-type(1) {
  transition-delay: 0.4s;
}
body#front-page #topics.on .column .columnlist li:nth-of-type(2) {
  transition-delay: 0.6s;
}
body#front-page #topics.on .column .columnlist li:nth-of-type(3) {
  transition-delay: 0.8s;
}
body#front-page #about {
  overflow: hidden;
  z-index: 5;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  body#front-page #about {
    z-index: auto;
  }
}
body#front-page #about::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left: 0 */
  background: url(/images/bg_cube_b.svg) repeat center/contain;
  background-size: 35%;
  filter: blur(2px); /* ガウスぼかし */
  z-index: 0; /* コンテンツの背面に配置 */
}
@media screen and (max-width: 768px) {
  body#front-page #about.sec {
    padding-bottom: 42em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about.sec {
    padding-bottom: 38em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about .innerbox {
    z-index: 20;
  }
}
body#front-page #about .tcbox {
  justify-content: flex-end;
}
body#front-page #about .tcbox .tcblock {
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #about .tcbox .tcblock {
    width: 100%;
    padding-left: 0;
  }
}
body#front-page #about .tcbox .tcblock .sec_header {
  align-items: flex-start;
}
body#front-page #about .tcbox .tcblock h3 {
  color: #1244b3;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  body#front-page #about .tcbox .tcblock h3 {
    font-size: 1.4em;
  }
}
body#front-page #about .tcbox .tcblock p {
  padding-bottom: 3em;
}
body#front-page #about .tcbox .tcblock ul.companylist {
  padding-bottom: 3em;
}
body#front-page #about .tcbox .tcblock ul.companylist li {
  display: inline-block;
}
body#front-page #about .tcbox .tcblock ul.companylist li .name {
  font-weight: 700;
}
body#front-page #about .tcbox .tcblock ul.companylist li .name .outline {
  background: #33dcd4;
  color: #ffffff;
  border-radius: 5em;
  padding: 0.1em 0.6em;
  margin-left: -0.6em;
  margin-right: -0.6em;
}
body#front-page #about .tcbox .tcblock ul.companylist li .line {
  font-weight: 500;
}
body#front-page #about .tcbox .tcblock ul.companylist li .service {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #about .tcbox .tcblock ul.companylist li .service .txt {
    font-size: 0.9em;
  }
}
body#front-page #about .tcbox .tcblock ul.companylist li.lightblue .service {
  font-weight: 700;
}
body#front-page #about.on .innerbox h3 {
  transition-delay: 0.2s;
}
body#front-page #about.on .innerbox p:nth-of-type(1) {
  transition-delay: 0.4s;
}
body#front-page #about.on .innerbox p:nth-of-type(2) {
  transition-delay: 1.2s;
}
body#front-page #about.on .innerbox .companylist li:nth-of-type(1) {
  transition-delay: 0.6s;
}
body#front-page #about.on .innerbox .companylist li:nth-of-type(2) {
  transition-delay: 0.8s;
}
body#front-page #about.on .innerbox .companylist li:nth-of-type(3) {
  transition-delay: 1s;
}
body#front-page #about.on .innerbox .btn_wrapper {
  transition-delay: 1.4s;
}
body#front-page #recruit {
  background: linear-gradient(180deg, #015bfb, #01b1fa);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit {
    background: linear-gradient(180deg, #015bfb 50%, #01b1fa);
  }
}
body#front-page #recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/bg_recruit.webp) no-repeat right bottom/cover;
  background-size: 100%;
}
body#front-page #recruit .tcbox {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .tcbox .tcblock {
    width: 100%;
  }
}
body#front-page #recruit .tcbox .sec_header {
  align-items: flex-start;
  margin-bottom: 2em;
}
body#front-page #recruit .tcbox .sec_header .subttl {
  color: #d5e6ed;
}
body#front-page #recruit .tcbox .sec_header .secttl {
  color: #ffffff;
}
body#front-page #recruit .tcbox h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
body#front-page #recruit .tcbox h3 strong.strong {
  font-size: 1.5em;
  font-weight: 900;
}
body#front-page #recruit .tcbox .tcblock p {
  font-size: 1em;
  font-weight: 500;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  body#front-page #recruit .tcbox .tcblock p {
    padding-bottom: 2em;
  }
}
body#front-page #recruit .tcbox .tcblock .btn {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.5em 0.5em 0 0 rgba(18, 68, 179, 0.4);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #ffffff;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
}
body#front-page #recruit .tcbox .tcblock .btn:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.4);
  transform: translate(0.25em, 0.25em);
}
body#front-page #recruit .tcbox .tcblock .btn a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #1244b3 !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
body#front-page #recruit .tcbox .tcblock .btn a:hover {
  color: inherit;
}
body#front-page #recruit .tcbox .tcblock .btn:hover {
  background: #ffffff;
  background-size: auto 1em;
}
body#front-page #recruit.on .innerbox h3 {
  transition-delay: 0.2s;
}
body#front-page #recruit.on .innerbox p {
  transition-delay: 0.4s;
}
body#front-page #recruit.on .innerbox .btn_wrapper {
  transition-delay: 0.6s;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #1244b3;
  padding: 10em 0;
  padding-bottom: 7.5em;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e6fce;
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 1.2em;
  }
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 2em;
  }
}
body #page-header .btn {
  width: 10em;
  height: 3em;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.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: 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: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg::before {
  font-size: 0.8em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  padding-right: 0.2em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: #19ada6;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-bottom: 0;
  /* 受付時間 */
  /* 定休日 */
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
    line-height: 1.2em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-style: normal;
  padding-bottom: 0;
  bottom: -0.05em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time::before {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "游ゴシック", "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: #1244b3;
  text-decoration: underline;
}
.contactpage-ctt .webcontact a:hover {
  color: #fec913;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 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: #03a2e2;
  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: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #19ada6;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #03a2e2;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

.cat_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 7.5em;
}
.cat_box ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.cat_box ul li {
  width: auto;
  height: auto;
}
.cat_box ul li a {
  width: auto;
  height: auto;
  padding: 1em 1.5em;
}

#post_archive {
  background: #f3f3f3;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 7.5em;
  color: #000;
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
  /* 日付 */
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
  }
}
#newspost #entry-header .innerbox .date {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost #entry-header .innerbox .category {
  border-radius: 5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.4em 0.8em;
  background: #000;
  color: #ffffff;
}
#newspost #entry-header .innerbox .worktxt {
  font-size: 2em;
  font-weight: 700;
}
#newspost #entry-header .innerbox .worktxt p {
  padding-bottom: 2em;
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 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: #000;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #fec913;
}
#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: #000;
}
@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: #fec913;
}
#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: #f3f3f3;
}

.sec_bg2 {
  background: #d5e6ed;
}

.sec_bg3 {
  background: #1244b3;
  color: #ffffff;
}

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

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

.partspage-ctt .btn a {
  color: #1244b3;
}
.sec_bg3 .partspage-ctt .btn a {
  background: #ffffff;
  color: #1244b3 !important;
  border: #ffffff solid 0.15em;
}
.sec_bg3 .partspage-ctt .btn a:hover {
  background: #1244b3;
  color: #ffffff;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #1244b3;
  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: #ffffff;
}
.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: #1244b3;
    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: #ffffff;
  }
  /* 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: #1244b3;
    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: #ffffff;
  }
  /* 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: 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: 5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}

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

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

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

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  line-height: 1.5em;
  padding-bottom: 1em;
  font-family: ta-kakugo-gf-03, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

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

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.2em;
  text-decoration: none;
  font-family: scandia-web, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.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: 5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */
}
@media screen and (min-width: 769px) {
  .imgcard_l1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l1 ul li {
  width: 100%;
}
@media screen and (max-width: 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: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 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-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #1244b3;
}
@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: scandia-web, source-han-sans-japanese, "游ゴシック", "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: #1244b3;
  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: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #1244b3;
  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 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #1244b3;
  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: 5em;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  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;
  text-align: left;
}
.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;
}
.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: #1244b3;
  font-weight: 900;
  border-right: #ffffff solid 0.1em;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .row_th {
    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: #1244b3;
  font-weight: 900;
  border-right: #ffffff solid 0.1em;
}
@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: #000 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: #000 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: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
  }
}
.table ul li:last-child {
  border-bottom: none;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #1244b3;
  /* 見出し */
  /* リスト */
}
.sec_bg3 .note_list {
  color: #f3f3f3;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.note_list.bgcolor {
  padding: 5em;
  background: #ffffff;
  color: #1244b3;
  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-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: scandia-web, source-han-sans-japanese, "游ゴシック", "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: 5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 5em;
  }
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  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: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  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 {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt strong {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-weight: 400;
  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: #1244b3 solid 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.sec_bg3 .tl_box .tl ul li .tl_txt::before {
  border-color: #f3f3f3;
}
.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: #1244b3;
  z-index: 2;
}
.sec_bg3 .tl_box .tl ul li .tl_txt::after {
  background: #f3f3f3;
}
.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: #1244b3 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: #f3f3f3 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: 3em;
  /* 大きな数字 */
}
.parts_hd .hd_en {
  display: block;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e6fce;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec_bg3 .parts_hd .hd_en {
  color: #d5e6ed;
}
.parts_hd .hd_jp {
  color: #1244b3;
  display: block;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}
.sec_bg3 .parts_hd .hd_jp {
  color: #ffffff;
}
.parts_hd:has(.hd_jp) .hd_en {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}

.parts-h4 {
  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: #1244b3;
}
.partspage-ctt a:hover {
  color: #33dcd4;
}
.partspage-ctt .sec_bg3 a {
  color: #f3f3f3;
}
.partspage-ctt .sec_bg3 a:hover {
  color: #f3f3f3;
}
.partspage-ctt .btn {
  margin-bottom: 5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  padding-bottom: 5em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: 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: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #1244b3;
  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: 5em;
  margin-bottom: 5em;
  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: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  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: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin: 0 auto;
  padding: 3.57em;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 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: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: #aaaaaa 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] {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #1244b3;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
}
.formbox .wpcf7-form input[type=submit]:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
.formbox .wpcf7-form input[type=submit] a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
.formbox .wpcf7-form input[type=submit] a:hover {
  color: inherit;
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #1244b3;
  background-size: auto 1em;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  color: #ffffff;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #1244b3;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #1244b3;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: #ffffff !important;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #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 {
  width: auto;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0.4em 0.4em 0 0 rgba(18, 68, 179, 0.15);
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease;
  backface-visibility: hidden;
  line-height: 1em;
  letter-spacing: 0;
  display: inline-block;
  width: 12em;
  height: 4em;
  position: relative;
  border: none;
  background: #1244b3;
  background-size: auto 1em;
  cursor: pointer;
  text-align: center;
  border-radius: 4em;
  width: 10em !important;
  background: #1244b3;
  color: #ffffff;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  box-shadow: 0 0 0 0 rgba(18, 68, 179, 0.15);
  transform: translate(0.2em, 0.2em);
}
div#wpcf7cpcnf .wpcf7cp-btns button a {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff !important;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
div#wpcf7cpcnf .wpcf7cp-btns button a:hover {
  color: inherit;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #1244b3;
  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: #f3f3f3;
  border: #f3f3f3 solid 2px;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
  padding: 0 2em;
}/*# sourceMappingURL=style.css.map */