@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 福友ガス株式会社
Author: 株式会社重富プラス

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

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

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

.right {
  text-align: right;
}

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

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

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

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

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

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

/* テキスト装飾 */
strong.strong {
  color: #239891;
  font-size: 1.2em;
  font-weight: 900;
}
.sec-bg3 strong.strong {
  color: #000;
}

h2.secttl .egttl {
  display: block;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  h2.secttl .egttl {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  h2.secttl .egttl {
    font-size: 3em;
  }
}
h2.secttl .jpttl {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  h2.secttl .jpttl {
    font-size: 1.2em;
  }
}

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

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

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

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

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

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

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

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

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

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

/* リンク */
a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform-origin: center center;
}
a:hover {
  color: #239891;
}
a:hover img {
  transform: scale(1.1);
}

/* ボタン */
.btn {
  font-weight: 700;
  line-height: 1em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 12em;
  height: 3.75em;
  position: relative;
  box-shadow: 0 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #239891 !important;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
.btn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
.btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  width: 100%;
  height: 100%;
}
.btn a :hover {
  color: #ffffff !important;
}

/* ================= 新着記事 ============================================================ */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0em;
  background: #f3f3f3;
  color: #000;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}
body ul {
  list-style-type: none;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 3vw;
  }
}
body p {
  font-weight: 500;
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  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 1.5em;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
#header.sec {
  padding: 0;
  padding-top: 0.5em;
}
#header .innerbox {
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  #header .innerbox {
    padding: 0 2em 0 0.5em;
  }
}

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

.rdl {
  border-radius: 2.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.size_warning {
  display: none;
}
@media screen and (max-width: 768px) and (min-aspect-ratio: 7/4) {
  .size_warning {
    width: auto;
    position: relative;
    box-sizing: border-box;
    position: fixed;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    background: #239891;
    color: #ffffff;
    font-size: 2em;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }
}

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

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

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

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  #header {
    background: #ffffff;
    padding-bottom: 0.5em !important;
    border-radius: 0 0 2.5em 2.5em;
  }
}
#header .innerbox.flex {
  justify-content: space-between;
  gap: 0.5em;
}
#header .gnavbox {
  width: auto;
  height: 4em;
  background: #ffffff;
  flex: 1;
  padding-left: 1em;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  #header .gnavbox {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .gnavbox.flex {
  justify-content: space-between;
  align-items: center;
}
#header .gnavbox h1.logo {
  font-size: 1vw;
  width: 15em;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .gnavbox h1.logo {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #header .gnavbox h1.logo {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #header .gnavbox .gnav {
    display: none;
  }
}
#header .gnavbox .gnav ul.gnavlist.flex {
  gap: 2em;
}
#header .convbox.flex {
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  #header .convbox.flex {
    margin-right: 3em;
  }
}
#header .convbox .recruit_btn {
  width: 13em;
  height: 4em;
  background: #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #header .convbox .recruit_btn {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  #header .convbox .recruit_btn {
    display: none;
  }
}
#header .convbox .recruit_btn:hover {
  background: #009fd9;
}
#header .convbox .recruit_btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#header .convbox .recruit_btn a span {
  display: block;
  line-height: 1;
}
#header .convbox .recruit_btn a span.jp {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .convbox .recruit_btn a span.eg {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6em;
  font-weight: 500;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  #header .convbox .contact_btn {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  #header .convbox .contact_btn {
    width: 9em;
  }
}
#front-page #header .innerbox {
  transition-delay: 2.8s;
}

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

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

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1em;
  height: 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.5em;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 999999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #239891;
  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: #239891 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

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

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 99999;
}
.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: 6em 4em;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: auto;
  transition: top 1s;
  border: none;
  background: #ffffff;
  border-radius: 0 0 2.5em 2.5em;
  overflow: hidden;
  /* 中身デザイン */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnavlist {
  width: 100%;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnavlist.flex {
  flex-direction: column;
  gap: 1em;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnavlist li {
  width: 100%;
}
.hm_menu_wrap .hm_inner .menucontent ul.gnavlist li a {
  font-size: 1.5em;
  font-weight: 700;
}
.hm_menu_wrap .hm_inner .menucontent .convbox {
  width: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .convbox.flex {
  gap: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .recruit_btn {
  width: 100%;
  height: 4em;
  background: #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .recruit_btn:hover {
  background: #009fd9;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .recruit_btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .recruit_btn a span {
  display: block;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .recruit_btn a span.jp {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .recruit_btn a span.eg {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6em;
  font-weight: 500;
  margin-top: 0.2em;
}
.hm_menu_wrap .hm_inner .menucontent .convbox .contact_btn {
  width: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox {
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5em;
  width: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .flex {
  width: 100%;
  gap: 2em;
  justify-content: center;
  padding-bottom: 2.5em;
  border-bottom: solid 0.1em #239891;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender {
  width: -moz-fit-content;
  width: fit-content;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn {
  font-size: 1.2em;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background: #239891;
  transform-origin: center bottom;
  box-shadow: 0 0.25em 0 0 #83cbe6;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn a :hover {
  color: #ffffff !important;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn a :hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn .btn_wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn .btn_wrapper .imgbox {
  width: 4.8em;
  height: auto;
  margin-top: -0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn .btn_wrapper .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn .btn_wrapper .txtbox .ltxt {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1em;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .calender .cirbtn .btn_wrapper .txtbox .stxt {
  display: block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook {
  width: -moz-fit-content;
  width: fit-content;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn {
  font-size: 1.2em;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background: #009fd9;
  transform-origin: center bottom;
  box-shadow: 0 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn a :hover {
  color: #ffffff !important;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn a :hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn .btn_wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  color: #ffffff;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn .btn_wrapper .imgbox {
  width: 2.5em;
  height: auto;
  margin-top: -0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn .btn_wrapper .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn .btn_wrapper .txtbox .ltxt {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1em;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .gaslook .cirbtn .btn_wrapper .txtbox .stxt {
  display: block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .prism {
  width: 100%;
  height: 4em;
  background: #ffffff;
  box-sizing: border-box;
  margin-top: 2.5em;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform-origin: center center;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .prism:hover {
  transform: scale(1.1);
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .prism a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 1.25em 1em 1.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .prism a .imgbox {
  width: 10.5em;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .prism a .txtbox {
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .btnbox .prism a:hover img {
  transform: scale(1);
}

/* 開閉時のアニメーション */
.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 {
  background: #ffffff;
  border-radius: 2.5em 2.5em 0 0;
  margin-bottom: 0;
}
#footer .innerbox {
  padding: 0 10em;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1350px) {
  #footer .innerbox {
    padding: 0 10em;
  }
}
@media screen and (max-width: 768px) {
  #footer .innerbox {
    padding-left: 2.5em;
    padding-right: 8em;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer .innerbox {
    padding: 0 2.5em;
  }
}
#footer .leftbox {
  max-width: 44%;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .leftbox {
    max-width: 100%;
    order: 2;
    margin-top: -3em;
  }
}
@media screen and (max-width: 480px) {
  #footer .leftbox {
    justify-content: center;
    margin-top: 0;
  }
}
#footer .leftbox .topnav {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .leftbox .topnav {
    padding-bottom: 1em;
  }
}
#footer .leftbox .topnav ul.flex {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #footer .leftbox .topnav ul.flex {
    margin-left: 3em;
  }
}
#footer .leftbox .topnav ul.flex li {
  width: 16em;
  font-size: 0.8em;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #footer .leftbox .topnav ul.flex li {
    width: 11em;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  #footer .leftbox .bottomnav ul {
    justify-content: center;
  }
}
#footer .leftbox .bottomnav ul li {
  font-size: 0.7em;
  line-height: 1em;
  font-weight: 500;
}
#footer .leftbox .bottomnav ul li a {
  transition: 0.3s ease;
  backface-visibility: hidden;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer .leftbox .bottomnav ul li a:hover {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
#footer .leftbox .bottomnav ul li:first-child {
  border-right: #000 solid 1px;
}
#footer .leftbox .bottomnav ul li:first-child a {
  padding-right: 1em;
}
#footer .leftbox .bottomnav ul li:last-child a {
  padding-left: 1em;
}
#footer .leftbox .bottomnav .copyright {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .leftbox .bottomnav .copyright {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  #footer .leftbox .bottomnav .copyright {
    text-align: right;
  }
}
#footer .rightbox {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5em;
  border-left: #239891 solid 1px;
}
@media screen and (max-width: 768px) {
  #footer .rightbox {
    width: 100%;
    order: 1;
    justify-content: space-between;
    border: none;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer .rightbox {
    justify-content: center;
  }
}
#footer .rightbox .office_location {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 16em;
  height: auto;
  aspect-ratio: 1/1.00625;
}
@media screen and (max-width: 768px) {
  #footer .rightbox .office_location {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  #footer .rightbox .office_location {
    margin: 3em auto 2em auto;
  }
}
#footer .rightbox .office_location .bgimg {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
#footer .rightbox .office_location ul.pinlist {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#footer .rightbox .office_location ul.pinlist li.pinitem {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .rightbox .office_location ul.pinlist li.pinitem a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem a .img {
  transition: 0.3s ease;
  backface-visibility: hidden;
  width: 1.8em;
  transform-origin: bottom center;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#footer .rightbox .office_location ul.pinlist li.pinitem a .txt {
  color: #239891;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.33em;
  text-align: center;
  transition: transform 0.3s ease;
}
#footer .rightbox .office_location ul.pinlist li.pinitem a:hover .img {
  transform: scale(1.5);
}
#footer .rightbox .office_location ul.pinlist li.pinitem a:hover .txt {
  transform: translate(0, -2.2em); /* テキストを上に移動 */
}
#footer .rightbox .office_location ul.pinlist li.pinitem.big a .txt strong {
  font-size: 1.286em;
  font-weight: 700;
}
#footer .rightbox .office_location ul.pinlist li.pinitem.big a .img {
  width: 2.6em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem.big a:hover .txt {
  transform: translate(0, -1.4em); /* テキストを上に移動 */
}
#footer .rightbox .office_location ul.pinlist li.pinitem.big a:hover .img {
  transform: scale(1.2);
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(1) {
  top: 0.3em;
  left: 1.4em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(2) {
  top: 2.7em;
  left: -1.1em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(2) .txt {
  margin-right: 2em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(3) {
  top: 0em;
  left: 5em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(4) {
  top: 4em;
  left: 5.8em;
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(4) .txt {
  color: #ffffff;
}
#footer .rightbox .office_location ul.pinlist li.pinitem:nth-of-type(5) {
  top: -2.7em;
  left: 10.5em;
}
@media screen and (max-width: 768px) {
  #footer .rightbox .footer_info {
    order: 1;
  }
}
#footer .rightbox .footer_info.flex {
  flex-direction: column;
  justify-content: space-between;
}
#footer .rightbox .footer_info .top {
  color: #239891;
}
#footer .rightbox .footer_info .top h2.footerlogo {
  font-size: 1vw;
  width: 20em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #footer .rightbox .footer_info .top h2.footerlogo {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #footer .rightbox .footer_info .top h2.footerlogo {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #footer .rightbox .footer_info .top h2.footerlogo {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  #footer .rightbox .footer_info .top h2.footerlogo {
    font-size: 1em;
  }
}
#footer .rightbox .footer_info .top h3.name {
  font-size: 1vw;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #footer .rightbox .footer_info .top h3.name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #footer .rightbox .footer_info .top h3.name {
    font-size: 3vw;
  }
}
#footer .rightbox .footer_info .top p.address {
  font-size: 0.8em;
  font-weight: 500;
}
#footer .rightbox .footer_info .top p.tel {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
#footer .rightbox .footer_info .top p {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footer .rightbox .footer_info .bottom {
    display: none;
  }
}
#footer .copyright {
  color: #239891;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  font-weight: 500;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= 固定エリア ============================================================ */
  /* ================= ファーストビュー ============================================================ */
  /* ================= アバウト ============================================================ */
  /* ================= 新着情報 ============================================================ */
  /* ================= サービス ============================================================ */
  /* ================= ガス ============================================================ */
  /* ================= 施工実績 ============================================================ */
  /* ================= 採用情報 ============================================================ */
}
body#front-page #main {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
body#front-page .fixed_area {
  position: fixed;
  top: auto;
  left: auto;
  right: 1em;
  bottom: 2em;
  z-index: 999;
  pointer-events: none;
  transition-delay: 0.4s;
}
body#front-page .fixed_area .flex {
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5em;
}
body#front-page .fixed_area .flex .calender {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
body#front-page .fixed_area .flex .calender .cirbtn {
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background: #239891;
  transform-origin: center bottom;
  box-shadow: 0 0.25em 0 0 #83cbe6;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
body#front-page .fixed_area .flex .calender .cirbtn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
body#front-page .fixed_area .flex .calender .cirbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
body#front-page .fixed_area .flex .calender .cirbtn a :hover {
  color: #ffffff !important;
}
body#front-page .fixed_area .flex .calender .cirbtn a :hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  color: #ffffff;
}
body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .imgbox {
  width: 4.8em;
  height: auto;
  margin-top: -0.5em;
}
body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
}
body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .txtbox .ltxt {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1em;
  line-height: 1;
}
body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .txtbox .stxt {
  display: block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1;
}
body#front-page .fixed_area .flex .gaslook {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
body#front-page .fixed_area .flex .gaslook .cirbtn {
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background: #009fd9;
  transform-origin: center bottom;
  box-shadow: 0 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
body#front-page .fixed_area .flex .gaslook .cirbtn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
body#front-page .fixed_area .flex .gaslook .cirbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
body#front-page .fixed_area .flex .gaslook .cirbtn a :hover {
  color: #ffffff !important;
}
body#front-page .fixed_area .flex .gaslook .cirbtn a :hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  color: #ffffff;
}
body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .imgbox {
  width: 2.5em;
  height: auto;
  margin-top: -0.5em;
}
body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
}
body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .txtbox .ltxt {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1em;
  line-height: 1;
}
body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .txtbox .stxt {
  display: block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1;
}
body#front-page .fixed_area .flex .prism {
  pointer-events: auto;
}
body#front-page .fixed_area .flex .prism .prismbtn {
  width: 20em;
  height: 4em;
  background: #ffffff;
  box-sizing: border-box;
  transform-origin: center center;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
body#front-page .fixed_area .flex .prism .prismbtn:hover {
  transform: scale(1.1);
}
body#front-page .fixed_area .flex .prism .prismbtn a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 1.25em 1em 1.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
body#front-page .fixed_area .flex .prism .prismbtn a .imgbox {
  width: 10.5em;
}
body#front-page .fixed_area .flex .prism .prismbtn a .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 .fixed_area .flex .prism .prismbtn a .txtbox {
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.5em;
}
body#front-page .fixed_area .flex .prism .prismbtn a:hover img {
  transform: scale(1);
}
@media screen and (max-width: 480px) {
  body#front-page .fixed_area {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 1em 2em 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  body#front-page .fixed_area {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .fixed_area .flex {
    gap: 2%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  body#front-page .fixed_area .flex .calender,
  body#front-page .fixed_area .flex .gaslook {
    width: 48%;
  }
  body#front-page .fixed_area .flex .calender .cirbtn,
  body#front-page .fixed_area .flex .gaslook .cirbtn {
    width: 100%;
    height: 4em;
    box-shadow: none;
    box-sizing: border-box;
    transform-origin: center center;
    border-radius: 0.5em;
    transition: 0.3s ease;
    backface-visibility: hidden;
  }
  body#front-page .fixed_area .flex .calender .cirbtn:hover,
  body#front-page .fixed_area .flex .gaslook .cirbtn:hover {
    box-shadow: none;
  }
  body#front-page .fixed_area .flex .calender .cirbtn:hover,
  body#front-page .fixed_area .flex .gaslook .cirbtn:hover {
    transform: scale(1.1);
  }
  body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper,
  body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
  body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .imgbox,
  body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .imgbox {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .imgbox img,
  body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .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 .fixed_area .flex .calender .cirbtn .btn_wrapper {
    padding-right: 1.5em;
  }
  body#front-page .fixed_area .flex .calender .cirbtn .btn_wrapper .imgbox {
    width: 4em;
    top: -1em;
    left: 1em;
  }
  body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper {
    padding-right: 3em;
  }
  body#front-page .fixed_area .flex .gaslook .cirbtn .btn_wrapper .imgbox {
    top: -1.5em;
    left: 2em;
  }
  body#front-page .fixed_area .flex .prism {
    display: none;
  }
}
body#front-page .fixed_area .calender,
body#front-page .fixed_area .gaslook {
  opacity: 0;
  transform: scale(0);
  transform-origin: center bottom;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
body#front-page .fixed_area .lazyloaded.calender {
  opacity: 1;
  transform: scale(1);
  transition-delay: 2.2s;
}
body#front-page .fixed_area .lazyloaded.gaslook {
  opacity: 1;
  transform: scale(1);
  transition-delay: 2.4s;
}
body#front-page .fixed_area .lazyloaded.prism {
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 2.8s;
}
body#front-page #atf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 45em;
  max-height: 100vh;
  color: #ffffff;
  padding-bottom: 1em;
}
@media screen and (max-width: 1350px) {
  body#front-page #atf {
    min-height: 50em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #atf {
    min-height: 45em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf {
    min-height: 44em;
    padding-bottom: 7em;
  }
}
body#front-page #atf .mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  border-radius: 0 0 2.5em 2.5em;
  overflow: hidden;
  z-index: -1;
}
body#front-page #atf .mainimg .display-sp {
  display: none;
}
@media screen and (max-width: 1350px) {
  body#front-page #atf .mainimg .display-pc {
    -o-object-position: 70% center;
       object-position: 70% center;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #atf .mainimg .display-pc {
    display: none;
  }
  body#front-page #atf .mainimg .display-sp {
    display: block;
    -o-object-position: 90% center;
       object-position: 90% center;
  }
}
body#front-page #atf .swiper {
  width: 100%;
  height: 100%;
}
body#front-page #atf .maincopy {
  display: block;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10em;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-aspect-ratio: 1/1) {
  body#front-page #atf .maincopy {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .maincopy {
    top: 36%;
  }
}
body#front-page #atf .maincopy h2 {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4em;
  line-height: 1.5em;
}
body#front-page #atf .egcopy {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 5em;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .egcopy {
    bottom: 6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .egcopy {
    bottom: 10em;
  }
}
body#front-page #atf .egcopy .main {
  font-size: 11em;
  font-weight: 500;
  line-height: 1;
  margin-left: -0.04em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .egcopy .main {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .egcopy .main {
    font-size: 9.6em;
  }
}
body#front-page #atf .egcopy .sub {
  font-size: 5.55em;
  line-height: 1;
  font-weight: 300;
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .egcopy .sub {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .egcopy .sub {
    font-size: 2em;
  }
}
body#front-page #atf .flowarea {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -1em;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #atf .flowarea {
    bottom: 4em;
  }
}
body#front-page #atf .flowarea .img-wrapper {
  display: flex;
  width: 200%;
  animation: scrollLeft 90s linear infinite;
}
@media screen and (max-width: 768px) {
  body#front-page #atf .flowarea .img-wrapper {
    width: 300%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #atf .flowarea .img-wrapper {
    width: 600%;
  }
}
body#front-page #atf .flowarea .img-wrapper img {
  width: 50%;
  flex-shrink: 0;
}
body#front-page #atf.on .maincopy span {
  opacity: 0;
  display: inline-block;
  animation: candlefade 1s ease-out forwards;
}
@keyframes candlefade {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: brightness(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.15);
    filter: brightness(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }
}
body#front-page #atf.on .egcopy {
  transition-delay: 2.6s;
}
body#front-page #atf.on .flowarea {
  transition-delay: 2.6s;
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
body#front-page #top_about {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #top_about.sec {
    margin-top: -4em;
  }
}
body#front-page #top_about .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top_about .innerbox .txtbox {
    order: 1;
    padding-bottom: 1.5em;
  }
}
body#front-page #top_about .innerbox .txtbox h2.secttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
  position: relative;
}
body#front-page #top_about .innerbox .txtbox h2.secttl .txt {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.5em;
}
body#front-page #top_about .innerbox .txtbox h2.secttl .img {
  width: 12em;
  height: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top_about .innerbox .txtbox h2.secttl .img {
    width: 8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_about .innerbox .txtbox h2.secttl .img {
    width: 6em;
    position: absolute;
    top: -2em;
    left: auto;
    right: 3em;
    bottom: auto;
  }
}
body#front-page #top_about .innerbox .txtbox p.sectxt {
  font-size: 1.2em;
  line-height: 2em;
}
body#front-page #top_about .innerbox .imgbox {
  position: relative;
  box-sizing: border-box;
  width: 50em;
  height: 40em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_about .innerbox .imgbox {
    order: 2;
    margin-bottom: 3em;
    width: 100%;
    height: 32em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_about .innerbox .imgbox {
    height: 19em;
    margin-bottom: 6em;
  }
}
body#front-page #top_about .innerbox .imgbox .img {
  border-radius: 2.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
body#front-page #top_about .innerbox .imgbox .img:nth-child(1) {
  width: 28em;
  height: 20em;
  position: absolute;
  top: 5em;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top_about .innerbox .imgbox .img:nth-child(1) {
    width: 23em;
    height: 16em;
    top: 4em;
    left: auto;
    right: 20em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_about .innerbox .imgbox .img:nth-child(1) {
    width: 18.5em;
    height: 13em;
    top: 2em;
    right: 12em;
  }
}
body#front-page #top_about .innerbox .imgbox .img:nth-child(1) img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}
body#front-page #top_about .innerbox .imgbox .img:nth-child(2) {
  width: 20em;
  position: absolute;
  top: auto;
  left: auto;
  right: 22em;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top_about .innerbox .imgbox .img:nth-child(2) {
    top: auto;
    left: auto;
    right: 20em;
    bottom: -3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_about .innerbox .imgbox .img:nth-child(2) {
    width: 12.5em;
    right: 12em;
    bottom: -5.5em;
  }
}
body#front-page #top_about .innerbox .imgbox .img:nth-child(3) {
  width: 20em;
  border-radius: 2.5em 0 0 2.5em;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top_about .innerbox .imgbox .img:nth-child(3) {
    width: auto;
    height: 100%;
  }
}
body#front-page #top_about.on .txtbox .img {
  transition-delay: 0.8s;
}
body#front-page #top_about.on .txtbox p {
  transition-delay: 0.2s;
}
body#front-page #top_about.on .txtbox .btn_container {
  transition-delay: 0.4s;
}
body#front-page #top_news.sec {
  padding-top: 0;
}
body#front-page #top_news .innerbox {
  padding-left: 0;
  padding-right: 10em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .innerbox {
    padding-right: 1.5em;
  }
}
body#front-page #top_news .newsbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  background: #35c3ba;
  padding: 2.5em 5em 2.5em 0;
  border-radius: 0 2.5em 2.5em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .newsbox {
    padding-right: 3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox {
    padding-right: 3.8em;
  }
}
body#front-page #top_news .newsbox .sec_header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5em;
  color: #ffffff;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox .sec_header {
    gap: 1em;
  }
}
body#front-page #top_news .newsbox .sec_header .btn {
  font-weight: 700;
  line-height: 1em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 12em;
  height: 3.75em;
  position: relative;
  box-shadow: 0 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #ffffff !important;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
body#front-page #top_news .newsbox .sec_header .btn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
body#front-page #top_news .newsbox .sec_header .btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #239891 !important;
  width: 100%;
  height: 100%;
}
body#front-page #top_news .newsbox .sec_header .btn a :hover {
  color: #239891 !important;
}
body#front-page #top_news .newsbox .sec_header h2.secttl {
  display: block;
}
body#front-page #top_news .newsbox .sec_header h2.secttl span.egttl {
  line-height: 0.75em;
}
body#front-page #top_news .newsbox span.jpttl {
  font-size: 1.5em;
  position: absolute;
  top: 1.67em;
  left: auto;
  right: 1.167em;
  bottom: auto;
  writing-mode: vertical-lr;
  color: #ffffff;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .newsbox span.jpttl {
    top: 1.9em;
    right: 0.4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox span.jpttl {
    font-size: 1.2em;
    top: 2.67em;
    right: 0.7em;
  }
}
body#front-page #top_news .newsbox ul.newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2.15em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .newsbox ul.newslist {
    justify-content: flex-start;
    padding-left: 2.5em;
    gap: 3%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox ul.newslist {
    padding-left: 1.5em;
  }
}
body#front-page #top_news .newsbox ul.newslist li {
  display: block;
  width: 18.4em;
  background: #ffffff;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  box-shadow: 0.25em 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
body#front-page #top_news .newsbox ul.newslist li:hover {
  transform: translate(0.2em, 0.2em);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .newsbox ul.newslist li {
    width: 48%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox ul.newslist li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  body#front-page #top_news .newsbox ul.newslist li:last-of-type {
    margin-bottom: 0;
  }
  body#front-page #top_news .newsbox ul.newslist li a {
    display: flex;
  }
}
body#front-page #top_news .newsbox ul.newslist li .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
body#front-page #top_news .newsbox ul.newslist li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox ul.newslist li .img {
    width: 40%;
    aspect-ratio: auto;
  }
}
body#front-page #top_news .newsbox ul.newslist li .txtbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .newsbox ul.newslist li .txtbox {
    width: 60%;
  }
}
body#front-page #top_news .newsbox ul.newslist li .txtbox .news_date {
  font-size: 0.9em;
  color: #239891;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.5em;
}
body#front-page #top_news .newsbox ul.newslist li .txtbox .news_ttl {
  display: block;
  font-size: 0.9em;
  line-height: 1.67em;
  margin-bottom: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3.34em;
}
body#front-page #top_news .newsbox ul.newslist li .news_txt {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3em;
}
body#front-page #top_service {
  position: relative;
  overflow: hidden;
}
body#front-page #top_service .sec {
  padding: 10em 0 12.5em 0;
}
@media screen and (max-width: 480px) {
  body#front-page #top_service .sec {
    padding: 5em 0 7.5em 0;
  }
}
body#front-page #top_service .sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #009fd9, #80cfec);
  border-radius: 2.5em 2.5em 0 0;
  z-index: -1;
}
body#front-page #top_service .sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: url("/images/bg_cloud1.svg");
  background-repeat: no-repeat;
  background-position: -2em 0.5em;
  background-size: auto 80%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#front-page #top_service .sec::after {
    background-position: 0em 5.5em;
    background-size: auto 50%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_service .sec::after {
    background-position: 0em 1.5em;
    background-size: auto 25%;
  }
}
body#front-page #top_service h2.secttl {
  color: #ffffff;
  margin-bottom: 5em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_service h2.secttl {
    margin-bottom: 26em;
  }
}
body#front-page #top_service .txtbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
body#front-page #top_service .txtbox .bgimg {
  width: 51.3em;
  position: absolute;
  top: -4.6em;
  left: auto;
  right: 0;
  bottom: auto;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top_service .txtbox .bgimg {
    width: 36em;
    top: -3em;
    right: -7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_service .txtbox .bgimg {
    top: 11em;
  }
}
body#front-page #top_service .txtbox p {
  position: relative;
  font-weight: 500;
  display: block;
  writing-mode: vertical-rl;
  z-index: 1;
  position: absolute;
  top: 7em;
  left: auto;
  right: 22.5em;
  bottom: auto;
  padding-bottom: 0;
  letter-spacing: -0.4em;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top_service .txtbox p {
    top: 3.5em;
    right: 6.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_service .txtbox p {
    top: 17.5em;
  }
}
body#front-page #top_service ul.servicebox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body#front-page #top_service ul.servicebox {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_service ul.servicebox {
    justify-content: space-between;
    gap: 1.5em;
  }
}
body#front-page #top_service ul.servicebox li {
  width: 14.4em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_service ul.servicebox li {
    width: 11.4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_service ul.servicebox li {
    width: 13.5em;
  }
}
body#front-page #top_service ul.servicebox li .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0.25em 0.25em 0 0 #239891;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
body#front-page #top_service ul.servicebox li .img:hover {
  transform: translate(0.2em, 0.2em);
  box-shadow: none;
}
body#front-page #top_service ul.servicebox li .img img {
  width: 102%;
  height: 102%;
}
body#front-page #top_service ul.servicebox li p {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body#front-page #top_service ul.servicebox li p {
    padding-bottom: 0;
  }
}
body#front-page #top_service.on ul.servicebox li:nth-child(1) {
  transition-delay: 0.35s;
}
body#front-page #top_service.on ul.servicebox li:nth-child(2) {
  transition-delay: 0.5s;
}
body#front-page #top_service.on ul.servicebox li:nth-child(3) {
  transition-delay: 0.65s;
}
body#front-page #top_service.on ul.servicebox li:nth-child(4) {
  transition-delay: 0.8s;
}
body#front-page #top_service.on ul.servicebox li:nth-child(5) {
  transition-delay: 0.95s;
}
body#front-page .samebg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page .samebg .wrapper {
  background: #cde9e7;
  border-radius: 2.5em;
  padding-bottom: 5em;
  margin-top: -2.5em;
}
body#front-page #top_gas.sec {
  padding: 10em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas.sec {
    padding-bottom: 7.5em;
    padding-top: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas.sec {
    padding-bottom: 5em;
    padding-top: 7.5em;
  }
}
body#front-page #top_gas .flowarea2 {
  position: absolute;
  top: -6em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .flowarea2 {
    top: -4.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .flowarea2 {
    top: -6em;
  }
}
body#front-page #top_gas .flowarea2 .img-wrapper {
  display: flex;
  width: 200%;
  animation: scrollRight 90s linear infinite;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .flowarea2 .img-wrapper {
    width: 300%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .flowarea2 .img-wrapper {
    width: 600%;
  }
}
body#front-page #top_gas .flowarea2 .img-wrapper img {
  width: 50%;
  flex-shrink: 0;
}
body#front-page #top_gas .innerbox {
  padding: 0 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #top_gas .innerbox .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .innerbox .flex {
    justify-content: center;
    gap: 2em;
  }
}
body#front-page #top_gas .innerbox .flex .item {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 42.5em;
  height: 27.4em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .innerbox .flex .item {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
body#front-page #top_gas .innerbox .flex .item .overlay,
body#front-page #top_gas .innerbox .flex .item .content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #top_gas .innerbox .flex .item .overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
}
body#front-page #top_gas .innerbox .flex .item .content {
  border-radius: 2.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
body#front-page #top_gas .innerbox .flex .item .content h3 {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
body#front-page #top_gas .innerbox .flex .item .content .imgbox {
  width: 100%;
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .overlay .illustimg {
  position: absolute;
  top: -2em;
  left: 1em;
  right: auto;
  bottom: auto;
  width: 5.8em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .innerbox .flex .item.safetycheck .overlay .illustimg {
    top: auto;
    left: auto;
    right: 3em;
    bottom: 2em;
  }
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content {
  background: #35c3ba;
  border: solid #35c3ba 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .innerbox .flex .item.safetycheck .content {
    flex-direction: column;
    align-items: center;
  }
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 2.5em;
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox {
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox {
    padding: 1.5em;
    order: 2;
  }
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox p {
  padding-bottom: 0;
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox .btn {
  font-weight: 700;
  line-height: 1em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 12em;
  height: 3.75em;
  position: relative;
  box-shadow: 0 0.25em 0 0 #83cbe6;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #239891 !important;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox .btn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox .btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  width: 100%;
  height: 100%;
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .txtbox .btn a :hover {
  color: #ffffff !important;
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .imgbox {
  width: 18.5em;
  height: 100%;
  border-radius: 2em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .innerbox .flex .item.safetycheck .content .imgbox {
    width: 100%;
    height: auto;
    order: 1;
  }
}
body#front-page #top_gas .innerbox .flex .item.safetycheck .content .imgbox img {
  width: 102%;
}
body#front-page #top_gas .innerbox .flex .item.lpgas .overlay .illustimg {
  position: absolute;
  top: auto;
  left: auto;
  right: 2em;
  bottom: -2em;
  width: 14.8em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .innerbox .flex .item.lpgas .overlay .illustimg {
    width: 8.8em;
    right: 3em;
    bottom: -3em;
  }
}
body#front-page #top_gas .innerbox .flex .item.lpgas .content {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  background: url("/images/bg_lp.webp");
  background-repeat: no-repeat;
  background-position: 20% 85%;
  background-size: 120%;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid #ffffff 0.25em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_gas .innerbox .flex .item.lpgas .content {
    background-position: 38% 92%;
    background-size: 150%;
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_gas .innerbox .flex .item.lpgas .content {
    padding: 1.5em;
    padding-bottom: 4em;
  }
}
body#front-page #top_gas .innerbox .flex .item.lpgas .content .txtbox h3 {
  margin-bottom: 1.5em;
}
body#front-page #top_gas .innerbox .flex .item.lpgas .content .txtbox P {
  font-weight: 500;
  letter-spacing: -0.02em;
  padding-bottom: 0;
}
body#front-page #top_gas.on .lpgas {
  transition-delay: 0.2s;
}
@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
body#front-page #top_works.sec {
  padding-top: 0;
}
body#front-page #top_works .innerbox {
  padding: 0 5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_works .innerbox {
    padding: 0 1.5em;
  }
}
body#front-page #top_works .secheader {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works .secheader {
    width: 100%;
    padding-top: 9em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_works .secheader {
    padding-top: 0;
    padding-bottom: 6em;
  }
}
body#front-page #top_works .secheader .before,
body#front-page #top_works .secheader .after {
  width: auto;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works .secheader .before,
  body#front-page #top_works .secheader .after {
    font-size: 0.8em;
  }
}
body#front-page #top_works .secheader .before .bgimg,
body#front-page #top_works .secheader .after .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
body#front-page #top_works .secheader .before .bgimg img,
body#front-page #top_works .secheader .after .bgimg img {
  -o-object-fit: contain;
     object-fit: contain;
}
body#front-page #top_works .secheader .before .txtbox,
body#front-page #top_works .secheader .after .txtbox {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5em;
  margin-right: -0.4em;
}
body#front-page #top_works .secheader .before .txtbox p,
body#front-page #top_works .secheader .after .txtbox p {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
body#front-page #top_works .secheader .before .txtbox p span.green,
body#front-page #top_works .secheader .after .txtbox p span.green {
  color: #239891;
}
body#front-page #top_works .secheader .before .illust,
body#front-page #top_works .secheader .after .illust {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
body#front-page #top_works .secheader .before {
  top: 0;
  left: -10em;
  width: 9.5em;
  height: 7.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works .secheader .before {
    top: 5em;
    left: 2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_works .secheader .before {
    top: auto;
    left: 0;
    bottom: 2em;
  }
}
body#front-page #top_works .secheader .before .illust {
  width: 7em;
  top: -3.6em;
  left: -1.8em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_works .secheader .before .illust {
    top: auto;
    left: auto;
    right: -2em;
    bottom: -6em;
  }
}
body#front-page #top_works .secheader h2.secttl {
  color: #239891;
  text-align: center;
}
body#front-page #top_works .secheader .after {
  top: -1em;
  right: -15em;
  width: 14em;
  height: 7.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works .secheader .after {
    top: 5em;
    right: -1em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_works .secheader .after {
    top: auto;
    right: 0;
    bottom: 0;
  }
}
body#front-page #top_works .secheader .after .txtbox p {
  color: #ffffff;
}
body#front-page #top_works .secheader .after .illust {
  width: 8.6em;
  bottom: auto;
  right: auto;
  top: -5em;
  left: -2em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_works .secheader .after .illust {
    top: auto;
    left: -8em;
    bottom: -5em;
  }
}
body#front-page #top_works ul.worksbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.8em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works ul.worksbox {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_works ul.worksbox {
    margin-bottom: 2.5em;
  }
}
body#front-page #top_works ul.worksbox li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 29em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works ul.worksbox li {
    width: 100%;
  }
}
body#front-page #top_works ul.worksbox li .worksinfo {
  font-size: 0.9em;
  font-weight: 300;
  width: 100%;
  height: 2em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1em;
  padding-right: 0.5em;
}
body#front-page #top_works ul.worksbox li .worksinfo span {
  display: block;
}
body#front-page #top_works ul.worksbox li .img {
  width: 100%;
  height: 20em;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #top_works ul.worksbox li .img {
    height: auto;
  }
}
body#front-page #top_works ul.worksbox li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
body#front-page #top_works ul.worksbox li .img .tag {
  position: absolute;
  top: auto;
  left: 0.5em;
  right: auto;
  bottom: 0.5em;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  background: #239891;
  color: #ffffff;
  padding: 0.5em 2em;
  border-radius: 2.5em;
  text-align: center;
  line-height: 1em;
  z-index: 1;
}
body#front-page #top_works ul.worksbox li .txtbox {
  font-weight: 500;
  margin-top: 0.2em;
}
body#front-page #top_works .before,
body#front-page #top_works .after {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
body#front-page #top_works .before {
  transform-origin: right bottom;
}
body#front-page #top_works .after {
  transform-origin: left bottom;
}
body#front-page #top_works.on .secheader .before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
body#front-page #top_works.on .secheader .after {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
body#front-page #top_works.on ul.worksbox li:nth-child(1) {
  transition-delay: 0.6s;
}
body#front-page #top_works.on ul.worksbox li:nth-child(2) {
  transition-delay: 0.8s;
}
body#front-page #top_works.on ul.worksbox li:nth-child(3) {
  transition-delay: 1s;
}
body#front-page #top_works.on .btn_container {
  transition-delay: 1.2s;
}
body#front-page #top_recruit .innerbox {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#front-page #top_recruit .innerbox .imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .imgbox {
    order: 2;
  }
}
body#front-page #top_recruit .innerbox .imgbox .img {
  max-height: 40em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .imgbox .img {
    max-height: 30em;
  }
}
body#front-page #top_recruit .innerbox .imgbox .img:first-child {
  width: 30em;
  border-radius: 0 2.5em 2.5em 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .imgbox .img:first-child {
    width: 22em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_recruit .innerbox .imgbox .img:first-child {
    width: 14em;
  }
}
body#front-page #top_recruit .innerbox .imgbox .img:last-child {
  width: 20em;
  border-radius: 2.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .imgbox .img:last-child {
    width: 18em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_recruit .innerbox .imgbox .img:last-child {
    width: 12em;
  }
}
body#front-page #top_recruit .innerbox .txtbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 2.4em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .txtbox {
    padding: 0 5em 2.4em 5em;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_recruit .innerbox .txtbox {
    padding: 0 2.5em 2em 2.5em;
    overflow: hidden;
  }
}
body#front-page #top_recruit .innerbox .txtbox .secheader {
  color: #fc9c20;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .txtbox .secheader {
    margin-bottom: 2.5em;
  }
}
body#front-page #top_recruit .innerbox .txtbox p {
  padding-bottom: 2.5em;
}
body#front-page #top_recruit .innerbox .txtbox .btn {
  font-weight: 700;
  line-height: 1em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 12em;
  height: 3.75em;
  position: relative;
  box-shadow: 0 0.25em 0 0 #239891;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #fc9c20 !important;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  margin-bottom: 4em;
}
body#front-page #top_recruit .innerbox .txtbox .btn:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
body#front-page #top_recruit .innerbox .txtbox .btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  width: 100%;
  height: 100%;
}
body#front-page #top_recruit .innerbox .txtbox .btn a :hover {
  color: #ffffff !important;
}
body#front-page #top_recruit .innerbox .txtbox .illustimg1 {
  width: 6.5em;
  position: absolute;
  top: 3.5em;
  left: auto;
  right: 0;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .txtbox .illustimg1 {
    width: 5.5em;
    right: 8em;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_recruit .innerbox .txtbox .illustimg1 {
    width: 4em;
    right: 7em;
    top: 1em;
  }
}
body#front-page #top_recruit .innerbox .txtbox .illustimg2 {
  width: 29.5em;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: -9em;
  right: auto;
  bottom: -3.6em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_recruit .innerbox .txtbox .illustimg2 {
    width: 25em;
    left: auto;
    right: -4em;
    bottom: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_recruit .innerbox .txtbox .illustimg2 {
    width: 18em;
    right: -3em;
    bottom: 2em;
  }
}
body#front-page #top_recruit.on .txtbox p {
  transition-delay: 0.2s;
}
body#front-page #top_recruit.on .txtbox .btn_container {
  transition: 1s ease;
  backface-visibility: hidden;
  transition-delay: 0.4s;
}
body#front-page #top_recruit.on .txtbox .illustimg1 {
  transition-delay: 1s;
}
body#front-page #top_recruit.on .txtbox .illustimg2 {
  transition-delay: 1.2s;
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  background: linear-gradient(to bottom, #009fd9, #c0e7f6);
  padding: 10em 0 5.5em 0;
  border-radius: 0 0 2.5em 2.5em;
  z-index: 1;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
}
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 .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0 0 2.5em 2.5em;
  overflow: hidden;
}
body #page-header .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body #page-header .innerbox {
  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;
  font-size: 5em;
  line-height: 1em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
  margin-top: -0.1em;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 2.5em;
  }
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  body #page-header .page_ttl {
    font-size: 1em;
  }
}
body #page-header .btn_container {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  padding-right: 10em;
}
@media screen and (max-width: 768px) {
  body #page-header .btn_container {
    padding-right: 5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .btn_container {
    padding-right: 1.5em;
  }
}
body #page-header .btn_container .btn {
  margin-left: auto;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 注意書き ========================================================= */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .parts-h3 {
  text-align: left;
  padding-bottom: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .contact-note strong.strong {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
}
.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;
  flex-direction: column;
  margin-top: -2em;
}
.contactpage-ctt .contact_tel .tel_list li {
  padding-right: 2.5em;
  margin-top: 2em;
  /* 支店 ------------------------------------------- */
  /* 番号 ------------------------------------------- */
  /* 受付時間・定休日 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li:last-child {
  padding-right: 0;
}
.contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.25em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  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: #000;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-bottom: 0;
  /* 受付時間 */
  /* 定休日 */
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
    line-height: 1.2em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-style: normal;
  padding-bottom: 0;
  bottom: -0.05em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time::before {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.67em;
  content: "受付時間";
  padding-right: 0.5em;
  bottom: 0.05em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
    font-size: 1.25em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
    font-size: 0.8em;
  }
}
.contactpage-ctt .webcontact a {
  color: #239891;
  text-decoration: underline;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #000;
  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: #000;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #000;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

#post_archive ul.newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.5%;
}
@media screen and (max-width: 768px) {
  #post_archive ul.newslist {
    gap: 5%;
  }
}
#post_archive ul.newslist li {
  display: block;
  width: 23%;
  margin-top: 2.5%;
  background: #ffffff;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  box-shadow: 0.25em 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#post_archive ul.newslist li:hover {
  transform: translate(0.2em, 0.2em);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #post_archive ul.newslist li {
    width: 47%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  #post_archive ul.newslist li {
    width: 100%;
  }
}
#post_archive ul.newslist li .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#post_archive ul.newslist li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#post_archive ul.newslist li .txtbox {
  padding: 1.5em;
}
#post_archive ul.newslist li .txtbox .news_date {
  font-size: 0.9em;
  color: #239891;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.5em;
}
#post_archive ul.newslist li .txtbox .news_ttl {
  display: block;
  font-size: 0.9em;
  line-height: 1.67em;
  margin-bottom: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3.34em;
}
#post_archive ul.newslist li .news_txt {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 3em;
}

.cat_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 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 ul.worksbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.5%;
  margin-top: -3.5%;
}
@media screen and (max-width: 768px) {
  #post_archive ul.worksbox {
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 4%;
  }
}
#post_archive ul.worksbox li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 31%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  #post_archive ul.worksbox li {
    width: 48%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 480px) {
  #post_archive ul.worksbox li {
    width: 100%;
  }
}
#post_archive ul.worksbox li .worksinfo {
  font-size: 0.9em;
  font-weight: 300;
  width: 100%;
  height: 2em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 0.5em;
}
#post_archive ul.worksbox li .worksinfo span {
  display: block;
}
#post_archive ul.worksbox li .worksinfo span.name {
  margin-left: 1em;
}
#post_archive ul.worksbox li .img {
  width: 100%;
  height: 18em;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #post_archive ul.worksbox li .img {
    height: auto;
  }
}
#post_archive ul.worksbox li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#post_archive ul.worksbox li .img .tag {
  position: absolute;
  top: auto;
  left: 0.5em;
  right: auto;
  bottom: 0.5em;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  background: #239891;
  color: #ffffff;
  padding: 0.5em 2em;
  border-radius: 2.5em;
  text-align: center;
  line-height: 1em;
  z-index: 1;
}
#post_archive ul.worksbox li .txtbox {
  font-weight: 500;
  margin-top: 0.4em;
  line-height: 1.2em;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
  color: #ffffff;
}
#newspost #entry-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 記事タイトル */
  /* 日付 */
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#newspost #entry-header .innerbox .category {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 2em;
  color: #239891;
  text-align: right;
  border-bottom: 0.1em solid #239891;
  margin-bottom: 0.5em;
}
#newspost #entry-header .innerbox .worksinfo {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
#newspost #entry-header .innerbox .worksinfo .address,
#newspost #entry-header .innerbox .worksinfo .name {
  display: block;
  line-height: 1em;
}
#newspost #entry-header .innerbox .worksinfo .address {
  background: #ffffff;
  color: #009fd9;
  padding: 0.4em 1em;
  border-radius: 1em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#newspost #entry-header .innerbox .worksinfo .name {
  font-size: 1.5em;
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1350px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox .date {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost #entry-header .innerbox .date .year,
#newspost #entry-header .innerbox .date .md {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#newspost #entry-header .innerbox .date .year {
  margin-right: -0.3em;
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #239891;
}
#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: #fc9c20;
}
@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: #239891;
}
#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;
}
.partspage-ctt .sec {
  padding: 5em 0;
  border-radius: 2.5em 2.5em 0 0;
  padding-bottom: 7.5em;
  margin-top: -2.5em;
}
.partspage-ctt .sec:first-of-type {
  border-radius: 0;
  padding-top: 7.5em;
}
.partspage-ctt .sec:last-of-type {
  padding-bottom: 5em;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

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

.sec-bg2 {
  background: #cde9e7;
}

.sec-bg3 {
  background: #35c3ba;
}

.sec-bg4 {
  background: linear-gradient(to bottom, #009fd9, #80cfec);
}

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

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.partspage-ctt .sec .access_map iframe,
.partspage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 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;
}

.btn a {
  color: #239891;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 2.5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f3f3f3;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  overflow: hidden;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:not(:last-child) {
  margin-bottom: 1em;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  line-height: 2em;
  background: #ffffff;
  color: #000;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
  padding-right: 4em;
  transition: 1s ease;
  backface-visibility: hidden;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  content: "Q";
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #239891;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  font-weight: 300;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #239891;
  padding-top: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.6em;
  bottom: 0.85em;
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .faq_box ul.qa_list li.qa_set .qa_txt .question::after {
    padding-top: 0.25em;
  }
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease;
  backface-visibility: hidden;
  background: #ffffff;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  text-indent: -1.95em;
  padding-left: 3.8em;
  line-height: 1.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  content: "A";
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #239891;
}
.faq_box ul.qa_list li.qa_set .qa_open {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  font-weight: 700;
  background: #239891;
  color: #f3f3f3;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #009fd9;
  color: #000;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
  color: #f3f3f3;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-top: 0.35em;
  padding-bottom: 0.2em;
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #239891;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -6%;
  bottom: auto;
}
.sec-bg3 .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_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: #239891;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec-bg3 .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 {
    /* リスト */
  }
  .imgcard_l4_tb.imgcard_flow ul li::after {
    top: 11%;
    right: -8%;
  }
}
@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: #239891;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec-bg3 .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: 2.5em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img:has(img.rd) {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts_img img {
    width: 100%;
  }
}

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

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

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

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

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  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;
}
.imgcard_img:has(img.rd) {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/* テキスト */
.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;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  text-decoration: none;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2.5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
  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: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #ffffff;
  color: #000;
  /* 見出し */
}
@media screen and (max-width: 1350px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #239891;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list li .li_ttl,
.order_list li .li_ttl,
.check_list li .li_ttl {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.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: #239891;
  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;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1.5em;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.2em;
  margin-left: -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: #239891;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

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

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, 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) {
  .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;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  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: #239891;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #239891;
}
.table ul li.table_li .col_th {
  color: #239891;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
}
@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: 1em;
  margin: 0.5em 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  border-right: #239891 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: #239891 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, zen-maru-gothic, zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.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;
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 2.5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 2.5em;
  }
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, 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) {
  .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: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt strong {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  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: #239891 solid 0.25em;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.sec-bg3 .tl_box .tl ul li .tl_txt::before {
  border-color: #ffffff;
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #239891;
  z-index: 2;
}
.sec-bg3 .tl_box .tl ul li .tl_txt::after {
  background: #ffffff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-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: #239891 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec-bg3 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-right: #ffffff dotted 0.25em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  color: #239891;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  /* 見出し */
  /* リスト */
}
.sec-bg3 .note_list {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1350px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  padding: 2.5em;
  background: #ffffff;
  color: #239891;
  opacity: 1;
  filter: alpha(opacity=100);
}
.note_list h3,
.note_list h4 {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, 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) {
  .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: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  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;
}

/* 吹き出し -------------------------------- */
.balloon_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
}
.balloon_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.balloon_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  display: flex;
  flex-wrap: wrap;
  /* 左しっぽ */
  /* 右しっぽ */
}
.balloon_list ul li:last-child {
  margin-bottom: 0;
}
.balloon_list ul li .imgbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 6.5em;
}
.balloon_list ul li .txtbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
  flex: 1;
}
.balloon_list ul li .txtbox p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  padding-bottom: 2em !important;
  border-radius: 0.5em;
  background: #239891;
  color: #ffffff;
}
.sec-bg3 .balloon_list ul li .txtbox p {
  background: #cde9e7;
  color: #000;
}
.balloon_list ul li .txtbox p span {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  line-height: 1.5em;
}
.balloon_list ul li .txtbox p.bold span {
  font-weight: 700;
}
.balloon_list ul li .txtbox p.large span {
  font-size: 1.2em;
  line-height: 1.5em;
}
.balloon_list ul li.left_tail .imgbox {
  padding-right: 0.5em;
}
.balloon_list ul li.left_tail .txtbox {
  padding-left: 1em;
}
.balloon_list ul li.left_tail .txtbox p {
  position: relative;
}
.balloon_list ul li.left_tail .txtbox p::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-right: #239891 solid 1em;
  z-index: 2;
}
.sec-bg3 .balloon_list ul li.left_tail .txtbox p::before {
  border: transparent solid 0.66em;
  border-right: #cde9e7 solid 1em;
}
.balloon_list ul li.left_tail .txtbox p::after {
  content: "";
  position: absolute;
  top: 2.75em;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  margin-left: -0.175em;
  border: transparent solid 0.66em;
  z-index: 1;
}
.balloon_list ul li.right_tail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.balloon_list ul li.right_tail .imgbox {
  padding-left: 0.5em;
}
.balloon_list ul li.right_tail .txtbox {
  padding-right: 1em;
}
.balloon_list ul li.right_tail .txtbox p {
  background: #fc9c20;
  color: #ffffff;
  position: relative;
}
.balloon_list ul li.right_tail .txtbox p::before {
  content: "";
  position: absolute;
  top: 2.75em;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-left: #fc9c20 solid 1em;
  z-index: 2;
}
.balloon_list ul li.right_tail .txtbox p::after {
  content: "";
  position: absolute;
  top: 2.75em;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  margin-right: -0.175em;
  border: transparent solid 0.66em;
  z-index: 1;
}

/* =============== 余白ゼロ ========================================================= */
.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 .btn: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;
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 2.5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  width: 100%;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #ffffff;
  color: #000;
}
.pdf_box ul li a {
  display: block;
  color: #000 !important;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a:hover {
  color: #239891 !important;
}
.pdf_box ul li a:hover i {
  color: #239891 !important;
}
.pdf_box ul li a i {
  color: #239891;
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 2em;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  color: #239891;
  /* 大きな数字 */
}
.sec-bg3 .parts_hd, .sec-bg4 .parts_hd {
  color: #ffffff;
}
.parts_hd .hd_en {
  display: block;
  font-family: scandia-web, korolev-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
}
.parts_hd .hd_jp {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 3em;
  line-height: 1;
  padding-top: 0em;
}
.parts_hd:has(.hd_en) .hd_jp {
  font-size: 1.5em;
  padding-top: 0.5em;
}

.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: #239891;
}
.partspage-ctt a:hover {
  color: #fc9c20;
}
.partspage-ctt .sec-bg3 a,
.partspage-ctt .sec-bg4 a {
  color: #ffffff;
}
.partspage-ctt .sec-bg3 a:hover,
.partspage-ctt .sec-bg4 a:hover {
  color: #ffffff;
}
.partspage-ctt .btn {
  margin-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  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, .partspage-ctt .sec p.ts_m {
  font-family: zen-maru-gothic, dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #239891;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

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

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 2.5em;
  border-radius: 1em;
  background: #f3f3f3;
  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, zen-maru-gothic, zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .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;
  margin: 0 auto;
  padding: 3.57em;
  border-radius: 2.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #ffffff;
  color: #000;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 15em;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
  padding-right: 2em;
}
.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: 17em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@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;
  font-weight: 500;
}
@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 p span.must {
  color: #239891;
  padding-left: 1em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: zen-kaku-gothic-new, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: #35c3ba 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 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form input[type=text],
  .formbox .wpcf7-form input[type=email],
  .formbox .wpcf7-form input[type=tel],
  .formbox .wpcf7-form select {
    width: 100% !important;
  }
}
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  font-weight: 700;
  line-height: 1em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 12em;
  height: 3.75em;
  position: relative;
  box-shadow: 0 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #239891 !important;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
}
.formbox .wpcf7-form input[type=submit]:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
.formbox .wpcf7-form input[type=submit] a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  width: 100%;
  height: 100%;
}
.formbox .wpcf7-form input[type=submit] a :hover {
  color: #ffffff !important;
}
.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: #239891;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #239891;
}
.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;
  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: 50%;
  font-weight: normal !important;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-weight: 700;
  line-height: 1em;
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: 12em;
  height: 3.75em;
  position: relative;
  box-shadow: 0 0.25em 0 0 #fc9c20;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 5em;
  background: #239891 !important;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  border-radius: 4em;
  width: 10em !important;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translate(0, 0.2em);
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  width: 100%;
  height: 100%;
}
div#wpcf7cpcnf .wpcf7cp-btns button a :hover {
  color: #ffffff !important;
}
@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 !important;
  color: #000;
  margin-right: 2em;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  background: #239891;
  color: #ffffff;
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
  padding: 0 2em;
}/*# sourceMappingURL=style.css.map */