@charset "utf-8";

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  color: #232323;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-optical-sizing: auto;
  background: #fff;
  margin: auto;
  display: grid;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  overflow-x: hidden;
}
@media only screen and (min-width: 769px) {
  body{
    max-width: 500px;
  }
}
.thin { font-weight: 100; } /* 極細 */
.extra-light { font-weight: 200; } /* 超軽量 */
.light { font-weight: 300; } /* 軽め */
.regular { font-weight: 400; } /* 通常 */
.medium { font-weight: 500; } /* 少し太め */
.semi-bold { font-weight: 600; } /* セミボールド */
.bold { font-weight: 700; } /* 太字 */
.extra-bold { font-weight: 800; } /* 超太字 */
.black { font-weight: 900; } /* 極太 */

h1{
  margin: 0;
}
h2 {
  font-size: 30px;
  margin: 0;
  font-size: initial;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  h2{
    font-size: 48px;
  }
}
h3 {
  font-size: 22px;
  font-weight: 550;
  line-height: 1.5em;
  letter-spacing:0.1em;
}
@media only screen and (min-width: 769px) {
  h3{
    font-size: 32px;
  }
}
p{
  font-size: 16px;
  letter-spacing:0.1em;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  p{
    font-size: 22px;
  }
}
.pc {
  display: none !important;
  line-height: 0;
}
.sp {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  }
  img{
    pointer-events: none;
   }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
img {
  display: block;
}
/*---------------------------------------- fv ----------------------------------------*/
.fv{
  position: relative;
}
.fv img{
  width: 100%;
}
.fv_cta{
  background-color: #DFC861;
  width: 100%;
  position: absolute;
  bottom: -20%;
  padding: 25px 0 10px;
  border-radius: 28% 28% 0 0;
}
/*----- ボタン -----*/
.cta-button {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 10px 18px;
  border-radius: 100px;
  background: linear-gradient(to bottom, #7bcf4b, #4ca53b);
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 350px;
  width: 95%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: shine 3s ease-in-out infinite;
}
.cta-badge {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.badge-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.badge-time {
  font-size: 18px;
  font-weight: bold;
  color: #ff4fa3;
  line-height: 1;
}
.cta-text {
  flex: 1;
  text-align: center;
}
.cta-yellow{
  color: #FBFB08;
}
.cta-text--top {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.cta-text--bottom {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #ffe600;
}
.cta-icon {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.cta-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #4ca53b;
}
.cta-button:hover {
  transition: 0.5s;
  opacity: 0.7;
}
.cta_img img{
  width: 90%;
  max-width: 350px;
  display: block;
  margin: 15px auto 20px;
}
/*---------------------------------------- 下層セクション ----------------------------------------*/
.li-img img{
  width: 100%;
}
.sec01{
  margin-top: 110px;
}
@media only screen and (min-width: 769px){
  .sec01{
    margin-top: 135px;
  }
}
/*---------------------------------------- cta ----------------------------------------*/
.cta{
  width: 100%;
  background-image: url(../img/cta_bg.webp);
  padding: 20px;
  background-size: cover;
  background-position: center;
}
.cta img{
  width: 90%;
  display: block;
  margin: 20px auto;
}
.cta_box{
  position: relative;
  width: 95%;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid rgba(206, 188, 135, 1);
  box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.3);
  padding: 30px 10px 0px;
}
.sb{
  position: absolute;
  top: -3%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
}
.sample-balloon {
  position: relative;
  background-image: linear-gradient(90deg, rgba(136, 91, 45, 1), rgba(190, 123, 78, 1) 50%, rgba(137, 90,45, 1));
  border-radius: 30px;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 100%;
}
.sample-balloon::before {
  content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #BE7B4E transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.sample-balloon p{
  font-size: 18px;
}
.clock img{
  max-width: 120px;
  margin: 20px 0 0 25px;
}
.counseling{
  font-size: 24px;
  color: #CB0017;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #B49D37;
  line-height: 0.5;
  padding-bottom: 20px;
  width: 95%;
  margin: auto;
}
.counseling span{
  font-size: 48px;
}
.ok img{
  width: 70%;
}
/*---------------------------------------- 下層セクション ----------------------------------------*/
.cases{
  background-color: #FEF7D4;
}
.title img{
  width: 100%;
  margin-bottom: 30px;
}
.sub_t{
  background-color: #B0945C;
  width: 90%;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding: 5px 0;
  border-radius: 3px;
}
.ba_img img{
  width: 90%;
  display: block;
  margin: auto;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #B0945C;
  margin: 15px auto;
}
.cases_box{
  background-color: #fff;
  width: 90%;
  margin: 50px auto;
  border-radius: 5px;
  position: relative;
  padding: 35px 20px 20px;
}
.c_title{
  background-color: #B0945C;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 210px;
  margin: auto;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  top: -7%;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.price{
  width: 100%;
  background-color: #fff;
}
.price p{
  text-align: center;
}
.price p span{
  font-weight: 600;
  color: #CB0017;
}
.price .loan{
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 30px auto;
}
.price_title{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 20px;
}
.price_title span{
  display: inline-block;
  padding:  5px 20px;
  background-color: #9C7C31;
  border-radius: 3px;
}
.price .cost{
  width: 70%;
  display: block;
  margin: 0px auto 30px;
}
.price_flex{
  display: flex;
  align-items: center;
  width: 90%;
  min-height: 56px;
  border: 2px solid #B0945C;
  gap: 0;
  border-radius: 5px;
  margin: 0 auto 10px;
}
.price_left{
  width: 45%;
  background-color: #B0945C;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_right{
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  width: 55%;
  padding-right: 10px;
}
.price_right span{
  font-size: 18px;
}
.remarks{
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto 10px;
  width: 90%;
}
.price_box{
  width: 90%;
  background-color: #FEF6E5;
  border-radius: 5px;
  padding: 20px;
  margin: 30px auto;
}
.p_b_t{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.price_box p{
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
}
.price_box p span{
  color: #CB0017;
  font-weight: 600;
}
.act img{
  margin-bottom: 0;
}
.about_bg{
  background-image: url(../img/move_bg.webp);
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
.about-r{
  position: relative;
  height: auto;
  isolation: isolate;
}
.about-p{
  position: relative;
  width: 90%;
  margin: -80px auto 0;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #E7D58C;
  padding: 20px;
  z-index: 999;
}
.a_r_p{
  margin-top: 20px;
  text-align: right;
}
.more-text {
  display: none;
}
.more-text.is-open{
  display: inline;
}
.more-btn {
  margin: auto;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
.more-btn:hover {
  text-decoration: underline;
}
.more-btn.is-open{
  margin-top: 20px;
}
.move{
  background-image: url(../img/move_bg.webp);
  background-size: cover;
  background-position: center;
}
iframe{
  aspect-ratio: 16 / 9;
  width: 90%;
  margin: 0 auto 30px;
  display: block;
}
.move .sub_t{
  font-size: 22px;
}
.clinic{
  background-color: #FEFAF0;
  padding: 50px 0;
}
.clinic_title{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.clinic .sample-balloon{
 width: 80%;
 margin-bottom: 5px;
 font-size: 20px;
}
.clinic_box{
  background-color: #fff;
  border: 2px solid #CEBC87;
  box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto 30px;
  width: 90%;
  padding: 30px 15px 40px;
}
.c_map{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px;
}
.c_map img{
  width: 40px;
}
.c_map span{
  color: #785605;
  font-size: 30px;
  font-weight: 600;
}
.shop_name{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.clinic .shop{
  width: 90%;
  display: block;
  margin: 10px auto;
}
.address{
  border-bottom: 2px solid #785605;
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto 10px;
  font-size: 18px;
}
.clinic_box p{
  width: 90%;
  margin: auto;
  text-align: left;
}
.clinic_box .cta-button{
  padding: 18px 18px;
  font-size: 16px;
  font-weight: 700;
  margin: 5px auto 20px;
}
.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: #785605;
  margin: 20px auto 0;
}
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #785605;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.sectTit:before {
  transform: rotate(-35deg);
}
.sectTit:after {
  transform: rotate(35deg);
}
.line{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #232323;
  width: 250px;
  text-decoration: none;
  color: #232323;
}
.line span{
  padding-right: 10px;
}
.line img{
  width: 35px;
  height: 35px;
}
.line span::after {
  position: absolute;
  right: 10px;
  top: 16px;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #232323;
  border-top: 2px solid #232323;
  transform: rotate(45deg);
}
footer{
  background-color: #785605;
  padding: 20px;
  text-align: center;
  color: #fff;
}
/*---------------------------------------- アニメーション ----------------------------------------*/
/* 共通の初期状態（非表示） */
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateY(20px); /* up の初期位置 */
  transition: all 0.8s ease;
}
/* 上方向フェードイン */
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 左からフェードイン */
.fade-in-left {
  transform: translateX(-20px);
}
.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 右からフェードイン */
.fade-in-right {
  transform: translateX(20px);
}
.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 光る効果（斜めに走る白い光） */
.cta.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 2.4s infinite;
}

/* キラッと動くアニメーション */
@keyframes shine {
  0% {
    left: -100%;
  }
  60% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
/*---------------------------------------- フローティン ----------------------------------------*/
.cta-float{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 0 16px;           /* 端末の左右余白 */
  pointer-events: auto;      /* 背面クリックを殺さない */
}
.cta-float .cta-button::before {
  display: none;
}
/*---------------------------------------- 追加 ----------------------------------------*/
.small-t{
  font-size: 14px;
  color: #fff;
}
/*----- オレンジボタン -----*/
.clinic_box .cta-button02 {
  padding: 18px 18px;
  font-size: 16px;
  font-weight: 700;
  margin: 5px auto 20px;
}
.cta-button02 {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 10px 18px;
  border-radius: 100px;
  background: linear-gradient(to bottom, #EEA062, #E37517);
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 350px;
  width: 95%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.cta-button02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: shine 3s ease-in-out infinite;
}
.cta-text02 {
  flex: 1;
  text-align: center;
}
.cta-text02--top {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.cta-text02--bottom {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #ffe600;
}
.cta-icon02 {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.cta-icon02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #E47619;
}
.cta-button02:hover {
  transition: 0.5s;
  opacity: 0.7;
}
.phone{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 15px auto 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #232323;
  width: 250px;
  text-decoration: none;
  color: #232323;
}
.phone span{
  padding-right: 10px;
}
.phone img{
  width: 28px;
  height: 28px;
}
.phone span::after {
  position: absolute;
  right: 10px;
  top: 16px;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #232323;
  border-top: 2px solid #232323;
  transform: rotate(45deg);
}