@charset "UTF-8";
/****************************
TOP
*****************************/
/*メインビジュアル*/
.top .mv {
  position: relative;
  margin-bottom: 2.5em;
}

@media screen and (min-width: 767px) {
  .top .mv {
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 1100px) {
  .top .mv .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 1000px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px) {
  .top .mv .visual img {
    height: 520px;
    width: auto;
  }
}

/*3つのStep*/
.top .mv .step {
  background-color: #48b2de;
  padding: 0 0.8em 1.5em;
}

@media screen and (min-width: 767px) {
  .top .mv .step {
    padding: 0 0 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1100px) {
  .top .mv .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top .mv .step img {
  margin-top: -1.5em;
}

@media screen and (min-width: 767px) {
  .top .mv .step img {
    margin-top: -8em;
    max-width: 75%;
    height: auto;
  }
}

@media screen and (min-width: 1100px) {
  .top .mv .step img {
    width:820px;
  }
}

.top .mv .sp{
  width: 100%;
  display: block !important; 
}

.top .mv .tab{
  display: none !important; 
}

.top .mv .pc{
  display: none !important; 
}

@media screen and (min-width: 767px) {
  .top .mv .sp{
    display: none !important; 
  }
  
  .top .mv .tab{
    display: block !important; 
  }
  
  .top .mv .pc{
    display: none !important; 
  }
}

@media screen and (min-width: 1100px) {
  .top .mv .sp{
    display: none !important; 
  }
  
  .top .mv .tab{
    display: none !important; 
  }
  
  .top .mv .pc{
    display: block !important;
  }
}

/*お知らせ*/
.top .information {
  margin-bottom: 1.7em;
}

@media screen and (min-width: 767px) {
  .top .information {
    margin-bottom: 4em;
  }
}

.top .information .information__item {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .top .information .information__item {
    flex-direction: row;
    gap: 1em; 
  }
}

.top .information .information__item .flex_child {
  margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
  .top .information .information__item .flex_child:nth-child(1) {
    width: 150px;
  }
  .top .information .information__item .flex_child:nth-child(2) {
    flex: 1;
  }
}

.top .information .ttl {
  text-align: center;
  font-size: 40px;
  font-size: 5.33vw;
}

@media screen and (min-width: 767px) {
  .top .information .ttl {
    text-align: left;
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 767px) {
  .top .information ul li {
    line-height: 1.8;
  }
}

.top .information .date {
  color: #1aa2db;
  font-size: 30px;
  font-size: 4vw;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .top .information .date {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
}

.top .information .txt {
  line-height: 1.7;
  border-bottom: 0.1em solid #dae2e9;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 767px) {
  .top .information .txt {
    font-size: 17px;
    line-height: 1.8;
    border-bottom: 0.05em solid #dae2e9;
  }
}

.top .information a {
  text-decoration: underline;
}

.top .information a:hover {
  text-decoration: none;
}



/*メッセージ*/
.top .message {
  background-color: #ebf6fc;
  margin-bottom: 2.5em;
  padding: 2.5em 0;
}

@media screen and (min-width: 767px) {
  .top .message {
    margin-bottom: 5em;
    padding: 5em 0;
  }
}

.top .message .ttl {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .top .message .ttl {
    font-size: 34px;
    line-height: 1.8;
  }
}

.top .message .message__txt {
  font-size: 36px;
  font-size: 4.8vw;
}

@media screen and (min-width: 767px) {
  .top .message .message__txt {
    font-size: 20px;
    text-align: center;
  }
}

.top .message .message__subttl {
  font-weight: 600;
  text-align: center;
  padding-top: 2em;
}

@media screen and (min-width: 767px) {
  .top .message .message__subttl {
    font-size: 22px;
  }
}

/*松本塾を立ち上げた理由*/
.top .reason {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 767px) {
  .top .reason {
    margin-bottom: 5em;
  }
}

.top .reason .ttl {
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .top .reason .ttl {
    font-size: 34px;
  }
}

.top .reason .reason__item01{
  display: flex;
  flex-direction: column;
  background-color: #48b2de;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .top .reason .reason__item01{
    flex-direction: row;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1100px) {
  .top .reason .reason__item01{
    width: 1000px;
    margin: 0 auto;
  }
}

.top .reason .reason__item02{
  display: flex;
  flex-direction: column-reverse;
  background-color: #79be50;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .top .reason .reason__item02{
    flex-direction: row;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1100px) {
  .top .reason .reason__item02{
    width: 1000px;
    margin: 0 auto;
  }
}

.top .reason .reason__item03{
  display: flex;
  flex-direction: column;
  background-color: #f5a43b;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .top .reason .reason__item03{
    flex-direction: row;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1100px) {
  .top .reason .reason__item03{
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 767px) {
  .top .reason .flex_child {
    width:100%;
    display: flex;
    justify-content: center;
    align-items:center;
  }
}

.top .reason .reason__ttl {
  font-size: 36px;
  font-size: 4.8vw;
  text-align: center;
  padding: 1em 0 1.5em;
}

.top .reason .reason__item03 .reason__ttl {
  padding: 3em 0 3.5em;
}

@media screen and (min-width: 767px) {
  .top .reason .reason__ttl {
    font-size: 26px;
    font-size: 2.46vw;
    text-align: left;
    padding: 0;
  }
}

@media screen and (min-width: 1100px) {
  .top .reason .reason__ttl {
    font-size: 26px;
  }
}

.top .reason .reason__ttl .ttl__uline {
  border-bottom: 0.1em solid #fff;
  display: inline-block;
}

.top .reason .inner {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.top .reason .reason__img .sp{
  width: 100%;
  display: block !important; 
}

.top .reason .reason__img .tab{
  display: none !important; 
}

.top .reason .reason__img .pc{
  display: none !important; 
}

@media screen and (min-width: 767px) {
  .top .reason .reason__img .sp{
    display: none !important; 
  }
  
  .top .reason .reason__img .tab{
    display: block !important; 
  }
  
  .top .reason .reason__img .pc{
    display: none !important; 
  }
}

@media screen and (min-width: 1100px) {
  .top .reason .reason__img .sp{
    display: none !important; 
  }
  
  .top .reason .reason__img .tab{
    display: none !important; 
  }
  
  .top .reason .reason__img .pc{
    display: block !important;
  }
}

/*塾長紹介*/
.top .introduction {
  background-color: #ebf6fc;
  padding: 2.5em 1.5em;
}

@media screen and (min-width: 767px) {
  .top .introduction {
    padding: 5em 0;
  }
}

.top .introduction .bg {
  background-color: #fff;
  padding: 1em;
}

@media screen and (min-width: 767px) {
  .top .introduction .bg {
    margin: 0 5%;
    padding: 2em;
  }
}

@media screen and (min-width: 1100px) {
  .top .introduction .bg {
    width: 1000px;
    margin: 0 auto;
    padding: 2em;
  }
}

.top .introduction .introduction__item {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .top .introduction .introduction__item {
    flex-direction: row;
    gap: 2em; 
  }
}

.top .introduction .introduction__item .flex_child {
  margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
  .top .introduction .introduction__item .flex_child {
    width: 50%;
  }
}

.top .introduction .introduction__mainttl {
  font-size: 40px;
  font-size: 5.33vw;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .top .introduction .introduction__mainttl {
    font-size: 30px;
  }
}

.top .introduction .introduction__subttl {
  font-size: 34px;
  font-size: 4.53vw;
}

@media screen and (min-width: 767px) {
  .top .introduction .introduction__subttl {
    font-size: 22px;
  }
}

.top .introduction .introduction__engttl {
  color: #1aa2db;
  font-size: 26px;
  font-size: 3.46vw;
  margin-left: 1em;
}

@media screen and (min-width: 767px) {
  .top .introduction .introduction__engttl {
    font-size: 18px;
  }
}

.top .introduction .introduction__txt {
  margin-top: 1em;
}

@media screen and (min-width: 767px) {
  .top .introduction .introduction__item .introduction__txt {
    line-height: 2;
  }
}

.top .introduction a {
  font-size: 32px;
  font-size: 4.26vw;
  text-align: center;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #48b2de;
  border-radius: 0.3em;
  padding: 0.5em 0;
  margin-top: 2em;
}

@media screen and (min-width: 767px) {
  .top .introduction a {
    font-size: 18px;
    width: 300px;
    margin: 2em auto 0;
  }
}


/****************************
PAGE
*****************************/
.page .pagettl {
  background-image: url(../images/sp_titleimg.jpg);
  background-size: cover;
  height: 5.5em;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 767px) {
  .page .pagettl {
    background-image: url(../images/tab_titleimg.jpg);
    background-position: center;
    height: 10em;
    margin-bottom: 2.5em;
  }
}

@media screen and (min-width: 980px) {
  .page .pagettl {
    background-image: url(../images/titleimg.jpg);
    background-position: center;
    background-size:auto;
    background-repeat: no-repeat;
    height: 220px;
    margin-bottom: 3.5em;
  }
}

.page .pagettl h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 40px;
  font-size: 5.33vw;
}

@media screen and (min-width: 767px) {
  .page .pagettl h1 {
    font-size: 40px;
  }
}


/****************************
introduction
*****************************/
.introduction .bluebg {
  background-color: #ebf6fc;
  margin: 2.5em 0;
  padding: 2.5em 0;
}

@media screen and (min-width: 767px) {
  .introduction .bluebg {
    margin: 5em 0;
    padding: 5em 0;
  }
}

.introduction .introduction__ttl {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .introduction .introduction__ttl {
    font-size: 34px;
  }
}

.introduction .introduction__subt {
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 38px;
  font-size: 5.06vw;
  padding: 0.15em 0 0.25em 0.8em;
  border-left: solid 0.25em #48b2de;
}

@media screen and (min-width: 767px) {
  .introduction .introduction__subt {
    font-size: 30px;
    padding: 0.15em 0 0.25em 0.8em;
    border-left: solid 0.25em #48b2de;
  }
}

.introduction dt {
  border-top: 0.1em solid #dae2e9;
  padding: 2em 0 1em;
  font-weight: 600;
  font-size: 34px;
  font-size: 4.53vw;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .introduction dt {
    border-top: 0.05em solid #dae2e9;
    font-size: 22px;
  }
}

.introduction dt span {
  font-weight: 500;
  font-size: 28px;
  font-size: 3.73vw;
}

@media screen and (min-width: 767px) {
  .introduction dt span {
    font-size: 16px;
  }
}

.introduction dd {
  padding-bottom: 2em;
}

.introduction dd:last-child {
  border-bottom: 0.1em solid #dae2e9;
}

@media screen and (min-width: 767px) {
  .introduction dd:last-child {
    border-bottom: 0.05em solid #dae2e9;
  }
}

.introduction dd a {
  color: #1aa2db;
  font-size: 28px;
  font-size: 3.73vw;
}

@media screen and (min-width: 767px) {
  .introduction dd a {
    font-size: 16px;
  }
}

.introduction dd .annot {
  margin-top: 1em;
  font-size: 28px;
  font-size: 3.73vw;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .introduction dd .annot {
    margin-top: 2em;
    font-size: 16px;
  }
}

.introduction .reference {
  line-height: 1.7;
  margin: 1.5em 0 2.5em;
}

@media screen and (min-width: 767px) {
  .introduction .reference {
    margin: 2em 0 5em;
  }
}

.introduction .reference a {
  color: #1aa2db;
  font-size: 28px;
  font-size: 3.73vw;
}

@media screen and (min-width: 767px) {
  .introduction .reference a {
    font-size: 16px;
  }
}



/****************************
experience
*****************************/
.experience .bluebg {
  background-color: #ebf6fc;
  margin-top: 2.5em;
  padding: 2.5em 0;
}

@media screen and (min-width: 767px) {
  .experience .bluebg {
    margin-top: 5em;
    padding: 5em 0;
  }
}

.experience .experience__ttl {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .experience .experience__ttl {
    font-size: 34px;
    line-height: 1.8;
  }
}

.experience .experience__txt {
  font-size: 36px;
  font-size: 4.8vw;
}

@media screen and (min-width: 767px) {
  .experience .experience__txt {
    font-size: 20px;
  }
}


/****************************
support
*****************************/
.support .support__ttl {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .support .support__ttl {
    font-size: 34px;
    line-height: 1.8;
  }
}

.support .support__txt {
  margin-bottom: 3em;
}  

@media screen and (min-width: 767px) {
  .support .support__txt {
    text-align: center;
  }  
}

/*3つの側面項目*/
@media screen and (min-width: 767px) {
  .support .side_itemset {
    display: flex;
    flex-direction: row;
    column-gap: 1.5em;
  }  
}

.support .side_item01 {
  border: 0.1em solid #dae2e9;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 1em 2em;
  margin-bottom: 2em;
  flex: 1;
}

.support .side_item01 .circle {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #48b2de;
  color: #fff;
  top: -1.25em;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .support .side_item01 .circle {
    width: 3.2em;
    height: 3.2em;
    top: -1.6em;
  }  
}

.support .side_item01 .circle span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2em;
  line-height: 1;
  font-size: 38px;
  font-size: 4.95vw;
}

@media screen and (min-width: 767px) {
  .support .side_item01 .circle span {
    font-size: 30px;
    width: 2em;
  }  
}

.support .side_item01 .side_item__ttl {
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.7;
  font-size: 38px;
  font-size: 5.06vw;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 767px) {
  .support .side_item01 .side_item__ttl {
    font-size: 24px;
  }  
}

.support .side_item01 .side_item__ttl .marker {
  background: linear-gradient(transparent 70%, #daf0f8 0%);
  display: inline;
  padding: 0 1px 0px;
}

@media screen and (min-width: 767px) {
  .support .side_item01 p {
    line-height: 1.7;
  }  
}

.support .side_item02 {
  border: 0.1em solid #dae2e9;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 1em 2em;
  margin-bottom: 2em;
  flex: 1;
}

.support .side_item02 .circle {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #79be50;
  color: #fff;
  top: -1.25em;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .support .side_item02 .circle {
    width: 3.2em;
    height: 3.2em;
    top: -1.6em;
  }  
}

.support .side_item02 .circle span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2em;
  line-height: 1;
  font-size: 38px;
  font-size: 4.95vw;
}

@media screen and (min-width: 767px) {
  .support .side_item02 .circle span {
    font-size: 30px;
    width: 2em;
  }  
}

.support .side_item02 .side_item__ttl {
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.7;
  font-size: 38px;
  font-size: 5.06vw;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 767px) {
  .support .side_item02 .side_item__ttl {
    font-size: 24px;
  }  
}

.support .side_item02 .side_item__ttl .marker {
  background: linear-gradient(transparent 70%, #e4f2dc 0%);
  display: inline;
  padding: 0 1px 0px;
}

@media screen and (min-width: 767px) {
  .support .side_item02 p {
    line-height: 1.7;
  }  
}

.support .side_item03 {
  border: 0.1em solid #dae2e9;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 1em 2em;
  margin-bottom: 2em;
  flex: 1;
}

.support .side_item03 .circle {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #f5a43b;
  color: #fff;
  top: -1.25em;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .support .side_item03 .circle {
    width: 3.2em;
    height: 3.2em;
    top: -1.6em;
  }  
}

.support .side_item03 .circle span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2em;
  line-height: 1;
  font-size: 38px;
  font-size: 4.95vw;
}

@media screen and (min-width: 767px) {
  .support .side_item03 .circle span {
    font-size: 30px;
    width: 2em;
  }  
}

.support .side_item03 .side_item__ttl {
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.7;
  font-size: 38px;
  font-size: 5.06vw;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 767px) {
  .support .side_item03 .side_item__ttl {
    font-size: 24px;
  }  
}

.support .side_item03 .side_item__ttl .marker {
  background: linear-gradient(transparent 70%, #fdedd8 0%);
  display: inline;
  padding: 0 1px 0px;
}

@media screen and (min-width: 767px) {
  .support .side_item03 p {
    line-height: 1.7;
  }  
}

/*詳細*/
.support .side_detail {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 767px) {
  .support .side_detail {
    margin-bottom: 5em;
  }
}

.support .side_detail .ttl {
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .support .side_detail .ttl {
    font-size: 34px;
  }
}

.support .side_detail .side_detail01{
  display: flex;
  flex-direction: column;
  background-color: #48b2de;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .support .side_detail .side_detail01{
    flex-direction: row;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1100px) {
  .support .side_detail .side_detail01{
    width: 1000px;
    margin: 0 auto;
  }
}

.support .side_detail .side_detail02{
  display: flex;
  flex-direction: column-reverse;
  background-color: #79be50;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .support .side_detail .side_detail02{
    flex-direction: row;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1100px) {
  .support .side_detail .side_detail02{
    width: 1000px;
    margin: 0 auto;
  }
}

.support .side_detail .side_detail03{
  display: flex;
  flex-direction: column;
  background-color: #f5a43b;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .support .side_detail .side_detail03{
    flex-direction: row;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1100px) {
  .support .side_detail .side_detail03{
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 767px) {
  .support .side_detail .flex_child {
    width:100%;
    display: flex;
    justify-content: center;
    align-items:center;
  }
}

.support .side_detail .side_detail__ttl {
  font-size: 36px;
  font-size: 4.8vw;
  text-align: center;
  padding: 3em 0 3.5em;
}

.support .side_detail .side_detail03 .side_detail__ttl {
  padding: 2em 0 2.5em;
}

@media screen and (min-width: 767px) {
  .support .side_detail .side_detail__ttl {
    font-size: 26px;
    font-size: 2.46vw;
    text-align: left;
    padding: 0;
  }
}

@media screen and (min-width: 1100px) {
  .support .side_detail .side_detail__ttl {
    font-size: 26px;
  }
}

.support .side_detail .side_detail__ttl .ttl__uline {
  border-bottom: 0.1em solid #fff;
  display: inline-block;
}

.support .side_detail .inner {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.support ol {
  counter-reset: counter-name;
  margin: 2.5em 0 2em;
  li {
    margin: 0; 
    list-style: none;
    position: relative;
    padding-left: 4em;
    margin-bottom: 0.5em;
  }
  li:before {
    counter-increment: counter-name;
    content: "その" counter(counter-name) "：";
    position: absolute;
    left: 0;
 }
}

.support .side_detail .side_detail__img .sp{
  width: 100%;
  display: block !important; 
}

.support .side_detail .side_detail__img .tab{
  display: none !important; 
}

.support .side_detail .side_detail__img .pc{
  display: none !important; 
}

@media screen and (min-width: 767px) {
  .support .side_detail .side_detail__img .sp{
    display: none !important; 
  }
  
  .support .side_detail .side_detail__img .tab{
    display: block !important; 
  }
  
  .support .side_detail .side_detail__img .pc{
    display: none !important; 
  }
}

@media screen and (min-width: 1100px) {
  .support .side_detail .side_detail__img .sp{
    display: none !important; 
  }
  
  .support .side_detail .side_detail__img .tab{
    display: none !important; 
  }
  
  .support .side_detail .side_detail__img .pc{
    display: block !important;
  }
}

/*課題＋悩み相談*/
.support .consult {
  background-color: #ebf6fc;
  margin-top: 2.5em;
  padding: 2.5em 0;
}

@media screen and (min-width: 767px) {
  .support .consult {
    margin-top: 5em;
    padding: 5em 0;
  }
}

.support .consult .consult__img {
  margin: 2.5em auto 0;
}

@media screen and (min-width: 767px) {
  .support .consult .consult__img {
    margin: 3em auto 0;
    width: 70%;
  }
}

/*サポート対象*/
.support .supported {
  margin: 2.5em 0;
}

@media screen and (min-width: 767px) {
  .support .supported {
    margin: 5em 0;
  }
}

.support .supported .supported_item {
  margin-bottom: 1.5em;
  border: 0.1em solid #dbdedf;
  line-height: 1.7;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_item {
    margin-bottom: 2em; 
    text-align: center;
  }
}

.support .supported .supported_item p {
  padding: 0 1em;
}

.support .supported .supported_item .supported_item___ttl01 {
  background-color: #48b2de;
  padding: 0.5em 0;
  color: #fff;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_item .supported_item___ttl01 {
    padding: 0.4em 0;
    font-size: 28px;
  }
}

.support .supported .supported_item .supported_item___ttl02 {
  background-color: #48b2de;
  padding: 0.2em 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_item .supported_item___ttl02 {
    padding: 0.2em 0;
    font-size: 22px;
  }
}

.support .supported .supported_item span {
  font-size: 28px;
  font-size: 3.73vw;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_item span {
    font-size: 15px;
  }
}

.support .supported .supported_item ul {
  margin-top: 1em;
  margin-left: 3em;
  margin-right: 1em;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_item ul {
    text-align: left;
    margin-left: 16%;
    margin-right: 16%;
    margin-top: 1.5em;
  }
}

.support .supported .supported_item ul li {
  margin-top: 1em;
  position: relative;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_item ul li {
    margin-top: 0.5em;
  }
}

.support .supported .supported_item ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.45em;
  left: -1.5em;
  width: 0.8em;
  height: 0.4em;
  border-left: 0.25em solid #48b2de;
  border-bottom: 0.25em solid #48b2de;
  transform: rotate(-45deg);
}

.support .supported .supported_itemset {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .support .supported .supported_itemset {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 767px) {
  .support .supported .supported_itemset .supported_item {
    width: calc(96% / 2);
    margin-bottom: 2em;
    display: flex;
    
    flex-direction: column;
  }
}

/*求めること*/
.support .ask {
  margin-top: 2.5em;
  padding-bottom: 12em;
  background-image: url(../images/support_img05.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (min-width: 767px) {
  .support .ask {
    text-align: center;
    margin-top: 5em;
    padding-bottom: 22em;
    background-size: 1000px;
  }
}

.support .ask .ask__subttl {
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 34px;
  font-size: 4.53vw;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .support .ask .ask__subttl {
    font-size: 24px;
    line-height: 1.7;
  }
}


/****************************
fee
*****************************/
.fee .fee__ttl {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .fee .fee__ttl {
    font-size: 34px;
    line-height: 1.8;
  }
}

.fee .fee__txt {
  text-align: left;
}

@media screen and (min-width: 767px) {
  .fee .fee__txt {
    text-align: center;
  }
}

.fee .txt_l {
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .fee .txt_l {
    font-size: 24px;
  }
}

.fee .txt_m {
  font-size: 30px;
  font-size: 4vw;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .fee .txt_m {
    font-size: 18px;
  }
}

.fee .txt_s {
  font-size: 26px;
  font-size: 3.46vw;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 1em;
}

@media screen and (min-width: 767px) {
  .fee .txt_s {
    font-size: 16px;
    margin-top: 1.5em;
  }
}

.fee .fee__one {
  border: 0.1em solid #dae2e9;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .fee .fee__one {
    padding: 2em;
    margin-bottom: 2em;
  }
}

.fee .fee__course {
  border: 0.1em solid #dae2e9;
  padding: 1em;
  margin-top: 1.5em;
}

@media screen and (min-width: 767px) {
  .fee .fee__course {
    padding: 2em;
    text-align: center;
    margin-bottom: 2em;
  }
}

.fee .fee__course p {
  margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
  .fee .fee__course p {
    margin-bottom: 0.6em;
  }
}

/*時間帯*/
.fee .time {
  background-color: #ebf6fc;
  margin-top: 2.5em;
  padding: 2.5em 0;
}

.fee .time .fee__time {
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .fee .time {
    margin-top: 5em;
    padding: 5em 0;
  }
}

.fee .time .fee__time {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .fee .time .fee__time {
    padding: 2em;
    margin-bottom: 2.5em;
  }
}

.fee .txt_annot {
  font-size: 26px;
  font-size: 3.46vw;
  text-align: right;
  margin-top: 0.5em;
}

@media screen and (min-width: 767px) {
  .fee .txt_annot {
    font-size: 14px;
  }
}

/*スケジュール*/
.fee .guide {
  text-align: center;
  font-size: 26px;
  font-size: 3.46vw;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 767px) {
  .fee .guide {
    display: none
  }
}

.fee .table-scroll {
  overflow-x: auto;
}

.fee .table-scroll table {
  width: 100%;
  min-width: 30em;
  text-align: center;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 30px;
  font-size: 4vw;
}

@media screen and (min-width: 767px) {
  .fee .table-scroll table {
    font-size: 18px;
  }
}

.fee .table-scroll th,
.fee .table-scroll td {
  padding: 0.3em;
  border: 0.1em solid #dae2e9;
}

@media screen and (min-width: 767px) {
  .fee .table-scroll th,
  .fee .table-scroll td {
    padding: 0.3em;
    border: 1px solid #dae2e9;
  }
}

.fee .table-scroll table th {
  width: 10em;
}

@media screen and (min-width: 767px) {
  .fee .table-scroll table th {
    width: 25%;
  }
}

.fee .table-scroll .blue {
  background-color: #48b2de;
  color: #ffffff;
  font-size: 34px;
  font-size: 4.53vw;
}

@media screen and (min-width: 767px) {
  .fee .table-scroll .blue {
    font-size: 22px;
  }
}

.fee .table-scroll .lightblue {
  background-color: #d7f3ff;
}

table td:empty{
  background-image: linear-gradient(to right bottom, transparent calc(50% - 0.05em), #dae2e9 calc(50% - .5px), #dae2e9 calc(50% + .5px), transparent calc(50% + 0.05em), #fff);
  background-repeat: no-repeat;
}


/****************************
Q&A
*****************************/
.qa .qa__cont {
  margin-bottom: 1.5em;
  border: 0.1em solid #dae2e9;
}

.qa .qa__cont:last-child {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 767px) {
  .qa .qa__cont:last-child {
    margin-bottom: 5em;
  }
}

.qa details {
  --arrow-size: 1.5em;
}

@media screen and (min-width: 767px) {
  .qa details {
    --arrow-size: 1.4em;
  }
}

.qa details summary {
  box-sizing: border-box;
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 1.7;
  padding: 1.5em calc(var(--arrow-size) + 3em) 1.5em 3.5em;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .qa details summary {
    font-size: 18px;
    padding: 1.5em calc(var(--arrow-size) + 3em) 1.5em 4.5em;
  }
}

.qa details summary::-webkit-details-marker {
  display: none;
}

.qa details summary::before {
  content: "Q.";
  position: absolute;
  top: 1.5em;
  left: 0.5em;
  color: #1aa2db;
  font-size: 1.5em;
  line-height: 0;
}

@media screen and (min-width: 767px) {
  .qa details summary::before {
    left: 1em;
  }
}

.qa details summary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  display: block;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) * 0.6);
  margin: auto;
  background: #1aa2db;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
}

.qa details[open] summary::after {
  transform: rotate(180deg);
}

.qa details .qa__inner {
  position: relative;
  padding: 0em 1em 1.5em;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .qa details .qa__inner {
    padding: 0em 4em 1.5em 1.5em;
  }
}



/****************************
reserve
*****************************/
.reserve .consult {
  margin-top: 2.5em;
  padding-bottom: 12em;
  background-image: url(../images/reserve_img01.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (min-width: 767px) {
  .reserve .consult {
    text-align: center;
    margin-top: 5em;
    padding-bottom: 24em;
    background-size: 1000px;
  }
}

.reserve .reserve__ttl {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 44px;
  font-size: 5.86vw;
}

@media screen and (min-width: 767px) {
  .reserve .reserve__ttl {
    font-size: 34px;
    line-height: 1.8;
  }
}

.reserve .reserve__subttl {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-size: 38px;
  font-size: 5.06vw;
  color: #fff;
  background-color: #48b2de;
  padding: 0.8em 1em;
}

@media screen and (min-width: 767px) {
  .reserve .reserve__subttl {
    font-size: 28px;
    padding: 0.7em;
    width: 17em;
    margin: 0 auto 2em;
  }
}

@media screen and (min-width: 767px) {
  .reserve .reserve__txt {
    text-align: center;
  }
}

/*予約フォーム*/
.reserve .reserve__form {
  background-color: #ebf6fc;
  margin-top: 2.5em;
  padding: 2.5em 0;
}

@media screen and (min-width: 767px) {
  .reserve .reserve__form {
    margin-top: 5em;
    padding: 5em 0;
  }
}

.reserve dl {
  margin-top: 2em;
  margin-bottom: 2em;
}

.reserve dt {
  border-top: 0.1em solid #dae2e9;
  padding: 1em 0 0.5em;
}

@media screen and (min-width: 767px) {
  .reserve dt {
    border-top: 0.05em solid #dae2e9;
  }
}

.reserve dt span {
  color: #f5a43b;
}

.reserve dd {
  padding-bottom: 1em;
}

.reserve dd:last-child {
  border-bottom: 0.1em solid #dae2e9;
}

@media screen and (min-width: 767px) {
  .reserve dd:last-child {
    border-bottom: 0.05em solid #dae2e9;
  }
}

.reserve dd p {
  font-size: 26px;
  font-size: 3.46vw;
  line-height: 1.7;
  margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
  .reserve dd p {
    font-size: 15px;
  }
}

.reserve .form input[type="text"] {
  padding: 1em;
  width: 100%;
  border: 0.1em solid #dae2e9;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .reserve .form input[type="text"] {
    border: 0.05em solid #dae2e9;
    width: 50%;
  }
}

.reserve .form textarea {
  padding: 1em;
  width: 100%;
  border: 0.1em solid #dae2e9;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .reserve .form textarea {
    border: 0.05em solid #dae2e9;
  }
}

.reserve .form textarea .privacy {
  padding: 1em;
  width: 100%;
  border: 0.1em solid #dae2e9;
}

.reserve .btn {
  text-align: center;
}

.reserve .form input[type="submit"] {
  background: #f5a43b;
  border-radius: 0.4em;
  border: 0;
  letter-spacing: 0.2em;
  color: white;
  padding: 0.8em 4em;
  font-weight: 600;
  font-size: 34px;
  font-size: 4.43vw;
}

@media screen and (min-width: 767px) {
  .reserve .form input[type="submit"] {
    border-radius: 0.4em;
    padding: 1em 5em;
    font-size: 18px;
  }
}

.reserve .form input[type="button"] {
  background: #a1a6ac;
  border-radius: 0.4em;
  border: 0;
  letter-spacing: 0.2em;
  color: white;
  padding: 0.8em 4em;
  font-weight: 600;
  font-size: 34px;
  font-size: 4.43vw;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 767px) {
  .reserve .form input[type="button"] {
    border-radius: 0.4em;
    padding: 1em 5em;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.reserve .reserve__privacy {
  border: 0.1em solid #dae2e9;
  padding: 0.5em 1em;
  height: 15em;
  overflow-y: scroll;
  margin: 1em 0 2em;
  background-color: #fff;
  font-size: 30px;
  font-size: 4vw;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .reserve .reserve__privacy {
    border: 0.05em solid #dae2e9;
    margin: 1em 0 3em;
    font-size: 16px;
  }
}

.reserve .reserve__privacy dl {
  margin: 0;
}

.reserve .reserve__privacy dt {
  border: 0;
}

.reserve .reserve__privacy dd {
  border: 0;
}

.reserve .reserve__privacy dd:last-child {
  border: 0;
}

.reserve .thanks {
  padding: 1em 0 3em;
  text-align: center;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .reserve .thanks {
    padding: 3em 0 6em;
  }
}

.reserve .cont {
  color: #ff0000;
  padding: 5em;
  text-align: center;
}

.reserve .error {
  padding: 2em 0;
  color: #ff0000;
}










/*# sourceMappingURL=style.css.map */