@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
  color: #333333;
}

img {
  max-width: 100%;
}



.section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}



.medium {
  font-size: 17px;
	letter-spacing: 0.008em;
  line-height: 1.8;
  margin-top: 15px;
}



.pc-only {
  display: block;
}

.sp-only {
  display: none;
}



/*
　　PCセクションタイトルと文章
　　　　　　　　　　　　　　　*/

.section-title {
  text-align: center;
  padding: 50px;
}





.section-title span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 8px;
}

.en-title {
  width: 40%;
}


/*
　　PCヘッダー 　　　
　　　　　　　*/

#header {
	background-color: #fff;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 0 80px;
  position: fixed;
  top: 0;
  z-index: 2;
}


.header-logo {
  width: 300px;
  height: auto;
}

.gnav-pc-wrap {
	display: flex;
	align-items: center;
}



.gnav-pc li {
	display: inline;
	margin-right: 30px;
}

.gnav-pc li a {
	color: #333;
	font-size: 15px;
	line-height: 1.3px;
	letter-spacing: 0.008em;
	text-decoration: none;
}

.gnav-pc li a:hover {
	color: red;
}


.button-small {
	display: block;
	width: 160px;
	height: 50px;
	background-color: #ff8b76;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-radius: 80px;
	text-decoration: none;
}

.button-small:hover{
	color: #333;
}

.gnav-sp-wrap {
  display: none;
}


#menu-button {
  display: none;
}


/*
　　PCメインビジュアル
　　　　　　　　　　　　*/
#mainvisual .slick-next.slick-arrow {
  display: none;
}

.main-item img {
  /* 縦横比を維持したまま画像が伸縮する */
  object-fit: cover;
  width: 100%;
  height: 95vh;
  margin: 0 5px;
}

.main-item {
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
}

.mainvisual-copy{
  position: absolute;
  top: 120px;
  left: 100px;
  z-index: 1;
}

.badge {
  position: absolute;
  top: 100px;
  right: 120px;
  z-index: 1;
  max-width: 172px;
  max-height: 172px;
}


/*
　　PCメルボルンと留学
　　
　　　　　　　　　　　　*/
#melbourne  {
  padding-top: 80px;
  margin-top: -80px;
}


.col-4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}

.col-2 {
  display: flex;
  justify-content: center;

}

#melbourne .col-2 {
  width: 480px;
}

.col-2 .item {
  width: calc((100% - 40px)/2);


}

.col-2 .circle {
  max-width: 180px;
  height: auto;
}

.name {
  width: 60px;
  margin-left: 70%;

}

.name2 {
  width: 100px;
  margin-left: 50%;
}



#melbourne .medium {
  margin: 10px 10px 10px -20px;
}




/*
　　PC Step Melbourneとは
　　
　　　　　　　　　     　　　*/



#wave {
  width: 100vw;
  vertical-align: bottom;
  line-height: 5.0em;
  margin: 50px 0 -60px 0;
  padding-top: 80px;
}

.wave2 {
  width: 100vw;
  vertical-align: top;
  line-height: 5.0em;
  margin: -60px 0 20px 0;
}


#us {

  background-color: #f5f6ca;
}



#us .col-2 {
  justify-content: space-between;
  align-items: center;

}

#us .item {
  width: calc((100% - 40px)/2);
  margin-bottom: 40px;
}


.point1 {
  margin-bottom: 10px;
}

.point2 {
  padding-left: 220px;
  margin-bottom: 20px;
}







/*
　　PC 学校紹介
　　
　　　　　　　　　     　　　*/

#school {
  padding-top: 80px;
  margin-top: -80px;
}

#school .en-title {
  width: 30%;
}

.school-item {
  max-width: 700px;
  margin: 0 auto;

}

.school-img {
  margin: 0 3px;

}





/*
　　PC 留学のステップ
　　
　　　　　　　　　     　　　*/
#steps .en-title {
  width: 25%;
}


#plane {
  text-align: center;
  margin: 50px 0 -20px 0;
  padding-top: 80px;
}



.col-3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.col-3 .item {
  width: calc((100% - 30px)/3);
  align-items: center;
}


.card {
  background-color: #e5f7f8;
  height: 100%;
  text-align: center;


}

.card-reservation {
  width: 30%;
}

.card-meeting {
  width: 72%;
}

.card-bag {
  width: 44%;
}


.card p {
  text-align: left;
  padding: 30px;
  line-height:
}





/*
　　PC CTA
　　　　　　　　　     */
#flag-cta {
  text-align: center;
  margin-top: 80px;
}

#cta {
  background-color: #f5f6ca;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.message-wrap {
  text-align: center;
  margin-bottom: 50px;
}


/* 画面1400pxまでは表示しない */
@media screen and (max-width: 1400px){
  .cta-img {
    display: none;
  }

  .cta-img2 {
    display: none;
  }

}

/* 画面1400px以上は表示する */
@media screen and (min-width: 1400px){

  .message-wrap {
    position: relative;
  }

  .cta-img {
    display: block;
    position: absolute;
    left: 60px;
  }


  .cta-img2 {
    display: block;
    position: absolute;
    right: 30px;
  }

}


#cta span {
  display: block;
  line-height: 2.2;
}

.button-large {
  margin: 0 auto;
  display: block;
	width: 250px;
	height: 90px;
	background-color: #ff8b76;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
  text-align: center;
	line-height: 90px;
	border-radius: 80px;
	text-decoration: none;
  margin-top: 50px;
}


/*
　　PC フッター
　　
　　　　　　　　　     　　　*/
#footer {
  background-color: #ff8b76;
  text-align: center;
  padding: 50px;
}

.footer-pc li {
  display: inline;
  margin: 0 30px;
}

#footer a {
  color: #333;
  text-decoration: none;
}

.copyright {
  padding: 20px;
  color: #333;
}




/*================================================
Tablet : 画面の横幅が768pxまで
==================================================*/


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


  .section-inner {
    padding: 0 24px;
    max-width: 600px;
  }

  .medium {
    font-size: 15px;
    line-height: 1.6;
  }

  .en-title {
    width: 100%;
  }



  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;

  }



  /* Tablet 　ヘッダー */

  #header {
    height: 60px;
    padding: 0;
  }

  .header-logo {
   max-width: 200px;
   margin: 0 10px;
  }



  .gnav-pc-wrap {
    display: none;
  }

  #menu-button {
    display: block;
    width: 60px;
    height: 60px;
    padding: 22px 18px;
  }

  .menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .menu-button-inner span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2D3D42;
    position: absolute;
    transition: all 0.5s ease;
  }

  .bar1 {
  top: 0px;
}

.bar2 {
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.bar3 {
  bottom: 0px;
}



  /*
  ハンバーガーメニューがクリックされたら
  上の線を真ん中に移動させて45℃回転
*/
.bar1.open {
  top: 0px;

  transform: rotate(45deg);
}
/*
  ハンバーガーメニューがクリックされたら
  真ん中の線は透明化して見えないようにする
*/
.bar2.open {
  opacity: 0;
}

/*
  ハンバーガーメニューがクリックされたら
  下の線は真ん中に移動させて-45℃回転
*/
.bar3.open {
  top: 0px;
  transform: rotate(-45deg);
}




/* Tablet 　メインビジュアル */


  .badge {
    top: 220px;
    right: 50px;
  }

  .main-spitem img {
    /* 縦横比を維持したまま画像が伸縮する */
    object-fit: cover;
    width: 100%;
    height: 85vh;
  }



  /* ハンバーガーメニューのスタイル */
  .gnav-sp-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    margin-top: 60px;
  }

  .gnav-sp {
    padding-top: 100px;
  }

  .gnav-sp-wrap li {
    text-align: center;
    margin-bottom: 30px;
  }

  .gnav-sp-wrap a {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #333333;
    font-weight: bold;
  }



  /* Tablet 　メルボルンと留学*/

  .col-4 {
    margin-bottom: 15px;
  }


  #melbourne .col-2 {
    width: 300px;

  }

  .col-2 .item {
    width: calc((100% - 20px)/2);
  }

  .col-2 .circle {
    max-width: 120px;
    margin: 5px;
  }

  .name {
    width: 50px;
    margin-left: 40%;
  }

  .name2 {
    width: 70px;
    margin-left: 30%;
  }



  #melbourne .medium {
    margin: 5px;
  }



/* Tablet 　Step Melbourneとは */

    #wave {
      display: none;
    }

    .wave2 {
      display: none;
    }

    .point1 {
      width: 20%;
    }

    .point3 {
      width: 25%;
      margin-bottom: 10px;
    }

    #us .col-2 {
      display: block;
      margin-bottom: 40px;
      text-align: center;

    }

    #us .item {
      width: 100%;
    }

    #us .medium {
      text-align: left;
      margin: 15px;

    }

    .point1-img {
      margin-bottom: 10px;
      width: 492px;
      height: 300px;
      object-fit: cover;
    }

    .point2-img {
      margin-bottom: 30px;
      width: 492px;
      height: 300px;
      object-fit: cover;
    }


    .block6 {
      margin-bottom: 50px;
    }




/* Tablet 　学校紹介 */

  #school .en-title {
    width: 70%;
  }

  #school .slick-list.draggable {
    width: 500px;
    height: auto;
    margin: 0 auto;
}



/* Tablet 　留学のステップ*/
  #steps .en-title {
    width: 60%;
  }

    .col-3 {
      display: block;
      margin-bottom: 100px;

    }

    .col-3 .item {
      width: 80%;
      margin: 0 auto;
      }

    .card {
      margin-bottom: 50px;
    }

    .card-flag {
      width: 80%;
      margin-bottom: 10px;

    }

/* Tablet 　CTA*/

    .message-2 {
    margin-bottom: 30px;
    }

    #cta .button-small {
      margin: 0 auto;
    }

}


/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/
@media screen and (max-width:570px){

  .section-inner {
    padding: 0 20px;
    max-width: 500px;
  }

  /* SP　テキスト */

  .section-title {
    padding: 30px;
  }

  h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 14px;
  }


  .section-title span {
    font-size: 13px;
  }


  .medium {
    font-size: 13px;
    line-height: 1.75;

  }
  /* SP　メインビジュアル*/

  .mainvisual-copy {
    top: 80px;
    left: 10px;
  }

  .badge {
  max-width: 120px;
  max-height: 120px;
  top: 150px;
  right: 20px;
  }



  /* SP　メルボルンと留学 */

  .col-4 {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    margin: 0 auto;
  }



  #melbourne .col-2 {
    /* margin: 30px; */
    width: 100%;
    text-align: center;
    margin-bottom: 20px;

  }




  #melbourne .medium {
    text-align: left;
  }

  .name {
    width: 60px;
  }

  .name2 {
    width: 100px;
  }




  /* SP　Step Melbourneとは */

  .point1-img {
    margin-bottom: 10px;
    width: 400px;
    height: auto;

  }

  .point2-img {
    margin-bottom: 30px;
    width: 400px;
    height: auto;
  }

  h3, span {
    display: block;
  }

  /* SP　学校紹介 */

  #school .slick-list.draggable {
    width: 260px;
    height: auto;
    margin: 0 auto;
  }


  #school .slick-next {
    right: -5px;

  }

  #school .slick-prev {
    left: -5px;
  }




  /* SP　留学実現のステップ */

  #plane {
    margin: 50px 0 -10px 0;
  }

  /* SP　cta*/


  .message-wrap {
    margin: 20px;
  }


  /* SP　フッター*/

    .footer-pc li {
      display: block;
    }

}
