/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 576px) {
}
----------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.5;
  color: #2C2C2C;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.2s ease-in-out infinite alternate;
    -moz-animation:blink 1.2s ease-in-out infinite alternate;
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

* {
min-height:0;
min-width:0;
}

body {
  margin: 0;
  width: 100%;
}

ul {
   list-style: none;
   margin: 0;
}

h1,h2,h3,h4,p {
  margin: 0;
  padding: 0;
  color: #2C2C2C;
}

a {
  text-decoration: none;
  color: #2C2C2C;
}

.l-header {
  display: flex;
  background: #fff;
}

.header_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

.bgwhite {
  background: #fff;
}

/* 初期状態：非表示＋下にずらす */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 表示状態 */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}


.time_now {
  display: flex;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.045em;
  font-size: 16px;
  padding-right: 10px;
}

.l-header .l-head_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  z-index: 10;
  padding-top: 20px;
  background: #fff;
  padding-bottom: 1px;
  padding-bottom: 0;
}

.logo_area h1 a {
  display: block;
  line-height: 0;
}

.logo_area h1 a img {
  width: 200px;
  height: auto;
}

.logo_txt p {
  background: #37609F;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 200px;
  border-radius: 50px;
  padding: 2px 0;
}

.cu-mega {
    display: block;
    margin-left: calc(50% - 50vw);
    width: 100%;
    position: fixed;
    top: 82.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cu-mega__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
}

.cu-mega__lists li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-inline: clamp(0.4375rem, -0.875rem + 2.048vw, 0.96875rem);
        position: relative;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        font-size: 16px;
        font-weight: bold;
}

.cu-mega__lists li a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 28px;
    background: #2C2C2C;
}

.line_none a::before {
  display: none!important;
}

.logo_area {
  padding-left: 40px;
}

.l-header_right {
    display: flex;
    align-items: center;
    padding-right: 40px;
    margin-left: auto;
}

.c-tel {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tel_btn {
  background: #37609F;
  width: 55px;
  height: 55px;
  border-radius: 10px;
}

.tel_btn2 {
  background: #37609F;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.tel_btn p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #fff;
  padding-top: 4px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
}

.tel_btn2 p {
  font-size: 22px!important;
  letter-spacing: 0.06em;
  line-height: 27px!important;
  padding-top: 5px!important;
}

.tel_number a {
  font-size: 26px;
  font-weight: bold;
  color: #37609F;
}

.tel_number2 a {
  font-size: 42px;
  line-height: 1.2;
}

.tel_number p {
  font-size: 12px;
  font-weight: bold;
  color: #2C2C2C;
  letter-spacing: 0.015em;
}

.tel_number2 p {
  font-size: 16px;
  font-weight: bold;
  color: #37609F!important;
  letter-spacing: 0.06em;
}

.tel_number a img {
  height: 22px;
  width: auto;
  margin-right: 8px;
}

.tel_number2 a img {
  height: 40px;
}

.sns-modal a {
  width: 178px;
  height: 44px;
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: bold;
  background-image: linear-gradient(#FF9F00, #BA6E05);
}

.fv {
  position: relative;
  margin-top: 165px;
  overflow: hidden;

  /* どんな環境でも絶対に0にならない */
  min-height: 300px;

  /* メイン高さ指定 */
  height: min(calc(100vh - 165px), 601px);
}

/* slick スライダー */
.fv_slider,
.fv_slider .slick-slide,
.fv_slider img {
  width: 100%;
  height: 100%;                  /* FV と同じ高さにする */
  object-fit: cover;             /* 余白出さずフィット */
}

.fv_slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fv_inner {
  position: absolute;
  top: 0;
  left: 50%;              /* 中央寄せ用 */
  transform: translateX(-50%); /* 中央にぴったり */
  width: 100%;
  max-width: 1040px;      /* 最大幅 */
  height: 100%;
  display: flex;
  justify-content: flex-start; /* 内部コンテンツ左寄せ */
  align-items: flex-start;     /* 縦方向上寄せ */
  z-index: 2;
}

.fv_left {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

.fv_left::before {
  position: absolute;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 240px;/*画像の幅*/
  height: 144px;/*画像の高さ*/
  background-image: url(../img/logo_sukashi.png);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
  top: -60px;
  left: -60px;
}

.fv_left h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.045em;
  background: #00866A;
  border-radius: 7px;
  text-align: center;
  width: 540px;
  padding: 10px 0;
}

.fv_left h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  background: #37609F;
  border-radius: 30px;
  text-align: center;
  height: 42px;
  width: 480px;
  display: flex;
  align-items: center;
}

.fv_left h3::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 133px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url(../img/track.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 30px;
}

.fv_left img {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 572px;
  width: 100%;
  margin-left: -20px;
}

.fv_right {
  line-height: 0;
  margin-top: 45px;
}

.fv_right img {
  height: 566px;
  width: 588px;
}

.fv_under {
  background: #6FB9C6;
  padding: 60px 0;
}

.fv_under_inner {
  max-width: 880px;
  margin: 0 auto;
}

.fv_under h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  border-radius: 10px;
  background-image: linear-gradient(#E6AF18, #B18D2D);
}

.plusimg {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.plusimg_inner {
  background: #fff;
  width: calc((100% - 80px) / 5);
  border-radius: 20px;
  text-align: center;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plusimg_inner p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.plusimg_inner img {
  width: auto;
  height: 87px;
}

.fv_hikaku {
  background: #F4F9FD;
  padding-top: 100px;
  padding-bottom: 80px;
}

.fv_service {
  background: rgba(212, 244, 238, 0.9);
  padding-top: 100px;
  padding-bottom: 80px;
}

.fv_service_inner {
  margin: 0 auto;
  max-width: 1040px;
}

.fv_service_inner h2, .area_inner h2 {
  position: relative;
  display: inline-block;
  font-size: 0; /* インライン要素の隙間を消す */
}

/* 背景の大きな SERVICE */
.fv_service_inner .bg-text, .area_inner .bg-text {
  font-size: 120px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 22%;
  left: 70%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
}

/* 前面のテキスト */
.fv_service_inner .fg-text, .area_inner .fg-text {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  z-index: 1;
}

.fv_service_inner .fg-text .en, .area_inner .fg-text .en {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #00AA9B; /* 緑 */
}

.fv_service_inner .fg-text .ja, .area_inner .fg-text .ja {
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  color: #00AA9B; /* 緑 */
}

.service_inner {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
  padding-top: 40px;
}

.service_box {
  flex: 1 1 calc((100% - 40px) / 3);
  background: #fff;
  border-radius: 12px;
  padding: 30px 26px;
  box-sizing: border-box;
}

.service_box h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #00AA9B;
  padding: 5px 0;
  border-radius: 12px 12px 0 0;
  width: 100%;
}

.service_box h3 {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.045em;
}

.service_box p {
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0.045em;
  line-height: 28px;
  text-indent: -1em;
  padding-left: 1em;
}

.service_img img {
  width: 100%;
}

h2.repeater01 {
  position: relative;
}

h2.repeater01::before {
  position: absolute;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 90px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url(../img/repeater01.png);
  background-size: contain;
  vertical-align: middle;
  top: -24px;
  left: -20px;
}

.green{
  color: #00AA9B;
}

.green2 ,#view_time{
  color: #fff;
  font-weight: 900;
}

.blue {
  color: #53719E;
}

h2.blue_box {
  background: #53719E;
}

.fv_price {
    position: relative; /* 子の絶対配置に必要 */
    background-image: url(../img/price_back.png);
    background-size: cover;       /* 縦横比を維持して画面を覆う */
    background-repeat: no-repeat;  /* 繰り返さない */
    background-position: center;   /* 中央に配置 */
    padding: 20px 0 100px;
}

.fv_price h2.img1 {
    width: 100%;
}

.img1 img {
  width: 100%;
}

.price_hyo {
  max-width: 880px;
  margin: 0 auto;
}

/*

.fv_price .img2 svg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pc_only { display: block; }
.sp_only { display: none; }

@media (max-width:750px) {
    .pc_only { display: none; }
    .sp_only { display: block; }
}

.cls-fv {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 2s linear infinite;
}

@keyframes dash {
    to { stroke-dashoffset: 0; }
}
*/


.label {
  position: relative;
  width: 420px;
  text-align: center;
  margin: 40px auto;
  padding: 10px 0;
  background: #00AA9B;  /* 外側の枠色 */
  /* 外側の平行四辺形 */
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
}

/* 内側の白背景（枠の厚さ分だけ縮めて同じ形を切る） */
.label::before {
  content: "";
  position: absolute;
  top: 4px; left: 4px; right: 4px; bottom: 4px; /* 枠の厚み */
  background: #fff!important;
  clip-path: polygon(23px 0, calc(100% - 1px) 0, calc(100% - 23px) 100%, 1px 100%);
  z-index: 0;
}

.label-wrap {
  position: relative;
}

.tail {
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    width: 16px;
    height: 18px;
    background: #00AA9B;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* テキスト */
.label span {
  position: relative;
  color: #00AA9B;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.12em;
  z-index: 1;
}

.bokashi1 {
  box-shadow: 0 0 12px 3px rgba(0, 75, 171, 0.6);
}

.bokashi2 {
  box-shadow: 0 0 12px 3px rgba(0, 118, 170, 0.6);
}

.bokashi3 {
  box-shadow: 0 0 12px 3px rgba(0, 144, 170, 0.6);
}

.bokashi4 {
  box-shadow: 0 0 12px 3px rgba(0, 163, 170, 0.6);
}

.bokashi5 {
  box-shadow: 0 0 12px 3px rgba(0, 170, 155, 0.6);
}

/* タブボタンのスタイル */
.tab-buttons {
  display: flex;
  margin-bottom: 10px;
  gap: 40px;
}
.tab-buttons button {
  position: relative;
  border: none;
  border-radius: 10px;
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background-color: #37609F;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.2s;
  line-height: 26px;
}
button.tab-btn2 {
  background-color: #00866A!important;
}

.tab-buttons button.active {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cu-mega__lists li a {
  position: relative;
  text-decoration: none;
}

/* 擬似要素で文字幅に合わせた下線 */
.cu-mega__lists li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;              /* 親 a の文字幅に合わせる */
    max-width: max-content;    /* テキスト幅に収める */
    height: 2px;
    background-color: #2c2c2c;
    transform: scaleX(0);
    transform-origin: center; /* 中央からふわっと出る */
    transition: transform 0.3s ease-in-out;
}

.cu-mega__lists li a:hover::after {
    transform: scaleX(1);
}

/* タブコンテンツ */
.tab-content {
  display: none; /* 初期は非表示 */
}
.tab-content.active {
  display: block;
}

.tab-buttons button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff; /* 白色 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tab {
  margin-top: 40px;
}

.p-front__sec5-table {
    width: 100%;
    table-layout: fixed;
    border-radius: 20px;
    border: 3px solid #004BAB;
    border-spacing: 0;
}

.greentable {
    border: 3px solid #00866A!important;
}

.p-front__sec5-table th {
    padding: 15px 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #37609F;
}

.p-front__sec5-table td:nth-child(1) {
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #E6F1FF;
}

.p-front__sec5-table td:nth-child(2) {
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
}

.p-front__sec5-table th:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.p-front__sec5-table tr:not(:last-child) td:nth-child(1) {
    border-bottom: 1px solid #ffffff;
}

.p-front__sec5-table tr:not(:last-child) td:nth-child(2) {
    border-bottom: 1px solid #E6E6E6;
}

th.kado01 {
  border-radius: 15px 0 0 0;
}

th.kado02 {
  border-radius: 0 15px 0 0;
}

td.kado03 {
  border-radius: 0 0 0 20px;
}

td.kado04 {
  border-radius: 0 0 20px 0;
}

.ryokin {
  margin-top: 40px;
}

.greentable th {
  background-color: #00866A!important;
}

.greentable td:nth-child(1) {
  background-color: #EBFFFB!important;
}

.contact_banner {
  padding-top: 20px;
  background-image: url(../img/contactbar_bg.png);
  background-repeat: no-repeat;
  background-size: cover; /* ← 幅いっぱい、高さも埋める（拡大あり） */
  background-position: center center;
  width: 100%;
}

.contact_banner_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.contact_banner_left {
  line-height: 0;
}

.contact_banner_left img {
  width: 464px;
  height: auto;
}

.btn01 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 145px;
  width: 415px;
  justify-content: center;
  height: 96px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 2px rgba(0, 75, 171, 1);
}

.btn02 a {
  display: flex;
  width: 415px;
  justify-content: center;
  height: 96px;
  border-radius: 145px;
  border: solid 2px #FFFFFF;
  align-items: center;
  background: linear-gradient(to bottom,#FF9F00, #BA6E05);
}

.kantan {
  font-size: 34px;
  letter-spacing: 0.045em;
  color: #fff;
  font-weight: bold;
}

.kantan span.mini {
  font-size: 18px;
  letter-spacing: 0.045em;
  color: #fff;
}

.kantan span.kantan_red {
  background: #00866A;
  font-size: 14px;
  letter-spacing: 0.045em;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
}

.btn02txt {
  font-size: 28px;
  letter-spacing: 0.045em;
  color: #fff;
  font-weight: bold;
}

.kantanimg {
  padding-left: 20px;
  padding-right: 30px;
}

.kantanimg img {
  height: 68px;
  width: 7px;
}

.kantanimg2 {
  padding-left: 25px;
}

.kantanimg2 img {
  height: 10px;
  width: 17px;
}

.future {
  padding: 100px 0 0px 0;
}

.construction {
  padding: 100px 0 60px 0;
  background-image: url(../img/jireiback.png);
}

.future_inner {
  margin: 0 auto;
  max-width: 1040px;
}

.footer_inner {
  margin: 0 auto;
  max-width: 1040px;
}

.future_inner h2 {
  position: relative;
  display: inline-block;
  font-size: 0; /* インライン要素の隙間を消す */
}

.future_inner .fg-text .ja, .area_inner .fg-text .ja {
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  color: #00AA9B; /* 緑 */
}

/* 背景の大きな SERVICE */
.future_inner .bg-text {
  font-size: 120px;
  font-weight: bold;
  font-style: italic;
  color: #D0E3FF;
  opacity: 0.5;
  position: absolute;
  top: 22%;
  left: 70%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
}

.footer_inner .bg-text {
  font-size: 120px;
  font-weight: bold;
  font-style: italic;
  color: #D0E3FF;
  opacity: 0.5;
  position: absolute;
  top: 22%;
  left: 70%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
}

/* 前面のテキスト */
.future_inner .fg-text {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  z-index: 1;
}

.future_inner .fg-text .en {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #53719E;
}

.future_inner .fg-text .ja {
  color: #53719E!important;
}

.footer_inner .fg-text .en {
  color: #fff!important;
}

.footer_inner .fg-text .ja {
  color: #fff!important;
}

.future_box {
  height: 585px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}

.future_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(196, 222, 255, 0.25), rgba(201, 255, 250, 0.25));
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  z-index: -1; /* 背景に下げる */
}


.future_box05::after {
    content: "";
    position: absolute;
    inset: 0;
  background: linear-gradient(to right, rgba(196, 222, 255, 0.25), rgba(201, 255, 250, 0.25));
    clip-path: polygon(100% 90%, 100% 100%, 0 100%);
    z-index: -1;
}

.future_box_reverse {
  height: 485px;
}

.future_box_reverse .future_box_inner {
  flex-direction: row-reverse;
}

.future_box_reverse::before {
  display: none!important;
}

.future_box_inner_right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.future_box_reverse .future_box_inner_right {
  justify-content: flex-start!important;
}

.future_box_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto;
}

.future_box_inner_left {
  width: 50%;
}

.future_box_inner_right {
  width: 50%;
  position: relative;
}

.future_box_inner_left h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: 0.045em;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 80px;
}

.future_box_inner_left p {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.045em;
  line-height: 32px;
  padding-right: 40px;
  padding-left: 80px;
}

.future_box_reverse .future_box_inner_left h2,
.future_box_reverse .future_box_inner_left p {
  padding-left: 30px;
  padding-right: 90px;
}

.future_box_inner_right img {
  width: 100%;
}

.future_number {
  position: absolute;
  z-index: 1;
  top: -82px;
  left: 70px;
}

.future_box_reverse .future_number {
  left: 20px;
}

.future_box_inner_right img {
  width: 473px;
  height: auto;
}

.future_number img {
  width: 110px;
  height: auto;
}

.area_inner {
  max-width: 1040px;
  margin: 0 auto;
}

.area {
  background: #EDF1F4;
  padding: 100px 0 80px;
}

.area_inner p {
  font-size: 16px;
  letter-spacing: 0.045em;
  line-height: 32px;
  padding-top: 40px;
}

.circle {
  width: 290px;               /* 円のサイズ */
  height: 290px;
  background-color: #00AA9B;  /* 背景色 */
  border-radius: 50%;         /* 正円にする */
  display: flex;
  flex-direction: column;     /* 上から下に並べる */
  justify-content: center;     /* 縦中央揃え */
  align-items: center;         /* 横中央揃え */
  text-align: center;          /* 行の中央揃え */
  color: #fff;                 /* テキスト色 */
}

.circle h2,
.circle h3 {
  color: #fff;
  font-weight: bold;
}

.circle h2,.circle h3 {
  font-size: 40px;
  letter-spacing: 0.09em;
  line-height: 1.0;
}

.circle h3 span {
  color: #FFF237;
}

.circle h3 span.big {
  font-size: 90px;
  letter-spacing: 0.045em;
}

.circle h4 {
  font-size: 24px;
  background: #fff;
  color: #00AA9B;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 44px;
  margin-top: 10px;
}

.circle {
  position: relative;
  margin-left: 120px;
}

.circle::after {
  position: absolute;
  content: '';/*何も入れない*/
  display: inline-block;
  width: 373px;/*画像の幅*/
  height: 196px;/*画像の高さ*/
  background-image: url(../img/track.png);
  background-size: contain;
  vertical-align: middle;
  top: 260px;
}

.area_content {
  display: flex;
  padding-top: 60px;
}

.area_left {
  width: calc(453 / (587 + 453) * 100%);
  padding-top: 30px;
}

.area_right {
  display: flex;
  justify-content: flex-end;
  width: calc(587 / (587 + 453) * 100%);
}

.area_right img {
  width: 583px;
}

.area_txt {
  display: flex;
}

.fukidashi_txt p {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  letter-spacing: 0.06em;
}

.fukidashi_txt p span {
  font-size: 40px;
  color: #53719E;
}

.area_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  padding-top: 60px;
}

.fukidashi_img img {
  height: 66px;
  width: 54px;
}

.qa__box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.qa__box > dl > dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  border-radius: 5px;
}
.qa__box > dl > dt .crossBar {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #00866A;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center; /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #00866A;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.qa__box > dl > dt > span {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px; /* paddingの上下を0にする */
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 0 0 5px 5px;
}
.qa__box > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
  max-height: 100px;
  padding: 20px 30px;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
}

.js-qa__parent span {
  background: #00866A;
  color: #fff!important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4 !important;
}

dt.is-open {
  background-color: #00866A!important;
  color: #fff!important;
  border-radius: 5px 5px 0 0!important;
}

dt.is-open .pageSubTitle2 {
  color: #fff!important;
}

dt.is-open span {
  background: #fff!important;
  color: #00866A!important;
}
.qa__box > dl > dt.is-open .crossBar::before {
  background-color: #fff!important;
}
.qa__box > dl > dt.is-open .crossBar::after {
  background-color: #fff!important;
}

.faq {
  padding: 100px 0 80px;
  position: relative; /* 子の絶対配置に必要 */
  background-image: url(../img/faq_bg.png);
  background-size: cover;       /* 縦横比を維持して画面を覆う */
  background-repeat: no-repeat;  /* 繰り返さない */
  background-position: center;   /* 中央に配置 */
}

.faq_area {
  padding-top: 40px;
}

.flow {
  padding: 100px 0 80px;
}

.flow_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
}

.flow_step {
  display: flex;
  gap: 2px;
}

.flow_step a h2 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
}

.flow_step a h2 span {
  font-size: 25px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 0;
  font-style: italic;
}

.flow_step a h3 {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.flow_step a {
  width: calc((100% - 10px) / 6);
  color: #fff;
  padding: 10px 0;
}

.flow_box01,.flow_box03,.flow_box05 {
  background: #53719E;
}

.flow_box01 {
  border-radius: 10px 0 0 0;
}

.flow_box06 {
  border-radius: 0 10px 0 0;
}

.flow_box02,.flow_box04,.flow_box06 {
  background: #7498D0;
}

.step_box {
  display: flex;
  align-items: center;
  padding: 40px 0;
}


.step_num {
  flex: 1.65;
}

.step_ttl {
  flex: 1.75;
  text-align: center;
}

.step_txt {
  flex: 6.6;
}

.step_num h2 {
  padding: 0;
  margin: 0;
  font-size: 25px;
  text-align: center;
  font-style: italic;
  color: #53719E;
  line-height: 1;
}

#flow02 , #flow04 , #flow06 {
  background: #EDF1F4;
}

#flow02 .step_num h2,#flow04 .step_num h2,#flow06 .step_num h2 {
  color: #7498D0!important;
}

.step_num h2 span {
  font-size: 50px;
  font-style: normal;
}

.step_ttl h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: left;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.step_txt p {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
  letter-spacing: 0.06em;
  padding-right: 40px;
}

.arrow_area {
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
}

.arrow_area img {
  width: 290px;
  height: auto;
}

.arrow_inner {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.arrow_anime {
  display: flex;      /* 画像を並べる */
  flex-direction: column; /* ←縦並び */
  align-items: center;    /* 中央寄せにしたい場合 */
  gap: 0px;              /* 画像の縦間隔 */
}

.arrow_anime {
  width: calc(100% - 60px)/3;
}

.arrow_anime img {
  width: 97px;
  height: 62px;
}

.arrow_anime img {
  opacity: 0;
  animation: arrowFade 2.2s linear infinite;
  margin-top: -20px;
}

/* 各画像に遅延をつけて順番に表示 */
.arrow_anime img:nth-child(1) {
  animation-delay: 0s;
}
.arrow_anime img:nth-child(2) {
  animation-delay: 0.6s;
}
.arrow_anime img:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes arrowFade {
  0%   { opacity: 0; transform: translateY(-5px); }
  20%  { opacity: 1; transform: translateY(0); }
  40%  { opacity: 0; transform: translateY(5px); }
  100% { opacity: 0; }
}

.solution {
  background: linear-gradient(
    to right,
    rgba(55, 96, 159, 0.85),
    rgba(66, 182, 135, 0.85)
  );
  padding: 50px 0 60px;
}

.solution_inner {
  max-width: 800px;
  margin: 0 auto;
}

.solution_inner h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.06em;
  text-align: center;
}

.solution_inner h2 span {
  color: #FFEF00;
}

.solution_area {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  margin-top: 30px;
}

.solution_box {
  width: calc((100% - 60px) / 3);
  background: #00AA9B;
  border-radius: 30px;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(255,255,255,0.8);
}

.solution_box2 {
  background: #00A3AA!important;
}

.solution_box3 {
  background: #0090AA!important;
}

.solution_box h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
}

.contact {
  background: #37609F;
  padding: 80px 0;
}

.contact_inner {
  max-width: 880px;
  margin: 0 auto;
}

.contact_inner h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.contact_inner p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.045em;
  padding-top: 0px;
  margin: 0;
  font-weight: bold;
}

/* 左右いっぱいに伸びた横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.heading::before,
.heading::after {
  background-color: #fff; /* 横線の色 */
  border-radius: 3px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
}
.heading::before {
  margin-right: 40px; /* 文字との余白 */
}
.heading::after {
  margin-left: 40px; /* 文字との余白 */
}

.hurry {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 30px 0;
  border-radius: 10px;
  margin-top: 40px;
}

.hurry_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hurry_left h3 {
  font-size: 24px!important;
  letter-spacing: 0.03em;
}

.conatact_area {
  background: #fff;
  margin-top: 40px;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.conatact_area form {
  max-width: 680px;
  margin: 0 auto;
}

.Form-Item input {
  width: 100%;
  background: #F4F3F3;
  border: solid 1px #D2D2D2;
  height: 30px;
  padding: 10px;
  border-radius: 5px;
}

.Form-Item dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

dd {
  margin: 0;
}

.hissu {
  background: #EB3333;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  padding: 1px 10px 2.5px;
  margin-left: 10px;
}

.Form-Item select {
  font-size: 16px;
  width: 180px;
  height: 44px;
  background: #F4F3F3;
  border: solid 1px #D2D2D2;
  border-radius: 5px;
  padding-left: 10px;
  font-weight: bold;
  color: #2C2C2C;
}

/* ラッパー */
.arrow_select {
  position: relative;
  width: 180px;
}

/* セレクト本体 */
.custom-select {
  appearance: none;         /* デフォルト矢印を消す */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;    /* Firefox */
  width: 100%;
  height: 40px;
  padding: 0 2em 0 0.5em;   /* 右に余白を確保 */
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.arrow_select::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg); /* 45度回転でくの字 */
  width: 8px;
  height: 8px;
  pointer-events: none;

  /* 右下の線だけ残す */
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.Form-Item dd .btn {
  display: flex;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}

.Form-Item dd .btn label input {
  height: 16px;
  margin-top: 8px;
}

.Form-Item dd .btn span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.Form-Item textarea {
  background: #F4F3F3;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background: #F4F3F3;
  border: solid 1px #D2D2D2;
  padding: 10px;
}

.privacy {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  font-weight: 500;
}

#form_submit {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

#form_submit input {
    width: 225px;
    height: 52px;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: bold;
    border-color: #fff;
    border: solid 2px #fff;
    background-image: linear-gradient(#FF9F00, #BA6E05);
    margin: 0 auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.Form-Item-Label p.red {
  font-size: 12px;
  color: #EB3333;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}

.gray {
  color: #909090!important;
}

/* ボタン風のラベル */
.file-label {
  display: inline-block;
  padding: 8px 16px;
  background: #F4F3F3;
  border: solid 1px #D2D2D2;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  color: #2C2C2C!important;
  font-weight: bold;
}

/* 選んだファイル名 */
.file-list {
  margin-top: 8px;
  font-size: 16px;
  color: #2C2C2C;
}

.tenpu input {
  background: #fff!important;
  border:none!important;
}

.privacy a {
  text-decoration: underline;
}

.Form-Item dt {
  padding-top: 10px;
}

#file-list p {
  font-size: 16px;
  text-align: left;
  color: #2C2C2C;
}

footer {
  padding: 100px 0 0 0;
  background: linear-gradient(90deg,
    rgba(11, 110, 197, 0.85),  /* #0B6EC5 */
    rgba(6, 55, 99, 0.85)     /* #063763 */
  );
}

.file-list button.file-remove-btn {
  margin-left: 8px;
  color: #EB3333;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-size: 20px;
}

.footer_flex {
  display: flex;
  align-items: flex-start;
}

.foot_left {
  width: 50%;
}

.foot_right {
  width: 50%;
}

.footer_flex {
  padding-top: 40px;
}

/* table01 */
#table01 {
  border-collapse: collapse;
}

#table01 tr {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  border-collapse: collapse;
}

.header_thanks,.footer_thanks {
  background: #00866A!important;
}

#table01 th,
#table01 td {
  padding: 20px 0;
  font-weight: bold;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top; /* 上寄せ */
}

.ninka_area th,.ninka_area td {
  border-bottom: none!important;
}

.ninka p {
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

#table01 th {
  width: 22%;
}

.jigyo_ttl {
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 20px;
  margin-left: 50px;
}

.jigyo_ttl h3 {
  font-size: 18px;
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 0;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
}

.jigyo_ttl p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}

.foot_copy {
  background: #EDF6FC;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  padding: 5px 0 7px;
}

.foot_copy p {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}

.accordion {
  width: 100%;
}

.area_accordion{
  margin-top: 40px;
}

.accordion-btn{
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #00866A;
  border: none;
  cursor: pointer;
  letter-spacing: 0.045em;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  font-size: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
}

.accordion-btn2 {
  background: #53719E!important;
}

.kakunin_btn_three button {
    background-image: linear-gradient(90deg, rgba(66, 182, 135, 1), rgba(0, 106, 84, 1));
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 280px;
    height: 50px;
    line-height: 45px;
    letter-spacing: 2px;
    border-radius: 35px;
    border: none;
}

.form_kakunin label {
  color:#00866A!important;
}

/* 擬似要素で「く」矢印 */
.accordion-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 4px solid #fff;
  border-radius: 4px;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg); /* 初期：下向き「く」 */
  transform-origin: center;
  transition: transform 0.3s;
  margin-top: -10px;
  margin-right: 30px;
}

/* 開いた状態のクラス */
.accordion-btn.active::after {
  transform: rotate(-135deg); /* 上向き「∧」 */
  margin-top: 10px;
}

.accordion-btn.active {
  border-radius: 20px 20px 0 0;
}

/* アコーディオンコンテンツ */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.accordion-content p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

.accordion-content {
  border-radius: 0 0 20px 20px!important;
}

.accordion2 {
  margin-top: 30px;
}

.area_link a {
  text-decoration: underline;
}

.Form-Item dd .btn label input {
  width: 16px;
}

.area_link a:hover {
  color: #37609F;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.Form-Item dd .btn {
  display: block;
}

/* PC（768px以上）では押せなくする */
@media (min-width: 992px) {
  .tel_number a {
    pointer-events: none;  /* クリック不可 */
    cursor: default;       /* カーソルも通常に */
    text-decoration: none; /* 下線も消す場合 */
  }

  .pc_none {
    display: none!important;
  }

  .pc_banner {
      position: fixed;
      bottom: 10px;
      left: 20px;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .pc_banner img {
      width: 230px;
      height: auto;
  }

  .pc_banner.active2 {
      opacity: 1;
      visibility: visible;
  }

}

.cu-mega__lists li a span {
  position: relative;
}

.cu-mega__lists li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* 文字から少し下にずらす */
  width: 0;
  height: 2px;
  background: #37609F; /* 線の色 */
  transition: width 0.3s ease;
}

.cu-mega__lists li a:hover span::after {
  width: 100%;
}

.flow_step a {
  pointer-events: none; /* クリック無効化 */
  cursor: default;      /* マウスカーソルを通常に */
}

/* sp */
@media only screen and (max-width: 991px) {

  .arrow_area {
    padding-top: 40px;
  }

  .l-header .l-head_inner {
    background: linear-gradient(to bottom, #ffffff 95%, #EFEFEF 95%)!important;
  }

  .arrow_anime img {
    width: 43px;
    height: 28px;
  }

  .arrow_anime img {
    margin-top: 0px;
  }

  .l-header_right {
    justify-content: center;
    padding: 5px 0;
  }

  .logo_area {
    padding-left: 0;
    padding-bottom: 15px;
  }

  .time_now {
    padding-right: 0;
    justify-content: center;
  }

  .logo_area h1 a img {
    width: 180px;
  }

  .l-header_right {
    text-align: center;
    background: #FF9B00;
  }

  .time_now {
    text-align: center;
    font-size: 12px;
  }

  .logo_txt p {
    font-size: 10px;
    width: 140px;
    margin-left: 10px;
  }

  .logo_area {
    display: flex;
    align-items: center;
  }

  .l-header .l-head_inner {
    display: block;
  }

  .sp_none {
    display: none!important;
  }

  .header_inner {
    display: block;
  }

  .footer_inner {
    padding-right: 20px;
  }

  .fv_left {
    margin-bottom: -10px;
  }

  .fv_left img {
      margin-top: 20px;
      margin-bottom: 0px;
      max-width: 572px;
      width: 100%;
      margin-left: 0px;
  }

  .arrow_anime img {
    width: 43px;
    height: 28px;
  }

  .fv_left h2 {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 0.045em;
      background: #00866A;
      border-radius: 7px;
      text-align: center;
      width: calc(100% - 40px);
      padding: 5px 0;
      margin-left: 20px;
      margin-right: 20px;
  }

  .fv_left h3 {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    justify-content: center;
    height: 40px;
  }

  .fv_left::before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 133px;
      height: 80px;
      background-image: url(../img/logo_sukashi.png);
      background-size: contain;
      vertical-align: middle;
      z-index: -1;
      top: -20px;
      left: 10px;
  }

  .fv {
    margin-top: 98px;
  }

  .fv_left {
    margin-top: 42px;
  }

  .fv_left h3 {
    font-size: 18px;
  }

  .fv_left h3::before {
    display: none;
  }

  .fv_under h2 {
    font-size: 20px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .plusimg {
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
  }

  .plusimg_inner {
      background: #fff;
      width: calc((100% - 30px) / 3);
      border-radius: 20px;
      text-align: center;
      aspect-ratio: 1 / 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .plusimg_inner p {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 10px;
  }

  .plusimg_inner img {
      width: auto;
      height: 60px;
  }

  .fv_service {
      background: rgba(212, 244, 238, 0.9);
      padding-top: 80px;
      padding-bottom: 60px;
  }

  .fv_service_inner .fg-text .en, .area_inner .fg-text .en {
      font-size: 42px;
  }

  .future_inner .fg-text .en {
    font-size: 28px;
  }


  .future_inner .bg-text {
      font-size: 72px;
      top: 22%;
      left: 60%;
  }

  .fv_service_inner .bg-text, .area_inner .bg-text {
      font-size: 72px;
      font-weight: bold;
      font-style: italic;
      color: #fff;
      opacity: 0.5;
      position: absolute;
      top: 22%;
      left: 60%;
      transform: translate(-50%, -50%);
      white-space: nowrap;
      z-index: 0;
  }

  .fv_service_inner .fg-text .ja, .area_inner .fg-text .ja {
      font-size: 18px;
      font-weight: bold;
      padding-left: 20px;
      color: #00AA9B;
  }

  .future_inner .fg-text .ja, .area_inner .fg-text .ja {
      font-size: 14px;
      padding-left: 20px;
  }

  .fv_service_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service_box {
      flex: 1 1 calc(100%);
      background: #fff;
      border-radius: 12px;
      padding: 30px 26px;
      box-sizing: border-box;
  }

  .service_box h2 {
      font-size: 18px;
      color: #fff;
      text-align: center;
      letter-spacing: 0.06em;
      padding: 5px 0;
      border-radius: 12px 12px 0 0;
      width: 100%;
  }

  .label span {
      position: relative;
      color: #00AA9B;
      font-size: 18px;
      font-weight: 900;
      text-align: center;
      letter-spacing: 0.12em;
      z-index: 1;
  }

  .label {
      position: relative;
      width: calc(100% - 60px);
      margin: 40px auto;
      margin-left: 30px;
      margin-right: 30px;
      padding: 10px 0;
  }

  .tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-buttons {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tab-buttons button {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 10px;
    flex: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .tab-buttons button::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
  }

  .p-front__sec5-table th {
      padding: 13px 10px 15px;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      background-color: #37609F;
  }

  .ryokin {
      margin-top: 30px;
  }

  .fv_price {
      padding: 20px 0 80px;
  }

  .contact_banner_inner {
    flex-wrap: wrap;
    gap:0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_banner_left {
    width: 100%;
  }

  .contact_banner_left img {
      width: 100%;
      height: auto;
  }

  .btn01 {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      border-radius: 145px;
      width: 100%;
      justify-content: center;
      height: 84px;
      box-shadow: 0px 0px 10px 2px rgba(0, 75, 171, 1);
      margin-bottom: 30px;
  }

  .btn01sp {
    background: none;
    box-shadow: none;
    border-radius: none;
  }

  .news_btn_tel {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .btn02 a {
      display: flex;
      width: 100%;
      justify-content: center;
      height: 84px;
      border-radius: 145px;
      border: solid 2px #FFFFFF;
      align-items: center;
  }

  .btn02txt {
      font-size: 24px;
      letter-spacing: 0.045em;
      color: #fff;
      font-weight: bold;
  }

  .kantan {
      font-size: 30px;
      letter-spacing: 0.045em;
      color: #fff;
      font-weight: bold;
  }

  .kantan span.mini {
      font-size: 16px;
      letter-spacing: 0.045em;
      color: #fff;
  }

  .future_box_inner {
    flex-wrap: wrap;
  }

  .future_box_inner_left {
      width: 100%;
      order: 2;
  }

  .future_box_inner_right {
      width: 100%;
      order: 1;
  }

  .future_box_inner_right img {
      width: 100%;
      height: auto;
      margin-left: 20px;
  }

  .future_area {
    padding-top: 40px;
  }

  .future_box {
      height: auto;
      padding: 60px 0 80px;
  }

  .future_inner {
    padding-left: 20px;
  }

  .future_number img {
      width: 91px;
      height: 107px;
  }

  .future_box_reverse .future_box_inner_left h2, .future_box_reverse .future_box_inner_left p {
    padding-right: 20px;
    padding-left: 20px;
  }

  .area_inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .area {
      background: #EDF1F4;
      padding: 60px 0 80px;
  }

  .area_inner p {
      font-size: 14px;
      letter-spacing: 0.045em;
      line-height: 28px;
      padding-top: 20px;
  }


  .fukidashi_txt p {
      font-size: 18px;
      text-align: center;
      padding-top: 0;
  }

  .fukidashi_txt p span {
      font-size: 22px;
  }

  .fukidashi_img img {
      height: 53px;
      width: 43px;
  }

  .area_content {
    display: block;
  }

  .area_left {
      width: 100%;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .circle {
    position: relative;
    margin-left: 0px;
  }

  .circle {
      width: 155px;
      height: 155px;
      background-color: #00AA9B;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
  }

  .circle h2, .circle h3 {
      font-size: 20px;
      letter-spacing: 0.09em;
      line-height: 1.0;
  }

  .circle h3 span.big {
      font-size: 46px;
      letter-spacing: 0.045em;
  }


  .circle h4 {
      font-size: 12px;
      background: #fff;
      color: #00AA9B;
      font-weight: bold;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 112px;
      height: 24px;
      margin-top: 10px;
  }

  .circle::after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 188px;
      height: 99px;
      background-image: url(../img/track.png);
      background-size: contain;
      vertical-align: middle;
      top: 30px;
      right: -175px;
      z-index: 0;
  }

  .area_content {
      padding-top: 30px;
  }

  .area_right {
      display: block;
      width: 100%;
      text-align: center;
      padding-top: 30px;
  }

  .area_right img {
      width: 314px;
  }

  .area_txt {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding-top: 30px;
  }

  body {
    overflow-x :hidden;
  }

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

  .foot_left {
      width: 100%;
  }

  .foot_right {
      width: 100%;
  }

  .future {
      padding: 60px 0 0px 0;
  }

  .future_box_inner_left h2 {
      font-size: 22px;
      font-weight: bold;
      line-height: 28px;
      padding-top: 20px;
      letter-spacing: 0.045em;
      padding-bottom: 20px;
      padding-right: 20px;
      padding-left: 20px;
  }

  .future_number {
      position: absolute;
      z-index: 1;
      top: -62px;
      left: 10px;
  }

  .future_box_inner_left p {
      font-size: 16px;
      text-align: justify;
      letter-spacing: 0.045em;
      line-height: 28px;
      padding-right: 20px;
      padding-left: 20px;
  }

  .accordion-btn {
      font-size: 20px;
  }

  .accordion-btn::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-right: 2px solid #fff;
      border-radius: 2px;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg);
      transform-origin: center;
      transition: transform 0.3s;
      margin-top: -5px;
      margin-right: 20px;
  }

  .accordion-btn.active::after {
      transform: rotate(-135deg);
      margin-top: 5px;
  }

  .accordion2 {
    margin-top: 20px;
  }

  .tel_btn p {
      font-size: 16px;
      line-height: 20px;
  }

  .tel_btn {
      background: #37609F;
      width: 50px;
      height: 50px;
      border-radius: 10px;
  }

  .kantanimg {
      padding-left: 10px;
      padding-right: 15px;
  }

  .contact_btn {
    width: 100%;
  }


  .accordion-content {
    padding: 0!important;
  }

  .contact_banner {
    padding-bottom: 40px;
  }

  .qa__box > dl > dt {
      padding: 10px 60px 10px 20px;
  }

  .qa__box > dl > dt > span {
      font-size: 14px;
      line-height: 1.2;
      margin-right: 15px;
      min-width: 20px;
      display: block;
  }

  .qa__box > dl > dt > span {
      font-size: 14px;
      line-height: 1.2;
      margin-right: 15px;
      min-width: 20px;
      display: block;
  }

  .js-qa__parent span {
      color: #fff !important;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      line-height: 1.2 !important;
  }

  h3.pageSubTitle2 {
    font-size: 16px;
  }

  .qa__box > dl > dt .crossBar {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      right: 24px;
      transform: translateY(-50%);
  }

  .contentText {
      font-size: 14px;
      line-height: 1.5;
  }

  .qa__box > dl > dd.is-open {
      max-height: 120px;
      padding: 20px 30px;
  }

  .faq_area {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flow {
      padding: 60px 0 60px;
  }

  .flow_step {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }

  .flow_step div h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
    padding-bottom: 10px;
  }

  .flow_step div h2 span {
    font-size: 25px;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 0;
    font-style: italic;
  }

  .flow_step div h3 {
    font-size: 18px;
    text-align: center;
    color: #2c2c2c;
    padding-top: 20px;
    background: #fff;
  }

  .flow_step div {
    flex-wrap: wrap;
    gap:0;
  }

  .flow_step div {
    width: calc(100% / 2);
    color: #fff;
    padding: 10px 0;
  }

  div.step_txt {
    background: #fff;
    width: 100%!important;
    padding: 20px 0;
  }

  .flow_box02 {
      border-radius: 0 10px 0 0;
  }

  .flow_box06 {
      border-radius: 0 0px 10px 0;
  }

  .flow_box02 h3,.flow_box04 h3,.flow_box06 h3 {
    background: #EDF1F4!important;
  }

  .flow_box02 .step_txt,.flow_box04 .step_txt,.flow_box06 .step_txt {
    background: #EDF1F4;
  }

  .flow_box01, .flow_box03, .flow_box05 {
      background: linear-gradient(to bottom, #53719E 40%, #fff 60%)!important;
  }

  .flow_box02, .flow_box04, .flow_box06 {
    background: linear-gradient(to bottom, #7498D0 40%, #EDF1F4 60%)!important;
}

  .flow_inner {
      max-width: 1040px;
      margin: 0 auto;
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .step_txt p {
    font-size: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .solution_inner h2 {
      color: #fff;
      font-size: 28px;
      letter-spacing: 0.06em;
      text-align: center;
  }

  .solution_box h3 {
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.12em;
      text-align: center;
  }

  .solution_area {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
  }

  .solution_box {
      width: calc((100% - 40px) / 2);
      background: #00AA9B;
      border-radius: 30px;
      position: relative;
      height: 38px;
      display: flex
  ;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }

  .solution_box3sp {
    background: #00AA9B!important;
  }

  .solution_box4sp {
    background:#00A3AA!important
  }

  .solution {
      background: linear-gradient(to right, rgba(55, 96, 159, 0.85), rgba(66, 182, 135, 0.85));
      padding: 40px 0 40px;
  }

  .solution_area {
    justify-content: center;
  }

  .contact {
      background: #37609F;
      padding: 60px 0;
  }

  .hurry {
      background: #fff;
      display: block;
      align-items: center;
      justify-content: center;
      gap: 60px;
      padding: 20px 0;
      border-radius: 10px;
      margin-top: 30px;
  }

  .tel_btn2 p {
      font-size: 18px !important;
      letter-spacing: 0.06em;
      line-height: 24px !important;
      padding-top: 0px !important;
  }

  .tel_number2 a {
      font-size: 30px;
      line-height: 1.2;
  }

  .contact_inner p {
      text-align: center;
      font-size: 12px;
      color: #fff;
      letter-spacing: 0.045em;
      padding-top: 0px;
      margin: 0;
      font-weight: bold;
  }

  .tel_number2 a img {
      height: 26px;
  }

  .contact_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading::before {
      margin-right: 30px;
  }

  .heading::after {
      margin-left: 30px;
  }

  .contact_inner h2 {
      font-size: 28px;
      color: #fff;
      font-weight: bold;
      font-style: italic;
      text-align: center;
  }

  .hurry_right {
    justify-content: center;
  }

  .hurry_left h3 {
      font-size: 18px !important;
      letter-spacing: 0.03em;
      text-align: center;
      padding-bottom: 10px;
  }

  .Form-Item-Label {
      font-weight: bold;
      width: 100%;
      display: flex;
      letter-spacing: 0.05em;
      font-size: 16px;
      margin-bottom: 5px;
      align-items: center;
      gap: 5px;
      letter-spacing: 3px;
  }

  .conatact_area {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .conatact_area form {
    max-width: 100%;
    width: 100%;
  }

  .Form-Item input {
    width: calc(100% - 20px);
  }

  .Form-Item textarea {
    width: calc(100% - 20px);
  }

  .hissu {
      background: #EB3333;
      font-weight: bold;
      color: #fff;
      border-radius: 15px;
      text-align: center;
      font-size: 12px;
      padding: 1px 10px 2.5px;
      margin-left: 5px;
  }

  .Form-Item dd .btn label input {
      height: 16px;
      margin-top: 8px;
      width: 16px;
  }

  .Form-Item dd .btn {
    display: block;
  }

  .Form-Item input {
    height: 28px;
  }

  .Form-Item-Label {
    flex-wrap: wrap;
  }

  .red {
    width: 100%;
  }

  #table01 th, #table01 td {
      padding: 15px 0;
      font-weight: bold;
      border: none;
      color: #fff;
      font-size: 14px;
      line-height: 26px;
      border-bottom: 1px solid #fff;
      border-collapse: collapse;
      text-align: left;
      vertical-align: top;
  }

  footer {
      padding: 60px 0 0 0;
      background: linear-gradient(90deg, rgba(11, 110, 197, 0.85), /* #0B6EC5 */ rgba(6, 55, 99, 0.85) /* #063763 */);
  }

  .footer_flex {
    padding-top: 30px;
  }

  .ninka p {
      text-align: justify;
      text-indent: -1em;
      padding-left: 1em;
      font-size: 14px;
      color: #fff;
      line-height: 26px;
      letter-spacing: 0;
  }

  .jigyo_ttl {
      border: solid 1px #fff;
      border-radius: 20px;
      padding: 20px;
      margin-left: 0px;
  }


  .jigyo_ttl h3 {
      font-size: 14px;
      color: #fff;
      border: solid 1px #fff;
      padding: 10px 0;
      width: 120px;
      text-align: center;
      margin-bottom: 15px;
  }

  .jigyo_ttl p {
      font-size: 14px;
      color: #fff;
      line-height: 26px;
      text-align: justify;
      text-indent: -1em;
      padding-left: 1em;
      font-weight: bold;
  }

  .foot_copy {
      background: #EDF6FC;
      text-align: center;
      color: #fff;
      margin-top: 60px;
      padding: 5px 0 7px;
  }

  html {
    overflow-x: hidden;
  }

  .logo_area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger {
      display: block;
      position: fixed;
      z-index: 3;
      right: 20px;
      top: 8px;
      width: 50px;
      height: 50px;
      cursor: pointer;
      text-align: center;
      background-image: linear-gradient(90deg, rgba(66, 182, 135, 1), rgba(0, 106, 84, 1));
      border-radius: 100px;
  }

  .hamburger span {
      display: block;
      position: absolute;
      width: 26px;
      height: 2px;
      left: 12px;
      background: #fff;
      -webkit-transition: 0.3s
ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s
ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 16px;
}
.hamburger span:nth-child(2) {
    top: 24px;
}


.hamburger span:nth-child(3) {
    top: 32px;
}


  .hamburger.active span:nth-child(1) {
      top: 24px;
      left: 12px;
      background: #fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
          top: 24px;
          background: #fff;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
      }

      .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
        top: 24px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        padding-top: 20px;
        width: 100%;
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 134, 106, 0.95);
        text-align: center;
        width: 100%;
        opacity: 0;
        display: none;
        transition: opacity .6s
ease, visibility .6s
ease;
    }


    nav.globalMenuSp.active {
            opacity: 100;
            display: block;
        }


        nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    width: 100%;
}

.globalMenuSp ul {
        height: 100vh;
    }

    .globalMenuSp {
      margin-top: 92px;
  }

  nav.globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      transition: .4s all;
      padding-left: 30px;
      padding-bottom: 10px;
  }


  nav.globalMenuSp ul li a {
      display: block;
      color: #fff;
      padding: 5px 0;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      text-align: left;
  }

  .globalMenuSp {
    margin-top: 99px;
  }

  .news_btn {
      padding-top: 20px;
  }

  .news_btn a {
      width: 160px;
      height: 44px;
      display: block;
      line-height: 42px;
      color: #fff;
      font-size: 18px;
      border-radius: 30px;
      text-align: center;
      letter-spacing: 0.03em;
      font-weight: bold;
      background-image: linear-gradient(#42b687, #006a54);
      margin: 0 auto;
  }

  .top_head.hide {
      transform: translateY(-92px);
  }

  .top_head {
      transition: 0.3s;
  }

  .kotei_footer {
      position: fixed;
      bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      z-index: 10;
  }

  .top_head2 {
      transition: opacity 0.3s, visibility 0.3s;
      z-index: 1;
  }

  .kotei_footer img {
      width: 100%;
  }

  .top_head2.scrolled-up {
      opacity: 0;
      visibility: hidden!important;
  }

  .kotei_footer {
      position: fixed;
      bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0.3s;
  }

  .kotei_footer.active {
      opacity: 1;
      visibility: visible;
  }

  .kotei_footer img {
      width: 100%;
  }

  .foot_copy {
    padding-bottom: 140px;
  }

  .colorwhite a {
    color: #fff!important;
  }

}

#room_files {
  opacity: 0;        /* 完全に透明 */
  position: absolute; /* 画面上から消す */
  width: 0;
  height: 0;
}
.file-button {
  display: inline-block;
  font-size: 16px;
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  background: #F4F3F3;
  border: solid 1px #D2D2D2;
  color: #2C2C2C;
  border-radius: 5px;
  cursor: pointer;
}


#room_files {
  padding: 0!important;
}

@media only screen and (max-width: 399px) {
  .fv_left h2 {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 0.045em;
      background: #00866A;
      border-radius: 7px;
      text-align: center;
      width: calc(100% - 40px);
      padding: 3px 0;
      margin-left: 20px;
      margin-right: 20px;
  }

  .fv_left img {
    margin-top: 10px;
  }

  .fv_left {
      margin-top: 28px;
  }

  .fv_left::before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 109px;
      height: 66px;
      background-image: url(../img/logo_sukashi.png);
      background-size: contain;
      vertical-align: middle;
      z-index: -1;
      top: -12px;
      left: 10px;
    }
}

@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

h2.repeater01 {
  position: relative;
}

h2.repeater01::before {
  animation: mochimochi 1s infinite ease-in-out;
  transform-origin: center bottom;
}

.pc_area .time_now {
  background: #FF9B00;
  text-align: center;
  justify-content: center;
  font-size: 16px;
}

.pc_area {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 136.5px;
    z-index: 100;
    background: #FF9B00;
    padding: 5px 0;
}

.fixed-buttons {
  position: fixed;
  top: 50%;                 /* 画面中央寄せ */
  right: 0;                 /* 右端 */
  transform: translateY(-50%); /* 上下中央に調整 */
  display: flex;
  flex-direction: column;   /* 縦に並べる */
  gap: 20px;                /* ボタン間のスペース */
  z-index: 9999;            /* 常に前面 */
}

.fixed-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;  /* 縦書き */
  text-decoration: none;
  color: #fff;
  background-color: #06C745; /* 任意の背景色 */
  padding: 10px 15px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
}

.button1 {
  background: #FF9F00!important;
}

.fixed-buttons a img {
  width: 24px;   /* アイコンサイズ */
  height: 24px;
  margin-bottom: 5px; /* 文字との間隔 */
}

@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

h2.repeater01 {
  position: relative;
}

h2.repeater01::before {
  animation: mochimochi 1s infinite ease-in-out;
  transform-origin: center bottom;
}

/* 親要素: 全体の幅と高さ、およびテキスト配置の基準を設定 */
.diagonal-split-box-sharp-reversed {
  width: 480px; /* サイズは適宜調整してください */
  height: 46px;
  position: relative;
  font-size: 22px;
}

/* --- 背景の左側要素 (水色 #33A3B9) --- */
/* 前回右側だった色を左側に使用 */
.diagonal-split-box-sharp-reversed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #37609F; /* 新しい左側の色 */
  z-index: 1;
  border-radius: 7px;
}

/* --- 背景の右側要素 (青 #37609F) --- */
/* 前回左側だった色を右側に使用 */
.diagonal-split-box-sharp-reversed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #33A3B9; /* 新しい右側の色 */
  border-radius: 7px;

  /* 境界線をより中央に、垂直に近づける（例：45%から55%） */
  clip-path: polygon(
    55% 0, /* 左上の角を全体の45%の位置に移動 */
    100% 0,
    100% 100%,
    45% 100% /* 左下の角を全体の55%の位置に移動 */
  );
  z-index: 2;
}

/* --- テキスト要素 (position: absoluteで重ねる) --- */
.left-text-reversed, .right-text-reversed {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 800;
  z-index: 3;
}

/* 左側テキスト: 水色の上に #FFEE00 (黄色) の「残置物撤去」 */
.left-text-reversed {
  left: 11%;
  color: #FFEE00;
  letter-spacing: 1px;
  padding-bottom: 2px;
}

/* 右側テキスト: 青の上に白文字の「ゴミ屋敷片付け」 */
.right-text-reversed {
  right: 8%;
  color: white;
  padding-bottom: 2px;
  letter-spacing: 1px;
}

/* 全体のコンテナ設定 */
.comparison-container {
  width: 1040px; /* 指定された横サイズ */
  margin: 0 auto;
  padding-top: 40px;
}

.table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
}

.table thead {
    background: #999;
    color: #fff;
}

.table th,
.table td {
    padding: 15px 10px;
}

.block {
  display: block;
}

.aka {
  color: #E70C18;
}

.kuro {
  color: #000000!important;
}

.bggray {
    background-color: #E2E2E2!important;
    color: #000;
}

.bggray span {
  font-size: 30px;
}

.bordergray {
  border: 8px solid #E2E2E2;
}

.fs15 {
  font-size: 15px;
  text-align: center!important;
}

.table th:nth-child(2),
.table td:nth-child(2) {
    border-left: 12px solid #37609F;
    border-right: 12px solid #37609F;
    background: #fff;
}

.table tr th.colorth {
    position: relative;
    border-top: 15px solid #37609F;
    background-color: #37609F;
}

td.lastcolor {
    border-bottom: 10px solid #37609F;
}

.none_table {
  border: none!important;
  background: #F4F9FD!important;
}

.bgwhite {
  background: #fff;
  border-radius: 12px;
  padding-top: 8px;
}

span.spancolor {
  color: #E70C18;
  font-weight: bold;
}

.tbodyimg {
  font-weight: bold;
  font-size: 20px;
}

.tbodyimg .bggray {
  padding-left: 20px;
}

.tbodyimg td {
  text-align: left;
  background: #fff;
}

.bgwhite img {
  width: 240px;
}

.tbodyimg td img {
  width: 55px;
}

.flextd {
  gap: 10px;
  font-size:18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.flextd img {
  margin-left: 20px;
}

.borderwhitebottom {
  border-bottom: 5px solid #fff!important;
}

.borderbluebottom {
  border-bottom: 5px solid #37609F!important;
}

.fs15 img {
  width: 30px!important;
}

.plustxt {
  margin-top: 30px;
}

.plustxt p {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}

.baarea {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
}

.babox {
  display: flex;
  border: solid 3px #0A56CE;
  border-radius: 10px;
  background: #fff;
  gap: 40px;
  padding: 30px;
}

.baleft {
  width: 55%;
}

.baright {
  width: 45%;
}

.baplus {
  padding-top: 10px;
  font-size: 16px;
}

.baboxmt {
  margin-top: 40px;
}

.hurumono {
  color: #fff;
  font-size: 12px;
}

.baleft img {
  width: 100%;
}

.komokumatome {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  gap: 20px;
  margin-bottom: 10px;
}

.komoku {
  background: #278DE4;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 84px;
  height: 32px;
  line-height: 30px;
}

.mini_area p {
  font-size: 16px;
  font-weight: 400;
  padding-top: 15px;
  line-height: 1.6;
}

.hurumono {
  position: absolute;
  bottom: 20px;
  right: 15%;
}

@media only screen and (max-width: 991px) {

  .fv {
      min-height: auto;
      height: auto;
  }

  .slick-list {
    line-height: 0;
  }

  /* テーブルを横スクロール可能にする */
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  /* 1列目を固定 */
  .table td:first-child,
  .table th:first-child {
    position: sticky;
    left: 0;
    background: #fff; /* 背景色は必要に応じて調整 */
    z-index: 1;
  }

  /* 見出しの1列目はさらに上に */
  .table th:first-child {
    z-index: 2;
  }

  .comparison-container {
    width: auto;
  }

  .tbodyimg td {
    min-width: 120px;
    font-size: 14px;
  }

  /* sticky が効くよう border-collapse を separate に */
  .table {
    border-collapse: separate !important;
  }

  /* 共通：横スクロール用ラッパー */
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 右側セルが上にこないよう背景を必ず設定 */
  .table th,
  .table td {
    background: #ffffff;
    position: relative; /* 背景がz-indexの影響を受けやすくなる */
    z-index: 1;
  }

  /* 左列を固定 ＆ 右側より必ず上に */
  .table th:first-child,
  .table td:first-child {
    position: sticky;
    left: 0;
    background: #E2E2E2; /* 固定列の背景は必須 */
    z-index: 2 !important;          /* かなり強めにする */
  }

  .none_table {
    background: #F4F9FD;
  }

  /* thead の最左列はさらに強く */
  .table thead th:first-child {
    z-index: 4 !important;
  }

  .tbodyimg td img {
    max-width: 25px;
    min-width: 25px;
  }

  .flextd {
    flex-flow: wrap;
  }

  .aka {
    width: 100%;
  }

  .flextd img {
    margin-left: 10px;
  }

  .one span {
    color: #E70C18;
  }

  .flextd {
    gap: 10px;
    font-size: 14px;
  }

  .table th, .table td {
    padding: 10px 5px;
    font-size: 14px;
  }

  .bgwhite {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bgwhite img {
    width:180px;
  }

  .plustxt {
    padding-right: 20px;
  }

  .plustxt p {
    font-size: 12px;
  }

  .baarea {
    padding-left: 20px;
    padding-right: 20px;
  }

  .babox {
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
  }

  .baleft,.baright {
    width: 100%;
  }

  .komokumatome {
    font-size: 18px;
  }

  .komoku {
      font-size: 14px;
      width: 76px;
      height: 28px;
      line-height: 26px;
  }

  .baplus {
    font-size: 12px;
  }

  .l-header .l-head_inner {
    z-index: 100;
  }

  .spkotei {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 5;
  }

  .koteiflex {
    display: flex;
  }

  .kotei_left {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .kotei_left .tel_btn {
    width: 46px;
    height: 46px;
  }

  .kotei_left .tel_number a {
    font-size: 19px;
    letter-spacing: 1px;
  }

  .kotei_left .tel_btn p {
    font-size: 14px;
    line-height: 1.3;
  }

  .kotei_left .tel_number p {
    font-size: 10px;
    letter-spacing: 0.1px;
  }

  .kotei_left .tel_number a img {
      height: 19px;
      width: auto;
      margin-right: 6px;
  }

  .kotei_right {
    display: flex;
  }

  .mail_area {
    background: #FF9F00;
  }

  .line_area {
    background: #06C745;
  }

  .kotei_right a {
    width: 74px;
    padding: 5px 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }

  .kotei_right {
    margin-left: auto;
  }

  .kotei_right a img {
    width: 30px;
    height: 30px;
  }


}


  /* スマホだけに適用する場合 */
  @media (max-width: 991px) {
    .table-wrapper {
      overflow-x: auto;
    }

    .tbodyimg .bggray {
      padding-left: 15px;
    }
  }

  @media (max-width: 398px) {
    .kotei_right a {
      width: 62px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      padding: 5px 0;
    }

    .kotei_left {
        padding-left: 6px;
        padding-top: 8px;
        padding-bottom: 10px;
        display: flex;
        gap: 8px;
    }

    .kotei_left .tel_btn p {
      font-size: 13px;
      padding-top: 5.5px;
    }
  }
