@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.6rem;
  margin-bottom: 0;
}
p.p-txt{
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.5rem;
  }
  p.p-txt{
    line-height: 1.8;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #2A2A2A;
  text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 2.0rem;
}
ul li{
  font-size: 1.6rem;
  list-style-type: none;
  line-height: 1.8;
}
ul.disc li{
  list-style-type: disc;
  margin-left: 2.1rem;
}
@media print, screen and (max-width: 767px) {
  ol li,
  ul li{
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #DE4830;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
}
/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1000px;
  margin: 0 auto;
}
header .inner{
  margin-bottom: 0!important;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    margin: 0 auto;
  }
}
/* content
-------------------------------------------------- */
div.content{
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.content{
    width: 95%;
  }
}
/* img
-------------------------------------------------- */
img{
  width: 100%;
  height: auto;
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec{
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/top/mainvisual.jpg) center center / cover no-repeat;
  background-size: cover;
}
section.mainvisualSec div.copy-area{
  position: absolute;
  top: 49%;
  right: 10%;
  transform: translateY(-51%);
  z-index: 1;
}
section.mainvisualSec div.copy-area p.ruby{
  color: #A11F47;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}
section.mainvisualSec div.copy-area h1{
  color: #A11F47;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
section.mainvisualSec div.copy-area p.price{
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
section.mainvisualSec div.copy-area div.button-area{
  width: 38rem;
  margin: 2.5rem 0 0;
}
section.mainvisualSec div.copy-area div.button-area a{
  background: #2E2F79;
  border: 1px solid #2E2F79;
  color: #fff;
  font-weight: bold;
  width: 38rem;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  padding: 1.0rem 0 1.2rem;
  border-radius: 1rem;
}
section.mainvisualSec div.copy-area div.button-area a:hover{
  background: #fff;
  color: #2E2F79;
  border: 1px solid #2E2F79;
  transition: 0.6s;
}
@media print, screen and (max-width: 1024px) {
  section.mainvisualSec{
    height: 0;
    padding-bottom: 69%;
  }
  section.mainvisualSec div.copy-area{
    top: 49%;
    right: 5%;
    transform: translateY(-51%);
  }
  section.mainvisualSec div.copy-area p.ruby{
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }
  section.mainvisualSec div.copy-area h1{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  section.mainvisualSec div.copy-area p.price{
    font-size: 2.0rem;
  }
  section.mainvisualSec div.copy-area div.button-area{
    width: 34rem;
    margin: 2rem auto 0;
  }
  section.mainvisualSec div.copy-area div.button-area a{
    width: 34rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.copy-area{
    right: 5%;
  }
  section.mainvisualSec div.copy-area p.ruby{
    font-size: 1.6vw;
    letter-spacing: 0.01rem;
  }
  section.mainvisualSec div.copy-area h1{
    font-size: 4.2vw;
    margin-bottom: 1rem;
  }
  section.mainvisualSec div.copy-area p.price{
    font-size: 3.6vw;
  }
  section.mainvisualSec div.copy-area div.button-area{
    width: 100%;
    margin: 1.5rem auto 0;
  }
  section.mainvisualSec div.copy-area div.button-area a{
    width: 100%;
    font-size: 3.4vw;
    padding: 0.8rem 0 0.8rem;
  }
}

article{
  width: 100%;
  height: 100%;
  background: url(../img/common/background.jpg) center center / cover no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
body div.content{
  background: #fff;
  padding: 5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 15%);
  box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 15%);
}
@media print, screen and (max-width: 767px) {
  article{
    padding: 7rem 0;   
  }
  body div.content{
    padding: 3rem 1.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  article{
    padding: 5rem 0;   
  }
}

/* "h"tag
-------------------------------------------------- */
h2.h2-cmn {
  margin-bottom: 3rem;
  font-size: 3.0rem;
  line-height: 1.2;
  text-align: center;
  color: #AD8141;
}
h3.h3-cmn {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
@media print, screen and (max-width: 767px) {
  h2.h2-cmn {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
  h3.h3-cmn {
    font-size: 2.2rem;
  }
}

/* aboutSec
-------------------------------------------------- */
section.aboutSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: 3rem;
}
section.aboutSec div.content div.wrap ul li{
  font-size: 1.8rem;
  font-weight: bold;
  list-style-type: disc;
  margin-left: 2.1rem;
  margin-bottom: 0.5rem;
}
section.aboutSec div.content div.wrap ul li:last-child{
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  section.aboutSec div.content div.wrap{
    display: block;
  }
  section.aboutSec div.content div.wrap ul li{
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
}

/* historySec
-------------------------------------------------- */
section.historySec{
  margin: 10rem 0 0;
}
section.historySec div.content p.p-txt{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
section.historySec div.content table{
  margin-top: 2rem;
  border-collapse: collapse;
}
section.historySec div.content table th{
  width: 8rem;
  text-align: left;
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #AAA;
}
section.historySec div.content table td{
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #AAA;
}
@media print, screen and (max-width: 767px) {
  section.historySec{
    margin: 7rem 0 0;
  }
  section.historySec div.content p.p-txt{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  section.historySec div.content table{
    margin-top: 2.5rem;
  }
  section.historySec div.content table th{
    width: 6rem;
    font-size: 1.5rem;
  }
  section.historySec div.content table th.top{
    padding-top: 0;
  }
  section.historySec div.content table td{
    font-size: 1.5rem;
  }
  section.historySec div.content table td.top{
    padding-top: 0;
  }
}
@media print, screen and (max-width: 560px) {
  /* section */
  section.historySec{
    margin: 5rem 0 0;
  }
}

/* benefitSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.benefit{
  position: relative;
}
h2.h2-cmn.benefit::before{
  content: '';
  background-image: url(../img/top/gift-solid.svg);
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-right: 0.5rem;
}
h3.h3-benefit{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
/* section */
section.benefitSec{
  margin: 10rem 0 0;
}
section.benefitSec div.content p.p-txt.center{
  text-align: center;
}
section.benefitSec div.content div.img-area{
  margin: 3rem auto 5rem;
}
section.benefitSec div.content div.img-area.btm{
  margin: 3rem auto 0;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.benefit::before{
    width: 23px;
    height: 21px;
    margin-right: 0.5rem;
  }
  h3.h3-benefit{
    font-size: 2.0rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2rem;
  }
  /* section */
  section.benefitSec{
    margin: 7rem 0 0;
  }
  section.benefitSec div.content div.img-area{
    margin: 2.5rem auto 3rem;
  }
  section.benefitSec div.content div.img-area.btm{
    margin: 2.5rem auto 0;
  }
}
@media print, screen and (max-width: 560px) {
  /* section */
  section.benefitSec{
    margin: 5rem 0 0;
  }
}

/* organizerSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.organizer{
  position: relative;
}
h2.h2-cmn.organizer::before{
  content: '';
  background-image: url(../img/top/bell-solid.svg);
  display: inline-block;
  width: 22px;
  height: 25px;
  margin-right: 0.5rem;
}
h3.h3-organizer{
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
/* section */
section.organizerSec{
  margin: 10rem 0 0;
}
section.organizerSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.organizerSec div.content div.wrap div.img-area{
  width: 25%;
  margin-right: 3%;
}
section.organizerSec div.content div.wrap div.img-area img{
  border-radius: 50%;
}
section.organizerSec div.content div.wrap div.txt-area{
  width: 72%;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.organizer::before{
    width: 19px;
    height: 21px;
    margin-right: 0.5rem;
  }
  h3.h3-organizer{
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  /* section */
  section.organizerSec{
    margin: 7rem 0 0;
  }
  section.organizerSec div.content div.wrap div.img-area{
    width: 30%;
    margin-right: 4%;
  }
  section.organizerSec div.content div.wrap div.txt-area{
    width: 66%;
  }
}
@media print, screen and (max-width: 560px) {
  section.organizerSec div.content div.wrap{
    display: block;
  }
  section.organizerSec div.content div.wrap div.img-area{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  section.organizerSec div.content div.wrap div.txt-area{
    width: 100%;
    margin-top: 3rem;
  }
}
@media print, screen and (max-width: 560px) {
  /* section */
  section.organizerSec{
    margin: 5rem 0 0;
  }
}

/* flowSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.flow{
  position: relative;
}
h2.h2-cmn.flow::before{
  content: '';
  background-image: url(../img/top/paper-plane-solid.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}
h3.h3-flow{
  font-size: 2.0rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: #2E2F79;
}
/* section */
section.flowSec{
  margin: 10rem 0 0;
}
section.flowSec div.content{
  padding: 5rem 5rem 3.5rem;
  -webkit-box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 15%);
  box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 15%);
}
section.flowSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.flowSec div.content div.wrap div.box{
  width: 48.5%;
  margin-bottom: 1.5rem;
  border: 1px solid #2E2F79;
  padding: 2rem;
  border-radius: 1rem;
}
/*section.flowSec div.content div.wrap div.box:last-child{
  margin-bottom: 0;
}*/
section.flowSec div.content div.wrap div.box p.step{
  background: #2E2F79;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 8rem;
  font-size: 1.6rem;
  padding: 0.5rem 0 0.7rem;
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.flow::before{
    width: 20px;
    height: 20px;
  }
  h3.h3-flow{
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  /* section */
  section.flowSec{
    margin: 7rem 0 0;
  }
  section.flowSec div.content{
    padding: 3rem 1.5rem 2rem;
  }
  section.flowSec div.content div.wrap div.box{
    width: 49%;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  section.flowSec div.content div.wrap div.box p.step{
    width: 6rem;
    font-size: 1.5rem;
    padding: 0.5rem 0 0.6rem;
    margin-bottom: 1.0rem;
  }
}
@media print, screen and (max-width: 560px) {
  /* section */
  section.flowSec{
    margin: 5rem 0 0;
  }
  section.flowSec div.content div.wrap div.box{
    width: 100%;
  }
  section.flowSec div.content div.wrap div.box{
    margin-bottom: 1.0rem;
  }
}

/* admissionConditionSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.admissionCondition{
  position: relative;
}
h2.h2-cmn.admissionCondition::before{
  content: '';
  background-image: url(../img/top/seedling-solid.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}
/* section */
section.admissionConditionSec{
  margin: 10rem 0 0;
}
section.admissionConditionSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: 3rem;
}
section.admissionConditionSec div.content div.wrap ul li{
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
  list-style-type: disc;
  margin-left: 2.1rem;
}
section.admissionConditionSec div.content div.wrap ul li:last-child{
  margin-bottom: 0;
}
section.admissionConditionSec div.content p{
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.admissionCondition::before{
    width: 21px;
    height: 21px;
  }
  /* section */
  section.admissionConditionSec{
    margin: 7rem 0 0;
  }
  section.admissionConditionSec div.content div.wrap{
    display: block;
    margin-bottom: 2.5rem;
  }
  section.admissionConditionSec div.content div.wrap ul li{
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  /* section */
  section.admissionConditionSec{
    margin: 5rem 0 0;
  }
}

/* buttonSec
-------------------------------------------------- */
/* section */
section.buttonSec{
  margin: 10rem 0 0;
}
section.buttonSec div.button-area{
  width: 38rem;
  margin: 0 auto;
}
section.buttonSec div.button-area a{
  background: #2E2F79;
  border: 1px solid #2E2F79;
  color: #fff;
  font-weight: bold;
  width: 38rem;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  padding: 1.0rem 0 1.2rem;
  border-radius: 1rem;
}
section.buttonSec div.button-area a:hover{
  background: #fff;
  color: #2E2F79;
  border: 1px solid #2E2F79;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  /* section */
  section.buttonSec{
    margin: 7rem 0 0;
  }
  section.buttonSec div.button-area{
    width: 24rem;
  }
  section.buttonSec div.button-area a{
    width: 24rem;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 560px) {
  /* section */
  section.buttonSec{
    margin: 5rem 0 0;
  }
}

/* footer
-------------------------------------------------- */
footer{
  padding: 7rem 0;
}
footer div.content{
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
footer div.content p.copy{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}
footer div.content div.logo-area{
  width: 32rem;
  margin: 3rem auto;
}
footer div.logo-area img{
  width: 100%;
  height: auto;
}
footer div.logo-area img:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.content div.sns-area{
  width: 16rem;
  margin: 0 auto 4rem;
}
footer div.content div.sns-area ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div.content div.sns-area ul li.facebook{
  width: 4.5rem;
  margin-right: 1rem;
}
footer div.content div.sns-area ul li.instagram{
  width: 4.5rem;
  margin-right: 1rem;
}
footer div.content div.sns-area ul li.youtube{
  width: 5.0rem;
}
footer div.content div.link-area ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div.content div.link-area ul li a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.content div.link-area ul li:first-child{
  margin-right: 3rem;
}
footer div.content div.sns-area ul li img{
  width: 100%;
  height: auto;
}
footer div.content div.sns-area ul li img:hover{
  opacity: 0.6;
  transition: 0.6s;
}
footer div.content div.copyright-area{
  margin-top: 3.5rem;
  text-align: center;
}
footer div.content div.copyright-area p{
  line-height: 1.5;
}
@media print, screen and (max-width: 767px) {
  footer{
    padding: 6rem 0;
  }
  footer div.inner{
    width: 100%;
  }
  footer div.content{
    padding: 0;
  }
  footer div.content p.copy{
    font-size: 1.9rem;
    line-height: 1.4;
    text-align: center;
  }
  footer div.content div.logo-area{
    width: 26rem;
    margin: 3rem auto;
  }
  footer div.content div.sns-area{
    margin: 0 auto 3rem;
    width: 14.5rem;
  }
  footer div.content div.sns-area ul li.facebook{
    width: 4.0rem;
    margin-right: 1rem;
  }
  footer div.content div.sns-area ul li.instagram{
    width: 4.0rem;
    margin-right: 1rem;
  }
  footer div.content div.sns-area ul li.youtube{
    width: 4.5rem;
  }
  footer div.content div.link-area ul li:first-child{
    margin-right: 2rem;
  }
  footer div.content div.copyright-area{
    margin-top: 3rem;
  }
}