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

html {
  scroll-behavior: smooth;
}

body {
  /* background-color: #f0ebdf; */
  background-repeat:  no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: lighter;
}

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

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


ul {
  padding: 0;
}

li {
  list-style-type: none;
}

.br_sp{
  display: none;
}

img{
height: auto
}


.contents-wrapper {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #efefef calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #efefef calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}

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

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

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

.mark_yellow{
  background:linear-gradient(transparent 60%, rgb(240, 240, 169) 60%);
  font-size: 16px!important;
}

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

.en {
  font-size: 36px;
  font-family:'Optima','Century Gothic',"Aboreto","Cormorant",sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
}

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

.mdsp_c {
  font-family:'Optima','Gill Sans', serif;
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 1.5px;
  color: #d9dbde;
  text-align: center;
}

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



.sp-on {
  display: none;
}


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

  .pc-on {
    display: none;
  }
}


/** -----------------------------------
    TOPメッセージ & CTA
-------------------------------------**/

#yohaku01{
  margin: 0 auto;
  padding: 100px 0;
  background-color: #fcfcfc;
}


#yohaku01 h2{
  text-align: center;
  margin-bottom: 36px;
}
#yohaku01 p{
  text-align: center;
}

.boundaryp{
  margin: 40px auto 100px;
}


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

}



.event_cta {
  text-align: center;
}

.event_cta h3{
  text-align: center;
  font-size: 28px;
  margin-top: 75px;
}

.event_cta span {
  font-size: 13px;
  letter-spacing: 2px;
}
.detail {
  max-width: 800px;
  margin:40px auto;
}

.detail img{
  text-align: center;
  width: 80%;
}


.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;
  border-radius: 50px;
  width: 70%;
  height: 40px;
  background-color: #8B92A7;
  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: #8B92A7;
  background-color: #d8e3e6;
}

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

  #yohaku01 h2{
    font-size: 20px;
  }

.event_cta p {
  font-size: 10px!important;
  width: 90%;
  margin: 0 auto;
}

.detail img {
  width: 95%;
}
.form_button {
  width: 80%;
}
}
/** -----------------------------------
   こんな人におすすめ
-------------------------------------**/

  /* こんな方へおすすめ（for you） */

  #foryou_s{
    margin: 0px auto;
    background-color: #fcfbfb;
    padding: 100px 0;
  }

.onayami{
  position: relative;
  border-radius: 20px;
  padding: 0px 50px 25px;
  width: 65%;
  margin: 0 auto 20px;

}

.onayami h2{
  text-align: center!important;
  font-size: 27px;
  margin: 5px auto 40px!important;
  letter-spacing: 2px;
}


.onayami li {
  list-style: none;
  background: url(../img/event/list.png);
  line-height: 2.4em;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 30px;
  padding-left: 45px;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  font-size: 14.5px;
}
.onayami img{
  position: absolute;
  bottom: -45px;
  right: 25px;
  width: 200px;

}

.onayami span{
  background:linear-gradient(transparent 60%, #d8edee 60%);
}

@media screen and (max-width: 700px) {
  .onayami{
    width: 90%;
    padding: 0px 0px 25px;
  }

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

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


/** -----------------------------------
    ワークショップの中身（info)
-------------------------------------**/
#info{
  margin: 0px auto;
  background-color: #f8f9f9;
  padding: 100px 0;
}

#info h2{
  text-align: center;
  font-size: 27px;
  margin: 5px auto 40px;
  letter-spacing: 2px;
}

.curriculum {
  width: 64%;
  margin: 0 auto;
}

.curriculum h3 {
  padding: 50px 0 30px;
}

.curriculum span {
  font-size: 18px;
  padding: 1em;
  border: 1px solid #666666;
  background-color: #fff;

}

.curriculum ul {
  padding-left: 24px;
}

.curriculum li {
  list-style: circle;
  line-height: 2em;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  font-size: 14.5px;
}


#core{
  margin: 0px auto;
  background-color: #f4f5f7;
  padding: 45px 0;
}
.messages {
  width: 75%;
  margin: 50px auto;
}

#core p {
  font-size: 15px;
  letter-spacing: 1.8px;
  margin: 50px auto;
  text-align: left;
}

#core span{
  background:linear-gradient(transparent 60%, #d8edee 60%);
}
@media screen and (max-width: 1000px) {

.curriculum h3 {
  font-size: 90%;
}
.curriculum span {
    font-size: 15px;
}

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

  .curriculum {
    width: 90%;
}

.curriculum li {
  font-size: 13px!important;
}
.messages {
  width: 85%;
}
.curriculum span {
    font-size: 13px!important;
}
}

/** -----------------------------------
    プロフ
-------------------------------------**/
#profile{
  background-color: #ececec;
  padding-bottom: 100px;
}

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



.m_contents{
  display: block;
  max-width: 540px;
  margin: 20px auto 50px;
  text-align: center;
}

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

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

.nametitle{
  font-size: 12px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 1.5px;
}

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

.name-title {
  display: flex;
  align-items: center; /* 縦方向を揃える */
  gap: 12px; /* 名前とアイコンの間の余白 */
  justify-content: center;
}

.insta-link i {
  font-size: 20px; /* アイコンサイズ */
  color: #999999;
  transition: 0.3s; /* なめらかに変化 */
  padding-top: 3px;
}

.insta-link i:hover {
  color: #C13584; /* ホバー時の色を少し濃く */
}

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

.nametitle {
  font-size: 11px!important;
}
.m_contents p {
  font-size: 12.5px!important;
}
}

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

#message_s {
  margin: 0 auto;
  padding: 45px 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;
}

@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:'Optima','Gill Sans', 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: #8B92A7;
  font-weight: 100;
  line-height: 1.8;

}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 30px;
  width: 100%;
  font-size: 13.5px;
  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: #8B92A7;
  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: #8B92A7;
  width: 50px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #8B92A7;
  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: 85%;
  }

  .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) {
   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: 20px!important;
  }
  p {
    font-size: 13px
  }
  h3, h4, span, li, a {
    font-size: 0.9rem!important;
  }

  .en {
    font-size: 20px!important;
    font-family: 'Optima', 'Century Gothic', "Aboreto", "Cormorant", sans-serif;
}

}

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

