@charset "UTF-8";

/* =========================
   HERO BUBBLES
========================= */

.hero{
  position:relative;
  overflow:hidden;
}

.hero-bubbles{
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
}

.hero-bubbles span{
  position:absolute;
  bottom:-80px;
  border-radius:50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255,255,255,.95) 0%,
      rgba(235,243,248,.85) 20%,
      rgba(210,220,228,.75) 50%,
      rgba(185,198,210,.55) 75%,
      rgba(165,180,195,.35) 100%
    );

  border:1px solid rgba(190,205,220,.55);

  box-shadow:
    inset -8px -8px 14px rgba(130,145,160,.18),
    inset 8px 8px 14px rgba(255,255,255,.9),
    0 0 10px rgba(180,210,235,.25);

  opacity:0;
  mix-blend-mode:screen;
filter:blur(.2px);
}

.hero-bubbles span::before{
  content:"";
  position:absolute;
  width:28%;
  height:28%;
  top:18%;
  left:18%;
  border-radius:50%;
  background:rgba(255,255,255,.95);
  filter:blur(2px);
}

.hero-bubbles span::after{
  content:"";
  position:absolute;
  width:12%;
  height:12%;
  top:38%;
  left:32%;
  border-radius:50%;
  background:rgba(255,255,255,.7);
}

@keyframes bubbleStack{

  0%{
    opacity:0;
    transform:
      translateY(0)
      translateX(0)
      scale(.8);
  }

  15%{
    opacity:.95;
  }

  70%{
    opacity:.95;
    transform:
      translateY(-120px)
      translateX(var(--drift))
      scale(1);
  }

  85%{
    opacity:.95;
    transform:
      translateY(-140px)
      translateX(var(--drift))
      scale(1.02);
  }

  100%{
    opacity:0;
    transform:
      translateY(-170px)
      translateX(var(--drift))
      scale(1.08);
  }

}





.hero-label{
font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 8px 20px;
    max-width: 1280px;
    background: var(--gold);
    color: #ffffff;
    display: inline-block;
      box-shadow:var(--shadow-md);
      border-radius: var(--radius-sm);
}

.hero-label span{
  font-size: 16px;
  font-weight: 300;
letter-spacing: .05em;}
.hero-label p{
  font-size: 16px;
}


.hero-inner{
  max-width:1280px;
  margin:0 auto;
  padding:48px 20px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:3;
}

.hero-left{
  width:60%;
}

.hero-subcopy{
  font-weight:700;
  margin-bottom:16px;
}

.hero h1{
  line-height:1.1;
  font-weight:900;
  margin:0 0 30px;
  letter-spacing:-0.03em;
}

.hero-text{
  line-height:1.8;
  margin-bottom:40px;
}

.hero-left h1,
.hero-left .hero-subcopy,
.hero-left .hero-text,
.hero-left .hero-label{

  opacity:0;
  transform:translateY(20px);

  animation:textFade .8s ease forwards;
}

.hero-left .hero-subcopy{
  animation-delay:.2s;
}

.hero-left h1{
  animation-delay:.4s;
}
.hero-left h1 span{
font-size: 1.6rem;
}
.hero-left .hero-label{
  animation-delay:.6s;
}

.hero-left .hero-text{
  animation-delay:.8s;
font-weight: 700;
}
.hero-left .hero-text span{
  font-size: 16px;

}
@keyframes textFade{

  from{
    opacity:0;
    transform:translateY(20px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }
}
.hero-right{
  width:40%;
  position:relative;
  text-align:center;
}

.hero-product{
  width:100%;
  position:relative;
  z-index:5;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.15));

  opacity: 0;
  transform: translateY(50px) scale(.95);

  animation:
    heroFadeUp 1.25s ease-out .3s forwards;
}

@keyframes heroFadeUp{
  from{
    opacity: 0;
    transform: translateY(50px) scale(.95);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}





.hero-note{
  font-size:14px;
  line-height:1.8;
  text-align:left;
  display:inline-block;
}

/* 泡画像レイヤー */
.bubble{
  position:absolute;
  z-index:1;
  pointer-events:none;
}

.bubble-top{
    width: 700px;
    top: -276px;
    right: -153px;
    opacity: .35;
}

.bubble-bottom{
width: 860px;
    left: -340px;
    bottom: -460px;
    opacity: .25;
}

/* スマホ */
@media(max-width:1024px){
  .hero{
    min-height:auto;
  }

  .hero-inner{
    flex-direction:column;
    text-align:center;
  }

  .hero-left,
  .hero-right{
    width:100%;
  }

  .hero-text{
    text-align: left;
  }
.hero-label{
    padding: 16px 20px;
    line-height: 1;
}


  .hero-product{
max-width: 56%;
        margin: 40px auto 0;
  }

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


  .bubble-top{
    width:300px;
    top:-80px;
    right:-80px;
  }

  .bubble-bottom{
    width:140px;
    left:-20px;
    bottom:10px;
  }
}

@media(max-width:550px){
    .hero-product{
max-width: 72%;
}
   .hero-btn{
    font-size:16px;
    padding:16px 24px;

  }
  }




/* ---------- worries ---------- */
.worries{
  padding: 80px 0 0;
}
.worries-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.worries-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  align-items: center;
  gap: 40px;
}

.worry-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.worry-item {
  max-width: 320px;
}

.worry-icon {
  width: 80%;
  margin-bottom: 20px;
}

.worry-item h3 {

  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
color: var(--blue);
}

.worry-item p {
  line-height: 1.8;
}

.worry-center {
  position: relative;
  width: 100%;
  text-align: center;
}

.drop-outline {
  width: 100%;
  display: block;
}



@media (max-width: 1024px) {
    .worries {
    padding: 0px 2px;
  }
  .worries-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* ← 中央コンテンツを最上部に */

  .worry-center {
    order: -1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .worry-col {
    gap: 36px;
    align-items: center;
    text-align: center;
  }

.worry-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 18px;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .worry-icon {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }

  .worry-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .worry-text h3 {
    margin: 0 0 8px;
    line-height: 1.5;
  }

  .worry-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
  }
  }
@media (max-width: 550px) {

  .worries-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;

  }

  .worry-col {
    display: contents;
  }

  .worry-center {
    order: -1;
    max-width: 360px;
    margin: 0 auto 20px;
  }

  .worry-item {

    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    align-items: start;
  }

  .worry-icon {
    width: 64%;
    margin: 0 auto;
  }

  .worry-text {
    text-align: left;
  }

  .worry-text h3 {
    font-size: 20px;
    margin: 0 0 8px;
    line-height: 1.5;
  }

  .worry-text p {
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
  }
}


/* ---------- scroll fade-in ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* delayクラスで時間差アニメーション */
.delay1 { transition-delay: 0.1s; }
.delay3 { transition-delay: 0.3s; }
.delay5 { transition-delay: 0.5s; }
.delay7 { transition-delay: 0.7s; }
.delay9 { transition-delay: 0.9s; }

/* ---------- install ---------- */

.install{
  padding: 0 0 80px;
}
@media screen and (max-width:550px){
  .install{
  padding:40px 20px 40px;
}
}
.install-text {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.install-text .arrow{
  width: 16%;
  margin: auto;
}
@media (max-width: 768px) {
.install-text .arrow{
  width: 24%;
}
}

.install-lead {
  font-weight: 700;
  line-height: 1.45;
  margin: 20px 0;
  color: var(--blue);
  text-align: center;
}

.install-text{
margin: 0 auto;
}


.install-text h2 {
margin: 0 auto 40px;
text-align: center;
}

.install-text h3.mv-title{
margin: 80px auto 40px;
font-size: clamp(2rem, 1.833rem + 0.83vw, 2.5rem);
line-height: 1.25;
text-align: center;}

.install-image{
display: flex;
align-items: center;
justify-content: center;
margin-top: 80px;
}
@media (max-width: 550px) {
  .install-image{
margin-top: 40px;}
}
.install-image img {
  width: 80%;
}

@media (max-width: 768px) {
.install-image img {
  width: 100%;
}

  .install-section {
    padding: 20px 0;
  }

  .install-text {
    order: 1;
  }

  .install-image {
    order: 2;
      width: 100%;
  }

  .install-text h2 {
    font-size: 52px;
    line-height: 1.1;
  }

  .install-lead {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .install-desc {
    font-size: 17px;
    line-height: 1.8;
  }
}

@media (max-width: 550px) {
  .install-text h2 {
    font-size: 42px;
  }
  .install-lead {
    font-size: 19px;
  }
  .install-desc {
    font-size: 15px;
  }
}

/* ---------- about-ufb ---------- */

.about-ufb {
  padding: 100px 0;
  background: #fff;
   overflow: hidden;
}

.about-ufb__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*gap: 56px;*/
}

.about-ufb__content{
  text-align: center;
padding: 0 20px;}


h2.about-ufb__title{
    font-size:clamp(4rem, 3.667rem + 1.67vw, 5rem);
    margin-bottom: 0;
}
.about-ufb__subtitle{
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
    margin-bottom: 10px;
}
h3.about-ufb__catch{
padding: 1rem;
    margin-bottom: 0.2rem;
    background-image:
        repeating-linear-gradient(45deg, #817919 0 3px, #a49809 3px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 4rem) 100px, 100%;
    background-position: center;
    color: #ffffff;
  font-size: clamp(2.5rem, 2.333rem + 0.83vw, 3rem);
    text-align: center;
}

h3.about-ufb__catch + p{
  text-align: left;
padding: 2rem;}
.about-ufb__image {
  flex: 0 0 52%;
}

.about-ufb__image {
  width: 100vw;
  padding: 0 20px;
}
/* レスポンシブ */
@media (max-width: 1024px) {
  .about-ufb {
    padding: 60px 0;
  }
  .about-ufb__inner {
    flex-direction: column;
    gap: 40px;
  }



@media (max-width: 768px) {
.about-ufb__content{
padding: 0;}
h3.about-ufb__catch{
    background-size: calc(100%) 100px, 100%;
}
h3.about-ufb__catch + p{
padding: 0;}
}


}

.about-ufb__image {
  width: 100vw;
  padding: 0 20px;
}
@media (max-width: 820px) {
.about-ufb__image {
  padding: 0 4rem;
}
}
/* 親はレイアウトだけにする */
.mv-movieBox {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

.mv-movieBox .item {
  width: 100%;
  max-width: 900px; /* 任意：動画の最大幅 */
}

/* ここが重要：レスポンシブ動画対応 */
.mv-movieBox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}

/* iframeを完全追従させる */
.mv-movieBox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* レスポンシブ */
@media (max-width: 550px) {
.mv-movieBox {
  margin: 0 auto 0;
}
.about-ufb__image {
  padding: 0 20px;
}
}

/* ========================================
   BENEFIT
======================================== */

.benefit .container{
  border-radius:20px;
}

.benefit-menu{
  background:#f7f7f7;
  padding:0 0 80px;
}

.benefit-title{
  text-align:center;
  margin-bottom:70px;
}

.benefit-title p{
  font-size:20px;
  font-weight:700;
  letter-spacing:.08em;
}

/* ========================================
   上段レイアウト
======================================== */

.benefit-wrap{
  display:flex;
  align-items:center;
  gap:70px;
}

.benefit-image{
  width:50%;
}



.benefit-body{
  width:50%;
}

.benefit-head{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:35px;
}

.benefit-num{
  width:160px;
  height:160px;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:160px;
  font-weight:700;
  letter-spacing:-0.015em;

  color:var(--bg_basic);
  -webkit-text-stroke:3px #0898ba;
  paint-order:stroke;
}

.benefit-head h2{
  line-height:1;
  color:var(--blue);
  margin-bottom:0;
}

.benefit-body h3{
  line-height:1.5;
  font-weight:700;
  margin-bottom:30px;
}

.benefit-desc{
  line-height:2;
  margin-bottom:40px;
}

/* ========================================
   下段
======================================== */

.benefit-bottom{
  margin-top:60px;
}

.benefit-bottom h4{
  display:flex;
  justify-content:center;
  align-items:center;

  text-align:center;
  line-height:1.5;
  font-weight:700;

  color:var(--blue);

  margin-bottom:40px;

  font-size:clamp(1.25rem,1.083rem + 0.83vw,1.75rem);
}

.benefit-bottom h4::before,
.benefit-bottom h4::after{
  content:"";
  width:3px;
  height:40px;
  background:var(--blue);
}

.benefit-bottom h4::before{
  margin-right:30px;
  transform:rotate(-35deg);
}

.benefit-bottom h4::after{
  margin-left:30px;
  transform:rotate(35deg);
}

/* ========================================
   チェックリスト
======================================== */

.benefit-check-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.benefit-check{
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px;
  border-radius:var(--radius-md);
border: var(--border-whiteband);
background: var(--white);
/*box-shadow:  7px 7px 9px #eceae6,
             -7px -7px 9px #f4f2ed;*/
}

.benefit-check span{
  width:34px;
  height:34px;

  display:flex;
  align-items:center;
  justify-content:center;

  flex-shrink:0;

  color:var(--gold);

  font-size:24px;
  font-weight:700;
}

.benefit-check p{
  font-size:18px;
  font-weight:500;
  line-height:1.6;
  color:var(--blue);
}

/* ========================================
   SECTION SPACING
======================================== */

.benefit-02,
.benefit-03,
.benefit-04{
  padding:0 20px 80px;
}

/* ========================================
   BENEFIT 04
======================================== */

.benefit-04 .benefit-body{
  flex:1;
}

.benefit-cost-card{
  flex:1;
  background:#fff;
  border-radius:var(--radius-md);
  padding:32px;
    border: var(--border-whiteband);
}

.benefit-cost-card h5{
  text-align:center;
  margin-bottom:24px;
  font-size:clamp(
    1.25rem,
    1.167rem + 0.42vw,
    1.5rem
  );

  font-weight:700;
}

.label{
  font-size:20px;
  color:#777;
  margin-bottom:10px;
}

.label.ufb{
  font-size:clamp(
    2rem,
    1.667rem + 1.67vw,
    3rem
  );

  font-weight:900;
  color:var(--text);
  letter-spacing:normal;
  margin-bottom:0;
}

.cost-bar{
  padding:22px;
  border-radius:var(--radius-md);
  text-align:center;
  font-size:36px;
  font-weight:700;
}

.cost-bar.old{
  background:var(--pink-light);
  border:1px solid;
  color:var(--pink);
}

.cost-bar.new{
  background:var(--pink);
  color:#fff;
}

.cost-arrow{
  text-align:center;
  font-size:48px;
  color:var(--pink);
}

.benefit-cost-card small{
  display:block;
  margin-top:12px;
  color:var(--text-mid);
}

/* benefit04のみ4カラム */

.benefit-04 .benefit-check-list{
  grid-template-columns:repeat(4,1fr);
}

.benefit-04 .benefit-check p{
  font-size:16px;
}

/* ========================================
   TABLET
======================================== */

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

  /* SPは全てBenefit02の見せ方に統一 */
  .benefit-wrap{
    flex-direction:column;
    gap:40px;
  }

  .benefit-body{
    order:1;
    width:100%;
  }

  .benefit-image,
  .benefit-cost-card{
    order:2;
    width:100%;
  }

  .benefit-head h2{
    font-size:48px;
  }

  .benefit-body h3{
    font-size:28px;
  }

  .benefit-body h4{
    font-size:26px;
  }

}

/* ========================================
   SP
======================================== */

@media screen and (max-width:900px){
  .benefit-menu{
    padding:70px 20px;
  }
  .benefit-check-list,
  .benefit-04 .benefit-check-list{
    grid-template-columns:1fr 1fr;
  }
  .benefit-cost-card{
    padding:32px;
  }
  .cost-bar{
    font-size:28px;
  }
}

/* ========================================
   SP SMALL
======================================== */

@media screen and (max-width:550px){
  .benefit{
    padding:40px 0 0;
  }
  .benefit.benefit-04{
    padding:40px 0 40px;
  }
  .benefit-title{
    margin-bottom:45px;
  }
  .benefit-wrap{
    gap:40px;
  }
  .benefit-head{
    gap:14px;
    margin-bottom:24px;
  }
  .benefit-num{
    width:80px;
    height:80px;
    font-size:64px;
  }
  .benefit-head h2{
    font-size:36px;
  }
  .benefit-body h3{
    font-size:24px;
    margin-bottom:20px;
  }
  .benefit-desc{
    font-size:16px;
    line-height:1.9;
    margin-bottom:0;
  }
  .benefit-bottom{
    margin-top:40px;
  }
  .benefit-bottom h4{
    font-size:24px;
    margin-bottom:28px;
  }
  .benefit-check{
    padding:18px;
  }
  .benefit-check p{
    font-size:16px;
  }
  .benefit-cost-card{
    padding:24px;
  }
  .benefit-check-list,
  .benefit-04 .benefit-check-list{
    grid-template-columns:1fr;
  }
}


/* =========================
   MECHANISM
========================= */

.mechanism {
  padding: 80px 0;
    background: linear-gradient(90deg, #c8f5ff 0%, #ffe1d4 100%);
}

.mechanism-title {
  text-align: center;
  margin-bottom: 70px;
}

/* サイズ比較 */
.mechanism-card {
  background: #fff;
  border-radius:var(--radius-md);
  padding: 50px;
  margin-bottom: 40px;
  text-align: center;
border: var(--border-whiteband);
}
@media screen and (max-width: 480px) {
  .mechanism-card {
  padding: 40px 20px;
}
}
.mechanism-card h3 {
  margin-bottom: 30px;
      line-height: 1.25;
      color: var(--blue);
}
.mechanism-card h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.mechanism-card img {
  margin:40px 0;
}

@media screen and (max-width: 768px) {
.mechanism-card:nth-of-type(3) img {
width: 60%;}
}
.mechanism-card p {
  line-height: 2;
  color: #555;
}

p.mechanism-flow-lead {
  text-align: left;
margin-bottom: 10px;
}

p.mechanism-flow-lead.fist-lead{
  text-align: center;
}



/* SP */

@media screen and (max-width: 768px) {
  .mechanism {
    padding: 80px 0;
  }

  .mechanism-title h2 {
    font-size: 34px;
  }

  .mechanism-main,
  .mechanism-size-card {
    padding: 28px;
  }

  .mechanismcard h3 {
    font-size: 26px;
  }

  .mechanism-card p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left!important;
  }

  .mechanism-points {
    grid-template-columns: 1fr;
  }

}
@media screen and (max-width: 550px) {
  .mechanism {
    padding: 40px 0;
  }
}

.ufb-points-heading {
    text-align: center;
    margin:80px 0 70px;
}

.ufb-points-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

@media (max-width: 1024px) {
  .ufb-points-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.ufb-points-image img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ufb-points{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 28px;
}

.ufb-points h3 {
    line-height: 1.25;
    color: var(--blue);
}
.ufb-points h3 span{
font-weight: normal;
padding-left: 1rem;
}

.ufb-points-card{
    background: #fff;
  border-radius:var(--radius-md);
    padding: 24px;
    border: var(--border-whiteband);
}

/* =================================
construction
================================= */

.construction {}
.construction-heading {
  text-align: center;
  margin-bottom: 70px;
}
.construction-label {
color: var(--blue);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 28px;
}


/* main */
.construction-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}
.construction-image p {
  margin-bottom: 20px;
}
.construction-image img {
  width: 100%;
  display: block;
}
/* flow */

.construction-flow {
  background: #fff;
  border-radius:var(--radius-md);
  padding: 40px 20px 20px;
    border: var(--border-whiteband);
}
@media screen and (max-width:1024px){
.construction-flow {
order: 2;}
}
@media screen and (max-width:1024px){
.construction-image{order: 1;}
}
.construction-flow-head h3{
text-align: center;
  margin-bottom: 36px;
            color: var(--blue);
}
.construction-flow-head span {
  font-size: 2.4rem;
}
.construction-flow-head p {
  font-size: 2.2rem;
  font-weight: 700;
}
.flow-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.flow-item + .flow-item {
  margin-top: 28px;
}
.flow-num {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
    position: relative;
  padding: 24px 8px;
  margin-bottom: 25px;
  background: var(--blue-light);
}
.flow-num::after{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-width: 15px 33px;
  border-color: var(--blue-light) transparent transparent transparent;
  border-style: solid;
}
.flow-text h3 {
  font-weight: 700;
  margin-bottom: 6px;
      line-height: 1.5;
}
.flow-text p {
  line-height: 1.5;
  color: var(--text-mid);
}

/* point cards */

.construction-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.construction-card {
  background: #fff;
  border-radius:var(--radius-md);
  padding: 36px;
      border: var(--border-whiteband);
}

.construction-icon {
    margin: 0 auto 20px;
    width: 32%;
}

.construction-card h3 {
  margin-bottom: 20px;
      text-align: center;}

.construction-card p {
}



/* responsive */

@media screen and (max-width: 900px) {
  .construction {
    padding: 80px 0;
  }
  .construction-main {
    grid-template-columns: 1fr;
  }
  .construction-points {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  .construction {
    padding: 40px 0;
  }
  .construction-heading {
    margin-bottom: 50px;
  }
  .construction-label {
    font-size: 1.6rem;
  }
  .construction-heading h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .construction-main {
    gap: 28px;
    margin-bottom: 32px;
  }
  .construction-flow {
    padding: 28px 22px;
  }
  .construction-flow-head p {
    font-size: 1.8rem;
  }
  .flow-item {
    gap: 14px;
  }
  .flow-text h3 {
    line-height: 1.6;
  }
  .construction-card {
    padding: 28px 22px;
  }


}


  /* =========================
faq
========================= */
section.faq{
  margin-bottom: 60px;
}
@media screen and (max-width:550px){
  .faq{
    padding:40px 0 80px;
  }
}
.faq-summary{
  background:#f8f8f8; 
  border-radius:8px; 
  padding:24px; 
  margin-bottom:32px; 
  line-height:1.8;
}
.faq-summary h3{
font-size:18px; 
margin-bottom:12px;"
}

.faq-item {
  margin-top: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0C89B7;
}

.faq-question__wrap {
  position: relative;
  padding: 0 8px 0 56px;
  cursor: pointer;
}

.minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: var(--blue);;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: var(--blue);
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
}
@media screen and (max-width: 768px) {
  .faq-question__wrap {
  padding: 0 56px 0 56px;
}
.minus-icon {
  right: 0;
}
.plus-icon {
  right: 0;
}
}


.plus-icon.active {
  transform: translateY(-50%);
}

.faq-question__title {
  font-weight: 800;
  color: var(--blue);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
}
.faq-question__title::before {
    position: absolute;
    border-radius: 100vw;
    content: "Q";
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 800;
    left: 0;
    line-height: 2;
    text-align: center;
    background-color: var(--blue);
    color: #fff !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;}


.faq-answer__wrap {
    height: 0;
  background: none;
  opacity: 0;
  padding: 10px 5px 10px 55px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.7s; /* 擬似要素のトランジションを追加 */
    position: relative;
  cursor: pointer;
}

.faq-answer__wrap.active {
    height: auto;
  opacity: 1;
  padding: 10px 5px 10px 55px;
}

.faq-answer__text {
      font-size: 20px;
  color: var(--blue);
line-height: 1.5;
}

.faq-answer__text::before {
    position: absolute;
    border-radius: 100vw;
    border: 1.5px solid var(--blue);
    content: "A";
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 800;
    left: 0;
    text-align: center;
    color:  var(--blue);
    top: 50% !important;
    transform: translateY(-50%);
    width: 32px !important;
    height: 32px !important;
    line-height: 30px !important;}


.faq-answer__text span {
    font-size: 16px;
      color: var(--text);
}



.faq-item{
  margin-bottom:16px;
  background: var(--bg_basic);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #d6d1bb;
  }
@media(max-width:768px){
  .grid,.cards{grid-template-columns:1fr}
}
 .faq-item summary{
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 600;
  cursor:pointer;
    color: var(--blue);
}

 .faq-item summary + p{  padding-top: 16px;
}
 .faq-item details{margin-bottom:12px}



/* =========================
form
========================= */

/* form style */
#form {
    margin: 100px 0 100px 0;
    background: #f2f2f2;
    border-radius: 40px;
}


@media screen and (max-width:550px) {
#form {
        margin: 80px 0;
}
#form h2{
      margin-bottom: 0;
}


}

#form .content {
width: 60%;
text-align: left;
}

@media screen and (max-width:768px) {
#form .img {
width: 100%;
min-height: 290px;
margin: 0 0 50px 0;
}

#form .content {
width: 100%;
text-align: left;
}
}


#form p {
  font-size: 18px;
    line-height: 2;
    margin: 40px 0;
}

#form p.coution {
line-height: 2;
margin: 0 0 50px 0;
font-size: 14px!important;
color:  #e7242e;
}

#formWrap {
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    padding: 0rem 40px 40px;
}

@media screen and (max-width:820px) {
#formWrap {
width: 100%;
}
}

table.formTable {
width: 100%;
margin: 0 auto;
border-collapse: collapse;
}



table.formTable th {
padding-bottom: .5px;
}
table.formTable td{
      font-size: 20px;
padding-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#form button,
input,
select,
textarea {
background: #fff;
font-size: 18px;
}
#form textarea {
width: 100%;
border-radius: 4px;
}

table.formTable th {
width: 100%;
font-size: 18px;
font-weight: 800;
text-align: left;
padding-bottom: 1rem;

}

table.formTable td.textinput input {
    padding: 20px;
    margin-right: 10px;
    border: 1px solid var(--text-mid);
border-radius: 4px;
height: 40px;
    font-size: 16px;
}

table.formTable td.textinput input+span {
    font-size: 14px !important;
    padding: 10px;
    background: #e7242e;
    border-radius: .5rem;
    padding: 4px 8px;
    color: #fff;
    font-weight: 800;
    height: auto;
}

table.formTable td.checkbox-group label+span {
  font-size: 14px!important;
    background: #e7242e;
    border-radius: .5rem;
    padding: 4px 8px;
    color: #fff;
    font-weight: 800;
        height: auto;
}



.btm_btn {
margin-top: 30px;
}

form input[type="submit"] {
background: var(--blue);;
font-weight: 800;
color: #fff;
padding: 10px 20px;
margin-right: 10px;
border-color: var(--blue);;
width: 40%;
border-radius: 5px;
}

form input[type="reset"] {
background: #373a3d;
color: #fff;
padding: 10px 20px;
width: 40%;
border-radius: 5px;
}

form input[type="button"] {
background: var(--text-mid);
color: #fff;
padding: 10px 20px;
width: 40%;
border-radius: 5px;
}

.policy_txtBox {
    width: 100%;
    height: 240px;
    overflow-y: scroll;
    border: 2px solid var(--text-mid);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.policy_txtBox .inner {
    width: 93%;
    margin: 0 auto;
    padding: 40px 0;
}
.policy_txtBox .inner h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.policy_txtBox .inner h4 {
    font-size: 20px;
}
.policy_txtBox .inner h4:not(:first-child) {
    margin-top: 20px;
}
.policy_txtBox .inner p{
      font-size: 16px!important;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:768px) {
#formWrap {
width: 95%;
margin: 0 auto;
}
  table.formTable tr{
    display:block;
    margin-bottom:24px;
  }

  table.formTable th,
  table.formTable td{
    display:block;
    width:100%;
  }
}
@media screen and (max-width:550px) {
#formWrap {
padding: 0;}
}
/*
table.formTable th,
table.formTable td {
width: auto;
display: flex;
align-items: center;
*/
}

table.formTable th {
margin-top: 5px;
border-bottom: 0;
}

form input[type="text"],
form textarea {
width: 80%;
padding: 5px;
display: block;
/*margin-bottom: 20px;*/
}

form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
display: block;
width: 100%;
height: 40px;
padding: 0;
}
}

/*form style*/
#formWrap.confirmation h3 {
text-align: center;
color: #837b78;
margin: 100px 0;
font-size: 36px;
}

#formWrap.confirmation h3 {
text-align: center;
color: #837b78;
margin: 100px 0;
font-size: 36px;
}

.radio-group,.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.radio-group label,.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 18px;
}


.day input[type="text"]{
    width: 100%;
    max-width: 320px;
    padding: 16px 20px;
    border: 1px solid var(--text-mid);
border-radius: 4px;
    font-size: 16px;
}

input[type="radio"],
input[type="checkbox"]{
    width: 28px;
    height: 28px;
    accent-color: var(--blue);;
    cursor: pointer;
    vertical-align: middle;
;
}

 .inner_day_flex{
    display: flex;
    align-items: center;
    gap: 40px;
}


/* カレンダー本体 */
.ui-datepicker{
    max-width:calc(100vw - 20px);
    width:auto;
        box-sizing: border-box;
    z-index: 9999 !important;
    font-size: 16px;
}

@media screen and (max-width: 768px){
    .ui-datepicker{
        width: 310px !important;
        font-size: 14px;
    }

}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
    width: 32%!important;

}
.ui-datepicker .ui-datepicker-title select {
    margin: 0 8px!important;
}
.ui-datepicker th {
    font-size: 16px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-size: 16px!important;
}

/* ヘッダー */
.ui-datepicker .ui-datepicker-header{
    position: relative;
    height: 48px;
}

/* ボタン本体 */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background: var(--text-mid);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 左右位置 */
.ui-datepicker .ui-datepicker-prev{
    left: 8px!important;
}

.ui-datepicker .ui-datepicker-next{
    right: 8px!important;
}

/* デフォルトアイコン削除 */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
    display: none!important;
}

/* 細い矢印 */
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.ui-datepicker .ui-datepicker-prev:before{
    transform: rotate(-135deg);
}

.ui-datepicker .ui-datepicker-next:before{
    transform: rotate(45deg);
}
/* ホバー */
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
    background: #333;
}
.ui-datepicker-title {
    font-size: 18px;
    font-weight: bold;
}


/* thanks */
#thanks {
    height: 100vh;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#thanks h2{
font-size: clamp(3rem, 2.333rem + 3.33vw, 5rem);
}


#thanks p {
padding-top: 30px;
}

