@charset "UTF-8";

/*-------------------------------------------
  プロフィール
-------------------------------------------*/
/* .wrapper {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
}    */
.page-header {
    margin-bottom: 40px;
} 
.page-head-textao .section-title {
  font-size: 33px;
  margin-bottom: 20px;
}
#philosophy {
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}
#philosophy .img-top {
    max-width: 360px;
    position: absolute;
    top: 70px;
    left: 50%;
}
#philosophy .text-area {
    width: 70%;
    background-color: #fafafa;
    padding: 7% 0 10% 6%;
    margin-top: 120px;
}
#philosophy .text-area .inner {
    width: clamp(250px, 34vw, 350px);
}
#philosophy .text-area .inner .title {
    font-size: 28px;
    margin-bottom: 40px;
}
#philosophy .text-area .inner .text {
    font-size: 18px;
    margin-bottom: 30px;
}
#philosophy .img-bottom {
    max-width: 250px;
    margin: -60px 0 0 10%;
}
/* #philosophy .img-bottom2 {
    max-width: 280px;
    margin: -280px 0 0 40%;
} */
/*-------------------------------------------
初回の方バナー
-------------------------------------------*/
.trial {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/top/para.svg);
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center top;
    background-size: cover;
    margin-bottom: 60px;
  }
  .trial .box .lesson {
    font-weight: bold;
  }
  .trial .box {
    width: 100%;
    max-width: 500px;
    background-color: rgba(70, 212, 114, 0.5);
    padding: 50px 0;
    text-align: center;
  }
  .trial .box .title-trial {
    color: #333;
    font-size: 28px;
    /* font-weight: bold; */
    margin-bottom: 25px;
  }
  .trial .box .btn-trial {
    color: #fff;
    background-color: #f9b908;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    position: relative;
  }
  .trial .box .btn-trial::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    right: -20px;
  }
/*-------------------------------------------
自己紹介
-------------------------------------------*/
.profile-title {
    font-weight: normal;
    margin-bottom: 40px;
}
.profile-title .ja {
    display: block;
    font-size: 30px;
}
#profile {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
#profile .img {
    margin: 0 50px 0 250px;
}
#profile .detail {
    width: 50%;
}
#profile .detail p {
    font-size: 16px;
    line-height: 1.8;
    background-color: #fafafa;
    padding: 40px;
}

/*-------------------------------------------
経歴、実績
-------------------------------------------*/
#overview {
    margin-bottom: 80px;
  }
  #overview .overview-listpro {
    display: flex;
    flex-wrap: wrap;
  }
  #overview .overview-listpro dt {
    width: 200px;
    border-top: solid 1px #1f1f1f;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0;
  }
  #overview .overview-listpro dt:last-of-type {
    border-bottom: solid 1px #1f1f1f;
  }
  #overview .overview-listpro dd {
    width: calc(100% - 200px);
    border-top: solid 1px #ccc;
    font-size: 19px;
    padding: 40px 0;
    line-height: 1.8;
  }
  #overview .overview-listpro dd:last-of-type {
    border-bottom: solid 1px #ccc;
  }
  .section-titlepro {
    font-size: 22px;
    font-weight: bold;
    position: relative;
  }
  .section-titlepro span {
    max-width: 1000px;
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .section-titlepro ::before {
    content: "";
    width: calc((100% - 1000px) / 2);
    height: 1px;
    background-color: #1f1f1f;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .bestop {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    max-width: 1000px;
    margin: 0 30px 20px 350px;
    background-color: #f9b908;
    border-radius: 30px;
    color: #fff;
    padding: 8px 30px;
  }
  
/*-------------------------------------------
インスタグラム
-------------------------------------------*/
.sns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 40px;
    margin-bottom: 0;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {

.page-head-textao .section-title {
  font-size: 28px;
  margin-bottom: 60px;
}

/*-------------------------------------------
自己紹介
-------------------------------------------*/
.profile-title {
    margin-bottom: 25px;
}
.profile-title .ja {
    font-size: 26px;
}
#profile {
    flex-direction: column-reverse;
    margin-bottom: 60px;
}
#profile .img {
    width: 50%;
    margin-left: 40px;
    margin-bottom: 0;
}
#profile .detail {
    width: 90%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

/*-------------------------------------------
経歴、実績
-------------------------------------------*/
#overview {
    margin-top: 0;
    margin-bottom: 40px;
  }
#overview .overview-listpro {
  flex-direction: column;
}
#overview .overview-listpro dt {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
#overview .overview-listpro dd {
  width: 100%;
  padding: 10px 10px;
}
#overview .overview-listpro dd  {
    font-size: 15px;
}
#overview .overview-listpro dt:last-of-type {
  border-bottom: solid 0px #ccc;
}
#overview .overview-listpro dd:last-of-type {
  border-bottom: solid 1px #1f1f1f;
}
/* .section-titleop {
    margin-bottom: 0;
  }
.section-titleop span {
    margin-bottom: 30px;
  } */
  
/*-------------------------------------------
初回の方バナー
-------------------------------------------*/
.trial {
    height: auto;
    padding: 20px;
  }
.trial .box .title-trial {
    font-size: 19px;
  }
  .trial .box {
    padding: 30px 20px;
  }
/*-------------------------------------------
プロフィール
-------------------------------------------*/
#philosophy {
    margin-bottom: 40px;
    position: static;
}
#philosophy .img-top {
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
}
#philosophy .text-area {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
}
#philosophy .text-area .inner {
    width: 100%;
}
#philosophy .img-bottom {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}
}
