@charset "utf-8";

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */ 
/* 固定メニューPC版 */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.header{
  max-width: 1040px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  padding-bottom: 15px;
  z-index: 10;
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */ 
/* 上部ボタン　PC版 */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.header_btn_box {
  max-width: 1040px;
  max-width: auto;
}

.header_btn_box a {
  color: #fff;
}

.header_btn1 {
  width: 35%;
  display: block;
  color: #fff;
  background-color: #444;
  /* border: 1px solid #000; */
  line-height: 65px;
  text-align: center;
  /* font-size: 25px; */
  /* position: relative; */
}

.header_btn1 a {
  display: block;
  font-size: 20px;
  /* padding: px 10px 12px 48px; */
}
.header_btn1 a::before{
  content: '';
  background-image: url(../img/mail_icon.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.header_btn2 {
  position: relative;
  width: 35%;
  background-color: #ff7878;
  text-align: center;
  padding: 18px;
  height: 65px;
  inset: 0;
  margin: auto;
  line-height: 0.6;
}

.header_btn2 a{
  display: block;
  font-size: 150%;
  height: 65px;
  color: #fff;
  
}
.header_btn2 span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 60%;
  line-height: 2.5;
}

.header_btn3 {
  width: 35%;
  color: #fff;
  background-color: #5095ef;
  text-align: center;
  height: 65px;
}
.header_btn3 a {
  display: block;
  font-size: 130%;
  line-height: 65px;
}

.header_btn_box {
  display: flex;
  margin: 0 auto;
}

.header_inner {
  max-width: 1040px;
  margin: 0 auto;
  background-color: #fff;
}

.logo{
  display: block;
  max-width: 1040px;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(255,255,255,50), transparent);
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* トップ　*/
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.top{
  width: 100%;
  height: 20vw;
  background-image: url(../img/ins_top-pixta_93876181.jpg);
  background-repeat: no-repeat;
  background-position: center -15vw;
  background-size: cover;
  margin-bottom: 4vw;
}

.inner_top{
  background-color: rgba(0, 0, 0, 0.5);
  height: 20vw;
}

.top p{
  max-width: 1040px;
  margin: 0 auto;
  line-height: 20vw;
  letter-spacing: 0.5em;
  text-shadow: #444 2px 2px 10px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* 本　　　文* /
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.container{
  max-width: 1040px;
  margin: 0 auto;
}

/* 先生のシート */
.sheet{
  display: flex;
  justify-content: space-between;
  height: auto;
}


/* シート左側 */
.sheet .left{
  width: 30%;
}

.sheet .left .photo img{
  width: 260px;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.sheet .left .teacher{
  width: 260px;
  margin-top: 10px;
  text-align: center;
}

.sheet .left .course_web{
  font-size: 16px;
  font-weight: 600;
  color: #00a1ed;
}

.sheet .left .course_cad{
  font-size: 16px;
  font-weight: 600;
  color: #ff92bc;
}


.sheet .left .name{
  font-size: 20px;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.5em;
}

/* シート右側 */
.sheet .right{
  width: 70%;
  line-height: 2.5;
  text-align: justify;
  text-justify:inter-ideograph;
  word-break:break-all;
}

.sheet .btn a{
  display: block;
  margin-top: 15px;
  text-align: right;
}


.borderline{
  height: 5px;
  max-width: 1040px;
  background-color: #ddd;
  margin: 50px auto;
}

.last_borderline{
  height: 50px;
}


/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/*フッター部ここから*/
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

footer.sfooter {
  background-color: #444;
  color: #fff;
  padding-top: 50px;
}

footer.sfooter a {
  color: #fff;
}

.sfooter .footer_inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_left {
  width: 365px;
  padding-left: 20px;
}

.footer_center {
  width: 300px;
}

.footer_right {
  width: 300px;
  margin-right: 20px;
}

.company_name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.company_address {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sfooter .privacy_policy {
  display: block;
  width: 170px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  padding: 7px 13px;
}

.sfooter .privacy_policy a {
  color: #444;
  font-weight: bold;

}

.sfooter .privacy_policy a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.link_item {
  color: #fff;
  font-size: 16px;
}

.link_item_detail {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 16px;
  margin-bottom: 20px;
}

.link_item a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.link_item_detail a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.company_name a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.company_address a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.mb25 {
  margin-bottom: 25px;
}

.mb7 {
  margin-bottom: 7px;
}

.mt33 {
  margin-top: 33px;
}

.copyright {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  border-top: solid 1px #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 35px;
}

/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
/* SPナビを非表示 */
/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */

.sp_nav{
  display: none;
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇ MEDIA QUERY max-width: 768px ■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */


@media screen and (max-width: 768px){

  
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */ 
/* MQ-固定メニューPC版 */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .header{
    position: sticky;
    top: 0;
    padding-bottom: 5px;
    z-index: 10;
  }
  
  .header_inner {
    max-width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
  }
    
  .logo{
    display: block;
    text-align: center;
  }

  .logo img{
    max-width: 330px;
  }

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* MQ-上部のボタン */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */  

  .header_btn_box {
    max-width: 100%;
    display: block;
  }

  .header_btn_box a {
    color: #fff;
  }

  .header_btn1 {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #444;
    /* border: 1px solid #000; */
    line-height: 250%;
    text-align: center;
    /* font-size: 25px; */
    position: relative;
  }

  .header_btn1 a {
    display: block;
    font-size: 100%;
    letter-spacing: 0.5em;
    line-height: 250%;
    /* padding: px 10px 12px 48px; */
  }

  .header_btn1 a::before{
    content: '';
    background-image: url(../img/mail_icon.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  
  .header_btn2 {
    display: none;

    float: left;
    /* position: relative; */
    width: 50%;
    background-color: #ff7878;
    text-align: center;
    padding: 5px;
    height: 35px;
    inset: 0;
    margin: auto;
    line-height: 0.6;
  }
  
  /* .header_btn2 a{
    display: none;
    display: block;
    font-size: 13px;
    height: 35px;
    color: #fff;
  } */

  /* .header_btn2 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 35px;
  }
   */
  
  .header_btn3 {
    display: none;

    float: right;
    width: 50%;
    color: #fff;
    padding: 5px;
    background-color: #5095ef;
    text-align: center;
    height: 35px;
  }

  /* .header_btn3 a {
    display: block;
    font-size: 13px;
    line-height: 35px;
  } */
  
  .header_btn_box {
    max-width: 100%;
    margin: 0 auto;
  }

  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* MQ-SP用のボタン表示 */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .sp_nav{
    display: block;
    justify-content: space-between;
    width: 100%;
    display: flex;
    height: 40px;
    position: sticky;
    bottom: 0;
  }

  .sp_btn2{
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 5px;
    text-align: center;
    background-color: #ff7878;
    color: #fff;
  }
  .sp_btn2 span{
    font-size: 8px;
    color: #fff;
  }

  .sp_btn3{
    width: 50%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #5095e8;
    line-height: 40px;
    color: #fff;
  }



  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* MQ-top*/
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */


  .top{
    width: 100%;
    height: 25vw;
    background-image: url(../img/ins_top-pixta_93876181.jpg);
    background-repeat: no-repeat;
    background-position: center -15vw;
    background-size: cover;
    margin-bottom: 8vw;
  }
  
  .inner_top{
    background-color: rgba(0, 0, 0, 0.5);
    height: 25vw;
  }
  
  .top p{
    max-width: 100%;
    margin: 0 auto;
    line-height: 25vw;
    letter-spacing: 0.5em;
    text-shadow: #444 2px 2px 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* MQ-本文*/
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .container{
    max-width: 100％;
    margin: 0 auto;
  }
  
  /* 先生のシート */
  .sheet{
    display: block;
    width: 100%;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: space-between; */
    height: auto;
  }
  
  
  /* シート左側 */
  .sheet .left{
    width: 100%;
    text-align: center;;
    margin-bottom: 20px;
  }
  
  .sheet .left .photo img{
    width: 260px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    
  }
  
  .sheet .left .teacher{
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  
  .sheet .left .course_web{
    font-size: 14px;
    font-weight: 600;
    color: #00a1ed;
  }
  
  .sheet .left .course_cad{
    font-size: 14px;
    font-weight: 600;
    color: #ff92bc;
  }
  
  
  .sheet .left .name{
    font-size: 18px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.5em;
  }
  
  /* シート右側 */
  .sheet .right{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;

    font-size: 14px;
    line-height: 2.5;

    text-align: justify;
    text-justify:inter-ideograph;
    word-break:break-all;
  }

  .sheet .right .bun p{
    max-width: 650px;
  }
  
  .sheet .btn a{
    display: block;
    margin-top: 15px;
    text-align: right;
  }
  
  
  .borderline{
    height: 5px;
    max-width: 100%;
    background-color: #ddd;
    margin: 50px 20px;
  }
  
  .last_borderline{
    height: 50px 20px;
  }
  
  


  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* MQ-フッター部ここから*/
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  footer.sfooter {
    background-color: #444;
    color: #fff;
    padding-top: 50px;
  }
  
  footer.sfooter a {
    color: #fff;
  }
  
  .sfooter .footer_inner {
    max-width: 100%;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: space-between; */
    display: block;
  }
  
  .footer_left {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
  }
  
  .footer_center {
    width: 100%;
    padding-left: 20px;
    margin-top: 50px;
  }
  
  .footer_right {
    width: 100%;
    margin-right: 20px;
    padding-left: 20px;
  }
  
  .company_name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .company_address {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .sfooter .privacy_policy {
    display: block;
    width: 170px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    padding: 7px 13px;
  }
  
  .sfooter .privacy_policy a {
    color: #444;
    font-weight: bold;
  }
  
  .sfooter .privacy_policy a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .link_item {
    color: #fff;
    font-size: 16px;
  }
  
  .link_item_detail {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 16px;
    margin-bottom: 20px;
  }
  
  .link_item a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .link_item_detail a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .company_name a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .company_address a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .mb25 {
    margin-bottom: 25px;
  }
  
  .mb7 {
    margin-bottom: 7px;
  }
  
  .mt33 {
    margin-top: 33px;
  }
  
  .copyright {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    border-top: solid 1px #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 35px;
  }
  /*フッター部ここまで*/
}

