@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
box-sizing: border-box;

}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
textarea {
resize: none;

border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
max-width: 100%;
height: auto;
width /***/:auto;
}

h3:before{
content: none;
}
h2:before{
content: none;
}


/* =========================
共通の設定
========================= */

/* 文字の設定 */
body{
font-size: 17px;
color: #6B7C8E;
font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
font-weight: 500;
}

p {
line-height: 1.5;
}

h1, h2, h3 {
line-height: 1.3;
}

h1, h2 {
letter-spacing: 0.01em;
}


h2 {
font-size: clamp(30px, 2.4vw, 35px);
line-height: 1.4;
font-weight: 900;
text-align: center;
color: #F9C331;
position: relative;
}

h3 {
display: inline-block;
padding: 0 2em;
font-size: 18px;
/* width: 250px; */
height: 30px;
/* display: flex; */
border-radius: 15px;
justify-content: center;
align-items: center;
margin-bottom: 1rem;
line-height: 1.5;
text-align: center;
color: #fff;
background-color: #6B7C8E;
}

h2::after {
content: "";
position: absolute;
left: 50%;
bottom: -0.7em;
transform: translateX(-50%);
width: 60px;      /* ←横棒の長さ */
height: 1px;      /* ←太さ */
background: #6B7C8E; /* ←色 */
}

.text_c{
text-align: center;
}



/* 余白の設定 */
section{
padding-left: clamp(20px, 5vw, 60px);
padding-right: clamp(20px, 5vw, 60px);
padding-top: clamp(30px, 8vh, 100px);
padding-bottom: clamp(30px, 8vh, 100px);
}

.moduleSkin{
  padding: 0;
}

h2 {
margin-bottom: clamp(55px, 3vw, 60px);
}

.m_bottom15 {
margin-bottom: clamp(24px, 15vw, 120px);
}

.m_bottom10 {
margin-bottom: clamp(20px, 10vw, 60px);
}

.m_1rem{
  margin-bottom: 1rem;
}
.m_2rem{
  margin-bottom: 2rem;
}



/* ドロップシャドウ */

.shadow{
filter:drop-shadow(2px 2px 0px #E1E5E8);
}

.shadow_y{
filter:drop-shadow(2px 2px 0px #DCBC65);
}


/* 文字の装飾 */
.bg_y{
background: linear-gradient(transparent 50%, #FBDB83 50%);
}

.text_or{
color: #F8882F;
}

.text_p{
  color: #ED7980;
}

.text_l{
  font-size: 30px;
  font-weight: 900; 
}

.text_m{
  font-size: 22px;
  font-weight: 600;
}

.text_bold{
  font-weight: 900;
}

/* スマホパソコンのみ表示の設定 */

.pc{
display: none;
}

a[href*=".pdf"]:after {
    content: none;
}

a[href*=".pdf"]{
  display: inline-flex;
}


/* =========================
ホバーの設定
========================= */
a:hover {
opacity: 0.9;
color: #fff !important;
text-decoration: none !important;
}



/* =========================
固定ボタン
========================= */

.fixed_logo {
position: fixed;
width: 50%;
max-width: 250px;
height: auto;
left: 20px;
top: 20px;
z-index: 800;
}

.fixed_cta {
position: fixed;
font-weight: bold;
z-index: 800;
width: 100%;
bottom: 0;
max-width: 400px;
height: auto;
background: linear-gradient(rgb(255, 146, 80), rgb(255, 123, 47));
color: #fff;
display: inline-flex;
align-items: flex-end;
justify-content: center;
gap: 12px;
padding: 12px 20px 15px;
box-shadow: 0 4px 0 #b56b4a, 0 14px 24px rgba(0, 0, 0, 0.18);
text-decoration: none;
}

.fixed_cta:hover {
opacity: 0.9;
}

.fixed-cta__text{
  line-height: 1.2;
  text-align: center;
}

.fixed-cta__text .l{
  font-size: 22px;
}

.fixed-cta__text .s{
  font-size: 15px;
}



/* =========================
オープニング
========================= */
.dots{
background-color: #ffffff;
background-image:
  radial-gradient(rgba(225,229,232,0.6) 1.5px, transparent 1.5px),
  radial-gradient(rgba(225,229,232,0.6) 1.5px, transparent 1.5px);

background-size: 14px 14px;
background-position: 0 0, 7px 7px;
}


/* =========================
オープニング
========================= */
.opening {
position: fixed;
inset: 0;
background: linear-gradient(#2B3642,#6B7C8D); /* 背景 */
z-index: 900;

/* 中央配置 */
display: flex;
align-items: center;
justify-content: center;

/* 最後に上へスライド */
animation: openingSlideOut 1s cubic-bezier(0.7, 0, 0.2, 1) 2.5s forwards;
}

/* ノイズテクスチャ */
.opening::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;

background-image:
radial-gradient(rgba(255,255,255,0.05) 0.6px, transparent 0.6px),
radial-gradient(rgba(0,0,0,0.05) 0.6px, transparent 0.6px);

background-size: 3px 3px, 3px 3px;
background-position: 0 0, 1.5px 1.5px;

mix-blend-mode: overlay;
opacity: 0.25;
}

/* ロゴ（完全中央） */
.opening_logo {
position: relative;
}

.fv h2::after{
content: none;
display: none;
}

/* 画像自体のアニメ */
.opening_logo img {
width: 30vw;
max-width: 500px;

opacity: 0;
transform: translateY(20px) scale(0.96);

animation: FadeIn 0.9s ease 0.5s forwards;
}

/* ロゴ登場 */
@keyframes FadeIn {
to {
  opacity: 1;
  transform: translateY(0) scale(2);
}
}

/* 背景ごと上にスライドして消える */
@keyframes openingSlideOut {
to {
  transform: translateY(-100%);
}
}


/* =========================
ここからFV
========================= */

.fv{
padding-top: 100px;
padding-bottom: 100px;
}

.fv_upper{
padding-right: 10%;
padding-left: 10%;
}

.fv p{
text-align: center;
}

/* =========================
ここからlead
========================= */

.lead{
position: relative;
background: linear-gradient(180deg, #FEF1CE 50%, #FAD15F 100%);
margin-bottom: 50px;

}

/* 波 */
.lead::before{
content: "";
position: absolute;
background-image: url(/Portals/0/images/LP/kimitsu/2_wave_pc.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
left:50%;
transform: translateX(-50%);
top: -29px;
height: 30px;
width: 100%;
}

/* ▼三角 */
.lead::after{
content:"";
position:absolute;
left:50%;
transform: translateX(-50%);
bottom: -49px;
width:100%;
height:50px;
background: linear-gradient(180deg, #FAD15F 0%, #e6bf5b 50%);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}


/* お悩み */
.lead li{
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  animation: fadeUpPop 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}
.lead li:nth-child(1){
  margin-top: 30px;
}

@keyframes fadeUp {
from{
  opacity: 0;
  transform: translateY(40px);
}
to{
  opacity: 1;
  transform: translateY(0);
}
}

/* =========================
ここから現状
========================= */

.current{
text-align: center;
}

.current .map{
position: relative;
}

.current .ja_sp{
width: 40%;
position: absolute;
left:45%;
top: 35%;
animation: fadeUpPop 1s ease forwards;
animation-timeline: view();
animation-range: entry 10% cover 50%;
z-index: 500;
}

.current ul{
  display: flex;
  gap: 8px;
  justify-content: space-between;
  animation: fadeUpPop .2s ease forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}
.current li{
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  background: linear-gradient(180deg, #FEF1CE 0%, #FAD15F 40%);
  color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
  width: 30%;
}

.current li span{
  text-align: center;
  line-height: 1;
}

.current li:last-child{
  width: 45%;
}

.current_left p:first-child{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.current_left img{
  display: block;
  margin: 0 auto;
  width: 95%;
  animation: fadeUpPop 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 50%;
}

.current_right img{
  display: block;
  margin: 0 auto;
  width: 60%;
}

.map_sp{
  width: 100%;
}


/* =========================
ここからリスク
========================= */

.risk{
  padding-top: clamp(50px, 12vh, 100px);
  background-color: #F0F0F0;
  position: relative;
  margin-bottom: 50px;
}

/* 三角 */
.risk::before{
content:"";
position:absolute;
left:50%;
transform: translateX(-50%);
top: 0;
width:100%;
height:50px;
background: #ffffff;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.risk::after{
content:"";
position:absolute;
left:50%;
transform: translateX(-50%);
bottom: -49px;
width:100%;
height:50px;
background: #F0F0F0;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.risk_lower p{
  text-align: center;
  padding: 0 1rem;
}



.risk_right>p>img, .risk_left>p>img{
  display: block;
  height:200px;
  width: auto;
  margin: 0 auto;
}

.risk_left, .risk_right{
  padding: 25px 0;
  background-color: #fff;
  border-radius: 5px;
}

.shake1{
  animation: fadeUpPopShake 0.9s cubic-bezier(.2,.9,.2,1) forwards;
  animation-timeline: view();
  animation-range: entry 5% cover 30%;
}

.shake2{
  animation: fadeUpPopShake 0.9s cubic-bezier(.2,.9,.2,1) forwards;
  animation-timeline: view();
  animation-range: entry 5% cover 30%;
  animation-delay: 5s;
}

.risk_right{
  position: relative;
}

.ratio{
  position: absolute;
  top: -75px;
  right: 0;
  animation: fadeUpPop 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 30% cover 50%;
}

.ratio img{
  width: 100px;
}

.arrow{
  margin: 0 auto;
}

.arrow div{
  position: relative;
  width: 20px; /* 棒の太さ */
  height: 50px; /* 棒の長さ */
  background-color: #ED7980;
  margin: 0 auto 30px;
}

.arrow div::after {
  content: "";
  position: absolute;
  top: 98%; /* 棒のすぐ下 */
  left: 50%;
  transform: translateX(-50%);
  /* 三角形を小さめに調整 */
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ED7980;
}

/* =========================
ここから理想
========================= */

.ideal{
  text-align: center;
}

.dannetsu_kimitsu{
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 120vw;
  margin: 0 auto 70px;
}

.dannetsu_kimitsu img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.dannetsu_kimitsu img:first-child{
  margin:10px auto 20px;
  width: 90%;
}
.gradient-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120vw;
  max-width: 1200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #FAC332 50%, #FBDC82 100%);
  z-index: -1;
  pointer-events: none;
}

.dannetsu_kimitsu h2::after{
  display: none;
}
.dannetsu_kimitsu h2{
  margin-bottom: 0;
}

/* =========================
ここからQ＆A
========================= */

.qa{
  background-color: #F0F0F0;
}


summary{
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  /* font-size: 20px; */
  font-size: 5vw;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  max-width: 600px;
  margin: 0 auto;
}


.faq-a-head .text_or{
font-size: 20px;
}

.faq-body{
  margin: -5px auto 0;
  padding: 0 1em 1.5em;
  background-color: #fff;
  border-radius: 5px;
  max-width: 600px;
}

.faq-body img, .preparation img{
  display: block;
  padding: 1.5rem;
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
  height: auto;
}

.faq-a-head{
  font-weight: 600;
}


.faq-video {
  margin-top: 12px;
  background: #cfcfcf;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 220px;
}
.faq-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.faq-cta{
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg,#ff9250,#ff7b2f);
  color: #fff;
  font-size: 1rem;
  height: 2rem;
  border-radius: 1.5rem;
  width: 60%;
  font-weight: 600;
  text-decoration: none;
  margin: 1rem auto 0;
  filter:drop-shadow(2px 2px 0px #E1E5E8);
}

.faq-chevron {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #5b6b7c;
  font-weight: 900;
  font-size: 18px;
}
/* 閉じているときの記号（下向き三角）*/
.faq-chevron::after {
  content: "▼";           /* 下向き三角（閉じ） */
  display: inline-block;
  line-height: 1;
  color: #f5b92f;
  transition: transform .18s ease, opacity .12s ease, color .18s ease;
  transform-origin: center;
  font-size: 16px;        /* 微調整 */
}

/* 開いたときの .faq-chevron の見た目 */
.faq-item[open] .faq-chevron {
  color: #f5b92f;
  transform: rotate(0deg);
}

/* 開いたときは記号を × に切り替え */
.faq-item[open] .faq-chevron::after {
  content: "✕";           /* 開いたときの記号（バツ） */
  font-size: 18px;
  transform: rotate(0deg) scale(1);
}

/* オプション：開閉時に小さなスケール変化をつける */
.faq-item[open] .faq-chevron {
  transform: scale(1.03);
}

/* =========================
ここから家を建てる前にできること
========================= */


.pre_inner > div{
  text-align: center;
  background-color: #fff;
  padding: 2rem 0 2rem;
  border-radius: 5px;
  border: 1px solid #E1E5E8;
}

.pre_inner p{
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.preparation h3{
  font-size: 20px;
  font-weight: 600;
  display: block;
  background-color: transparent;
  color: #6B7C8E;
  height: auto;
  padding: 0;
  border-radius: 0;

}
.text_ll{
  font-size: 40px;
}
/* =========================
ここからもっと学ぶ
========================= */
.more img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
footer{
  padding-left: clamp(20px, 5vw, 60px);
  padding-right: clamp(20px, 5vw, 60px);
  margin: 0 auto;
  padding-bottom: 5rem;
}

footer p{
 text-align: left;
}


@keyframes fadeUpPop {
0% {
    opacity: 0;
    transform: translateY(300px) scale(1);
}
60% {
    opacity: 0.5;
    transform: translateY(0) scale(1.08); /* ちょい大きく */
}
100% {
    opacity: 1;
    transform: translateY(0) scale(1); /* 元に戻る */
}
}

.fadepopup{
  animation: fadeUpPop 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}

/*  */
.delay{
  animation-delay: 1s;
}

@keyframes fadeUpPopShake {
  0% {
    opacity: 0;
    transform: translateY(300px) translateX(0) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translateY(0) translateX(-10px) scale(1.08);
  }
  60% {
    opacity: 0.6;
    transform: translateY(0) translateX(10px) scale(1.08);
  }
  70% {
    opacity: 0.85;
    transform: translateY(0) translateX(-6px) scale(1.04);
  }
  85% {
    opacity: 0.95;
    transform: translateY(0) translateX(4px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
  }
}

@keyframes draw-marker {
  from { background-size: 0% 100%; }
  to { background-size: 100% 100%; }
}

.css-marker {
  display: inline;
  background-image: linear-gradient(transparent 60%, #FBDB83 60%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  font-weight: bold;

  /* --- スクロール連動の設定 --- */
  view-timeline-name: --marker-line;
  view-timeline-axis: block;
  /* 要素が画面の20%〜50%の位置に来た時に動かす */
  animation: draw-marker linear both;
  animation-timeline: --marker-line;
  animation-range: entry 35% cover 55%;
}





/* =========================
ここからPC
========================= */
@media (min-width: 768px){

  /* 共通の設定 */
  .sp{
  display: none;}

  .pc{
  display: block;
  }
  
  /* opening */
  @keyframes FadeIn {
  to {
  opacity: 1;
  transform: translateY(0) scale(1);}
  }

  /* ここからFV */

  .fv{
    padding-bottom: 120px;
  }

  .fv_inner{
  min-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 60px; */
  margin: 0 auto 0;
  }

  .fv_upper {
  padding: 0;
  margin: 0;
  order: 1;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  }

  .fv h2{
      margin-bottom: 50px;
  }
  
  .fv_upper img{
  display: block;
  margin: 0 auto;
  width: 65%;

  }

  .fv_upper p{
  font-size: 1.2rem;
  }

  .fv_lower{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }

  .lead{
  margin-bottom: 150px;
  }

  .lead::after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom: -119px;
  width:100%;
  height:120px;
  background: linear-gradient(180deg, #FAD15F 0%, #e6bf5b 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  /* ここから吹き出し */
  .lead_lower{
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 800px;
  text-align: center;
  padding: 200px 0 0 0;
  }

  .lead_person img{
  width: 320px;
  display: block;
  margin: 0 auto;
  }

  .lead_upper p{
    text-align: center;
  }
  

  .bubble{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding:30px;
  width: 260px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 600;
  
  /* 吹き出しアニメ */
  animation: fadeUpPop 2s ease forwards;
  animation-timeline: view();
  animation-range: entry 1% cover 40%;

  }

  .bubble p{
      text-align: center;
  }

  .bubble_1{
  top: 0; left: 100px; 
  background-image: url(/Portals/0/images/LP/kimitsu/3_hukidashi1.png);
  }

  .bubble_2{
  top: 25px; right: 30px;
  background-image: url(/Portals/0/images/LP/kimitsu/3_hukidashi2.png);
  padding-bottom: 60px;
  width: 350px;
  }
  .bubble_3{
  bottom: 80px; left: 0;
  background-image: url(/Portals/0/images/LP/kimitsu/3_hukidashi3.png);
  padding-right: 50px;
  }
  .bubble_4{
  bottom: 30px; right: 0;
  background-image: url(/Portals/0/images/LP/kimitsu/3_hukidashi4.png);
  padding: 50px;
  }

  
  .current, .current p{
  text-align: center;}

  /* マップ */
  .map{
    width: 900px;
    margin: 50px auto 50px;
  }
  .map .bubble{
    position: absolute;
    padding: 0;
    opacity: 0;
  }

  .map_inner{
    width: 900px;
  }

  .us{
    top: 5%;
    left: 72%;
    width: 120px;
    animation-delay: 0s; 

  }
  .ru{
    top: 0%;
    left: 35%;
    width: 120px;
    animation-delay: 1.5s; 

  }
  .uk{
    top: 2%;
    left: 0%;
    width: 130px;
    animation-delay: 5s; 

  }
  .ge{
    top: 12%;
    left: 15%;
    width: 120px; 
    animation-delay: 3s; 
  }
  .de{
    top: 32%;
    left: 2%;
    width: 100px;
    animation-delay: 1.5s; 
  }
  .it{
    top: 35%;
    left: 23%;
    width: 100px;
    animation-delay: 1.5s;
  }
  .ja{
    top: 45%;
    left: 45%;
    width: 300px;
    animation-delay: 2s; 
  }
  .current ul{
    display: none;
  }

  .current_lower{
    display: flex;
    width: 900px;
    margin: 0 auto;
  }

  .current_right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   }
  .current_right p{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
   }

  .current_left{
    margin-bottom: 0;
  }

  .risk_inner{
    width: 900px;
    margin: 0 auto;
  }
  .risk_inner p{
    text-align: center;
  }

  .risk_lower{
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 900px;
  }
   .risk_right, .risk_left{
    width: 45%;
  }

  .arrow{
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
  }

  .arrow div {
    margin: 0 auto 40px;
  }

  .risk::before{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top: 0;
  width:100%;
  height:120px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .risk::after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom: -119px;
  width:100%;
  height:120px;
  background: #F0F0F0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .risk{
    padding-top: 200px;
  }

  .ideal{
    padding-top: 150px;
  }

  .ideal_flex, .more_flex{
    display: flex;
    width: 900px;
    margin: 0 auto;
    gap: 3rem;
  }

  .ideal_flex p,.more_flex p{
    width: 50%;
  }

  .order1{
    order: 1;
  }

  .ideal_flex:first-child{
    margin-bottom: 50px;
  }

  .ideal h3{
    margin-bottom: 3rem;
  }

  .ideal img{
    max-height: 315px;
    display: block;
    margin: 0 auto;
  } 
   
  .order1{
    margin-bottom: 0;
  }

  /* ここから断熱気密 */
  .dannetsu_kimitsu{
  width: 900px;
  height: 900px;
  }

  .dannetsu_kimitsu img:first-child{
    width: 450px;
    margin-top: 50px;
  }


  .gradient-circle {
    width:750px;
  }

  .faq-a-head{
    font-size: 20px;
  }

  .faq-video {
    height: 350px;
  }

  .faq-cta{
    max-width: 200px;
  }

  .faq-body img, .preparation img{
    max-height: 200px;
    width: auto;
    padding: 2rem;
  }

  .faq-body{
    padding: 0 1.5rem 1.5rem;
    font-size: 19px;
  }

  summary{
    padding: 1.5rem 1.5rem;
    font-size: 20px;
  }

  .faq-item{
    margin-bottom: 2rem;
  }

  .pre_inner{
    display: flex;
    width: 900px;
    margin: 0 auto 0;
    gap: 2rem;
  }
  .pre_inner div{
    width: 50%;
  }

  /* 背景 */
  .dots{
  background-color: #ffffff;
  background-image:
    radial-gradient(rgba(225,229,232,0.6) 1px, transparent 1px),
    radial-gradient(rgba(225,229,232,0.6) 1px, transparent 1px);

  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  }

  .preparation div:first-child{
    margin-bottom: 0;
  }

  .more .faq-cta{
    margin: 1rem 0 auto 0;
  }

  .fixed_cta{
    font-size: 22px;
    right: 5%;
    bottom: 5%;
    padding: 20px 10px 25px;
    border-radius: 9999px;
  }

  .fixed_logo {
    left: 5%;
    top: 5%;
  }

  footer{
    padding-bottom: 4rem;
      width: 900px;
  }
}



