@charset "UTF-8";

/* base */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFF;
  color: #4B4B4B;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
}

h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 1.2em;
}
h3,
h4 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 1.4em;
}

ul li {
  list-style: none;
}

.pc {
  display: block;
}
.sp {
  display: none;
}





/* ヘッダー */

header {
  width: 100%;
}
header section {
  margin: 0 auto;
}

#header-top {
  display: flex;
  justify-content:space-between;
  height: calc(223px - 120px);
  width: 1200px;
}

#header-top p {
  margin-left: -18px;
  margin-bottom: 0;
  text-align: left;
}
#header-top p img {
  max-width: 511px;
}

#header-top div {
  padding-top: 0.6em;
}
#header-top div img {
  max-width: 151px;
}



#header-title {
  margin: 0 auto;
  width: 1080px;
  position: relative;
}

#header-title h1 {
  margin: 0 auto;
  width: 800px;
}
#header-title h1 img {
  max-width: 800px;
}

#header-title ul li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #FFF;
  font-weight: 500;
  position: absolute;
}
#header-title ul li:nth-child(1) {
  background-image: url("../img/title_com01.png");
  padding: 32px 22px 0 0;
  width: 201px;
  height: 156px;
  top: 260px;
  left: 0;
  /* mocomoco1 */
  opacity: 0;
  animation: fadeIn 0.7s ease-in-out 1.5s 1 normal forwards;
}
#header-title ul li:nth-child(2) {
  background-image: url("../img/title_com02.png");
  padding: 30px 0 0 10px;
  width: 155px;
  height: 138px;
  top: 30px;
  right: 45px;
  /* mocomoco2 */
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out 0.5s 1 normal forwards;
}
#header-title ul li:nth-child(3) {
  background-image: url("../img/title_com03.png");
  padding: 30px 0 0 35px;
  width: 178px;
  height: 150px;
  top: 560px;
  right: 60px;
  /* mocomoco3 */
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out 2.4s 1 normal forwards;
}

/* mocomoco setting */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





/* コンテンツエリア */

main {
  background-image: url("../img/bg_zenbu.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 127px 0 0;
  margin-top: -20px;
}

main,
main section {
  width: 100%;
}

.contentsbox {
  margin: 0 auto;
  width: 800px;
}



/* コンテンツエリア：全部ある */

#zenbu {
  background-color: #F2FAE9;
  background-image: url("../img/bg_movie.png");
  background-repeat: no-repeat;
  background-position: center 220px;
  padding: 0 0 50px;
}

#zenbu h2 {
  color: #45AEB0;
  letter-spacing: 0.1em;
}

#zenbu p {
  margin-bottom: 1.8em;
}

#slick-picture {
  margin: 0 auto;
  width: 700px;
  pointer-events: none;
}
#slick-picture img {
  width: 100%;
}



/* コンテンツエリア：コメント */

#comment {
  background-image: url("../img/bg_comment.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 120px 0 4em;
}

#comment h2 {
  color: #ED6C00;
  margin-bottom: 2.3em;
}
#comment h2 span {
  border-bottom: 4px dotted #ED6C00;
  padding-bottom: 0.4em;
  line-height: 2.4em;
}

#comment ul li {
  display: flex;
  margin-bottom: 40px;
}
#comment ul li .comment-text {
  padding: 1.5em 3em;
  background-color: #FFF;
  border: 3px solid #ED6C00;
  border-radius: 40px;
  text-align: left;
}
#comment ul li .comment-fuki-r {
  margin-right: -3px;
  margin-left: 38px;
  padding-top: 35px;
  z-index: 1;
}
#comment ul li .comment-fuki-l {
  margin-right: 38px;
  margin-left: -3px;
  padding-top: 35px;
}

#comment h3 {
  color: #ED6C00;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-top: 1em;
}

#comment .comment-photo img {
  border-radius: 50%;
  width: 140px;
}


/* コンテンツエリア：サブスク */

#subsc {
  background-color: #F2FAE9;
  background-image: url("../img/bg_subsc.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0 120px;
}

#subsc-info {
  background-color: #FFF;
  border: 2px solid #45AEB0;
  border-radius: 40px;
  padding: 8em 0 2.5em;
  position: relative;
}

#subsc-info h2 {
  color: #45AEB0;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
#subsc-info h2 img {
  max-width: 100%;
}

#subsc-info ul {
  display: flex;
  justify-content:space-evenly;
}
#subsc-info ul li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#subsc-info ul li:nth-child(1) {
  background-image: url("../img/point01.png");
  margin-top: 10px;
  padding: 22px 8px 0 0;
  width: 152px;
  height: 127px;
}
#subsc-info ul li:nth-child(2) {
  background-image: url("../img/point02.png");
  padding: 25px 0 0 0px;
  width: 164px;
  height: 135px;
}
#subsc-info ul li:nth-child(3) {
  background-image: url("../img/point03.png");
  margin-top: 5px;
  padding: 24px 0 0 0px;
  width: 165px;
  height: 131px;
}
#subsc-info ul li:nth-child(4) {
  background-image: url("../img/point04.png");
  margin-top: 5px;
  padding: 22px 0 0 2px;
  width: 153px;
  height: 130px;
}

#subsc-point h3 {
  background-image: url("../img/line_four.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: -35px 0 70px;
  padding-top: 80px;
  position: relative;
}
#subsc-point h3 img {
  max-width: 100%;
}

#subsc-detail ul li {
  display: flex;
}
#subsc-detail ul li div {
  width: 400px;
}

#subsc-detail ul li div.detail-box {
  background-color: #FFF;
  text-align: left;
}
#subsc-detail ul li div.detail-box h4 {
  background-image: url("../img/mark.png");
  background-repeat: no-repeat;
  background-position: 22px top;
  color: #45AEB0;
  margin-top: -8px;
  padding: 3em 2.6em 0;
}
#subsc-detail ul li div.detail-box p {
  margin-bottom: 0;
  padding: 0 2.6em 2.6em;
}

#subsc-detail ul li:nth-child(1) div img {
  margin-left: -2em;
  padding-top: 1em;
  width: 100%;
}
#subsc-detail ul li:nth-child(2) div img {
  width: 100%;
  position: relative;
}
#subsc-detail ul li:nth-child(3) div img {
  width: 100%;
}
#subsc-detail ul li:nth-child(4) div img {
  margin-right: -3em;
  padding-top: 1em;
  width: 95%;
  position: relative;
}



/* コンテンツエリア：学校 */

#school {
  background-color: #AEDCDE;
}

#school h2 {
  background-color: #F2FAE9;
  background-image: url("../img/bg_school_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  color: #4B4B4B;
  font-size: 20px;
  margin-bottom: 0;
  padding: 3em 0 0;
  height: 130px;
  position: relative;
}
#school h2::after {
  border-bottom: 4px dotted #ED6C00;
  content: "";
  display: inline-block;
  width: 700px;
  position: absolute;
  bottom: 2.5em;
  left: 50%;
  transform: translateX(-50%);
}

#school h2 span {
  background-color: #AEDCDE;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}



#school .contentsbox {
  margin-top: -20px;
  padding: 0 50px;
  position: relative;
}

#school h3 {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
#school h3 span {
  display: inline-block;
  padding: 0.3em 3em;
  background-color: #ED6C00;
  border-radius: 20px;
}

#school section {
  margin-bottom: 80px;
}



#school-subject ul {
  padding-top: 0.4em;
  display: flex;
  justify-content:space-between;
}
#school-subject ul li {
  background-color: #F2FAE9;
  border-radius: 16px;
  padding: 1.5em 1em;
  width: 30%;
}



#school-period h3 {
  margin-bottom: -14px;
}
#school-period .period-box {
  background-color: #FFF;
  border-top: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  padding: 3em 2em 0.5em;
}
#school-period h4 {
  font-size: 40px;
  font-weight: 500;
}
#school-period p {
  font-size: 20px;
  margin-bottom: 1em;
}
#school-period .period-box ul{
  font-size: 20px;
  margin: 0 auto 2em;
  text-align: left;
  width: 50%;
}
#school-period .period-box ul li::before{
  content: '・'
}
#school-period .period-box a {
  background-image: url("../img/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: right 18px center;
  color: #4B4B4B;
  display: inline-block;
  padding: 0.3em 3em;
  background-color: #F8FF66;
  border: 1px solid #C8C8C8;
  border-radius: 30px;
  font-size: 20px;
  text-decoration: none;
}
#school-period .period-box a:hover {
  background-color: #CCCC66;
}



#school-entry h3 {
  margin-bottom: -16px;
}

#school-entry .entry-box {
  background-color: #FFF;
  border-top: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  background: repeating-linear-gradient(
    135deg,#ffd9b9,#ffd9b9 1px,#FFF 0,#FFF 10px
  );
  padding: 3em 2em;
}

#school-entry .entry-inbox {
  background-color: #FFF;
  border: 1px solid #ED6C00;
  border-bottom: none;
  margin: 0 auto;
  padding: 1.5em 1em 0;
}
#school-entry .entry-triangle {
  background: #ED6C00;
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#school-entry .entry-triangle-inbox {
  background: #FFF;
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-top: -81px;
  margin-bottom: 2em;
}

#school-entry .entry-inbox h4 {
  color: #ED6C00;
  font-size: 20px;
  margin-bottom: 1em;
}

#school-entry .entry-inbox p {
  font-size: 14px;
  margin-bottom: 1em;
}
#school-entry .entry-inbox p span {
  border-bottom: 1px solid #4B4B4B;
  padding-bottom: 0.1em;
}
#school-entry .entry-inbox ol {
  margin: 0 auto;
  text-align: left;
  width: 60%;
}
#school-entry .entry-inbox a {
  color: #4B4B4B;
}



#school-entry .entry-inbox:nth-child(1) {
  position: relative;
}
#school-entry .entry-inbox p.push {
  background-image: url("../img/entry_com.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #FFF;
  padding: 15px 0 0 23px;
  width: 171px;
  height: 135px;
  position: absolute;
  top: 110px;
  right: -60px;
  z-index: 1;
}



#school-entry .entry-go {
  background-color: #ED6C00;
  margin: 0 auto;
}
#school-entry .entry-go h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  padding: 1em;
  margin-bottom: 0;
}



#school section#school-inquiry {
  margin-bottom: 0;
  padding-bottom: 110px;
}

#school-inquiry h3 {
  color: #4B4B4B;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1em;
}
#school-inquiry p {
  margin-bottom: 1.8em;
}
#school-inquiry .inquiry-form {
  background-color: #FFF;
  border-radius: 14px;
  padding: 3em 2em;
}





/* お問い合わせ */

.side_inquiry {
  text-align: right;
/*
  position: sticky;
*/
  position: fixed;
  right: 10px;
  bottom: 20px;
  pointer-event: all;
  z-index: 10;
}

.side_inquiry {
  animation: anii_inquiry ease;
  animation-timeline: view();
/*
  animation-timeline: scroll();
*/
  animation-range: contain;
}

@keyframes anii_inquiry {
  0% {
    transform: translate(120%,120%)
  }
  100% {
    transform: translate(0%,0%)
  }
}

.side_inquiry a img {
  opacity: 1;
  width: 50%;
/*
  width: 20%;
*/
}
.side_inquiry a:hover img {
  opacity: 1;
  width: 52%;

/*  width: 90%; */
}





/* フッター */

footer {
  width: 100%;
  background-color: #ED6C00;
  color: #FFF;
  text-align: left
}

#footer-info {
  margin: 0 auto;
  padding: 2.4em 1.5em 4em;
  width: 1080px;
  position: relative;
}

#footer-info h2 {
  color: #FFF;
  margin-bottom: 0em;
}
#footer-info p {
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
#footer-info a {
  color: #FFF;
}
#footer-info p small {
  display: inline-block;
  font-size: 14px;
  padding-top: 1em;
}

#footer-info .house {
  position: absolute;
  top: -125px;
  right: 1em;
}





@media screen and (max-width: 1200px) {
  #header-top {
    width: 100%;
  }

}@media screen and (max-width: 1080px) {
  #header-top {
    height: calc(200px - 110px);
    width: 100%;
  }
  #header-top p img {
    width: 85%;
  }

  #header-title {
    width: 100%;
  }

  #header-title h1 {
    width: 100%;
  }
  #header-title h1 img {
    width: 75%;
  }
  #header-title ul li:nth-child(1) {
    top: 250px;
    left: 5px;
  }
  #header-title ul li:nth-child(2) {
    top: -10px;
    right: 30px
  }
  #header-title ul li:nth-child(3) {
    top: 450px;
    right: 25px
  }

  #zenbu {
    background-size: 1080px;
    background-position: center 230px;
  }

  #footer-info {
    padding: 2.4em 0 4em;
    width: 90%;
  }
  #footer-info .house {
    text-align: right;
  }
  #footer-info .house img {
    width: 90%;
  }

}@media screen and (max-width: 800px) {
  #header-top p img{
    width: 75%;
  }
  #header-top div img{
    width: 90%;
  }

  #header-title h1 img {
    width: 70%;
  }

  #header-title ul li {
    background-size: 95%;
    font-size: 11px;
    line-height: 1.5em;
  }
  #header-title ul li:nth-child(1) {
    background-position: 10px top;
    padding: 28px 0 0;
    width: 161px;
    height: 125px;
    top: 150px;
    left: 5px;
  }
  #header-title ul li:nth-child(2) {
    background-position: center top;
    padding: 26px 0 0 10px;
    width: 124px;
    height: 110px;
    top: -20px;
    right: 10px
  }
  #header-title ul li:nth-child(3) {
    background-position: center top;
    padding: 28px 0 0 25px;
    width: 142px;
    height: 120px;
    top: 300px;
    right: 15px
  }

  #zenbu {
    background-size: 800px;
    background-position: center 240px;
  }

  .contentsbox {
    width: 90%;
  }

  #slick-picture {
    margin: 0 auto;
    width: 90%;
  }

  #comment ul li .comment-fuki-r {
    margin-left: 19px;
  }
  #comment ul li .comment-fuki-l {
    margin-right: 19px;
  }

  #subsc-info ul li {
    background-size: 95%;
  }

  #subsc-point h3 {
    background-size: 80%;
  }

  #school h2 {
    background-color: #AEDCDE;
    background-image: url("../img/bg_school_title_min.png");
    background-size: 100%;
    height: 118px;
    padding: 2.4em;
  }
  #school h2::after {
    width: 80%;
  }

  #school .contentsbox {
    padding: 0;
  }

  .side_inquiry a img {
    width: 37%;
  }
  .side_inquiry a:hover img {
    width: 39%;
  }

  #footer-info .house {
    top: -110px;
  }

}@media screen and (max-width: 640px) {
  body {
    font-size: 11px;
    line-height: 1.4;
  }

  h2 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  h3,
  h4 {
    font-size: 14px;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  #header-title ul li {
    font-weight: normal;
  }
  #header-title ul li:nth-child(1) {
    background-position: 8px top;
    padding: 28px 0 0;
    width: 150px;
    height: 125px;
    top: 180px;
    left: -10px;
  }
  #header-title ul li:nth-child(2) {
    background-position: center top;
    padding: 23px 0 0 10px;
    width: 114px;
    height: 110px;
    top: -50px;
    right: 0;
  }
  #header-title ul li:nth-child(3) {
    background-position: center top;
    padding: 23px 0 0 24px;
    width: 132px;
    height: 120px;
    top: 200px;
    right: 0;
  }

  #zenbu {
    background-size: 520px;
    background-position: center 188px;
  }
  #zenbu h2 {
    letter-spacing: 0em;
  }

  #slick-picture {
    padding-top: 2em;
  }

  #comment {
    padding: 100px 0 4em;
  }
  #comment ul li {
    margin-bottom: 20px;
  }
  #comment ul li .comment-photo {
    position: relative;
    top: 5px;
    z-index: 2;
  }
  #comment ul li .comment-photo img {
    width: 90px;
  }
  #comment ul li .comment-text {
    padding: 2em;
  }
  #comment ul li .comment-fuki-r {
    margin-left: 5px;
    padding-top: 35px;
  }
  #comment ul li .comment-fuki-l {
    margin-right: 5px;
    padding-top: 35px;
  }

  #subsc {
    padding: 50px 0 60px;
  }
  #subsc-info {
    padding: 4em 0 2em;
  }
  #subsc-info h2 {
    margin: -10px auto 0;
    width: 80%;
  }

  #subsc-info ul {
    flex-wrap: wrap;
  }
  #subsc-info ul li:nth-child(1) {
    margin-top: 10px;
    padding: 34px 6px 0 0;
  }
  #subsc-info ul li:nth-child(2) {
    padding: 40px 0 0px;
  }
  #subsc-info ul li:nth-child(3) {
    margin-top: 5px;
    padding: 36px 0 0px;
  }
  #subsc-info ul li:nth-child(4) {
    margin-top: 5px;
    padding: 34px 0 0 2px;
  }

  #subsc-point h3 {
    background-image: url("../img/arrow.png");
    background-size: 20%;
    margin: 20px 0 60px;
    padding-top: 80px;
  }

  #subsc-detail ul li div {
    width: 100%;
  }
  #subsc-detail ul li div.detail-box {
    margin-bottom: 3em;
    width: 100%;
  }
  #subsc-detail ul li div.detail-box h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }
  #subsc-detail ul li div.detail-box p {
    font-size: 12px;
    line-height: 1.6;
  }

  #subsc-detail ul li:nth-child(1) {
    flex-direction: column-reverse;
  }
  #subsc-detail ul li:nth-child(1) div img {
    margin: 0 0 1em;
    padding: 0;
  }
  #subsc-detail ul li:nth-child(2) {
    display: grid;
  }
  #subsc-detail ul li:nth-child(2) div img {
    margin: 0 0 1em;
    padding: 0;
  }
  #subsc-detail ul li:nth-child(3) {
    flex-direction: column-reverse;
  }
  #subsc-detail ul li:nth-child(3) div img {
    margin: 0 0 1em;
    padding: 0;
  }
  #subsc-detail ul li:nth-child(4) {
    display: grid;
  }
  #subsc-detail ul li:nth-child(4) div img {
    margin: 0 0 1em;
    padding: 0;
  }

  #school h2 {
    padding: 1em 0 0;
  }
  #school h2::after {
    bottom: 4em;
  }

  #school .contentsbox {
    margin-top: -40px;
  }
  #school section {
    margin-bottom: 50px;
  }

  #school-subject ul li {
    padding: 1.2em 0.7em;
    width: 31%;
  }

  #school-period h4 {
    font-size: 24px;
  }
  #school-period p {
    font-size: 12px;
  }
  #school-period .period-box ul{
    font-size: 12px;
    width: 65%;
  }
  #school-period .period-box a{
    font-size: 12px;
  }

  #school-entry .entry-inbox {
    margin: 0 auto;
  }
  #school-entry .entry-triangle {
    height: 50px;
  }
  #school-entry .entry-triangle-inbox {
    height: 50px;
    margin-top: -51px;
  }

  #school-entry .entry-inbox h4 {
    font-size: 16px;
    line-height: 1.4em;
  }
  #school-entry .entry-inbox p {
    font-size: 11px;
  }
  #school-entry .entry-inbox ol {
    margin: 0 auto;
    text-align: left;
    width: 75%;
  }
  #school-entry .entry-inbox p.push {
    padding: 18px 0 0 18px;
    width: 125px;
    height: 108px;
    top: 150px;
    right: -40px;
  }

  #school-entry .entry-go h4 {
    font-size: 14px;
  }

  .side_inquiry a img {
    width: 26%;
  }
  .side_inquiry a:hover img {
    width: 28%;
  }

  #footer-info .house {
    top: -75px;
    right: 0;
  }
  #footer-info .house img {
    width: 60%
  }
}





/* 800core */

/* 背景色 */
/*
白地：#FFF
薄緑地：#F2FAE9
青地：#AEDCDE
橙地：#ED6C00
*/
.bg-white { background-color: #FFF; }
.bg-green { background-color: #F2FAE9; }
.bg-blue { background-color: #AEDCDE; }
.bg-orange { background-color: #ED6C00; }

/* フォント */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

/* テキスト */
/*
黒字：#4B4B4B
白字：#FFF
青字：#45AEB0
橙字：#ED6C00
*/
