@charset "UTF-8";





/* texGroup ------------------ */
/* sp */
.eventArticle .texGroup{
  margin: 0 0 30px !important;
}

.texGroup ul{
  font-size: 10px;
  line-height: 1.6;
}

.texGroup ul li{
font-weight: 400;
}

/* pc */
@media screen and (min-width: 768px) {
  .eventArticle .texGroup{
    margin: 0 0 35px !important;
  }

  .texGroup ul{
    font-size: 12px;
  }
}
/* texGroup end ------------------ */




/* pageNav ------------------ */
/* SP */
.pageNav{
  background: #F8F5F2;
  margin: 40px -18px 75px;
  padding: 30px;
}
.pageNav section h2{
  margin: 0 0 15px;
  font-weight: 700;
}

.pageNav section ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: stretch;
  
}
.pageNav section ul li{
  margin: 0 0 30px;
  
}

.pageNav section span{
  font-size: 8px;
  display: block;
  text-align: center;
  line-height: 2.5;
}

.domesticEvent ul li a,
.abroadEvent ul li a,
.otherEvent ul li a{
  border-radius: 10px;
  display: block;
  padding: 11px 8px;
  background: #FFF;
  min-height: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.domesticEvent ul li a::after,
.abroadEvent ul li a::after,
.otherEvent ul li a::after{
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  margin-top: 4px;
}
.domesticEvent ul li a::after{
  background: url(../images/point/pointPagenavdomesticEvent.svg) no-repeat center center;
  background-size: 100% auto;
}
.abroadEvent ul li a::after{
  background: url(../images/point/pointPagenavabroadEvent.svg) no-repeat center center;
  background-size: 100% auto;
}
.otherEvent ul li a::after{
  background: url(../images/point/pointPagenavotherEvent.svg) no-repeat center center;
  background-size: 100% auto;
}
.domesticEvent ul li a div,
.abroadEvent ul li a div,
.otherEvent ul li a div{
  text-align: center;
}

.domesticEvent ul li a{
  border: 2px solid #FF5A94;
  box-shadow: 2px 2px 0px #FF5A94;

}
.abroadEvent ul li a{
  border: 2px solid #69D6DE;
  box-shadow: 2px 2px 0px #69D6DE;

}
.otherEvent ul li a{
  border: 2px solid #5BB647;
  box-shadow: 2px 2px 0px #5BB647;

}

.domesticEvent ul li a .label,
.abroadEvent ul li a .label,
.otherEvent ul li a .label{
  border-radius: 9px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 8px;
  font-size: 8px;
  width: 100%;
}

.domesticEvent ul li a .label{
  background: #FF5A94;
}

.abroadEvent ul li a .label{
 background:  #69D6DE;
}

.otherEvent ul li a .label{
 background:  #5BB647;
}

.domesticEvent ul li a .item,
.abroadEvent ul li a .item,
.otherEvent ul li a .item{
  line-height: 1.5;
}

.domesticEvent ul li a .item.fontSmall12,
.abroadEvent ul li a .item.fontSmall12,
.otherEvent ul li a .item.fontSmall12{
  font-size: 12px;
}
.domesticEvent ul li a .item.fontSmall10,
.abroadEvent ul li a .item.fontSmall10,
.otherEvent ul li a .item.fontSmall10{
  font-size: 10px;
}

.domesticEvent ul li a .item.fontSmall9,
.abroadEvent ul li a .item.fontSmall9,
.otherEvent ul li a .item.fontSmall9{
  font-size: 9px;
}
  
.eventSection .sectionCard .texGroup > p{
  font-weight: 500;
}

/* PC */
@media screen and (min-width: 768px) {
  .pageNav{
    border-radius: 20px;
    /*max-width: 900px;
    width: 100%;*/
    margin: 40px auto 75px;
    padding: 40px;
  }

  .pageNav section ul{
    grid-template-columns: repeat(6, 1fr);
  }

  .domesticEvent ul li a .item.fontSmall9, 
  .abroadEvent ul li a .item.fontSmall9, 
  .otherEvent ul li a .item.fontSmall9,
  .domesticEvent ul li a .item.fontSmall10,
  .abroadEvent ul li a .item.fontSmall10,
  .otherEvent ul li a .item.fontSmall10,
  .domesticEvent ul li a .item.fontSmall12, 
  .abroadEvent ul li a .item.fontSmall12, 
  .otherEvent ul li a .item.fontSmall12{
    font-size: 15px;
  }

  .domesticEvent ul li a .label, 
  .abroadEvent ul li a .label, 
  .otherEvent ul li a .label{
    font-size: 12px;
  }
  .domesticEvent ul li a, 
  .abroadEvent ul li a, 
  .otherEvent ul li a{
    min-height: 116px;
  }

  .domesticEvent ul li a::after, 
  .abroadEvent ul li a::after, 
  .otherEvent ul li a::after{
    width: 14px;
    height: 8px;
  }

  .pageNav section span{
    font-size: 10px;
  }

  .pageNav .otherEvent ul li{
    margin: 0;
  }

  
}
/* pageNav end ------------------ */





/* domesticEventArticle ------------------ */
.domesticEventArticle,
.abroadEventArticle,
.otherEventArticle{
  background: #F8F5F2;
  margin: 0 0 75px;
  padding: 30px 20px 45px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.domesticEventArticle h2,
.abroadEventArticle h2,
.otherEventArticle h2{
  background: #FFF;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  margin: -30px 0 20px;
  line-height: 1.5;
  max-width: 176px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 700;
}

.domesticEventArticle header,
.abroadEventArticle header,
.otherEventArticle header{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.domesticEventArticle header p,
.abroadEventArticle header p,
.otherEventArticle header p{
  margin: 0 auto 10px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  padding: 4px 15px;
  font-size: 10px;
  border-radius: 9px;
}
.domesticEventArticle header h3,
.abroadEventArticle header h3,
.otherEventArticle header h3{
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

/* PC */
@media screen and (min-width: 768px) {
  .domesticEventArticle,
  .abroadEventArticle,
  .otherEventArticle{
    padding: 40px 40px 55px;
  }

  .domesticEventArticle h2,
  .abroadEventArticle h2,
  .otherEventArticle h2{
    font-size: 1.125em;
    margin: -40px 0 30px;
  }

  .domesticEventArticle header p,
  .abroadEventArticle header p,
  .otherEventArticle header p{
    font-size: 13px;
    margin: 0 auto 15px;
    border-radius: 15px;
  }

  .domesticEventArticle header h3,
  .abroadEventArticle header h3,
  .otherEventArticle header h3{
    font-size: 1.25em;
    margin: 0 0 30px;
  }
}


/* domesticEventArticle end ------------------ */


/* ○○○○○○○ventArticle ------------------ */
.domesticEventArticle.eventArticle header p{
  background: #FF5A94;
}

.abroadEventArticle.eventArticle header p{
  background: #32CAD5;
}

.otherEventArticle.eventArticle header p{
  background: #5BB647;
}

/* ○○○○○○○EventArticle end ------------------ */


.imgGroup img{
  margin: 0 0 10px;
}

.imgGroup img:last-of-type {
  margin: 0;
}

.imgGroup.textOn .areaImg{
  margin: 0 0 10px;
}

.imgGroup.textOn .areaImg:last-of-type{
  margin: 0;
}



/* PC */
@media screen and (min-width: 768px) {
  .imgGroup {
    display: flex;
    gap: 16px;
  }
  .imgGroup.single{
    justify-content: center;
  }
  .imgGroup img{
    height: 100%;
    width: calc(50% - 8px);
  }

  .imgGroup.textOn{
    flex-direction: column;
  }

  .imgGroup.textOn .areaImg div{  
    display: flex;
    gap: 16px;
  }
}

/* targetPeriod ------------------------ */
.targetPeriod {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  align-items: center;
  margin: 20px 0 14px;
}

.targetPeriod dt{
  font-size: 11px;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  padding: 2px 0;
  line-height: 1.5;
}

.targetPeriod dd{
  line-height: 1.5;
}

.targetPeriod.domestic dt{
  background: #FF5A94;
}

.targetPeriod.abroad dt{
  background: #32CAD5;

}

.targetPeriod.other dt{
  background: #5BB647;
}

/* targetPeriod end ------------------ */








/* .featureGroup ------------------ */
.featureGroup{
  margin: 0 0 40px;
}

.featureGroup .featureSection{
  margin: 0 0 30px;
}

.featureGroup .featureSection:last-of-type{
  margin: 0;
}

.featureGroup .featureSection h4{
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: baseline;
  margin: 0 0 15px;
}

.domesticEventArticle .featureGroup .featureSection h4{
  color: #FF5A94;
}

.abroadEventArticle .featureGroup .featureSection h4{
  color: #32CAD5;
}

.otherEventArticle .featureGroup .featureSection h4{
  color: #5BB647;
}

.featureGroup .featureSection h4 span{
  font-size: 24px;
  font-weight: 900;
  margin-left: 4px;
}

.featureGroup .featureSection h4::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 4px;
}

.domesticEventArticle .featureGroup .featureSection h4::after{
  background: #FF5A94;
}

.abroadEventArticle .featureGroup .featureSection h4::after{
  background: #32CAD5;
}

.otherEventArticle .featureGroup .featureSection h4::after{
  background: #5BB647;
}

.featureGroup .featureSection > p{
  font-weight: 400;
}

.featureGroup .featureSection > p:first-of-type {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

.featureGroup .featureSection > p.line1 {
  font-weight: 400;
}

.featureGroup .featureSection ul{
  font-size: 10px;
  line-height: 1.6;
}

.featureGroup .featureSection ul li{
  font-weight: 400;
}


.featureGroup .featureSection.single h4{
  display: block;
}
.featureGroup .featureSection.single h4 span{
  display: block;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.featureGroup .featureSection.single h4::after{
  display: none;
}


.featureGroup .featureSection.single > p:nth-child(even){
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
  .featureGroup .featureSection h4{
    font-size: 20px;
  }
  .featureGroup .featureSection h4 span{
    font-size: 32px;
  }
}
/* .featureGroup end ------------------ */





/* .commentGroup ------------------ */
.commentGroup{
  margin: 0 0 25px;
}

.commentGroup h4{
  text-align: center;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
}

.domesticEventArticle .commentGroup h4{
  color: #FF5A94;
}
.abroadEventArticle .commentGroup h4{
  color: #32CAD5;
}
.otherEventArticle .commentGroup h4{
  color: #5BB647;
}

.commentGroup .comment{
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  margin: 0 0 35px;
}

.commentGroup .comment::after{
  position: absolute;
  content: "";
  
  background: #FFF;
  height: 12px;
  width: 23px;
  bottom: -12px;
  left: 50%;
}

.commentGroup .comment:nth-child(odd)::after{
  clip-path: polygon(16px 0%, 0% 0, 100% 100%);
}
.commentGroup .comment:nth-child(even)::after{
  clip-path: polygon(6px 0%, 100% 0, 0% 100%);
}

.commentGroup .comment > p:first-of-type {
  font-weight: 400;
}

.commentGroup .comment > p:last-of-type {
  text-align: right;
  font-weight: 700;
}

.commentGroup .areaGroup h5{
  margin: 0 0 15px;
  text-align: center;
}
/*.commentGroup .areaGroup p:last-of-type{
  margin: 0;
}*/

.domesticEventArticle .commentGroup .comment > p:last-of-type {
  color: #FF5A94;
}
.abroadEventArticle .commentGroup .comment > p:last-of-type {
  color: #32CAD5;
}
.otherEventArticle .commentGroup .comment > p:last-of-type {
  color: #5BB647;
}

/* PC */
@media screen and (min-width: 768px) {
  .commentGroup .comment{
    max-width: 600px;
    margin: 0 auto 35px;
  }
  .commentGroup .areaGroup h5{
    max-width: 600px;
    margin: 0 auto 15px;
  }
}
/* .commentGroup end ------------------ */








/* .eventBtn ------------------ */
.eventArticle .eventBtn{
  display: flex;
  justify-content: center;
  margin: 0 0 55px;
  /*padding: 13px 0 0;*/
}

.eventSection:last-of-type .eventBtn{
  margin: 0;
}

.eventArticle .eventBtn a{
  background-position: center center;
  display: block;
  padding: 16px 52px;
  border-radius: 26px;
  color: #FFF;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.15);
}


.domesticEventArticle .eventBtn a{
  background: url(../images/point/domesticEventBtnBg.png) no-repeat;
  background-size: 100% auto;
}
.abroadEventArticle .eventBtn a{
  background: url(../images/point/abroadEventBtnBg.png) no-repeat;
  background-size: 100% auto;
}
.otherEventArticle .eventBtn a{
  background: url(../images/point/otherEventBtnBg.png) no-repeat;
  background-size: 100% auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .eventArticle .eventBtn{
    margin: 0 0 85px;
    /*padding: 15px 0 0;*/
  }
}
/* .eventBtn end ------------------ */





/* winterSchool ------------------ */
#winterSchool .featureGroup .featureSection > p.line1{
  font-weight: 400;
  font-size: 13px;
}
/* winterSchool end ------------------ */