@charset "UTF-8";
:root {
  --main-color: #ffea00;
  --sub-color: #0c6c4d;
}

/*行間reset*/
/*レスポンシブ*/
/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*基本*/
html {
  scroll-behavior: smooth;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}

body {
  background-color: var(--main-color);
  background-image: url("img/back_blue_top.png"), url("img/back_pink_top.png"), url("img/back_bottom_green.png"), url("img/back_bottom_blue.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: 638px, 607px, 864px, 644px;
}
@media screen and (max-width: 800px) {
  body {
    background-size: 66.4vw, 59.4666666667vw, 65.6vw, 48.8vw;
  }
}

#wrap {
  width: 100%;
  position: relative;
  padding-bottom: 255px;
}

p {
  line-height: 1.5;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

img {
  max-width: 100%;
}

.width1100 {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

h2,
h3,
h4 {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 800px) {
  .pc_none {
    display: inline;
  }
}

.top {
  padding-top: 65px;
  text-align: center;
  background-image: url("img/girl.png"), url("img/boy.png");
  background-size: 345px, 360px;
  background-position: right calc(50% + 485px) top 156px, left calc(50% + 475px) top 156px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .top {
    padding: 8vw 5vw 0 5vw;
    background-size: 34.4vw, 36vw;
    background-position: left -8vw top 86.6666666667vw, right -9.8666666667vw top 86.6666666667vw;
  }
}
.top .organizing {
  background-color: #fff;
  font-size: 42px;
  padding: 12px 127px;
  border-radius: 9999px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .top .organizing {
    font-size: 22px;
    font-size: 5.8666666667vw;
    padding: 4vw 0vw;
    border-radius: 4vw;
    line-height: 1.3;
  }
  .top .organizing::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3) * 0.5em);
    content: "";
  }
  .top .organizing::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3) * 0.5em);
    content: "";
  }
}
.top h1 {
  width: 642px;
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .top h1 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.top .txt {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .top .txt {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 6.6666666667vw;
    width: 59.2vw;
    margin-inline: auto;
  }
}
.top .dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .top .dates {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .top .dates {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top .dates .date_free {
  width: 333px;
  order: 0;
}
@media screen and (max-width: 800px) {
  .top .dates .date_free {
    order: 1;
    width: 41.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top .dates .date_day {
  width: 430px;
  order: 1;
}
@media screen and (max-width: 800px) {
  .top .dates .date_day {
    order: 0;
    width: 68.2666666667vw;
  }
}
.top .dates .date_corner {
  width: 263px;
  order: 2;
}
@media screen and (max-width: 800px) {
  .top .dates .date_corner {
    order: 2;
    width: 45.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.top .venue {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .top .venue {
    margin-top: 8vw;
  }
}

/*コーナー*/
.corner {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .corner {
    margin-top: 16vw;
    padding: 0 5vw;
  }
}
.corner .corner_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul {
    flex-wrap: wrap;
  }
}
.corner .corner_ul li {
  border: 5px solid #fff;
  width: 512px;
  height: 420px;
  position: relative;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li {
    width: 100%;
    height: 77.3333333333vw;
  }
}
.corner .corner_ul li:nth-of-type(1) {
  background-image: url("img/img_box01.png");
  background-size: 250px;
  background-position: center bottom 24px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li:nth-of-type(1) {
    background-size: 50.6666666667vw;
    background-position: center bottom 4vw;
  }
}
.corner .corner_ul li:nth-of-type(2) {
  background-image: url("img/img_box02.png");
  background-size: 160px;
  background-position: center bottom 34px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li:nth-of-type(2) {
    background-size: 29.3333333333vw;
    background-position: center bottom 4.8vw;
    margin-top: 8vw;
  }
}
.corner .corner_ul li:nth-of-type(3) {
  background-image: url("img/img_box03.png");
  background-size: 214px;
  background-position: center bottom 26px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li:nth-of-type(3) {
    background-size: 40vw;
    background-position: center bottom 5.3333333333vw;
    margin-top: 8vw;
  }
}
.corner .corner_ul li:nth-of-type(4) {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li:nth-of-type(4) {
    margin-top: 8vw;
  }
}
.corner .corner_ul li h3 {
  background-color: #fff;
  font-size: 53px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li h3 {
    font-size: 30px;
    font-size: 8vw;
    height: 22.6666666667vw;
    padding: 6.6666666667vw 0;
  }
}
.corner .corner_ul li .txt {
  margin-top: 30px;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li .txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.corner .corner_ul li .f16 {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li .f16 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.corner .corner_ul li .theme {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li .theme {
    margin-top: 2.6666666667vw;
  }
}
.corner .corner_ul li .seminar_title {
  font-size: 26px;
  line-height: 1.3;
  position: relative;
  width: 55%;
  margin-inline: auto;
  margin-top: 10px;
}
.corner .corner_ul li .seminar_title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.corner .corner_ul li .seminar_title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 800px) {
  .corner .corner_ul li .seminar_title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.corner .corner_ul li .seminar_title:before, .corner .corner_ul li .seminar_title:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
}
.corner .corner_ul li .seminar_title:before {
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  top: 0;
  left: 0;
}
.corner .corner_ul li .seminar_title:after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  top: 0;
  right: 0;
}
.corner .corner_ul li .lecturer {
  margin-top: 10px;
}
.corner .corner_ul li .arrival {
  display: inline-block;
  background-color: #fff;
  border-radius: 9999px;
  padding: 5px 20px;
  margin-top: 10px;
}

/*セクションタイトル*/
.sec_h2 {
  text-align: center;
  width: 344px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .sec_h2 {
    width: 100%;
    width: 59.4666666667vw;
  }
}

/*学校*/
.school_list {
  margin-top: 139px;
}
@media screen and (max-width: 800px) {
  .school_list {
    margin-top: 16vw;
    padding: 0 5vw;
  }
}
.school_list .inner {
  background-color: #fff;
  position: relative;
  padding: 60px 105px 100px 105px;
  background-image: url("img/img_school.png"), url("img/img_wood.png");
  background-size: 217px, 200px;
  background-position: left 130px top 40px, right 131px top 24px;
  background-repeat: no-repeat;
  /*本の形*/
}
@media screen and (max-width: 800px) {
  .school_list .inner {
    padding: 29.3333333333vw 8vw 13.3333333333vw 8vw;
    background-size: 36vw, 28.2666666667vw;
    background-position: left 10.6666666667vw top 8vw, right 10.6666666667vw top 6.6666666667vw;
  }
}
.school_list .inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  top: -34px;
  left: 0;
  background-image: url("img/bg_school_list.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .school_list .inner:before {
    height: 2.9333333333vw;
    top: -2.6666666667vw;
  }
}

.ul_wrap {
  text-align: center;
}
.ul_wrap h3 {
  color: #707070;
  border: 2px solid #707070;
  font-size: 34px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .ul_wrap h3 {
    margin-top: 10.6666666667vw;
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.ul_wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .ul_wrap ul {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.ul_wrap ul li {
  background-color: var(--main-color);
  font-size: 30px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  height: 100px;
}
.ul_wrap ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.ul_wrap ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 800px) {
  .ul_wrap ul li {
    font-size: 22px;
    font-size: 5.8666666667vw;
    height: 20vw;
  }
}

/*アクセス*/
.access {
  margin-top: 105px;
}
@media screen and (max-width: 800px) {
  .access {
    margin-top: 16vw;
    padding: 0 5vw;
  }
}
.access .inner {
  padding: 60px 105px 100px 105px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .access .inner {
    padding: 13.3333333333vw 8vw 13.3333333333vw 8vw;
  }
}
.access .gmap {
  width: 100%;
  height: 565px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .access .gmap {
    margin-top: 8vw;
    height: 90.1333333333vw;
  }
}
.access p {
  font-size: 25px;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .access p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

/*フッター*/
.footer {
  margin-top: 105px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .footer {
    margin-top: 16vw;
  }
}
.footer p {
  font-size: 25px;
}
@media screen and (max-width: 800px) {
  .footer p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.footer .back_btn {
  display: block;
  width: 69px;
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .footer .back_btn {
    width: 18.4vw;
  }
}

/*予約ボタン*/
.application_wrap {
  background-color: var(--sub-color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.application_wrap:hover {
  background-color: #09553d;
}
@media screen and (max-width: 800px) {
  .application_wrap {
    padding: 8vw 12vw;
  }
}
.application_wrap .application_btn {
  font-size: 47px;
  font-weight: bold;
  color: var(--sub-color);
  background-color: #fff;
  padding: 20px 115px 20px 35px;
  border-radius: 9999px;
  background-image: url("img/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .application_wrap .application_btn {
    font-size: 23px;
    font-size: 6.1333333333vw;
    padding: 2.6666666667vw 16vw 2.6666666667vw 4.2666666667vw;
    background-size: 8vw;
    background-position: right 4.5333333333vw center;
  }
}

/*アニメ*/
.anime {
  opacity: 0;
}

.active {
  animation-name: ZoomIn;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-fill-mode: forwards;
}

.corner_ul .active {
  animation-delay: 0.5s;
}

@keyframes ZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=common.css.map */