@charset "UTF-8";

/*---------------------コーチング、ティーチングバナー追加------------------------------*/
  #coaching + section,
  #teaching + section{
    display:block;
  }

  #coaching_img_sp + section,
  #coaching_text_sp_upper + section,
  #coaching_text_sp_lower + section,
  #teaching_img_sp + section,
  #teaching_text_sp_upper + section,
  #teaching_text_sp_lower + section{
    display:none;
  }

#coaching_banner + section .content_wrapper,
#teaching_banner + section .content_wrapper {
  padding:0!important;
}

#coaching_banner + section .wrapper_item,
#teaching_banner + section .wrapper_item {
  width: 90vw;
  margin: 0 auto;
  justify-content:center;
}

#coaching_banner + section .inner_item_txt{
  border-left: 20px solid #FF1617;
}

#teaching_banner + section .inner_item_txt{
  border-right: 20px solid #FF1617;
}

#coaching_banner + section .inner_item_txt,
#teaching_banner + section .inner_item_txt{
  box-sizing: border-box;
  background: #FAF9EE;
  padding: 0;
  flex-basis: 57%;
}

#coaching_banner + section .inner_item_txt p,
#teaching_banner + section .inner_item_txt p {
  font-size: 1.9rem;
  padding: 0 0 0 20px;
}

#coaching_banner + section .inner_item_txt p:nth-last-child(2),
#coaching_banner + section .inner_item_txt p:last-of-type,
#teaching_banner + section .inner_item_txt p:nth-last-child(2),
#teaching_banner + section .inner_item_txt p:last-of-type {
  padding: 0 0 0 0;
}

#coaching_banner + section .inner_item_img,
#teaching_banner + section .inner_item_img{
  flex: 1;
  max-width: initial;
}

#coaching_banner + section .inner_item_img a,
#teaching_banner + section .inner_item_img a{
  position: relative;
  width: 100%;
  display: inline-block;
}

#coaching_banner + section .inner_item_img a img,
#teaching_banner + section .inner_item_img a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

#coaching_banner + section .heading.block_header_2,
#teaching_banner + section .heading.block_header_2{
  text-align: center;
}

#coaching_banner + section .heading.block_header_2 .h,
#teaching_banner + section .heading.block_header_2 .h{
  font-weight: bold;
  color: #FF1617;
  font-size: 3.4rem!important;
  display: block;
}

#coaching_banner + section .heading.block_header_2 p,
#teaching_banner + section .heading.block_header_2 p{
  font-size: 2rem;
  padding: 0 20px 0;
  display: inline-block;
  border-bottom: 2px solid #000;
}

@media screen and (min-width:1200px){
  #coaching_banner + section .wrapper_item,
  #teaching_banner + section .wrapper_item {
    width: 90%;
  }
}

@media screen and (max-width:900px){
  #coaching + section,
  #teaching + section{
    display:none;
  }

  #coaching_img_sp + section,
  #coaching_text_sp_upper + section,
  #coaching_text_sp_lower + section,
  #teaching_img_sp + section,
  #teaching_text_sp_upper + section,
  #teaching_text_sp_lower + section{
    display:block;
  }

  #coaching_text_sp_upper + section .inner_item_txt p,
  #teaching_text_sp_upper + section .inner_item_txt p {
    font-size: 24px;
    font-family: 'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }

  #coaching_banner + section .wrapper_item,
  #teaching_banner + section .wrapper_item {
    border: 5px solid #FF1617;
    box-sizing: border-box;
  }

  #coaching_banner + section .inner_item_img,
  #teaching_banner + section .inner_item_img{
    margin-bottom:0;
    background: #FAF9EE;
  }

  #coaching_banner + section .inner_item_img a,
  #teaching_banner + section .inner_item_img a{
    padding-top: 70%!important;
  }

  #coaching_banner + section .inner_item_txt,
  #teaching_banner + section .inner_item_txt{
    border-left: none;
    border-right: none;
    padding: 20px 0!important;
  }
}

@media screen and (max-width:550px){
  #coaching_banner + section .heading.block_header_2 .h,
  #teaching_banner + section .heading.block_header_2 .h{
    font-size: 5vw!important;
  }

  #coaching_banner + section .heading.block_header_2 p,
  #teaching_banner + section .heading.block_header_2 p{
    font-size: 3vw!important;
    border-bottom: 1px solid #000;
  }

  #coaching_banner + section .inner_item_txt p,
  #teaching_banner + section .inner_item_txt p {
    font-size: 2.5vw!important;
    padding: 0 0 0 40px;
  }

  #coaching_banner + section .inner_item_txt p span,
  #teaching_banner + section .inner_item_txt p span{
    font-size: 3.5vw!important;    
  }
}

@media screen and (max-width:400px){
  #coaching_banner + section .heading.block_header_2 .h,
  #teaching_banner + section .heading.block_header_2 .h{
    font-size: 7vw!important;
  }

  #coaching_banner + section .heading.block_header_2 p,
  #teaching_banner + section .heading.block_header_2 p{
    font-size: 4vw!important;
  }

  #coaching_banner + section .heading.block_header_2 p,
  #teaching_banner + section .heading.block_header_2 p{
    padding: 0 10px 0;
  }

  #coaching_banner + section .inner_item_txt p,
  #teaching_banner + section .inner_item_txt p {
    font-size: 3.5vw!important;
    padding: 0 0 0 20px;
  }
}

