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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px; /* 余白の高さを調整 */
}

body {
  /* background-color: #f0ebdf; */

  background-repeat:  no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Yu Gothic", YuGothic,"Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #333333;
  background-color: #fdfdfd;
  /* 以下コンテンツ少ないときでもフッター最下部固定のため */
  display: flex; /* フレックスボックスに有効に */
  flex-flow: column; /* 要素を縦に並べる */
  min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
  font-weight: 500;
}

.wrapper {
  overflow-x: hidden;
  flex: 1;/* コンテンツ少ないときでもフッター最下部固定のため */
}

h2{
  font-family:"Yu Gothic", YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Helvetica',sans-serif;
  font-size: 26px;
  letter-spacing: 0.24rem;
  line-height: 1.3;
}


p {
  color: #333333;
  font-family: "Yu Gothic",YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Helvetica',sans-serif;
  line-height: 2;
  margin: 0;
  font-size: 16px;
  margin: initial;
  letter-spacing: 0.05rem;
  font-weight: 600;
}

img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


ul {
  padding: 0;
}

li {
  list-style-type: none;
  font-weight: 600;
}

.br_sp{
  display: none;
}

svg {
  max-width: 100%;
  height: auto;

}


.contents-wrapper {
  /* background-image: url("../img/lp2e/bg.svg");
  background-repeat:  no-repeat;
  background-position:left center;
  background-size: cover;
  background-attachment: fixed; */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e1fafa calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e1fafa calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
}

.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-top: 20px;  
  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-2 {
  transition-delay: 200ms;
}


/* ーーーーーーーーーーアニメーションーーーーーーーーーー */
/* コンテンツをふわっと出現 （透明度変化）　*/
.fadein {
  opacity : 0;
  transition : all 900ms;
}

.fadein.scrollin {
  opacity : 1;
}

.fadein.scrollin, .fadein-2.scrollin, .fadein-3.scrollin, .fadein-4.scrollin{
  opacity : 1;
  transform : translate(0, 0);
}



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



.sp-on {
  display: none;
}


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

  .pc-on {
    display: none;
  }
}

/** -----------------------------------
    CTA
-------------------------------------**/

#topcta{
  background-color: #106D9E;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

#topcta p{
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}


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

.form_button:hover {
  background-position: 99% 50%;
  transform: scale(1.01, 1.01);
  background-color: #73D5D8;
}

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

.form_button {
  width: 90%;
}
}

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


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

#s_problem h2{
  text-align: center!important;
  font-size: 22px;
  margin: 5px auto 40px!important;
  letter-spacing: 1.6px;
  line-height: 1.6;
}

#s_problem span{
  font-size: 15px;
}


.onayami{
  position: relative;
  padding: 45px 50px 25px;
  width: 68%;
  margin: 0 auto 20px;
  background: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);

}


.onayami li {
  list-style: none;
  background: url(../img/lp2e/check.svg);
  line-height: 2em;
  background-repeat: no-repeat;
  background-position: 2px 0px;
  background-size: 20px;
  padding-left: 36px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  font-size: 16px;
  border-bottom:1px solid #E8E8E8;
}

.onayami li:first-child{
  border-top:0px;
}

.onayami span{
  color: #03A6BB;
  font-weight: bold;
}

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

  .onayami{
    width: 90%;
    padding: 35px 15px 25px;
  }

  .onayami h5 {
    font-size: 18px !important;
    margin: 5px auto 40px !important;
  }

  .onayami img{
    bottom: -75px;
    right: 10px;
    width: 130px;
  }

  .onayami li {
    font-size: 13.2px!important;
    background-position: 2px 6px;
    background-size: 16px;
    padding-left: 24px;
}
  }


/** -----------------------------------
  reason01
-------------------------------------**/


#reason01{
  background-image: url("../img/lp2e/bg_e.webp");
  background-repeat:  no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}

#reason01 h2{
 color:#fff;
 font-weight: 600;
}

#reason01 p{
  color:#fff;
  text-align: left;
 }

#reason01 span{
  background-color: #73D5D8;
  padding: 3px;
  color: #333;
  font-weight: 600;
}

.r_text{
  width: 75%;
  margin: 40px auto;
}

@media screen and (max-width: 700px) {
  .r_text{
    width: 84%;
  }
}

/** -----------------------------------
  reason02
-------------------------------------**/

#reason02{
  padding-top: 132px;
  padding-bottom: 70px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eeeeee calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #eeeeee calc(100% - 1px));
  background-size: 32px 32px;
  background-repeat: repeat;
  background-position: center center;
  margin: 0 auto;
}

.quote-box {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 1.6;
}

.quote-box::before,
.quote-box::after {
  font-family:"Yu Gothic", YuGothic,"Noto Sans JP", serif;/* クオートマーク用のフォント */
  font-size: 36px;  /* クオートのサイズ */
  color: #aaa; /* クオートの色 */
  position: absolute;
}

.quote-box::before {
  content: "“"; /* 左クオート */
  left: 10px;
  top: 0;
}

.quote-box::after {
  content: "”"; /* 右クオート */
  right: 10px;
  top: 0;
}

.text-box{
  background-color: #fff;
  width: 70%;
  padding: 40px;
  margin: 50px auto 70px;
}

#reason02 span{
  background-color: #73D5D8;
  padding: 3px;
  color: #333;
  font-weight: 600;
}
#reason02 .onayami{
  background: none;
  width: 100%;
  box-shadow: none;
  padding: initial;
  padding-top: 20px;
  padding-bottom: 20px;
}


#reason02 .onayami li {
  color: #03A6BB;
  border-bottom:0;
  margin-bottom: 20px;
}



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

  .text-box{
    width: 90%;
    padding: 40px 20px;
  }

  .quote-box {
    width: 80%;
    font-size: 20px;
}

  }

/** -----------------------------------
  reason03
-------------------------------------**/


#reason03{
  padding-top: 100px;
  padding-bottom: 0;
  background-color: #EFEFEF;
  background-repeat: repeat;
  background-position: center center;
  margin: 0 auto;
  text-align: center;
}

#reason03 .quote-box {
  width: 70%;
}


#reason03 img{
  width: 70%;
  text-align: center;
  display: inline-block;
  margin: 32px auto;
}

#reason03 span{
  background-color: #73D5D8;
  padding: 3px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
}

.background-gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #4283A1 100%);
  padding: 40px 0; /* 上下の余白を確保 */
  text-align: center; /* 文章を中央揃えにする場合 */
}

.background-gradient p{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 40px;
}

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

  #reason03 img {
    width: 98%;
}
  }

/** -----------------------------------
  howto
-------------------------------------**/

#howto {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #4283A1;
  position: relative;
}

.howtoflex{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

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

.concept_img img{
  width: 80%;
}

.concept_text{
  margin-bottom: 50px;
  text-align: center;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Helvetica',sans-serif;}

.concept_text p{
  line-height: 3;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Helvetica',sans-serif;
}
.blanks{
  padding: 0.5em 1em;
  margin: 2em .5em;
  border: solid .4px #444444;
}

.background-text {
  position: absolute;
  top: 5%;
  transform: translateY(-40%) rotate(0deg);
  font-size: 50px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  line-height: 1.2;
  text-align: right;
  letter-spacing: 5px;
}
.background-text span {
  display: block;
}

.change {
  margin-bottom: -100px; /* ちょっと下げる */
}

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

  .howtoflex{
    display: block;
  }
  .concept_img {
    width: 90%;
}
.concept_img img{
  width: 90%;
}
.background-text{
  top: 40%;
}
.background-text span {
  font-size: 40px !important;
}

.concept_text img{
  width: 90%;
}

}

/** -----------------------------------
   講師プロフ
-------------------------------------**/
#profile{
  background-color: #ffffff;
  padding-top: 75px;
  padding-bottom: 60px;
}

#profile h2{
  text-align: center;
  font-size: 26px;
padding: 40px 0;
width: 80%;
margin: 0 auto;
}

.flex_m{
  display: flex;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
}

.m_contents{
  display: block;
  margin: 0 auto;
  text-align: left;
}

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

.m_contents h3{
  font-size: 16px;
  width: 90%;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  margin: 20px 0;
}

.nametitle{
  font-size: 12px;
  letter-spacing: 1px;
}

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

.spnone{
  display: inline;
}

#profile .onayami {
  width: 90%;
  background: none;
  box-shadow: none;
  padding: 0px 0px 25px;
  margin: 0 auto;
}

#profile .onayami li {
  list-style: none;
  background:none;
  line-height: 2em;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  font-size: 13px;
  border-bottom:1px solid #E8E8E8;
}
#profile .onayami li:first-child{
  border-top:0px;
}
@media (max-width: 600px) {

  .m_img {
    width: 100%;
}
  .flex_m{
    display: block;
    align-items: center;
  }
  .m_contents {
    margin: 30px auto 72px;
}
.m_contents h3 {
  font-size: 20px!important;
  text-align: center;
}

.spnone{
  display: none;
}

#profile .onayami {
  width: 100%;
}
}

/** -----------------------------------
    セミナー詳細
-------------------------------------**/

#seminarinfo {
  margin: 0 auto;
  padding: 80px 20px 50px;
  text-align: left;
  background-color: #F4F4F4;
}

#seminarinfo h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.seminarinfo-list {
  list-style: none;
  padding: 0;
  width: 70%;
  margin:50px auto;
}

.seminarinfo-list li {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 1.3px;
}

.seminarinfo-list .number {
  color: #03A6BB;
  font-size: 24px;
  margin-right: 14px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.seminarinfo-case {
  background: #ffffff;
  padding: 0;
  border-radius: 5px;
  width: 60%;
  margin: 50px auto;
}

.case-title {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.case-content p {
  font-size: 14px;
  margin: 5px 0;
  padding: 16px 30px 40px;
}

.case-content span {
  float: right;
  padding-right: 55px;
}

.s_info {
  width: 70%;
  margin: 70px auto;
  padding-top: 30px;
}
.s_info p{
  font-size: 15px;

}


#seminarinfo .onayami {
  width: 90%;
  background: none;
  box-shadow: none;
  padding: 0px 0px 25px;
  margin: 0 auto;
}

#seminarinfo .onayami li {
  list-style: none;
  line-height: 2em;
  background-size: 20px;
  padding-left: 27px;
  padding-bottom: 5px;
  margin-bottom:15px;
  letter-spacing: 1.5px;
  font-size: 15px;
  border-bottom:0;
}


#seminarinfo .form_button {
  width: 70%;
  height: 60px;
  margin-top: 50px;

}

@media (max-width: 600px) {

  .seminarinfo-list {
    width:92%;
    margin:50px auto;
  }

  .seminarinfo-list li {
    display: block;
    margin-bottom: 25px;
    line-height: 1.8;
}


  .seminarinfo-case {
    width: 95%;
    padding-bottom: 25px;
}
.case-content span {
  padding-right:0px;
  font-size: 12px!important;
}
.case-content p {
  font-size: 12px!important;
}

.s_info {
  width: 95%;
  margin: 100px auto;
}
.s_info p{
  font-size: 13.5px!important;
}

#seminarinfo .form_button {
  width: 100%;
  height: 60px;
  margin-top: 50px;
  padding: 30px 0;
}
#seminarinfo .onayami {
  width: 100%;

}}

/** -----------------------------------
    メッセージ（最後に）
-------------------------------------**/

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

#message h2{
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.08rem;
  line-height: 1.5;
}

.messageflex{
  display: block;
  width: 70%;
  margin: 0 auto;
}

.m__image{
  text-align: center;
}

.m__image img{
  width: 50%;
  text-align: center;
}

.last_msg {
  margin: 70px auto;
}

.last_msg p {
  font-size: 16px;
}

@media (max-width: 600px) {

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

}

}


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

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

.kotei img {
  width: 170px;
  transition-duration: .4s;
}
.kotei img:hover{
  transform:scale(1.1,1.1); 
}



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

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

@media (min-width: 800px) and (max-width: 1000px) {
   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{
    font-size: 21px!important;
  }

  h3, h4, p, span, li, a {
    font-size: 0.9rem!important;
  }

}


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


#footer_banner{
  display: none;
}

#footer{
  display: none;
}
body.admin-bar {
  padding: 0;
}