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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f3f7fe;
}

h2,h3,h4 {
  color: #555;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}


p {
  margin: initial;
  color: #555;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}


ul {
  padding: 0;
}

li {
  list-style-type: none;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.br_sp{
  display: none;
}


.contents-wrapper {
  background-color: #e8f0f4;
}

.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;
}

.lightblue{
  color:#5d89ba; 
}

.shuiro{
  color: #cf7979;
}

.marker_y{
  background:linear-gradient(transparent 60%, #fefebf 60%);
}

/** -----------------------------------
    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);
}
/** -----------------------------------
    フォント関連
-------------------------------------**/


.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
/** -----------------------------------
    共通
-------------------------------------**/

.mdsp_h3 {
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
}

.mdsp_c {
  font-size: 20px;
  letter-spacing: 2px;
  color: #8db8d7;
  text-align: center;
  font-weight: 400;
}


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



.sp-on {
  display: none;
}


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

  .pc-on {
    display: none;
  }
}

/** -----------------------------------
    3大特典（LINE登録プレゼント）
-------------------------------------**/

#tokuten {
  background-color: #F8F9FB;
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 100px;
}

.tokuten_title {
  padding-top: 1em;
}

.tokuten_title h2{
  font-size: 24px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: initial;
  font-weight: bold;
}

.tokuten_title span{
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN",
  Meiryo, メイリオ, sans-serif;
}
.tokuten_title img{
  width: 180px;
  margin: 0px auto;
  display: flex;
  padding-right: 300px;
}


.t_text {
  width: 50%;
  margin: 50px auto 0;
}

.present03 {
  margin: 45px auto;
}

.present_flex {
  display: block;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.present_box {
  position: relative;
  background: #fff;
  width: 300px;
  padding: 50px 0;
  box-shadow: 2px 2px 10px 0px #d1d0c7;
  text-align: center;
  margin: 20px auto;
  align-content: center;
}

.present_box h3{
  font-size: 17px;
  color: #839DBC;
  line-height: 1.5;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
}

.present_box p{
  font-size: 13px;
  padding-top: 20px;
  
}

.present_box img{
  width: 200px;
  display: inline-block;
  text-align: center;
}

.ribbon {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;

}

.present03{
  margin: 10px auto 40px;
}

.present03 h2{
  text-align: center;
  margin: 0 auto 20px;
  font-size: 36px;
  letter-spacing: 2px;
}


.present_flex{
  display:flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.present_box{
text-align: center;}



.line_button {
  margin: 16px auto 0;
  padding: 2em;
  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: #C2D65A;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.line_button:hover {
  background-position: 99% 50%;
  transform: scale(1.01, 1.01);
  background-color: #62a391;
  color: #ffffff;
  font-weight: bold;
}


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


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

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

#s_problem h2 {
  margin: 40px auto;
}


#s_problem .onayami {
  position: relative;
  background-color: #ffffff;
  padding: 60px 50px 100px;
  width: 80%;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 5px #dedede;
}

#s_problem .onayami ul {
  width: 90%;
  margin: auto;
  position: relative;
  padding-left: 0;
}

#s_problem .onayami li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 28px;
  line-height: 2em;
  font-size: 16px;
  letter-spacing: 1.5px;
}

#s_problem .onayami li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #829DBA;
  font-size: 1em;
}


#common{
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 20px;
}

.arrow{
  height: 150px;
  position: absolute;
  right: 0;
  top: -40px;
  left: 0;
  margin: 0 auto;
}

#common h2{
  margin: 0px auto 48px;
  padding-top: 120px;

}

.common_p{
  width: 80%;
  margin: 45px auto;
  text-align: center;
}

.point-section {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

#common .rbimg{
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 185px;
}

.point-box {
  display: flex;
  gap: 20px;
  padding: 30px;
  margin-bottom: 20px;
  align-items: center;
}

.point-left {
  text-align: center;
  min-width: 80px;
}

.point-label {
  display: block;
  font-size: 16px;
  color: #e7edf4;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.point-number {
  font-size: 48px;
  color: #e7edf4; /* くすみブルー */
  line-height: 1;
}

.point-right {
  flex: 1;
}

.point-title {
  font-size: 20px;
  font-weight: 700;
  color: #839DBC;
  margin-bottom: 12px;
}

.point-text {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.common_bottom{
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
  padding-top: 50px !important;
}

@media screen and (max-width: 600px) {
  .point-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .point-left {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .point-number {
    font-size: 36px;
  }
}

/** -----------------------------------
  メッセージ
-------------------------------------**/

#message-1 {
  margin: 50px auto 0;
  padding: 50px 0;

}

.intro_text{
  width: 90%;
  margin: 45px auto 70px;
  text-align: center;
  display: flex;
  align-items: center;
}

.intro_text p{
  text-align: left;
  display: inline-block;
  padding-left: 40px;
  letter-spacing: 1.5px;
}

.intro_text img{
  display: inline-block;
  width: 40%;
  margin: 0 auto;
}

.text_inner{
  width: 80%;
  margin: 30px auto;
}

.text_inner p{ 
  font-size: 15px;
  letter-spacing: 1.5px;
}

#about_p {
  margin: 50px auto 0;
  padding: 50px 0;

}



.about_p_ex img {
  display: block;
  margin: 0 auto;
  width: 65%;
  padding-right: 75px;
}


.after{
  width: 65%;
  margin: 120px auto 20px;
  text-align: center;
  font-size: 32px;
}

.after p{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 30px;
}


.comment_flex{
  position: relative;
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  padding-top: 50px;
}

.comment_flex_img{
  flex: 1;
}
.comment_flex_text{
  flex: 2;
  text-align: center;
}

.comment_flex_text p{
  text-align: center;
  color: #c0a28a;
  font-weight: bold;
  font-size: 20px;
}

#about_p .arrow {
  height: 120px;
  position: absolute;
  right: 0;
  top: -140px;
  left: 0;
  margin: 0 auto;
}


#about_p .onayami {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto 20px;
}

#about_p .onayami ul {
  width: 90%;
  margin: auto;
  position: relative;
  padding-left: 0;
}

#about_p .onayami li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-align: left;
}

#about_p .onayami li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #cf7979;
  font-size: 1em;
}



.message_flex{
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}

.message_flex_img{
  position: relative;
  width: 50%;
  flex: 1;
  z-index: 1;
}

.message_flex_text{
  position: relative;
  flex: 1;
  z-index: 2;
}

.message_flex_text p{
  position: absolute;
  font-family: serif;
  left: -48px;
  top: -45px;
  bottom: 0;
  letter-spacing: 2px;
  font-size: 16px;
}

.message_flex2{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 64px auto;
  align-items: center;
}

.message_flex_img2{
  width: 50%;
  flex: 1;
}

.message_flex_img2 img{
  width: 90%;
  padding-left: 20px;
}

.message_flex_text2{
  position: relative;
  flex: 1;
}

.message_flex_text2 p{
  letter-spacing: 2px;
  font-size: 16px;
}

.messages_s{
  width: 70%;
  margin: 80px auto;
  letter-spacing: 2px;
}

/** -----------------------------------
    メッセージ１
-------------------------------------**/

#for50s{
  margin-top: 100px;
}

.message01 h5{
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #bca50c;
  font-family: serif;
  letter-spacing: 2px;

}

.message_img{
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.sachiko_img{
  position: relative;
}

.shine{
  width: 65%;
  position: absolute;
  right: -130px;
  bottom: -100px;
  z-index: 0;
}

.message_img_bg{
  width: 50%;
  margin: 0 auto;
}


.message01 p{
  position: relative;
  text-align: center;
  font-size: 15px;
  margin: 64px auto;
  z-index: 1;
  letter-spacing: 2px;
}

.message_img_bg2{
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.message_img_bg2 .shine{
  width: 65%;
  position: absolute;
  left: -28px;
  bottom: 0px;
  z-index: 0;
  opacity: .5;
}

.message_img_bottom{
  width: 68%;
  margin: 0 auto;
}

/** -----------------------------------
  プロフィール
-------------------------------------**/

#s_profile {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fafafa calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fafafa  calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 20px;
  padding-top: 75px;
  padding-bottom: 50px;
}

#s_profile .rbimg{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 185px;
  
}

.profiles_tx{
  width: 72%;
  margin: 0 auto;
}
.profiles_tx p {
  font-size: 14px;
  padding: 15px;
  line-height: 2;
}

.profiles_img {
  width: 65%;
  text-align: center;
  margin: 30px auto;
}

.profiles_tx_name{
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.profiles_tx_name p{
  text-align: center;
}

.katagaki {
  font-size: 17px;
  font-weight: bold;
}

.t_name {
  font-size: 24px;
  font-weight: bold;
  color: #94b4d0;
}

.t_roma {
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  color: #94b4d0;
  padding-left: 1em;
}


/** -----------------------------------
    お客様のお声
-------------------------------------**/

#voice {
  background: #f5f8fb;
  padding: 60px 20px;
  text-align: center;
}

#voice h2 {
  font-size: 1.5em;
  color: #555;
  line-height: 1.5;
  width: 80%;
  text-align: left;
  margin: 40px auto;
}

#voice h2 span {
  color: #94b4d0;
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1.6px;
}

.voice-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.voice-list li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  border-radius: 8px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

.voice-list .highlight {
  color: #cf7979;
  font-weight: bold;
}
/** -----------------------------------
    メッセージ（最後に）
-------------------------------------**/

#message_s {
  margin: 100px auto 40px;
  padding-bottom: 50px;
}

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

.last_msg p {
  font-size: 15px;
  letter-spacing: 1.8px;
}

.last_msg img {
  width: 30%;
  padding-top: 45px;
  display: block;
  margin-left: auto;
}

#message_s .intro_text {
  width: 70%;
  margin-bottom: 0;
}
#message_s .intro_text p{
  padding-left: 0;
}


/** -----------------------------------
    responsive
-------------------------------------**/
@media screen and (max-width: 890px) {

  p {
    font-size: 15px;
  }


  .about_p_ex img {
    padding-right: 0px;
}

#s_problem .onayami img {
  position: absolute;
  width: 150px;
  bottom: -40px;
}


.about_p_ex img {
  width: 85%;
}

}

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

  .br_sp{
    display: block;
  }

  .br_pc{
    display: none;
  }


  /*  特典 */
  .tokuten_title h2 {
    font-size: 16px;
    letter-spacing: 2px;
}

.tokuten_title span {
    font-size: 11.4px;
    letter-spacing: 1.5px;
}
  .tokuten_title img {
    margin: 0px 100px 0 0;
    padding-right: 0px;
  }

  .tokuten_title h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 50px;
}


  .tokuten_title {
      display: block;
      padding-top: 28px;
      padding-bottom: 20px;
    }
  

    .t_text {
      width: 90%;
  }

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

  .present_box {
    margin-bottom: 10px;
    height: inherit;
    padding-top: 36px;
    padding-bottom: 30px;
}
.present_box_img img{
  width: 80%;
  /* max-height: 268px; */
}



  .line_button {
    line-height: 2;
    font-size: 14px;

    width: 86%;
    height: 28px;
  }



  #s_problem .onayami {
    padding: 50px 0px 72px;
    width: 92%;
}

#s_problem .onayami ul {
  width: 90%;
}

.arrow {
  height: 100px;
}


  /*  id=common 共通のお悩み */

  #common {
    padding-left: 0;
    padding-right: 0;
  }

#common h3 {
  font-size: 18px;
}

.common_p {
  width: 95%;
}
.point-section {
  width: 90%;}

  .common_bottom {
    font-size: 16px;
}



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


    

  .intro_text {
    width: 95%;
    display: block;
}

.intro_text p{
  padding-left: 0;
}
.intro_text img {
  width: 80%;
  padding-top: 30px;
}

.text_inner p {
  font-size: 14px;
}

  .mdsp_c img {
    width: 65%;
  }


  .mdsp_h3 {
    font-size: 18px;
  }


.comment_flex{
  display: block;
}

.comment_flex_text p {
  text-align: left;
  font-size: 16px;
}

.comment_flex_img img{
  width: 80%;
  padding-bottom: 30px;
  display: block;
  margin: 0 auto;
}




#foryou .onayami {
  padding: 50px 0px 110px;
  width: 98%;
  margin-bottom: 100px;
}

#foryou .onayami ul {
  width: 92%;
}

#foryou .onayami img {
  width: 120px;
  bottom: -15px;
}

  .onayami {
    padding: initial;
    width: 100%;
}

  .onayami h5 {
    font-size: 18px !important;
}


  .onayami li {
    background-size: 20px;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .program_foryou img {
    width: 99%;
}

.messages p{
  font-size: 14px!important;
}
.message_flex {
  display: block;
}


.message_flex_text p {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 100;
}

.message_flex_img {
  width: 80%;
  display: flex;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

.messages_s {
  width: 90%;
  margin: 80px auto;
  letter-spacing: 2px;
}

.message_flex2 {
  display: block;
  width: 100%;
}
.message_flex_text2 p {
  font-size: 14px;
}

.message_flex_img2 {
  width: 90%;
}


.profiles_tx_name {
  width: 80%;
}

.profiles_tx_name p{
  width: 80%;
  margin: 0 auto;
}
.profiles_tx {
  width: 95%;
}

#s_profile .rbimg {
  width: 110px;
}

.message_img_bottom {
  width: 100%;
}
  
/* お客様のお声 */

#voice h2 {
  font-size: 20px;
  width: 90%;
}

.cv_flex {
  width: 85%;
  padding: 50px 12px;
  text-align: center;
  display: block;
}

.cv_img img {
  width: 100px;
  display: inline-block;
  padding-left: 130px;
}

.cv_voice p {
  padding: 0px 18px;
}
  
    .last_msg {
      width: 86%;
    }
  
    .last_msg img {
      width: 45%;
    }

    #message_s .intro_text p {
      padding-top: 30px;
  }
}


