.header_all,
#navArea,
#footer_contact,
#footer {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  /* background-color: #f0ebdf; */
  background-image: url("../img/lp/cta_bg.svg");
  background-repeat:  no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

}

h2{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: 100;
}

p {
  margin: initial;
}


ul {
  padding: 0;
}

li {
  list-style-type: none;
}

.br_sp{
  display: none;
}


.contents-wrapper {
  background-image: url("../img/lp/cta_bg.svg");
  background-repeat:  no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  background-color: #ffffff;
  box-shadow: 0 0 18px #d9d9d9;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #909090;
  padding-bottom: 20px;
}

.copyright a {
  text-align: center;
  font-size: 12px;
  color: #909090;
}

.mark_yellow{
  background:linear-gradient(transparent 60%, rgb(240, 240, 169) 60%);
}

.red{
  color: #EB4A05;
}

.white{
  color: #fff
}

/** -----------------------------------
    js
-------------------------------------**/
.fadein, .fadein-2, .fadein-3, .fadein-4{
  opacity : 0;
  transform : translate(0, 5px);
  transition : all 900ms;
}

.fadein-2 {
  transition-delay: 200ms;
}

.fadein-3 {
  transition-delay: 400ms;
}

.fadein-4 {
  transition-delay: 600ms;
}

.fadein.scrollin, .fadein-2.scrollin, .fadein-3.scrollin, .fadein-4.scrollin{
  opacity : 1;
  transform : translate(0, 0);
}
/** -----------------------------------
    フォント関連
-------------------------------------**/

  
.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cormorant {
  font-size: 40px;
  font-family:"Aboreto",'Optima',"Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 100;
}

.aboreto-regular {
  font-family:"Aboreto",'Optima',"Cormorant", serif;
  font-weight: 400;
  font-style: normal;
}
/** -----------------------------------
    共通
-------------------------------------**/



/** -----------------------------------
    kv
-------------------------------------**/
#kv img{
  display: flex;
}



.sp-on {
  display: none;
}


@media screen and (max-width: 700px) {
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }
}


/** -----------------------------------
    こんなお悩みありませんか
-------------------------------------**/


#s_problem {
  background-color: #F9F9F9;
  margin: 0 auto;
  padding-top: 50px;
}

#s_problem img {
  text-align: center;
  width:100%;
}

#s_problem h3 {
  margin: 40px auto;
}

@media screen and (max-width: 700px) {
#s_problem {
  padding-top: 25px;
}
}

/** -----------------------------------
   概要説明
-------------------------------------**/

#reason {
  background-color: #DAE6E7;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

#reason h3{
  font-size: 24px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  text-align: center;
}


/* 横並びのコンテナ */
.container {
  max-width: 1000px; 
  display: flex;
  align-items: flex-end; /* 下揃えにする */
  margin: 64px auto 180px;
  justify-content: space-evenly;
}

/* 各円のデザイン */
.circle-box {
  background: white;
  border-radius: 50%;
  width: 32.5%;
  max-width: 330px;
  aspect-ratio: 1 / 1; /* 幅と高さを自動で 1:1 に */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



/* 画像のスタイル */
.icon {
  width: auto; /* 画像のサイズ調整 */
  height: 60px;
  margin-bottom: 10px;
}

/* 見出しのスタイル */
.circle-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

/* 段落のスタイル */
.circle-box p {
  font-size: 12px;
  padding: 10px 40px;
  letter-spacing: 1.2px;
  color: #555;
  line-height: 1.6;
}

.low {
  transform: translateY(125px);
}

.high {
  transform: translateY(0px);
}

.container_bottom{
  position: relative;
}


.container_bottom p{
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

@media (max-width: 800px) {

  .circle-box {
    width: 46.5%;
    margin-bottom:30px;

  }

  .icon {
    height: 40px;
    margin-bottom: 0;
}

  .low {
    transform: translate(-30px, 0);
  }
  
  .high {
    transform: translate(50px, 0);

  }
}

@media (max-width: 600px) {
  #reason {
    padding-top: 50px;

  }

  .circle-box {
    width: 80%;

  }

  .icon {
    height: 32px;
}

  .low {
    transform: translate(0, 0);
  }
  
  .high {
    transform: translate(0, 0);

  }
}


/** -----------------------------------
   概要説明
-------------------------------------**/


#howto {
  padding-top: 132px;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f7f7f7 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
}

#howto h3{
  font-size: 24px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  text-align: center;
  font-weight: 400;
}

#howto h4{
  font-size: 24px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  text-align: center;
  font-weight: 400;
}

.howtoflex{
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}

.concept_img{
  text-align:right;
  width: 50%;
}

.concept_img img{
  width: 80%;
}

.concept_text{
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.concept_text p{
  line-height: 3;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.blanks{
  padding: 0.5em 1em;
  margin: 2em .5em;
  border: solid .4px #444444;
}

@media (max-width: 800px) {
  .container {
      flex-direction: column;
      text-align: center;
      align-items: center;
      margin-bottom: 30px;
  }

}
@media (max-width: 600px) {

  #howto {
    padding-top:65px;

  }
  
.howtoflex{
  display: block;
}
.concept_img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

}




/** -----------------------------------
  /* ととのうプロジェクト３つの戦略 */
  -------------------------------------**/


.strategy{
  padding-top: 50px;
}

.strategy h2{
  background-color: #444444;
  color: #fff;
  padding: .5em 1em;
  text-align: center;
  width: 64%;
  margin: 0 auto;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: 400;
}

.flex_s{
  width: 95%;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin: 100px auto;
}

.titlenumber{
  font-size: 50px!important;
}

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

.s_img{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.s_img img{
  width: 400px;
}

.s_contents{
  width: 75%;
  position: relative;
  text-align: center;
}

.s_contents:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;/*線の上下位置*/
  display: inline-block;
  width: 70%;
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #909090;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

/*下線*/
.s_contents:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 70%;
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #909090;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


.s_contents h3{
  line-height: 1.6;
  margin: 0px auto 24px;
}

.s_contents p{
  font-size: 13.5px;
  text-align: left;
  width: 80%;
  margin: 0 auto;

}

@media (max-width: 800px) {
  .strategy h2{
    font-size: 18px!important;
  }
  .flex_s {
    width: 95%;
    display: block;
    align-items: center;
}
.s_contents{
  margin: 0 auto;
}


.s_img{
  margin: 0 auto 50px;
  width: inherit;
}

}

@media (max-width: 500px) {
  .s_img img{
    width: 320px;
  }
  .s_contents {
    width: 90%;
}
.s_contents p {
  width: 90%;

}
}
/** -----------------------------------
  /* ととのうプロジェクト３つのこだわり */
-------------------------------------**/



#howto .container{
  gap: 10px;
}

.s-box {
  background: #DAE6E7;
  width: 32.5%;
  max-width: 275px;
  aspect-ratio: 1 / 1; /* 幅と高さを自動で 1:1 に */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:2em 1em;
  box-shadow: 0 4px 10px rgba(210, 237, 241, 0.1);
}

.s-box h4{
  font-size: 20px!important;
  margin: 0 0 20px;
  letter-spacing: 1.5px;
  line-height: 1.8;
}


.s-box p{
  font-size: 13px;
  text-align: left;
  width: 90%;
}

#howto .low {
  transform: translateY(50px);
}

@media (max-width: 800px) {

  #howto h2{
    font-size: 18px!important;
  }
  .s-box {
    background: #DAE6E7;
    width: 45%;
    max-width:inherit;
    aspect-ratio: 1 / 1; /* 幅と高さを自動で 1:1 に */
    margin: 32px 0;
    }

    #howto .low {
      transform: translate(0,0);
  }
  #howto .high {
    transform: translate(0,0);
}

}


@media (max-width: 600px) {
  .s-box {
    width: 75%;
    }


}
/** -----------------------------------
  リザルト
-------------------------------------**/

#results{
  padding:75px 0;
}

#results p{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 14px;
}

.result_title h2{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 24px;
  font-weight: 100;
  width: 80%;
  margin: 0 auto;
}

.result_title span{
  font-size: 14px;
}

.container_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 50px 10px;
  width: 80%;
  margin: 0 auto;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  min-height: 60px;
}

.text_r {
  flex: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 32px solid #c9e2e4; /* 三角形 */
  transform: rotate(270deg);
  transition: transform 0.3s ease;
  
}

.result{
  flex: .8;
  padding-left: 20px;
}


/* 画面幅800px以下で縦並びにする */
@media (max-width: 800px) {

  .container_result {
    display: block;
    width: 65%;
 
  }
  .container {
      flex-direction: column;
      text-align: center;
      align-items: center;
      margin-bottom: 30px;
  }
  #results p {
    /* width: 50%; */
    margin: 0 auto;
}

  .triangle {
    transform: rotate(0deg);
    margin: 30px auto;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 18px solid #c9e2e4;
  }
}
@media (max-width: 500px) {

  .container_result {
    display: block;
    width: 85%;
 
  }


}

/** -----------------------------------
    FLOW
-------------------------------------**/

.flow-container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 60px 0;
}

#flow h2{
  text-align: center;
  font-size: 24px;
  border: 1px solid #444444;
  border-width: 1px 0 1px 0;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
font-weight: 100;
padding: 40px 0;
width: 80%;
margin: 0 auto 50px;
}

#flow,.cormorant{
  font-size: 11px;
  letter-spacing: 1px;

}

.flow {
  position: relative;
  padding-left: 30px;
}

/* 縦ライン */
.flow::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  width: 1px;
  height: 80%;
  background-color: #333333;
}

/* 各ステップ */
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

/* 円のスタイル */
.circle {
  width: 60px;
  height: 60px;
  background-color: #333333;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

/* 説明文のスタイル */
.content {
  flex: 1;
  padding: 20px 30px;
}

#flow h3 {
  margin: 0;
  font-size: 16px;
}

#flow p {
  margin: 15px 0 0 20px;
  font-size: 13.5px;
  line-height: 1.5;
  letter-spacing: 1.4px;
}

.option{
  background-color: #F9F9F9;
  padding: 2em;
}

.option p{
  margin: 15px 0 0 5px;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .flow {
    position: relative;
    padding-left: 20px;
}
  .flow-container {
      width: 90%;
  }

  #flow h3 {
    margin: 0;
    font-size: 14px;
  }
  
  #flow p {
    font-size: 12px!important;
    margin: 15px 0 0 0px;
  }
  
  .option{
    padding: 1em;
  }
  
  .content {
    padding: 20px 0 0 20px;
}

  .circle {
      margin-bottom: 10px;
      margin-right: 0;
      width: 40px;
      height: 40px;
  }

  .flow::before {
    left: 42px;
    top: 3px;
    width: .5px;
      transform: translateX(-50%);
  }
}

/** -----------------------------------
    制作メンバー
-------------------------------------**/
#member{
  background-color: #f9f9f9;
}

#member h2{
  text-align: center;
  font-size: 18px;
font-weight: 100;
padding: 40px 0;
width: 80%;
margin: 0 auto;
}

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

.m_contents{
  display: block;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

.m_img{
  display: inline-block;
  width: 50%;
  text-align: center;
}

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

.nametitle{
  font-size: 12px;
}

.m_contents p{
  font-size: 13px;
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .flex_m{
    display: block;
    align-items: center;
  }
  .m_contents {
    margin: 30px auto 72px;
}
}

/** -----------------------------------
    料金
-------------------------------------**/

#price{
  background-color: #DAE6E7;
  padding: 70px 0;
}

.p_container{
  width: 95%;
  margin: 0 auto;
}

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


.p_flex_title{
  -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
font-weight: 100;
}

.p_flex_img{
  width: 100%;
  text-align: center;
}

.p_flex_img img{
  width: 90%;
}

.p_flex_img p{
  font-size: 10px;
  text-align: left;
  padding-left: 3em;
}
@media (max-width: 600px) {

  .flex_p{
    display: block;    
  }

  .p_flex_title {
    margin: 0 0 0 auto;
}
.p_flex_title h2 {
  margin-right: 50px;
  margin-bottom: 40px;
}

.p_flex_img p {
  padding-left: 3em;
  margin-bottom: 40px;
  font-size: 10px !important;
}
}

/** -----------------------------------
    無料相談
-------------------------------------**/


#cta{
  background-image: url("../img/lp/cta_bg.svg");
  background-repeat:  no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}
#cta h2{
  margin: 0 auto 50px;
  text-align: center;
}

#cta p{
  margin: 0 auto 50px;
  text-align: center;
}



.form_button {
  margin: 16px auto 0;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 50px;
  width: 70%;
  height: 40px;
  background-color: #333333;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.form_button:hover {
  background-position: 99% 50%;
  transform: scale(1.01, 1.01);
  color: #444444;
  background-color: #ffffff;
}
/** -----------------------------------
    メッセージ（最後に）
-------------------------------------**/

#message_s {
  margin: 0 auto;
  padding: 100px 0;
  background-color: #FBFBFB;
}

#message_s h2{
  text-align: center;
  
}

.last_msg {
  width: 62%;
  margin: 70px auto;
}

.last_msg p {
  font-size: 15px;
  letter-spacing: 1.8px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}

@media (max-width: 600px) {

  #message_s h2 {
    font-size: 22px!important;
}
  .last_msg {
    width: 80%;
  }
  

}

/** -----------------------------------
    QA
-------------------------------------**/

#faq {
  margin: 100px auto 20px;
  padding-bottom: 100px;
}

#faq h2{
  font-family:"Aboreto",'Optima',"Cormorant", serif;
  font-size: 28px;
  text-align: center;
}

.Qa-Box {
  width: 72%;
  margin: 0 auto;
}

.Qa-Box .Qa dt {
  display: flex;
  align-items: baseline;
  margin: 60px 0 10px;
}

.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left:30px;
  font-weight: bold;
  width: 100%;
  color: #444444;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: 100;
  line-height: 1.8;

}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 30px;
  width: 100%;
  font-size: 13.5px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  line-height: 1.8;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  font-family:"Aboreto",'Optima',"Cormorant", serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 50px;
  height: 45px;
  background-color: #444444;
  border-radius: 50%;
}

.Qa-Box .Qa dd::before {
  content: "A";
  font-family:"Aboreto",'Optima',"Cormorant", serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444444;
  width: 50px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #444;
  border-radius: 50%;

}

@media screen and (max-width: 960px) {
  #faq h2 {
    font-size: 24px!important;
}
  .Qa-Box {
    width: 95%;
  }
}

@media (max-width: 700px) {

  .Qa-Box {
    width: 75%;
  }

  .Qa-Box .Qa dt::before {
    font-size: 14px;
    width: 40px;
    height: 35px;
  }

  .Qa-Box .Qa dd::before {
    font-size: 14px;
    width: 40px;
    height: 35px;
  
  }
  
}


/** -----------------------------------
    固定
-------------------------------------**/

.kotei {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
}

.kotei img {
  width: 170px;
  transition-duration: .4s;
}
.kotei img:hover{
  transform: rotate(8deg); 
}



@media screen and (max-width: 700px){
.kotei img {
    width: 120px;
}
}

/** -----------------------------------
    responsive
-------------------------------------**/

@media (min-width: 800px) and (max-width: 1000px) {
  h2, h3, h4, p, span, li, a {
    font-size: 0.9rem!important;
  }
}

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

  .br_sp{
    display: block;
  }

  .br_pc{
    display: none;
  }
  h2, h3, h4, p, span, li, a {
    font-size: 0.9rem!important;
  }

}


/* *{
  outline: #cc6236 solid 1px;
} */