@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ビー・エイド中西
Author: 株式会社ジャンプス

*/
/* -----ラインホバー--------------- */
/* 欧文フォント */
.eg {
  font-family: "articulat-cf", 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;
  font-weight: 500;
  font-style: normal;
}

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

.right {
  text-align: right;
  margin: 0 0 0 auto;
}

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

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

/* スマホ改行 */
.spbr {
  display: none;
}
@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: #009fe8;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

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

/* ポップアップ用 */
#lightbox img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #lightbox img {
    height: 15em;
  }
}

.imgbox {
  line-height: 0;
}

.rd {
  border-radius: 1em;
  overflow: hidden;
}

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

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

.lazyload1 {
  transform: translate(0, 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: 1025px) 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: 1024px) 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: #009fe8;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}

.sec_bg1 .btn, .sec_bg3 .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  padding: 0 3em;
}
.sec_bg1 .btn:hover, .sec_bg3 .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.sec_bg1 .btn:hover a, .sec_bg3 .btn:hover a {
  color: inherit;
}
.sec_bg1 .btn:hover a img, .sec_bg3 .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.sec_bg1 .btn:hover, .sec_bg3 .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
.sec_bg1 .btn:hover span, .sec_bg3 .btn:hover span {
  color: #009fe8 !important;
}
.sec_bg1 .btn a, .sec_bg3 .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
.sec_bg1 .btn a, .sec_bg3 .btn a {
  color: #fff !important;
}
.sec_bg2 .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #fff;
  color: #009fe8;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  padding: 0 3em;
}
.sec_bg2 .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.sec_bg2 .btn:hover a {
  color: inherit;
  opacity: 1;
}
.sec_bg2 .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.sec_bg2 .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
.sec_bg2 .btn:hover span {
  color: #009fe8 !important;
}
.sec_bg2 .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
.sec_bg2 .btn a {
  color: #009fe8 !important;
}
.btn a {
  text-decoration: none !important;
}

/* ================= お知らせ ============================================================ */
.news_list {
  width: 100%;
  list-style: none inside;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4em;
}
@media screen and (max-width: 1024px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .news_list {
    grid-template-columns: 1fr;
  }
}
.news_list li {
  width: 100%;
  transition: all 0.4s;
}
.news_list li:hover .imgbox {
  transform: translateY(0.25em);
}
.news_list li:hover .imgbox img {
  transform: scale(1.1);
}
.news_list li:hover .txtbox .ttl,
.news_list li:hover .txtbox .textarea {
  color: #fff;
}
aside#footer-post .news_list li:hover .txtbox .ttl,
aside#footer-post .news_list li:hover .txtbox .textarea {
  color: #009fe8;
}
@media screen and (max-width: 480px) {
  .news_list li a {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1em;
  }
}
.news_list li .imgbox {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  filter: drop-shadow(0 0.75em 1em rgba(19, 109, 158, 0.2));
  transition: all 0.4s;
}
.news_list li .imgbox .clipbox {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  padding-bottom: 0;
  position: relative;
  border: 0.4em solid #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #000 100%, transparent 100%);
  -webkit-mask-composite: destination-in;
  mask-composite: exclude;
}
.news_list li .imgbox .clipbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  position: relative;
}
.news_list li .imgbox .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .news_list li .imgbox .category {
    font-size: 2vw;
  }
}
.news_list li .imgbox .category.news {
  background: #fff;
  color: #009fe8;
}
.news_list li .imgbox .category.event {
  background: #fcf01d;
  color: #009fe8;
}
.news_list li .imgbox .category.event span {
  padding-top: 0.75em;
}
.news_list li .imgbox .category.campaign {
  background: #f45951;
  color: #fff;
}
.news_list li .imgbox .category.campaign span {
  padding-top: 0.75em;
}
.news_list li .imgbox .category span {
  display: block;
  width: 100%;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.news_list li .txtbox .time {
  color: #fff;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news_list li .txtbox .time .year {
  font-size: 0.9em;
  padding-right: 0.2em;
}
.news_list li .txtbox .time .month-day {
  font-size: 1.4em;
}
.news_list li .txtbox .ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding-bottom: 0.5em;
  width: 18em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.news_list li .txtbox .office {
  display: flex;
  gap: 0.2em;
  margin-bottom: 0.5em;
}
.news_list li .txtbox .office .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  height: 1.6em;
  background: #fff;
  color: #009fe8;
  border-radius: 0.8em;
}
.news_list li .txtbox .office .box .txt {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 500;
}
.news_list li .txtbox .textarea {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.5;
  color: #000;
  padding-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .news_list li .txtbox .textarea {
    -webkit-line-clamp: 2;
  }
}

/* ================= 施工実績 ============================================================ */
.image-slider .slick-slide {
  max-width: 27em;
  padding: 0 0.5em;
}

.works_item:hover .imgbox {
  box-shadow: none;
  transform: translateY(0.25em);
}
.works_item:hover .imgbox img {
  transform: scale(1.05);
}
.works_item:hover .txtbox .ttl,
.works_item:hover .txtbox .textarea {
  color: #009fe8;
}
.works_item a .imgbox {
  width: 100%;
  aspect-ratio: 27/16.8;
  margin-bottom: 1em;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
.works_item a .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works_item a .imgbox .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #009fe8;
  color: #fff;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1;
}
.works_item a .imgbox .category span {
  display: block;
  width: 100%;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}
.works_item a .txtbox {
  padding: 0 0.9em;
}
.works_item a .txtbox .ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding-bottom: 0.5em;
  width: 25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.works_item a .txtbox .textarea {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.5;
  color: #000;
  padding-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.4s;
}

/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@keyframes flowani1 {
  0% {
    transform: translateX(103.5em);
  }
  to {
    transform: translateX(-103.5em);
  }
}
@keyframes flowani2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-207em);
  }
}
@keyframes flowani3 {
  0% {
    transform: translateX(76.5em);
  }
  to {
    transform: translateX(-76.5em);
  }
}
@keyframes flowani4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-153em);
  }
}
/* ================= 回転テキスト ============================================================ */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#sb_instagram.sbi_col_6 #sbi_images {
  gap: 0.4em;
  padding: 0;
}

#sb_instagram #sbi_images .sbi_item {
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
#sb_instagram #sbi_images .sbi_item:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
#sb_instagram #sbi_images .sbi_item:hover a {
  color: inherit;
}
#sb_instagram #sbi_images .sbi_item:hover a img {
  opacity: 1;
  transform: scale(1.05);
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5em;
}
@media screen and (max-width: 1024px) {
  .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: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #fff;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 施工実績カテゴリ一覧 ============================================================ */
.cate_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
  /* 記事ページでページ下にある時のフッターとの重なり */
}
.cate_box:first-child {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .cate_box {
    padding-bottom: 2.5em;
  }
}
.nav_sec .cate_box {
  padding-bottom: 15em;
}
@media screen and (max-width: 480px) {
  .nav_sec .cate_box {
    padding-bottom: 12.5em;
  }
}
.cate_box .cate_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5em;
}
.cate_box .cate_list li {
  padding-right: 0.5em;
  margin-top: 0.5em;
}
.cate_box .cate_list li:last-child {
  padding-right: 0;
}
.cate_box .cate_list li a {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
  min-width: 6em;
  background: #009fe8;
  color: #fff;
  padding: 1em;
  border-radius: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cate_box .cate_list li a {
    font-size: 0.8em;
  }
}
.cate_box .cate_list li a:hover {
  text-decoration: none;
  background: #fcf01d;
  color: #009fe8;
}

/* ================= 投稿記事 ============================================================ */
#post_archive {
  /* --------- お知らせ -------------------- */
  /* --------- 施工実績 -------------------- */
}
#post_archive.archive_post {
  background: #2cb3f1;
}
#post_archive.archive_works {
  background: #f5f5f5;
  padding: 5em 0 14em;
}
#post_archive.archive_works .works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4em;
}
@media screen and (max-width: 1024px) {
  #post_archive.archive_works .works_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  #post_archive.archive_works .works_list {
    grid-template-columns: 1fr;
  }
}
#post_archive.archive_works .works_list .ttl {
  width: 100%;
  max-width: 23em;
}
@media screen and (max-width: 1350px) {
  #post_archive.archive_works .works_list .ttl {
    max-width: 22em;
  }
}
@media screen and (max-width: 1024px) {
  #post_archive.archive_works .works_list .ttl {
    max-width: 19em;
  }
}
#post_archive.archive_works .works_list .textarea {
  width: 100%;
  max-width: 26em;
}

/* ================= ページフッター（共通） ============================================================ */
#footer-post {
  background: #f5f5f5;
  /* 見出し */
}
#footer-post .pf_ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 0.5em;
}
#footer-post .innerbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 最新記事 ------------------------------------------- */
  /* -------------------------- アーカイブ ------------------------------------------- */
}
#footer-post .innerbox2 .post_sec {
  width: auto;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 18em);
  padding-right: 2.5em;
  border-right: #009fe8 solid 0.15em;
  /* ===== お知らせ ======== */
}
@media screen and (max-width: 1024px) {
  #footer-post .innerbox2 .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    border-right: none;
    border-bottom: #009fe8 solid 0.15em;
  }
}
#footer-post .innerbox2 .post_sec .news_list {
  grid-template-columns: repeat(3, 1fr);
}
#footer-post .innerbox2 .post_sec .news_list .time {
  color: #009fe8;
}
#footer-post .innerbox2 .archive_sec {
  width: 18em;
  position: relative;
  box-sizing: border-box;
  padding-left: 2.5em;
  /* 最新年月 ------------------------------------------- */
  /* セレクトボックス ------------------------------------------- */
}
@media screen and (max-width: 1024px) {
  #footer-post .innerbox2 .archive_sec {
    width: 100%;
    padding-left: 0;
  }
}
#footer-post .innerbox2 .archive_sec .m_list {
  list-style: none inside;
  line-height: 1em;
}
#footer-post .innerbox2 .archive_sec .m_list li {
  padding-bottom: 1em;
}
#footer-post .innerbox2 .archive_sec .m_list li a {
  color: #000;
  text-decoration: underline;
}
#footer-post .innerbox2 .archive_sec .m_list li a:hover {
  color: #009fe8;
}
#footer-post .innerbox2 .archive_sec select {
  width: 100%;
  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-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- ページヘッダー ------------------------------------------- */
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #page-header {
  padding-bottom: 5em;
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 10em;
  /* 日付 */
  /* カテゴリ */
  /* 記事タイトル */
}
#newspost #entry-header .date {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  text-align: right;
  padding-bottom: 0.5em;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #newspost #entry-header .date {
    font-size: 1.25em;
  }
}
#newspost #entry-header .date .year {
  padding-right: 0.25em;
}
#newspost #entry-header .date .md {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .date .md {
    font-size: 1.6em;
  }
}
#newspost #entry-header .wk_cate {
  line-height: 1.25em;
  color: #009fe8;
  text-align: right;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #newspost #entry-header .wk_cate {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .wk_cate {
    font-size: 0.7em;
  }
}
#newspost #entry-header .wk_cate .eg {
  font-size: 1em;
  padding-right: 0.2em;
}
#newspost #entry-header .wk_cate .jp {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
}
#newspost #entry-header .entry_ttl {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5em;
  padding-top: 0.5em;
  color: #000;
  border-top: #000 solid 0.1em;
}
@media screen and (max-width: 1024px) {
  #newspost #entry-header .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 2.5em 0 6.5em;
}
#newspost .nav_sec 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 ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec ul.post_nav li:hover {
  color: #009fe8;
}
#newspost .nav_sec ul.post_nav li a {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #000;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec ul.post_nav li a:hover {
  color: #009fe8;
}
#newspost .nav_sec ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec ul.post_nav li.next a {
  padding-right: 0.25em;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@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: 5em;
  background: #f5f5f5;
  color: #000;
  border-radius: 2em;
  /* 必須項目 */
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 1024px) {
  .formbox {
    padding: 2.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .required {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.35em 0.8em;
  background: #2cb3f1;
  color: #fff;
  border-radius: 1.35em;
  top: -0.2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: none;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  border: none;
  letter-spacing: 1em;
  text-indent: 1em;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit]:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.formbox .wpcf7-form input[type=submit]:hover a {
  color: inherit;
}
.formbox .wpcf7-form input[type=submit]:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
.formbox .wpcf7-form input[type=submit]:hover span {
  color: #009fe8 !important;
}
.formbox .wpcf7-form input[type=submit] a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #fff;
  cursor: not-allowed;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: #009fe8;
  color: #fff !important;
  transform: translate(0, 0);
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  color: #2cb3f1;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before, .formbox .wpcf7-form .wpcf7-not-valid-tip::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #f45951;
  padding-right: 0.2em;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #2cb3f1;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form .wpcf7-response-output::before, .formbox .wpcf7-form .wpcf7-response-output::after {
  display: inline-block;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  position: relative;
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  z-index: 2;
  color: #f45951;
  padding-right: 0.2em;
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  div#wpcf7cpcnf table tr th {
    width: 12.5em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
@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 table tr td {
  color: #009fe8;
}
div#wpcf7cpcnf table tr td p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  font-size: 1em;
  border: none;
  border-radius: 4em;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover a {
  color: inherit;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover span {
  color: #009fe8 !important;
}
div#wpcf7cpcnf .wpcf7cp-btns button a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #fff;
  color: #000;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0;
  background: #f5f5f5;
  color: #000;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

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

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

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

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  width: 100%;
  padding-top: 1em;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
}
#header .innerbox {
  padding: 0 1em;
}
@media screen and (max-width: 1024px) {
  #header .innerbox {
    padding: 0 6em 0 1em;
  }
}
#header .innerbox.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
#header .bgbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  height: 4em;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  padding: 0 2em;
  border-radius: 1em;
}
@media screen and (max-width: 1024px) {
  #header .bgbox {
    flex: 0;
  }
}
#header .bgbox .logo {
  font-size: 1em;
  width: 9em;
  line-height: 1;
  transition: all 0.4s;
}
#header .bgbox .logo:hover {
  opacity: 0.75;
}
#header .bgbox .logo a {
  display: inline-block;
}
#header .bgbox .logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  #header .bgbox .gnav {
    display: none;
  }
}
#header .bgbox .gnav ul {
  display: flex;
  align-items: center;
  list-style: none inside;
}
#header .bgbox .gnav ul li + li {
  margin-left: 2em;
}
@media screen and (max-width: 1350px) {
  #header .bgbox .gnav ul li + li {
    margin-left: 1.25em;
  }
}
#header .bgbox .gnav ul li a {
  color: #000;
}
#header .bgbox .gnav ul li:not(.h_btn) a {
  position: relative;
}
#header .bgbox .gnav ul li:not(.h_btn) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #009fe8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#header .bgbox .gnav ul li:not(.h_btn) a:hover::after {
  transform: scaleX(1);
}
#header .bgbox .gnav ul li.h_btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: 10em;
  line-height: 3em;
  position: relative;
  border-radius: 1.5em;
  background: #009fe8;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s;
}
#header .bgbox .gnav ul li.h_btn:hover {
  transform: translateY(0.125em);
  background: #fcf01d;
  color: #009fe8;
}
#header .bgbox .gnav ul li.h_btn a {
  display: inline-block;
  width: 100%;
  border-radius: 1.5em;
  color: #fff;
  transition: all 0.4s;
}
#header .bgbox .gnav ul li.h_btn a:hover {
  color: #009fe8;
}
#header .r_btn {
  width: 14em;
  height: 4em;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  border-radius: 1em;
  transition: all 0.4s;
}
#header .r_btn:hover {
  background: #fcf01d;
  color: #009fe8;
  transform: translateY(0.25em);
}
@media screen and (max-width: 1024px) {
  #header .r_btn {
    display: none;
  }
}
#header .r_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .r_btn a:hover {
  color: inherit;
}
#header .r_btn a .eg {
  display: block;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4em;
  padding-top: 0.2em;
}
#header .r_btn a .jp {
  display: block;
  font-size: 0.7em;
  padding-left: 0.7em;
}

/* くらしのサービス　固定ナビ */
.life-service-nav {
  position: fixed;
  inset: auto 1em 1em auto;
  z-index: 2;
}
.life-service-nav a {
  display: block;
  width: 9em;
  height: 8.5em;
  border-radius: 1em;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
}
.life-service-nav a:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
.life-service-nav a:hover a {
  color: inherit;
  opacity: 1;
}
.life-service-nav a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .life-service-nav a {
    width: 7.25em;
    height: 6em;
  }
}
.life-service-nav a:hover img {
  scale: 1.05;
}
.life-service-nav a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =======================================================================================================================
　　　　　　　　　基本背景
======================================================================================================================= */
.grad-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: -999999;
}
.grad-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/noisebg02.svg) no-repeat center/cover;
  opacity: 0.3;
}
.grad-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/noisebg01.svg) no-repeat center/cover;
  opacity: 1;
  filter: blur(80px);
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root .grad-bg::before {
  display: none;
}

_::-webkit-full-page-media,
_:future,
:root .grad-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/dummybg.webp) no-repeat top center/cover;
  opacity: 0.6;
}

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

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

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 4em;
  height: 4em;
  cursor: pointer;
  position: fixed;
  top: 1em;
  left: auto;
  right: 1em;
  bottom: auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 99999;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
}
.hm_btn::before, .hm_btn::after {
  width: 2em;
  height: 0.125em;
  background: #000;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s, rotate 0.2s 0.2s;
}
.hm_btn::before {
  top: calc(50% - 0.6em);
  left: 50%;
  translate: -50% -50%;
  box-shadow: #000 0 1.2em 0;
}
.hm_btn::after {
  top: 50%;
  left: 50%;
  transform-origin: center;
  translate: -50% -50%;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: none;
  top: 50%;
  rotate: 45deg;
}
.hm_menu_check:checked ~ .hm_btn::after {
  rotate: -45deg;
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 7.5em 4em;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: auto;
  right: -100%;
  bottom: auto;
  transition: right 1s;
  border: none;
  background: #fff;
  border-radius: 5em 0 0 0;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul {
  list-style: none inside;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #009fe8;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li {
  padding: 0 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li:not(:last-child) {
  padding-bottom: 2.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li.top-line {
  padding-top: 2.5em;
  border-top: 1px solid #009fe8;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a {
  color: #000;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp ul li a::before {
  color: #009fe8;
  content: attr(data-eg);
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block;
  margin-bottom: -0.25em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .tb_r_btn {
  padding: 2em 0 2em 2em;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1em 0 0 1em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: filter 2s;
  margin-bottom: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .tb_r_btn a::before {
  content: attr(data-eg);
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  display: block;
  margin-bottom: -0.25em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .menu-btn {
  padding: 2em 0 2em 2em;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1em 0 0 1em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: filter 2s;
  margin-bottom: 1.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .menu-btn .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: 10em;
  line-height: 3em;
  position: relative;
  border-radius: 1.5em;
  background: #009fe8;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .menu-btn .btn:hover {
  transform: translateY(0.125em);
  background: #fcf01d;
  color: #009fe8;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .menu-btn .btn a {
  display: inline-block;
  width: 100%;
  border-radius: 1.5em;
  color: #fff;
  transition: all 0.4s;
}
.hm_menu_wrap .hm_inner .menucontent .gnav-sp .menu-btn .btn a:hover {
  color: #009fe8;
}

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

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= ファーストビュー ============================================================ */
  /* ================= トピックス情報 ============================================================ */
  /* ================= LINE公式アカウント ============================================================ */
  /* ================= セクション共通 ============================================================ */
  /* ================= アワード ============================================================ */
  /* ================= お知らせ ============================================================ */
  /* ================= リフォーム ============================================================ */
  /* ================= 施工実績 ============================================================ */
  /* ================= その他サービス ============================================================ */
  /* ================= Googleクチコミ ============================================================ */
  /* ================= 採用サイト ============================================================ */
  /* ================= 歴史 ============================================================ */
  /* ================= インスタグラム ============================================================ */
  /* ================= 店舗情報 ============================================================ */
}
body#front-page .fv {
  width: 100%;
  min-height: 100svh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body#front-page .fv {
    padding-top: 35em;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .fv {
    padding-bottom: 20em;
  }
}
body#front-page .fv .slider_imgbox {
  width: 65.2em;
  height: 63.45em;
  position: relative;
  margin-top: 2.5em;
  margin-left: -5em;
}
@media screen and (max-width: 1024px) {
  body#front-page .fv .slider_imgbox {
    font-size: 1.75vw;
    margin-top: 0;
  }
}
body#front-page .fv .slider_imgbox p {
  padding-bottom: 0;
}
body#front-page .fv .slider_imgbox img {
  scale: 1.01;
}
body#front-page .fv .slider_imgbox .top_left {
  width: 29.75em;
  height: 26.05em;
  position: absolute;
  top: 0;
  left: 0;
}
body#front-page .fv .slider_imgbox .top_center {
  width: 35.7em;
  height: 31.2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body#front-page .fv .slider_imgbox .top_right {
  width: 24.55em;
  height: 21.5em;
  position: absolute;
  top: 15%;
  right: 0;
}
body#front-page .fv .slider_imgbox .bottom_left {
  width: 24.55em;
  height: 21.5em;
  position: absolute;
  bottom: 15%;
  left: 0;
}
body#front-page .fv .slider_imgbox .bottom_center {
  width: 35.7em;
  height: 31.2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body#front-page .fv .slider_imgbox .bottom_right {
  width: 29.75em;
  height: 26.05em;
  position: absolute;
  bottom: 0;
  right: 0;
}
body#front-page .fv .slider_imgbox .t_up {
  -webkit-mask-image: url(/images/triangle_up.svg);
          mask-image: url(/images/triangle_up.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
body#front-page .fv .slider_imgbox .t_down {
  -webkit-mask-image: url(/images/triangle_down.svg);
          mask-image: url(/images/triangle_down.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
body#front-page .fv .slider_imgbox .comp_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 4em;
}
body#front-page .fv .slider_imgbox .comp_box .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 2em;
  background: #009fe8;
  border-radius: 1em;
  margin-bottom: 0.8em;
}
body#front-page .fv .slider_imgbox .comp_box .imgbox span {
  display: block;
  width: 12.5em;
  height: 1.1em;
}
body#front-page .fv .slider_imgbox .comp_box .copy {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-bottom: 0.5em;
}
body#front-page .fv .slider_imgbox .comp_box .comp_name {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding-bottom: 0.3em;
}
body#front-page .fv .slider_imgbox .comp_box .comp_name_eg {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  line-height: 0.625;
  color: #009fe8;
}
body#front-page .fv .slider_imgbox .comp_box .comp_name_eg .big {
  font-size: 1.6em;
  line-height: 1;
}
body#front-page .fv .deco_txt {
  display: flex;
  flex-direction: column;
  text-align: right;
  position: absolute;
  top: -6em;
  right: 5em;
  writing-mode: vertical-rl;
  mix-blend-mode: overlay;
  color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 480px) {
  body#front-page .fv .deco_txt {
    right: -1em;
  }
}
body#front-page .fv .deco_txt .txt1 {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 10em;
  line-height: 1;
}
body#front-page .fv .deco_txt .txt2 {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 11.8em;
  line-height: 0.75;
}
body#front-page .fv .deco_txt .txt3 {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.75em;
  line-height: 1;
}
body#front-page .fv .deco_txt .txt3 .small {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
}
body#front-page .fv .main_copy {
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2;
  position: absolute;
  top: 20vh;
  left: 0;
  margin-left: 54em;
  /* chrome (safari) */
  /* firefox */
}
@supports (-webkit-appearance: none) {
  body#front-page .fv .main_copy {
    letter-spacing: -0.3em;
  }
}
@supports (-moz-appearance: none) {
  body#front-page .fv .main_copy {
    letter-spacing: 0.2em;
  }
}
body#front-page .fv .main_copy .sans {
  font-family: sans-serif;
  padding: 0.15em 0;
}
@media screen and (max-width: 1024px) {
  body#front-page .fv .main_copy {
    top: 6em;
    margin-left: 10em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .fv .main_copy {
    margin-left: 3.5em;
  }
}
body#front-page #top_news {
  width: 29em;
  height: 100svh;
  min-height: 43em;
  position: absolute;
  inset: 0 20em 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  body#front-page #top_news {
    width: auto;
    height: auto;
    min-height: auto;
    position: sticky;
  }
}
body#front-page #top_news .topics_box {
  width: 28em;
  height: 8.5em;
  display: flex;
  background: #2cb3f1;
  border: 0.4em solid #fff;
  border-radius: 1em;
  position: absolute;
  right: 1em;
  bottom: 1em;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
}
body#front-page #top_news .topics_box:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #top_news .topics_box:hover a {
  color: inherit;
  opacity: 1;
}
body#front-page #top_news .topics_box:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  body#front-page #top_news .topics_box {
    right: 21em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .topics_box {
    width: calc(100% - 2em);
    right: 1em;
    left: 1em;
    bottom: 8em;
  }
}
body#front-page #top_news .topics_box:hover {
  background: #f5f5f5;
  border-color: #2cb3f1;
}
body#front-page #top_news .topics_box:hover img {
  transform: scale(1.05);
}
body#front-page #top_news .topics_box:hover .txtbox .t_ttl,
body#front-page #top_news .topics_box:hover .txtbox .ttl,
body#front-page #top_news .topics_box:hover .txtbox .time,
body#front-page #top_news .topics_box:hover .txtbox .textarea {
  color: #009fe8;
}
body#front-page #top_news .topics_box .imgbox {
  font-size: 1em;
  width: 40%;
  height: 100%;
  border-radius: 0.6em 0 0 0.6em;
  overflow: hidden;
}
body#front-page #top_news .topics_box .imgbox img {
  border-radius: 0.6em 0 0 0.6em;
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #top_news .topics_box .txtbox {
  width: 60%;
  padding: 1.5em 1em;
}
body#front-page #top_news .topics_box .txtbox p {
  padding-bottom: 0;
}
body#front-page #top_news .topics_box .txtbox .t_ttl {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  margin-bottom: -0.25em;
  transition: all 0.4s;
}
body#front-page #top_news .topics_box .txtbox .time {
  color: #fff;
  transition: all 0.4s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
}
body#front-page #top_news .topics_box .txtbox .time .year {
  font-size: 0.9em;
  padding-right: 0.2em;
}
body#front-page #top_news .topics_box .txtbox .time .month-day {
  font-size: 1.4em;
}
body#front-page #top_news .topics_box .txtbox .ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding-bottom: 0.25em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
body#front-page #top_news .topics_box .txtbox .textarea {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.5;
  color: #000;
  padding-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
body#front-page #top_news .topics_box .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  position: absolute;
  top: -1em;
  right: -1em;
  z-index: 1;
}
body#front-page #top_news .topics_box .category.news {
  background: #fff;
  color: #009fe8;
}
body#front-page #top_news .topics_box .category.event {
  background: #fcf01d;
  color: #009fe8;
}
body#front-page #top_news .topics_box .category.event span {
  padding-top: 0.75em;
}
body#front-page #top_news .topics_box .category.campaign {
  background: #f45951;
  color: #fff;
}
body#front-page #top_news .topics_box .category.campaign span {
  padding-top: 0.75em;
}
body#front-page #top_news .topics_box .category span {
  display: block;
  width: 100%;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.65em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
body#front-page #line_banner {
  width: 10em;
  height: 100svh;
  min-height: 43em;
  position: absolute;
  inset: 0 10em 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  body#front-page #line_banner {
    width: auto;
    height: auto;
    min-height: auto;
    position: sticky;
  }
}
body#front-page #line_banner .line-box {
  display: block;
  width: 9em;
  height: 8.5em;
  background: #06c655;
  padding: 0.75em;
  border-radius: 1em;
  position: absolute;
  right: 1em;
  bottom: 1em;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
}
body#front-page #line_banner .line-box:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #line_banner .line-box:hover a {
  color: inherit;
  opacity: 1;
}
body#front-page #line_banner .line-box:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  body#front-page #line_banner .line-box {
    right: 11em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #line_banner .line-box {
    width: 68%;
    height: 6em;
    right: auto;
    left: 1em;
  }
}
body#front-page #line_banner .line-box:hover img {
  transform: scale(1.05);
}
body#front-page #line_banner p {
  padding-bottom: 0;
}
body#front-page #line_banner h2 {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  line-height: 0.9;
  color: #fff;
  padding-top: 0.25em;
}
@media screen and (max-width: 480px) {
  body#front-page #line_banner h2 {
    justify-content: center;
    height: 100%;
    font-size: 1.5em;
    padding-top: 0;
    padding-left: 1.5em;
  }
}
body#front-page #line_banner h2 .eg {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.9em;
  font-weight: 900;
}
body#front-page #line_banner h2 .jp {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.6em;
  font-weight: 900;
}
body#front-page #line_banner .lead {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  padding-top: 0.75em;
  padding-left: 2.25em;
}
@media screen and (max-width: 480px) {
  body#front-page #line_banner .lead {
    font-size: 0.85em;
    position: absolute;
    top: 1.25em;
    right: 1em;
    padding-top: 0;
  }
}
body#front-page #line_banner .img1 {
  width: 2.8em;
  height: 2.8em;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
@media screen and (max-width: 480px) {
  body#front-page #line_banner .img1 {
    width: 3.75em;
    height: 3.75em;
    top: 1.2em;
    right: 8em;
  }
}
body#front-page #line_banner .img2 {
  width: 2em;
  height: 5em;
  position: absolute;
  bottom: 0;
  left: 0.25em;
}
@media screen and (max-width: 480px) {
  body#front-page #line_banner .img2 {
    width: 2.5em;
    height: 5em;
    left: 0.5em;
  }
}
body#front-page #line_banner .l_btn {
  width: 100%;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  background: #fcf01d;
  color: #01a344;
  text-align: center;
  border-radius: 1.5em;
  padding: 0.45em 0 0.5em;
  margin-top: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  body#front-page #line_banner .l_btn {
    font-size: 0.75em;
    width: 9em;
    position: absolute;
    bottom: 1.2em;
    right: 1em;
  }
}
body#front-page .secttl {
  width: 100%;
  position: relative;
}
body#front-page .secttl .eg {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
}
body#front-page .secttl .ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}
body#front-page .secttl .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #fff;
  color: #009fe8;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  bottom: 0;
}
body#front-page .secttl .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page .secttl .btn:hover a {
  color: inherit;
  opacity: 1;
}
body#front-page .secttl .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page .secttl .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body#front-page .secttl .btn:hover span {
  color: #009fe8 !important;
}
body#front-page .secttl .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
body#front-page .secttl .btn.blue {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  bottom: 0;
}
body#front-page .secttl .btn.blue:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page .secttl .btn.blue:hover a {
  color: inherit;
}
body#front-page .secttl .btn.blue:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page .secttl .btn.blue:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body#front-page .secttl .btn.blue:hover span {
  color: #009fe8 !important;
}
body#front-page .secttl .btn.blue a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
body#front-page .secttl .lead {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 2;
  padding-bottom: 0;
}
body#front-page #top_award {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  body#front-page #top_award {
    padding-top: 5em;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_award {
    padding-bottom: 15em;
  }
}
body#front-page #top_award .eg {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6em;
  line-height: 1;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 480px) {
  body#front-page #top_award .eg {
    font-size: 5em;
  }
}
body#front-page #top_award .sub_ttl {
  display: block;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  color: #fff;
  text-align: right;
  margin-top: -0.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_award .sub_ttl {
    font-size: 1.6em;
  }
}
body#front-page #top_award .award_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 1.2em;
  overflow: hidden;
}
body#front-page #top_award .award_set .award_list {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
body#front-page #top_award .award_set .award_list.flow1 {
  animation: flowani1 50s -25s linear infinite;
}
@media screen and (max-width: 480px) {
  body#front-page #top_award .award_set .award_list.flow1 {
    animation: flowani3 50s -25s linear infinite;
  }
}
body#front-page #top_award .award_set .award_list.flow2 {
  animation: flowani2 50s linear infinite;
  position: absolute;
  top: 0;
  left: 103.5em;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  body#front-page #top_award .award_set .award_list.flow2 {
    left: 76.5em;
    animation: flowani4 50s linear infinite;
  }
}
body#front-page #top_award .award_set .award_list li {
  width: 10em;
  position: relative;
  box-sizing: border-box;
  margin-right: 1.5em;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #top_award .award_set .award_list li {
    width: 7.5em;
    margin-right: 1em;
  }
}
body#front-page #top_award .award_set .award_list li img {
  width: 100%;
  height: auto;
  transform-origin: 50% 0%;
}
body#front-page #top_award .award_set .award_list li img.lazyloaded {
  transform: scaleY(0);
}
body#front-page #news {
  background: #2cb3f1;
  padding-top: 5em;
  padding-bottom: 19em;
}
body#front-page #news .secttl {
  color: #fff;
  margin-bottom: 2.7em;
  position: relative;
}
body#front-page #news .secttl .deco {
  width: 14em;
  position: absolute;
  bottom: 0;
  left: 11.75em;
}
@media screen and (max-width: 480px) {
  body#front-page #news .secttl .deco {
    bottom: 5em;
    left: 0;
  }
}
body#front-page #reform {
  width: 100%;
  background: url(/images/rf_bg.webp) no-repeat top center/cover;
  margin-top: -14em;
  padding-bottom: 24em;
}
body#front-page #reform .secttl {
  color: #fff;
  text-align: center;
  padding-bottom: 4em;
}
body#front-page #reform .secttl .ttl {
  margin-bottom: 1.1em;
}
body#front-page #reform .reform_list {
  width: 100%;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.95em;
}
@media screen and (max-width: 1024px) {
  body#front-page #reform .reform_list {
    gap: 0.85em;
  }
}
body#front-page #reform .reform_list li {
  width: 18%;
}
@media screen and (max-width: 1024px) {
  body#front-page #reform .reform_list li {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #reform .reform_list li {
    width: 48%;
  }
}
body#front-page #reform .reform_list li a {
  display: block;
  width: 100%;
  border: 0.3em solid #fff;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  position: relative;
}
body#front-page #reform .reform_list li a:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #reform .reform_list li a:hover a {
  color: inherit;
  opacity: 1;
}
body#front-page #reform .reform_list li a:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page #reform .reform_list li a:hover .imgbox::after {
  opacity: 0;
}
body#front-page #reform .reform_list li a:hover .imgbox img {
  opacity: 1;
}
body#front-page #reform .reform_list li .txtbox {
  width: 100%;
  position: absolute;
  top: 5.5em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 1;
}
body#front-page #reform .reform_list li .txtbox .rf_ttl {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}
body#front-page #reform .reform_list li .imgbox {
  padding-bottom: 0;
  position: relative;
}
body#front-page #reform .reform_list li .imgbox::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(1, 51, 78, 0.3);
  transition: all 0.4s;
}
body#front-page #reform .reform_list li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #works {
  background: #f5f5f5;
  margin-top: -14em;
}
body#front-page #works .secttl {
  text-align: center;
  margin-bottom: 2.5em;
  position: relative;
}
body#front-page #works .secttl .deco1 {
  width: 4em;
  position: absolute;
  bottom: -1.5em;
  right: calc(50% + 7em);
}
body#front-page #works .secttl .deco2 {
  width: 4.5em;
  position: absolute;
  bottom: -1.5em;
  left: calc(50% + 7em);
}
body#front-page #works .works_list {
  margin-bottom: 2.5em;
}
body#front-page #works .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  margin: 0 auto;
}
body#front-page #works .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #works .btn:hover a {
  color: inherit;
}
body#front-page #works .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page #works .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body#front-page #works .btn:hover span {
  color: #009fe8 !important;
}
body#front-page #works .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
body#front-page #other_service {
  background: #f5f5f5;
  padding-top: 0;
  padding-bottom: 10em;
  border-radius: 0 0 2em 2em;
}
@media screen and (max-width: 480px) {
  body#front-page #other_service {
    padding-bottom: 5em;
  }
}
body#front-page #other_service .items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  body#front-page #other_service .items {
    grid-template-columns: 1fr;
  }
}
body#front-page #other_service .items .item {
  width: 100%;
  min-height: 15em;
  display: block;
  background: #fff;
  padding: 1em 2em;
  border: 0.4em solid #2cb3f1;
  border-radius: 2em;
  position: relative;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
body#front-page #other_service .items .item:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #other_service .items .item:hover a {
  color: inherit;
}
body#front-page #other_service .items .item:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page #other_service .items .item:hover {
  background: #2cb3f1;
}
body#front-page #other_service .items .item:hover h3 {
  color: #fff;
}
body#front-page #other_service .items .item:hover .imgbox {
  transform: scale(1.05);
}
body#front-page #other_service .items .item .txtbox h3 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
body#front-page #other_service .items .item .txtbox h3 .small {
  font-size: 0.8em;
}
body#front-page #other_service .items .item .txtbox p {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  line-height: 1.75;
  padding-bottom: 0;
}
body#front-page #other_service .items .estate .imgbox {
  width: 22em;
  position: absolute;
  bottom: 0.5em;
  right: 1.5em;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  body#front-page #other_service .items .estate .imgbox {
    width: 15em;
    bottom: 5em;
  }
}
body#front-page #other_service .items .gas .logo {
  width: 22em;
  position: absolute;
  bottom: 2em;
  left: 2em;
}
body#front-page #other_service .items .gas .imgbox {
  width: 13em;
  position: absolute;
  bottom: 2em;
  right: 2em;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  body#front-page #other_service .items .gas .imgbox {
    width: 11em;
    bottom: 4em;
  }
}
body#front-page #other_service .maintenance {
  width: 100%;
  height: 25em;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: #2cb3f1;
  padding: 1.5em;
  border-radius: 2em;
}
@media screen and (max-width: 1024px) {
  body#front-page #other_service .maintenance {
    display: block;
    height: auto;
    padding: 2em;
  }
}
body#front-page #other_service .maintenance .imgbox {
  width: 50%;
  height: 100%;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body#front-page #other_service .maintenance .imgbox {
    width: 100%;
    margin-bottom: 2em;
  }
}
body#front-page #other_service .maintenance .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #other_service .maintenance .txtbox {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  body#front-page #other_service .maintenance .txtbox {
    width: 100%;
  }
}
body#front-page #other_service .maintenance .txtbox p {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 2;
  padding: 0 4em 0 2.5em;
}
@media screen and (max-width: 1024px) {
  body#front-page #other_service .maintenance .txtbox p {
    padding: 0;
  }
}
body#front-page #google {
  padding: 5em 0;
  margin-top: 0;
  position: relative;
}
body#front-page #google .bg_box {
  background: rgba(245, 245, 245, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 5em;
  border-radius: 2em;
}
@media screen and (max-width: 1024px) {
  body#front-page #google .bg_box {
    padding: 5em 2em 2em;
  }
}
body#front-page #google .bg_box .secttl {
  text-align: center;
  padding-bottom: 2.25em;
}
body#front-page #google .bg_box .secttl .copy {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5em;
}
body#front-page #google .bg_box .ti-widget.ti-goog {
  width: 100% !important;
}
body#front-page #google .bg_box .ti-widget-container {
  margin: 0;
}
body#front-page #google .bg_box .ti-widget-container .ti-inner {
  background-color: #fff !important;
  border-radius: 1em !important;
}
body#front-page #google .bg_box .ti-widget-container .ti-next::before, body#front-page #google .bg_box .ti-widget-container .ti-next::after,
body#front-page #google .bg_box .ti-widget-container .ti-prev::before,
body#front-page #google .bg_box .ti-widget-container .ti-prev::after {
  background: #b5b5b5;
}
body#front-page #recruit {
  padding-top: 5em;
  padding-bottom: 10em;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  body#front-page #recruit .innerbox2 {
    margin-bottom: 5em;
  }
}
body#front-page #recruit .secttl {
  margin-bottom: 2.5em;
  position: relative;
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .secttl .ttl {
    line-height: 1.25;
  }
}
body#front-page #recruit .secttl .deco1 {
  width: 10em;
  position: absolute;
  bottom: 0;
  left: 36em;
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .secttl .deco1 {
    left: 20em;
  }
}
body#front-page #recruit .btn_box {
  position: relative;
}
body#front-page #recruit .btn_box .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  width: 14em;
}
body#front-page #recruit .btn_box .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #recruit .btn_box .btn:hover a {
  color: inherit;
}
body#front-page #recruit .btn_box .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page #recruit .btn_box .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body#front-page #recruit .btn_box .btn:hover span {
  color: #009fe8 !important;
}
body#front-page #recruit .btn_box .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
body#front-page #recruit .btn_box .deco2 {
  width: 4em;
  position: absolute;
  bottom: 0;
  left: 26.5em;
}
body#front-page #recruit .imgbox {
  width: 21.5em;
  height: 34em;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  body#front-page #recruit .imgbox {
    position: relative;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #recruit .imgbox {
    font-size: 2.25vw;
  }
}
body#front-page #recruit .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2em 0 0 2em;
  position: absolute;
  top: 0;
}
body#front-page #recruit .imgbox img.img1 {
  right: 0;
  z-index: 1;
}
body#front-page #recruit .imgbox img.img2 {
  right: 19em;
}
body#front-page #recruit .decoloop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: -6em;
  z-index: -2;
}
body#front-page #recruit .decoloop .wrap {
  display: flex;
  animation: loop-text 60s linear infinite;
}
body#front-page #recruit .decoloop .txt {
  display: inline-block;
  line-height: 1;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  body#front-page #recruit .decoloop .txt {
    font-size: 20em;
  }
}
@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body#front-page #history {
  padding: 5em 0;
  margin-top: 0;
}
body#front-page #history .bg_box {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 29em;
  background: rgba(0, 0, 0, 0.8);
  padding: 5em;
  border-radius: 2em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body#front-page #history .bg_box::after {
  content: "";
  background: url(/images/history_bg.webp) no-repeat top center/cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: 6s ease;
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box::after {
    background: url(/images/history_bg_sp.webp) no-repeat top center/cover;
  }
}
body#front-page #history .bg_box.on::after {
  filter: brightness(0.5);
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box {
    display: block;
    height: auto;
    padding: 5em 3em 3em;
  }
}
body#front-page #history .bg_box .secttl {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .secttl {
    width: 100%;
    margin-bottom: 5em;
  }
}
body#front-page #history .bg_box .secttl .ttl {
  width: 100%;
  font-size: 2em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.75em;
  white-space: nowrap;
}
body#front-page #history .bg_box .secttl .ttl .eg {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 900;
}
body#front-page #history .bg_box .secttl .time {
  color: #009fe8;
  margin-bottom: 3.5em;
}
body#front-page #history .bg_box .secttl .time .year {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 0;
}
body#front-page #history .bg_box .secttl .time .year .num {
  font-size: 7.5em;
}
body#front-page #history .bg_box .secttl .time .year .eg {
  font-size: 4.5em;
}
body#front-page #history .bg_box .secttl .time .since {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 0.75;
  margin-top: -0.25em;
  padding-bottom: 0;
}
body#front-page #history .bg_box .secttl .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  width: 18em;
  margin: 0 auto;
}
body#front-page #history .bg_box .secttl .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #history .bg_box .secttl .btn:hover a {
  color: inherit;
}
body#front-page #history .bg_box .secttl .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page #history .bg_box .secttl .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body#front-page #history .bg_box .secttl .btn:hover span {
  color: #009fe8 !important;
}
body#front-page #history .bg_box .secttl .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
body#front-page #history .bg_box .txtbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .txtbox {
    flex-direction: column;
    padding-bottom: 5em;
  }
}
body#front-page #history .bg_box .txtbox p {
  padding-bottom: 0;
  writing-mode: vertical-rl;
  text-align: justify;
  /* chrome (safari) */
  /* firefox */
  /* safari */
}
@supports (-webkit-appearance: none) {
  body#front-page #history .bg_box .txtbox p {
    letter-spacing: -0.5em;
  }
}
@supports (-moz-appearance: none) {
  body#front-page #history .bg_box .txtbox p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .txtbox p {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}
body#front-page #history .bg_box .txtbox .txt {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
  padding-right: 2.5em;
  padding-left: 2em;
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .txtbox .txt {
    padding: 0;
  }
}
body#front-page #history .bg_box .txtbox .comp {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  padding-bottom: 0.9em;
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .txtbox .comp {
    text-align: right;
  }
}
body#front-page #history .bg_box .txtbox .comp .comp_name {
  font-size: 0.9em;
  font-weight: 400;
}
body#front-page #history .bg_box .txtbox .comp .position {
  font-size: 0.9em;
  font-weight: 500;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .txtbox .comp .position {
    padding-bottom: 0;
    padding-right: 0.5em;
  }
}
body#front-page #history .bg_box .txtbox .comp .name {
  font-size: 1em;
  font-weight: 700;
}
body#front-page #history .bg_box .imgbox {
  position: relative;
  margin-right: 5em;
  overflow: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  body#front-page #history .bg_box .imgbox {
    margin-right: 0;
  }
}
body#front-page #history .bg_box .imgbox .mono {
  position: absolute;
  top: 0;
  left: 0;
}
body#front-page #history .bg_box .imgbox .mono:hover {
  opacity: 0;
}
body#front-page #instagram {
  background: #f5f5f5;
  padding-top: 5em;
  padding-bottom: 19em;
  margin-top: 0;
}
body#front-page #instagram .secttl {
  color: #009fe8;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #instagram .secttl .ttl {
    line-height: 1.25;
  }
}
body#front-page #store {
  background: #2cb3f1;
  margin-top: -14em;
  padding-top: 5em;
  padding-bottom: 9em;
}
body#front-page #store .flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  body#front-page #store .flex {
    display: block;
  }
}
body#front-page #store .flex .secttl {
  width: 50%;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  body#front-page #store .flex .secttl {
    width: 100%;
    text-align: left;
    margin-bottom: 2.5em;
  }
}
body#front-page #store .flex .secttl .eg {
  font-size: 1.35em;
}
body#front-page #store .flex .secttl .ttl {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.5em;
  line-height: 1;
}
body#front-page #store .flex .secttl .imgbox {
  padding-top: 3em;
  padding-left: 5em;
}
@media screen and (max-width: 1024px) {
  body#front-page #store .flex .secttl .imgbox {
    padding-top: 0;
    padding-left: 20em;
    margin-top: -7.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #store .flex .secttl .imgbox {
    padding-left: 16em;
  }
}
body#front-page #store .flex .store_list {
  width: 50%;
  list-style: none inside;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.6em;
       column-gap: 1.6em;
  row-gap: 2em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body#front-page #store .flex .store_list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #store .flex .store_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#front-page #store .flex .store_list li:hover img {
  transform: scale(1.05);
}
body#front-page #store .flex .store_list li:hover .store_name {
  color: #fff;
}
body#front-page #store .flex .store_list li:hover .btn {
  transform: translateY(0.25em);
  box-shadow: none;
  background: #fcf01d;
  color: #009fe8;
}
body#front-page #store .flex .store_list .imgbox {
  width: 12em;
  height: 12em;
  border-radius: 50%;
  border: 0.4em solid #fff;
  overflow: hidden;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1024px) {
  body#front-page #store .flex .store_list .imgbox {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
body#front-page #store .flex .store_list .imgbox img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#front-page #store .flex .store_list .store_name {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #000;
}
body#front-page #store .flex .store_list .store_name .small {
  font-size: 0.9em;
  font-weight: 500;
}
body#front-page #store .flex .store_list .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #fff;
  color: #009fe8;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.5em 1em 0 rgba(19, 110, 158, 0.2);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  width: 100%;
  line-height: 2.4em;
}
body#front-page #store .flex .store_list .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body#front-page #store .flex .store_list .btn:hover a {
  color: inherit;
  opacity: 1;
}
body#front-page #store .flex .store_list .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body#front-page #store .flex .store_list .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body#front-page #store .flex .store_list .btn:hover span {
  color: #009fe8 !important;
}
body#front-page #store .flex .store_list .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
body#front-page #store .flex .store_list .btn span {
  font-size: 0.8em;
}
body#front-page #store .flex .store_list .not_store {
  height: 13em;
  grid-column: 2/4;
  border: 0.2em solid #fff;
  border-radius: 1em;
  text-align: left;
  padding: 2.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #store .flex .store_list .not_store {
    grid-column: 1/3;
  }
}
body#front-page #store .flex .store_list .not_store .deco {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
}
body#front-page #store .flex .store_list .not_store h3 {
  font-size: 1em;
  color: #fff;
}
body#front-page #store .flex .store_list .not_store h3 .eg {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4em;
  padding-right: 0.4em;
}
body#front-page #store .flex .store_list .not_store h3 .jp {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
}
body#front-page #store .flex .store_list .not_store .office_list {
  list-style: none inside;
}
body#front-page #store .flex .store_list .not_store .office_list li {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
}
body#front-page #store .flex .store_list .not_store .office_list li::before {
  content: "●";
  color: #fff;
  padding-right: 0.25em;
}

.home .js-fv01 {
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
}
.home .js-fv01.on {
  opacity: 1;
  filter: blur(0);
}
.home .js-fv02-1,
.home .js-fv02-2,
.home .js-fv02-3,
.home .js-fv02-4,
.home .js-fv02-5,
.home .js-fv02-6 {
  opacity: 0;
  transition: 0.4s ease;
}
.home .js-fv02-1.on,
.home .js-fv02-2.on,
.home .js-fv02-3.on,
.home .js-fv02-4.on,
.home .js-fv02-5.on,
.home .js-fv02-6.on {
  opacity: 1;
}
.home .js-fv03 {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease;
}
.home .js-fv03.on {
  opacity: 1;
  filter: blur(0);
}
.home .js-fv04 {
  opacity: 0;
  transition: 1s ease;
}
.home .js-fv04.js-up {
  transform: translateY(5em);
  transition: 1s ease;
}
.home .js-fv04.js-down {
  transform: translateY(-5em);
  transition: 1s ease;
}
.home .js-fv04.on {
  opacity: 1;
  transform: translateY(0);
}

.js-blur {
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
}
.js-blur.on {
  opacity: 1;
  filter: blur(0);
}

.js-slide-left {
  opacity: 0;
  transition: 1s ease;
  transform: translateX(2em);
}
.js-slide-left.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateX(0);
}

.js-slide-right {
  opacity: 0;
  transition: 1s ease;
  transform: translateX(-2em);
}
.js-slide-right.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateX(0);
}

.js-slide-up {
  opacity: 0;
  transition: 1s ease;
  transform: translateY(2em);
}
.js-slide-up.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateY(0);
}

.js-slide-down {
  opacity: 0;
  transition: 1s ease;
  transform: translateY(-2em);
}
.js-slide-down.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateY(0);
}

.js-slide-100 {
  opacity: 0;
  transition: 2s ease;
  transform: translateX(100%);
}
.js-slide-100.on {
  opacity: 1;
  transition: 2s ease;
  transform: translateX(0);
}

.js-scale-top {
  transition: 1s ease;
  transform-origin: top center;
  transform: scaleY(0);
}
.js-scale-top.on {
  transition: 1s ease;
  transform: scaleY(1);
}

.js-scale-center,
.js-circle {
  transition: 1s ease;
  transform-origin: center center;
  transform: scale(0);
}
.js-scale-center.on,
.js-circle.on {
  transition: 1s ease;
  transform: scale(1);
}

.js-scale-bottom {
  transition: 1s ease;
  transform-origin: bottom center;
  transform: scale(0);
}
.js-scale-bottom.on {
  transition: 1s ease;
  transform: scale(1);
}

.js-rotateX {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
  transition: 1s ease;
}
.js-rotateX.on {
  opacity: 1;
  transform: rotateX(0deg);
}

.js-rotateY {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotateY(90deg);
  transition: 1s ease;
}
.js-rotateY.on {
  opacity: 1;
  transform: rotateY(0deg);
}

.js-sec-up {
  transition: 1s ease;
  transform: translateY(10em);
}
.js-sec-up.on {
  transition: 1s ease;
  transform: translateY(0);
}

.js-card {
  opacity: 0;
  transition: 1s ease;
  transform: translateY(2em);
}
.js-card.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateY(0);
}

.js-recruit-slide {
  opacity: 0;
  transition: 1s ease;
  transform: translateX(100%);
}
.js-recruit-slide.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateX(0);
}

.js-history-blur {
  opacity: 0;
  filter: blur(10px);
  transition: 1.5s ease;
}
.js-history-blur.on {
  opacity: 1;
  filter: blur(0);
}

.js-store-scale {
  transition: 1s ease;
  transform-origin: center center;
  transform: scale(0);
}
.js-store-scale.on {
  transition: 1s ease;
  transform: scale(1);
}

.js-store-slide {
  opacity: 0;
  transition: 1s ease;
  transform: translateY(2em);
}
.js-store-slide.on {
  opacity: 1;
  transition: 1s ease;
  transform: translateY(0);
}

.js-none {
  opacity: 1;
  transition: 3s ease;
}
.js-none.on {
  opacity: 0;
  transition: 3s ease;
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root body#front-page .fv .main_copy {
  letter-spacing: 0.25em;
}

@media screen and (max-width: 1024px) {
  _::-webkit-full-page-media,
  _:future,
  :root body#front-page #history .bg_box .txtbox p {
    letter-spacing: 0.25em;
  }
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  width: 100%;
  background: #fff;
  padding: 5em 0;
  border-radius: 2em 2em 0 0;
  margin-top: -4em;
  position: relative;
  z-index: 1;
}
#footer .flex {
  display: flex;
}
@media screen and (min-width: 1351px) {
  #footer .flex {
    padding-right: 11em;
  }
}
@media screen and (max-width: 1024px) {
  #footer .flex {
    display: block;
  }
}
#footer .fnav {
  width: 50%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #footer .fnav {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #footer .fnav {
    display: block;
  }
}
#footer .fnav .menu {
  list-style: none inside;
  max-width: 21.5em;
}
@media screen and (max-width: 480px) {
  #footer .fnav .menu {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #footer .fnav .menu:last-child {
    padding-right: 5em;
  }
}
#footer .fnav .menu li {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #footer .fnav .menu li {
    margin-bottom: 0.75em;
  }
}
#footer .fnav .menu li a {
  color: #000;
}
#footer .fnav .menu li a:hover {
  color: #009fe8;
}
#footer .fnav .sub_menu {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.75em;
  margin-top: -0.4em;
}
#footer .fnav .sub_menu li {
  line-height: 1.5;
  font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
  #footer .fnav .sub_menu li {
    margin-bottom: 0.25em;
  }
}
#footer .fnav .sub_menu li:not(:last-child)::after {
  content: "／";
}
#footer .fnav .sub_menu li a {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
}
#footer .comp_info {
  width: 50%;
  margin-left: 5em;
  border-left: 0.15em solid #2cb3f1;
  padding-left: 5em;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #footer .comp_info {
    width: 100%;
    margin-top: 2.5em;
    margin-left: 0;
    border-top: 0.15em solid #2cb3f1;
    border-left: none;
    padding-top: 2.5em;
    padding-left: 0;
  }
}
#footer .comp_info .logo {
  width: 15em;
  height: 3em;
  margin-bottom: 1em;
  transition: all 0.4s;
}
#footer .comp_info .logo:hover {
  opacity: 0.75;
}
#footer .comp_info .logo a {
  display: block;
}
#footer .comp_info .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .comp_info .txt .address {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1;
  padding-bottom: 1.1em;
}
#footer .comp_info .txt .address .bold {
  font-size: 0.9em;
  font-weight: 700;
}
#footer .comp_info .txt .address .eg {
  font-weight: 600;
}
#footer .comp_info .txt .contact {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 5.5em;
}
#footer .comp_info .txt .contact .tel {
  font-size: 1.2em;
}
#footer .comp_info .txt .contact .tel_num {
  font-size: 1.5em;
  font-weight: 900;
}
#footer .comp_info .txt .contact .fax_num {
  font-size: 1.2em;
  font-weight: 900;
}
#footer .comp_info .link {
  list-style: none inside;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1em;
}
@media screen and (max-width: 1350px) {
  #footer .comp_info .link {
    justify-content: flex-start;
  }
}
#footer .comp_info .link li {
  line-height: 1;
  font-size: 0.8em;
}
#footer .comp_info .link li:first-child::after {
  content: "｜";
  padding: 0 0.5em;
  opacity: 0.8;
}
#footer .comp_info .link li a {
  color: rgba(0, 0, 0, 0.8);
}
#footer .comp_info .link li a:hover {
  color: #009fe8;
}
#footer .comp_info i::before {
  opacity: 0.75;
}
#footer .comp_info .copyright {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0;
  opacity: 0.4;
  text-align: right;
}
@media screen and (max-width: 1350px) {
  #footer .comp_info .copyright {
    text-align: left;
  }
}

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

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

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

.sec_bg2 {
  background: #2cb3f1;
}

.sec_bg3 {
  background: transparent;
}
.sec_bg3:first-child {
  padding-top: 0;
}

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  /* 大きな数字 */
}
.sec_bg2 .parts-h3 {
  color: #fff;
}
.parts-h3 .jpttl {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  line-height: 1.5em;
}
.parts-h3 .egttl {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  line-height: 1.5em;
}
.parts-h3 .lnmb {
  display: block;
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: 1em;
}

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

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

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

/* ------------ リンク -------------------------------- */
.freepage-ctt a {
  text-decoration: underline;
}
.freepage-ctt a:hover {
  opacity: 0.6;
}
.freepage-ctt .sec_bg1 a {
  color: #009fe8;
}
.freepage-ctt .sec_bg2 a,
.freepage-ctt .sec_bg3 a {
  color: #fff;
}

/* ------------ 段落 -------------------------------- */
p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
p.btmmin {
  padding-bottom: 2em;
}
p.parts-copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  p.parts-copy {
    font-size: 1.6em;
  }
}
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: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sec_bg1 p.note {
  color: #009fe8;
}
p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}

.imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

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

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 5em;
  background: #2cb3f1;
  color: #fff;
  border-radius: 1em;
}
.sec_bg2 .bbox, .sec_bg3 .bbox {
  background: #f5f5f5;
  color: #009fe8;
}
@media screen and (max-width: 1024px) {
  .bbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox h3,
.bbox h4 {
  font-family: "articulat-cf", "articulat-heavy-cf", "游ゴシック", "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: 0.5em;
}
@media screen and (max-width: 1024px) {
  .bbox h3,
  .bbox h4 {
    font-size: 1.3em;
  }
}
.bbox p {
  padding-bottom: 2em;
  color: #000;
}
.bbox p:last-child {
  padding-bottom: 0;
}

/* ------------ Googleマップ ------------------------------------------- */
.access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.access_map iframe,
.access_map .acf-map {
  width: 100%;
  height: 20em;
}
.access_map .acf-map img {
  max-width: inherit !important;
}

/* ------------ ボタン ------------------------------------------- */
.freepage-ctt .btn {
  margin-bottom: 5em;
}

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

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

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

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

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

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

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  padding-bottom: 0;
  line-height: 1.5em;
}

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

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

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

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

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

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

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 1024px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #2cb3f1;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .no_list, .sec_bg3 .no_list {
  background: #fff;
}
@media screen and (max-width: 1350px) {
  .no_list {
    padding: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3,
.no_list h4 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.sec_bg1 .no_list h3,
.sec_bg1 .no_list h4 {
  color: #fff;
}
.sec_bg2 .no_list h3, .sec_bg3 .no_list h3,
.sec_bg2 .no_list h4,
.sec_bg3 .no_list h4 {
  color: #009fe8;
}
@media screen and (max-width: 1024px) {
  .no_list h3,
  .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}
.no_list ul li::marker {
  color: #009fe8;
}
.sec_bg1 .no_list ul li::marker {
  color: #fff;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #2cb3f1;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .check_list, .sec_bg3 .check_list {
  background: #fff;
}
@media screen and (max-width: 1350px) {
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3,
.check_list h4 {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.sec_bg1 .check_list h3,
.sec_bg1 .check_list h4 {
  color: #fff;
}
.sec_bg2 .check_list h3, .sec_bg3 .check_list h3,
.sec_bg2 .check_list h4,
.sec_bg3 .check_list h4 {
  color: #009fe8;
}
@media screen and (max-width: 1024px) {
  .check_list h3,
  .check_list h4 {
    font-size: 1.3em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #009fe8;
}
.sec_bg1 .check_list ul li::before {
  color: #fff;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

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

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table_list h3,
.table_list h4 {
  display: inline-block;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .table_list h3,
  .table_list h4 {
    font-size: 1.3em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em;
  border-radius: 1em;
  background: linear-gradient(90deg, rgb(241, 128, 122) 0%, rgb(211, 178, 247) 30%, rgb(131, 209, 247) 80%, rgb(97, 216, 217) 100%);
  margin-bottom: 0.5em;
}
.sec_bg2 .table_list ul li, .sec_bg3 .table_list ul li {
  background: #fff;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 700;
}
.sec_bg1 .table_list ul li .tablelist_th {
  border-right: #fff dashed 0.15em;
}
.sec_bg2 .table_list ul li .tablelist_th, .sec_bg3 .table_list ul li .tablelist_th {
  border-right: #000 dashed 0.15em;
}
@media screen and (max-width: 1024px) {
  .table_list ul li .tablelist_th {
    width: 100%;
  }
  .sec_bg1 .table_list ul li .tablelist_th {
    border-right: none;
    border-bottom: #fff dashed 0.15em;
  }
  .sec_bg2 .table_list ul li .tablelist_th, .sec_bg3 .table_list ul li .tablelist_th {
    border-right: none;
    border-bottom: #000 dashed 0.15em;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
  /* リンク設定の場合 */
}
.table_list ul li .tablelist_td strong {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}
.table_list ul li .tablelist_td a {
  color: #000;
  text-decoration: underline;
}
.table_list ul li .tablelist_td a:hover {
  opacity: 0.7;
}
.table_list ul li:last-child {
  border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.flow-ctt {
  padding: 10em 0;
  overflow: hidden;
}
.flow-ctt::after {
  display: block;
  content: "";
  width: 50%;
  height: 3em;
  border-right: #fff dotted 2px;
  margin-bottom: 0.5em;
}
.flow-ctt .heading {
  color: #009fe8;
}
.flow-ctt .heading::after {
  display: block;
  content: "";
  width: 50%;
  height: 3em;
  border-right: #fff solid 2px;
}
.flow-ctt .ctt_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  padding-bottom: 1.5em;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.25;
}
.flow-ctt .ctt_ttl::before {
  display: block;
  content: "";
  width: 50%;
  height: 6em;
  border-right: #fff solid 2px;
  margin-bottom: 0.5em;
}
.flow-ctt .ctt_ttl:first-child::before {
  content: none;
}
.flow-ctt .ctt_ttl .jpttl {
  color: #009fe8;
  font-size: 2em;
}
.flow-ctt .comment {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .comment {
    width: 75%;
  }
}
.flow-ctt .flow_left {
  width: calc(50% + 2px);
  box-sizing: border-box;
  border-right: #fff solid 2px;
  overflow: visible;
  padding-bottom: 5em;
  padding-left: 1em;
  position: relative;
}
.flow-ctt .flow_left .left_text_balloon {
  position: relative;
  display: inline-block;
  padding: 1.8em;
  min-width: 15em;
  max-width: 27.5em;
  background: #fff;
  border-radius: 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .flow_left .left_text_balloon {
    max-width: 18em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_left .left_text_balloon {
    min-width: 25em;
    padding: 1em;
  }
}
.flow-ctt .flow_left .left_text_balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-left: #fff solid 1em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_left .left_text_balloon::before {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
.flow-ctt .flow_left .left_text_balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -1.6em;
  bottom: auto;
  margin-top: -0.66em;
  margin-left: -1px;
  border: transparent solid 0.66em;
  border-right: transparent solid 1em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_left .left_text_balloon::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5em;
    bottom: auto;
  }
}
.flow-ctt .flow_left .left_text_balloon .flow_left_text {
  padding-bottom: 0;
}
.flow-ctt .flow_right_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}
.flow-ctt .flow_right_box .flow_right {
  float: right;
  width: 50%;
  border-left: #fff solid 2px;
  overflow: visible;
  padding-bottom: 5em;
  position: relative;
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon {
  float: right;
  position: relative;
  display: inline-block;
  padding: 1.8em;
  min-width: 15em;
  max-width: 27.5em;
  background: #f5f5f5;
  border-radius: 0.5em;
  box-sizing: border-box;
  left: -1em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon {
    max-width: 18em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon {
    min-width: 25em;
    padding: 1em;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  border: transparent solid 0.66em;
  border-right: #f5f5f5 solid 1em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon::before {
    position: absolute;
    top: 50%;
    left: -1.5em;
    right: auto;
    bottom: auto;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6em;
  right: auto;
  bottom: auto;
  margin-top: -0.66em;
  margin-right: -1px;
  border: transparent solid 0.66em;
  border-left: transparent solid 1em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .flow-ctt .flow_right_box .flow_right .right_text_balloon::after {
    position: absolute;
    top: 50%;
    left: -1.5em;
    right: auto;
    bottom: auto;
  }
}
.flow-ctt .flow_right_box .flow_right .right_text_balloon .flow_right_text {
  padding-bottom: 0;
}
.flow-ctt .imgbox {
  border-radius: 1em;
  overflow: hidden;
}
.flow-ctt .flow_right_text + .imgbox,
.flow-ctt .flow_left_text + .imgbox {
  margin-top: 1em;
}
.flow-ctt .mt0 {
  margin-top: -0em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt0 {
    margin-top: -0em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt0 {
    margin-top: 0;
  }
}
.flow-ctt .mt1 {
  margin-top: -3em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt1 {
    margin-top: -2.5em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt1 {
    margin-top: 0;
  }
}
.flow-ctt .mt2 {
  margin-top: -6em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt2 {
    margin-top: -5em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt2 {
    margin-top: 0;
  }
}
.flow-ctt .mt3 {
  margin-top: -9em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt3 {
    margin-top: -7.5em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt3 {
    margin-top: 0;
  }
}
.flow-ctt .mt4 {
  margin-top: -12em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt4 {
    margin-top: -10em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt4 {
    margin-top: 0;
  }
}
.flow-ctt .mt5 {
  margin-top: -15em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt5 {
    margin-top: -12.5em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt5 {
    margin-top: 0;
  }
}
.flow-ctt .mt6 {
  margin-top: -18em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt6 {
    margin-top: -15em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt6 {
    margin-top: 0;
  }
}
.flow-ctt .mt7 {
  margin-top: -21em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt7 {
    margin-top: -17.5em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt7 {
    margin-top: 0;
  }
}
.flow-ctt .mt8 {
  margin-top: -24em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt8 {
    margin-top: -20em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt8 {
    margin-top: 0;
  }
}
.flow-ctt .mt9 {
  margin-top: -27em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt9 {
    margin-top: -22.5em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt9 {
    margin-top: 0;
  }
}
.flow-ctt .mt10 {
  margin-top: -30em;
}
@media screen and (max-width: 1024px) {
  .flow-ctt .mt10 {
    margin-top: -25em;
  }
}
@media screen and (max-width: 480px) {
  .flow-ctt .mt10 {
    margin-top: 0;
  }
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0 12em;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
  /* 一覧へ戻るボタン */
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1em;
  color: #000;
}
body #page-header .page_ttl {
  width: 100%;
  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-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-size: 3.75em;
  line-height: 1em;
  color: #000;
}
body #page-header .page_ttl .eg {
  margin-left: 0.5em;
  /* 年 */
  /* 月 */
}
body #page-header .page_ttl .eg .year {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75em;
  margin-right: 0.25em;
}
body #page-header .page_ttl .eg .month {
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.25em;
}
body #page-header .page_ttl .store_name {
  font-size: 0.75em;
}
body #page-header .page_ttl .cate {
  font-size: 0.5em;
}
body #page-header .btn {
  font-family: "zen-kaku-gothic-new", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12em;
  line-height: 3.5em;
  position: relative;
  border-radius: 2em;
  background: #009fe8;
  color: #fff;
  padding: 0 2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  box-shadow: 0 0.75em 1em 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  cursor: pointer;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  right: 10em;
}
body #page-header .btn:hover {
  transform: translateY(0.25em);
  box-shadow: none;
}
body #page-header .btn:hover a {
  color: inherit;
}
body #page-header .btn:hover a img {
  opacity: 1;
  transform: scale(1.05);
}
body #page-header .btn:hover {
  background: #fcf01d;
  color: #009fe8 !important;
}
body #page-header .btn:hover span {
  color: #009fe8 !important;
}
body #page-header .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 1350px) {
  body #page-header .btn {
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body #page-header .btn {
    margin-top: 2.5em;
    position: static;
    inset: 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_tel {
  /* -------------------------- 電話セット ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: -2em;
}
@media screen and (max-width: 1024px) {
  .contactpage-ctt .contact_tel .tel_list {
    justify-content: flex-start;
  }
}
.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.25em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 1em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  padding-bottom: 0.1em;
}
.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 {
  display: inline-block;
  line-height: 1;
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  background: #2cb3f1;
  -webkit-background-clip: text;
  color: transparent;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a:hover {
  opacity: 0.6;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg {
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg::before {
  font-size: 0.8em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  padding-right: 0.2em;
  vertical-align: text-top;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: #2cb3f1;
  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;
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  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-weight: 500;
  font-style: normal;
  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: 0.9em;
}
@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 .ct_info a {
  color: #fcf01d;
}
.contactpage-ctt .webcontact .ct_info a:hover {
  opacity: 0.6;
}
.contactpage-ctt .webcontact a {
  color: #f5f5f5;
  text-decoration: underline;
}

body#history #page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  text-align: center;
  position: relative;
}
body#history #page-header::before {
  content: "SCROLL";
  font-family: "articulat-heavy-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 7.5em;
  transform: translateX(-50%);
}
body#history #page-header::after {
  content: "";
  display: block;
  width: 2px;
  height: 4em;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 2em;
  transform: translateX(-50%);
  transform-origin: top;
  animation: line-slide 2s linear infinite;
}
@keyframes line-slide {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
body#history #page-header .eg_ttl,
body#history #page-header .page_ttl {
  color: #fff;
}
body#history .main_bg {
  display: none;
}
body#history main::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/pagebg_history.webp) no-repeat top center/cover;
  position: fixed;
  inset: 0;
  z-index: -1;
}
body#history .js-fade-in {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body#history .js-fade-in.left_text_balloon {
  transform: translate(50%, 1em) rotate(-15deg) scale(0.25);
}
body#history .js-fade-in.right_text_balloon {
  transform: translate(-50%, 1em) rotate(15deg) scale(0.25);
}
body#history .js-fade-in.visible {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) scale(1);
}
body#history .js-scale-text {
  transform: scale(0.5);
  transition: transform 0.5s ease;
}
body#history .js-scale-text.visible {
  transform: scale(1);
}
body#history section.history {
  padding-bottom: 0;
}
body#history .sec_bg3 {
  color: #fff;
}

.field-store {
  margin-top: 2em;
  padding-bottom: 2em;
}/*# sourceMappingURL=style.css.map */