@charset "UTF-8";

/* --------------------------------------------------
* common styles
*/

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a,a img {
  transition: opacity 200ms;
}

a:hover,a img:hover {
  opacity: 0.6;
}

#top img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: border-box;
}


/* --------------------------------------------------
* layout, common parts
*/
.pc {
  display: block;
}

.sp {
  display: none;
}

.wrap {
  position: relative;
  width: 914px;
  margin: 0 auto;
}

.cmn-scroll {
  margin-top: -100px;
  padding-top: 100px;
}

.cmn-section .lead {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}


/* --------------------------------------------------
* header
*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.78);
  z-index: 1000;
}

.site-header .logo {
  float: left;
  width: 312px;
  margin: 45px 0 30px;
}

.site-header .link {
  float: right;
  margin: 35px 0 0;
}

.site-header .link ul {
  font-size: 0;
}

.site-header .link li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #FF5C14;
}

.site-header .link li:last-of-type {
  border-right: 1px solid #FF5C14;
}

.site-header .link li a {
  position: relative;
  display: block;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #FF5C14;
}

.site-header .link li a.sp {
  display: none;
}

.site-header .link li a span {
  font-size: 16px;
}

.site-header .link li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(-90deg, #FFC400, #FF5C14);
  opacity: 0;
  transition: all 0.3s ease;
}

.site-header .link li a:hover:before,
.site-header .link li.on a:before {
  opacity: 1;
}

.site-header .link li a:hover,
.site-header .link li.on a {
  color: #00ACBA;
}


/* --------------------------------------------------
* fix-link
*/
.fix-link-area {
  position: fixed;
  bottom: 15px;
  right: 50px;
  width: 345px;
  height: 260px;
  padding: 35px 45px 30px 65px;
  background: url(../img/fix_nav_bg.png) no-repeat center;
  background-size: 100% auto;
  z-index: 1000;
}

.fix-link-area li {
  position: relative;
  margin-bottom: 18px;
}

.fix-link-area li:first-of-type {
  padding-bottom: 20px;
}

.fix-link-area li:nth-of-type(2) {
  padding-bottom: 18px;
}

.fix-link-area li:last-of-type {
  margin-bottom: 0;
}

.fix-link-area li:first-of-type a {
  padding-left: 80px;
}

.fix-link-area li:nth-of-type(2) a {
  padding-left: 50px;
  letter-spacing: 0.09em;
}

.fix-link-area li:last-of-type a {
  padding-left: 40px;
  letter-spacing: 0.09em;
}

.fix-link-area li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FF5C14;
}

.fix-link-area li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 49px;
}

.fix-link-area li:first-of-type a:before {
  top: -7px;
  left: 52px;
  height: 36px;
  background: url(../img/icn_request.svg) no-repeat center;
  background-size: 100% auto;
}

.fix-link-area li:nth-of-type(2) a:before {
  top: -10px;
  left: 5px;
  width: 41px;
  height: 39px;
  background: url(../img/icn_online.svg) no-repeat center;
  background-size: 100% auto;
}

.fix-link-area li:last-of-type a:before {
  top: -7px;
  left: 15px;
  height: 49px;
  background: url(../img/icn_contact.svg) no-repeat center;
  background-size: 100% auto;
}

.fix-link-area li:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #FF5C14;
}

.fix-link-area li:first-of-type:after {
  width: 190px;
  margin-top: 20px;
}

.fix-link-area li:nth-of-type(2):after {
  width: 100%;
  margin-top: 18px;
}

.fix-link-area li:last-of-type:after {
  display: none;
}


/* --------------------------------------------------
* footer
*/
.site-footer .banner-area {
  padding: 75px 0 80px;
  background: #FFCE00;
}

.site-footer .banner-area .lead {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.01em;
  text-align: center;
}

.site-footer .banner-area .lead:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background: #FF5C14;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-footer .banner-area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.site-footer .banner-area li {
  width: 220px;
}

.site-footer .copyright {
  padding: 42px 0;
  text-align: center;
  background: #FFFFFF;
}


/* --------------------------------------------------
* main-visual
*/
.main-visual {
  padding-top: 172px;
  background: #FFCE00;
}

.main-visual .copy {
  width: 618px;
  margin: 0 auto 34px;
}

.main-visual .title {
  width: 605px;
  margin: 0 auto;
}

.main-visual .image {
  width: 710px;
  margin: -35px auto 0;
}


/* --------------------------------------------------
* intro
*/
.intro {
  padding: 55px 0 40px;
}

.intro .lead {
  width: 710px;
  margin: 0 auto;
  font-weight: bold;
}


/* --------------------------------------------------
* section01
*/
.section01 {
  padding: 72px 0 70px;
  background: #FFCE00;
}

.section01 .inner {
  padding: 30px 65px 45px;
  background: #FFFFFF;
  border-radius: 33px;
  border: 8px solid #00ACBA;
  box-shadow: 0 8px 6px rgba(0,0,0,0.2);
}

.section01 header {
  text-align: center;
}

.section01 .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #FF5C14;
}

.section01 .sub:before,
.section01 .sub:after {
  content: '';
  position: absolute;
  top: 5px;
  width: 41px;
  height: 59px;
  background: url(../img/icn_sec01_bg.svg) no-repeat center;
}

.section01 .sub:before {
  left: -55px;
}

.section01 .sub:after {
  right: -55px;
}

.section01 .title {
  margin-bottom: 45px;
  line-height: 1;
  color: #00ACBA;
}

.section01 .title .upper {
  display: block;
  padding-bottom: 38px;
  margin-bottom: 20px;
  font-size: 110px;
  letter-spacing: 0.07em;
  background: url(../img/border.png) repeat-x left bottom;
}

.section01 .title .lower {
  display: block;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.section01 .lead {
  font-size: 22px;
  line-height: 1.6;
}

.section01 .lead span {
  font-size: 28px;
  font-weight: bold;
  color: #FF5C14;
}


/* --------------------------------------------------
* section02
*/
.section02 {
  padding: 108px 0 140px;
  background: url(../img/sec02_bg.jpg) repeat top;
}

.section02 header {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.section02 header .icon {
  position: relative;
  width: 97px;
  margin: 0 auto 20px;
}

.section02 header .icon:after {
  content: '';
  position: absolute;
  top: -50px;
  right: -220px;
  width: 199px;
  height: 118px;
  background: url(../img/sec02_copy.png) no-repeat top center;
}

.section02 header .title {
  width: 480px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #00B900;
}

.section02 header .title:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 10px;
  background: linear-gradient(-90deg, #FFC400, #FF5C14);
}

.section02 .lead {
  margin-bottom: 70px;
}

.section02 .detail {
  padding: 25px 0;
  margin-bottom: 82px;
  font-size: 0;
  text-align: left;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.section02 .detail dt,
.section02 .detail dd {
  display: inline-block;
  vertical-align: middle;
}

.section02 .detail dt {
  margin-right: 25px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #FF5C14;
}

.section02 .detail dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.section02 .school-id li {
  display: inline-block;
  vertical-align: top;
  width: 396px;
  margin-right: 88px;
  margin-bottom: 85px;
  font-size: 0;
}

.section02 .school-id li:nth-of-type(even) {
  margin-right: 0;
}

.section02 .school-id li:nth-of-type(n+3) {
  margin-bottom: 0;
}

.section02 .school-id .text {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.section02 .school-id li:nth-of-type(2) .text,
.section02 .school-id li:nth-of-type(3) .text {
  margin-bottom: 42px;
}

.section02 .school-id .button a {
  display: block;
  padding: 9px 10px 6px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FFFFFF;
  background: #00B900;
  border-radius: 15px;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.section02 .school-id .button a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 53px;
  margin-right: 13px;
  background: url(../img/icn_line.png) no-repeat center;
  background-size: 100% auto;
}



/* --------------------------------------------------
* section03
*/
.section03 {
  position: relative;
  padding: 108px 0 50px;
  background: linear-gradient(180deg, #93EAFF, #00ACBA);
}

.section03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-55deg, rgba(147,234,255,0.2), rgba(147,234,255,0.2) 10px, transparent 0, transparent 25px);
  /*background-color: #FFD5F0;*/
}

.section03 .inner {
  padding: 70px 65px 65px;
  margin-bottom: 60px;
  background: #FFFFFF;
  border-radius: 33px;
  box-shadow: 0 8px 6px rgba(0,0,0,0.2);
}

.section03 .inner .title {
  margin: 0 auto 30px;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #00ACBA;
}

.section03 .inner .title:after {
  content: '';
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 10px;
  background: linear-gradient(-90deg, #FFC400, #FF5C14);
}

.section03 .inner .lead {
  margin-bottom: 28px;
  color: #00ACBA;
}

.section03 .inner .lead .bold {
  font-weight: bold;
}

.section03 .inner .lead .red {
  font-size: 32px;
  font-weight: bold;
  color: #FF5C14;
}

.section03 .inner .movie a {
  display: block;
}

.section03 .inner-ao .title {
  width: 625px;
}

.section03 .inner-ao .movie,
.section03 .inner-ao .movie a {
  position: relative;
  width: 454px;
  margin: 0 auto;
}

.section03 .inner-subject .title {
  width: 310px;
}

.section03 .movies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.section03 .movies li {
  width: 220px;
  margin-bottom: 40px;
}

.section03 .movies li:last-of-type {
  margin-bottom: 0;
}

.section03 .movies .category {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #FF5C14;
}

.section03 .movies #themepark .category {
  font-size: 19px;
  letter-spacing: 0;
}

.section03 .movies #entertainer .category {
  font-size: 16px;
  letter-spacing: 0;
}

.section03 .movies .category:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: #FF5C14;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section03 .movies .movie {
  margin-bottom: 8px;
}

.section03 .movies .movie a {
  position: relative;
  width: 220px;
  height: 124px;
}

.section03 .movie a:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 34px;
height: 34px;
background: url(../img/icn_play.svg) no-repeat center;
background-size: 100% auto;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index: 5;
}

.section03 .inner-ao .movie a:before {
  width: 54px;
  height: 54px;
}

.section03 .movie a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(112,112,112,0.4);
  z-index: 1;
}

.section03 .movies .name {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #00ACBA;
}

.section03 .lower-area .lead-area {
  margin-top: 80px;
  font-weight: bold;
}

.section03 .lower-area .movie a {
  position: relative;
}

.section03 .lower-area .movie a:before {
  width: 54px;
  height: 54px;
}


@media screen and (max-width: 1024px) and (min-width: 641px) {
  /* --------------------------------------------------
* layout, common-parts
*/
  .wrap {
    width: 90%;
  }

  .cmn-section .lead {
    font-size: 18px;
  }


  /* --------------------------------------------------
* header
*/
  .site-header .logo {
    width: 250px;
    margin: 30px 0 20px;
  }

  .site-header .link {
    margin: 26px 0 0;
  }

  .site-header .link li a {
    padding: 0px 7px;
    font-size: 16px;
  }

  .site-header .link li a span {
    font-size: 14px;
  }

  .site-header .link li a:before {
    bottom: -6px;
    height: 5px;
  }


  /* --------------------------------------------------
* fix-link
*/
  .fix-link-area {
    bottom: 5px;
    right: 20px;
    width: 282px;
    height: 223px;
    padding: 32px 35px 20px 45px;
  }

  .fix-link-area li:first-of-type {
    padding-bottom: 18px;
  }

  .fix-link-area li a {
    font-size: 15px;
  }

  .fix-link-area li:first-of-type a {
    padding-left: 50px;
  }

  .fix-link-area li:nth-of-type(2) a {
    padding-left: 50px;
  }

  .fix-link-area li:last-of-type a {
    padding-left: 30px;
  }

  .fix-link-area li a:before {
    width: 39px;
  }

  .fix-link-area li:first-of-type a:before {
    top: -7px;
    left: 40px;
  }

  .fix-link-area li:nth-of-type(2) a:before {
    top: -10px;
    left: 15px;
    width: 31px;
  }

  .fix-link-area li:last-of-type a:before {
    top: -15px;
    left: 15px;
  }

  .fix-link-area li:after {
    width: 100%;
  }


  /* --------------------------------------------------
* footer
*/
  .site-footer .banner-area {
    padding: 45px 0 60px;
  }

  .site-footer .banner-area .lead {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .site-footer .banner-area .lead:before {
    width: 17px;
    height: 17px;
  }

  .site-footer .banner-area li {
    width: 24%;
  }

  .site-footer .copyright {
    padding: 25px 0;
  }


  /* --------------------------------------------------
* main-visual
*/
  .main-visual {
    padding-top: 152px;
  }


  /* --------------------------------------------------
* intro
*/
  .intro {
    padding: 35px 0 30px;
  }


  /* --------------------------------------------------
* section01
*/
  .section01 {
    padding: 52px 0 50px;
  }

  .section01 .title {
    margin-bottom: 25px;
  }

  .section01 .title .upper {
    font-size: 90px;
  }

  .section01 .title .lower {
    font-size: 50px;
    line-height: 1.2;
  }

  /* --------------------------------------------------
* section02
*/

  .section02 {
    padding: 78px 0 90px;
  }

  .section02 .lead {
    margin-bottom: 50px;
  }

  .section02 .detail dt {
    width: 15%;
    margin-right: 2%;
  }

  .section02 .detail dd {
    width: 83%;
  }

  .section02 .detail dd br.pc {
    display: none;
  }

  .section02 .school-id li {
    width: 46%;
    margin-right: 7%;
    margin-bottom: 55px;
  }

  .section02 .school-id .text {
    font-size: 25px;
  }


    /* --------------------------------------------------
* section03
*/

  .section03 {
    padding: 78px 0 20px;
  }

  .section03 .inner .title {
    font-size: 45px;
  }

  .section03 .inner .lead .red {
    line-height: 1.7;
  }

  .section03 .inner .lead br.sp {
    display: block;
  }

  .section03 .inner {
    padding: 50px 45px 45px;
    margin-bottom: 40px;
  }

  .section03 .movies li {
    width: 47%;
    margin-bottom: 30px;
  }

  .section03 .movie a,
  .section03 .movies .movie a {
    width: 100%;
    height: 100%;
  }

  .section03 .inner-ao .title {
    width: 600px;
  }
}
