@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');



/* mv */
.mvArea{
  position: relative;
  background: url(../img/top_mv_bg01.png) no-repeat left top 290% / 100%;
  padding-bottom: 5.0vw;
  
}
.wrapper {
  position: relative;
  /* max-width: 1160px; */
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.mv-tx{
  position: absolute;
  bottom: 13.5vw;
  right: 2vw;
  z-index: 10;
  /* width: 33.26vw; */
}
.mv-tx > div{
  background-color: #2C770F;
  margin-top: 20px;
  padding: 5px 20px;
  overflow: hidden;
}
.mv-tx > div:nth-of-type(1){
  width: 21.5vw;
}

.mv-tx > div img{
  transform: translateY(2.5em);
  animation: textanimation 0.5s forwards;
  margin-right: 5px;
  width: 2.5vw;
}

.mv-tx > div img:nth-child(1) {
  animation-delay: 0.2;
  width: 18.7vw;
}
.mv-tx > div:nth-of-type(2) img:nth-child(1) {
  animation-delay: 0.2s;
  width: 29.5vw;
}



@keyframes textanimation {
  0% {
      transform: translateY(2.5em);
  }

  100% {
      transform: translateY(0);
  }
}

@media screen and (max-width: 1400px) {
  .mvArea{
    background: url(../img/top_mv_bg01.png) no-repeat left top 200% / 100%;
  }
}

@media screen and (max-width: 1000px) {
  .mvArea{
    background: url(../img/top_mv_bg01.png) no-repeat left top 160% / 100%;
  }
}







img {
  max-width: 100%;
  height: auto;
}

.swiper {
    width: 80vw;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
}
.swiper-slide > img{
   /* width:86vw;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto; */
    width: 100%
}
.mv-base{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* width: min(1160px, 78vw); */
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1350px; height: auto; */
  /* margin-left: auto;
  margin-right: auto;
  margin-block: 50px; */
  z-index: 5;
}
.mv-base > img{
  width: 100%;
}
.mv_illust_left,.mv_illust_right{
  position: absolute;
  z-index: 8;
}
.mv_illust_left img,.mv_illust_right img{
  width: 100%;
}
.mv_illust_left{
  top: 2vw;
  left: -9vw;
  width: 20vw;
  height: auto;
}
.mv_illust_right{
  top: 3vw;
  right: -5vw;
  width: 16vw;
  height: auto;
}
.mv_bottomArea{
  position: relative;
  margin-top: -7vw;
  padding: 6vw 0 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: var(--green01);
  font-size: var(--font32);
  letter-spacing: 0.2em;
  line-height: 1.8;
  z-index: 4;
  text-align: center;
}
.mv_bottomArea::before{
  content: "";
  position: absolute;
  background: url(../img/top_bg-hon.png) no-repeat left center / 100%;
  bottom: 9vw;
  right: 22.04vw;
  width: 14.32vw;
  height: 12.21vw;
  max-width: 276px;
}
.mv_bottomArea::after{
  content: "";
  position: absolute;
  background: url(../img/top_mv_bg02.png);
  background-repeat: repeat-x;
  bottom: -7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 7.31vw;
  
}
a.mv_bottomArea_btn.btn01{
  margin-top: 60px;
  font-size: var(--font32);
  border: 2px  solid #2C770F;
  margin: 60px auto 0;
  width: 26.51vw;
  height: 4.69vw;
  max-width: 509px;
  letter-spacing: 0.08em;
}
a.mv_bottomArea_btn.btn01:hover{
  background: var(--green04);
  border: 2px  solid var(--green04);
  color: #FFF;
  opacity: 0.8;
}
a.mv_bottomArea_btn.btn01:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-50%);
  background: url(../img/ic_arr_R-grn.svg) no-repeat left center / 100%;
  width: 0.48vw;
  height: 0.99vw;
}
@media screen and (max-width: 1400px) {
  .swiper {
    min-width: 650px;
    width: 75vw;
  }
  .mv-base{
    min-width: 650px;
    width: 75vw;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper {
    margin: 0 auto;
  }
  .mv_bottomArea{
    padding-top: 10vw;
  }
  .mvArea{
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .swiper {
    min-width: 100%;
    width: 62vw;
  }
  .mv-base {
    min-width: 100%;
    width: 62vw;
  }
  .mvArea{
    margin-top: 11vw;
    padding-bottom: 0;
    background: url(../img/top_mv_bg01.png) no-repeat left top 204% / 106%;
  }
  .mv-tx{
    right: 4vw;
    width: 46.26vw;
    bottom: 6vw;
  }
  .mv-tx > div{
    margin-top: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .mv-tx > div:nth-of-type(1){
    width: 30vw ;
  }
  .mv-tx > div img{
    margin-right: 0;
  }
  .mv-tx > div img:nth-child(1) {
    animation-delay: 0.2;
    width: 31vw;
  }
  .mv-tx > div:nth-of-type(2) img:nth-child(1) {
    width: 44.5vw;
  }
  .mv_bottomArea{
    padding: 0;
    padding-top: 12vw;
    padding-bottom: 10vw;
    font-size: var(--font16);
    letter-spacing: 0.1em;
  }
  a.mv_bottomArea_btn.btn01{
    width: 62vw;
    height: 11.0vw;
    padding: 0 20px;
    margin-top: 30px;
    max-width: 300px;
    max-height: 50px;
  }
  .mv_bottomArea::after{
    background-size: 150%;
  }
  .mv_bottomArea::before{
    bottom: 9rem; right: 9vw;
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper{
    width: 90vw;
  }
  .mv_illust_left{
    top: 0vw;
    left: -6vw;
    width: 24vw;
    height: auto;
  }
  .mv_illust_right{
    top: 3vw;
    right: -5vw;
    width: 18vw;
    height: auto;
  }
}

@media screen and (max-width: 550px) {
 .mvArea{
    margin-top: 20vw;
  }
}


/* 生活 */

.contentsInner._day{
  width: 59.32vw;
  margin: 0 auto;
}
.day_top_btn{
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day_top_btn li:nth-of-type(2){
  margin-left: 50px;
}
.day_top_btn li a{
  position: relative;
  display: flex;
  
  align-items: center;
  justify-content: center;
  width: 22.14vw;
  height: 4.01vw;
  min-height: 40px;
  border-radius: 38.5px;
  background: #fff;
  border: 3px solid #6abb00;
  font-size: var(--font24);
  font-weight: bold;
}
.day_top_btn li a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-50%);
  background: url(../img/ic_arrB.svg) no-repeat left center / 100%;
  width: 1.5vw;
  height: 1.99vw;
}
.day_top_btn li a span{
  font-size: 80%;
}
._sec01{
  padding-top: 10.42vw;
  text-align: center;
}
._sec02{
  text-align: center;
}


.day_block{
  margin-top: 140px;
  position: relative;
  text-align: left;
}
.day_block::after{
  content: "";
  position: absolute;
  width: 5px;
  height: 122%;
  background: url(../img/border_dot.svg) repeat-y left center / 100%;
  top: 0;
  left: 5vw;
}
.day_block._short::after{
  content: "";
  position: absolute;
  width: 5px;
  height: 155%;
  background: url(../img/border_dot.svg) repeat-y left center / 100%;
  top: 0;
  left: 5vw;
}

.day_block:nth-last-child(1)::after{
  height: 100%;
}
.day_block:nth-of-type(1){
  margin-top: 80px;
}
.day_ttl{
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font24);
  align-items: center;
  font-weight: bold;
}
.day_time{
  width: 9.9vw;
  height: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green01);
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
  margin-right: 45px;
}
.day_picArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font18);
  width: 49.84vw;
  margin-left: calc(100% - 45.84vw);
}
.day_picArea.mt{
  margin-top: 40px;
}
.day_picArea figure{ 
  margin-left: 50px;
}
.day_picArea figure img{
  min-width: 24vw;
  max-width: 380px;
  opacity: 0.9;
}
.day_picArea figure.img_big01 img{
  min-width: 26vw;
  margin-left: -10vw;
}
.day_picArea-col{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: var(--font18);
  text-align: center;
  width: 49.84vw;
  margin-top: 40px;
  /* margin-left: 12vw; */
  margin-left: calc(100% - 45.84vw);
}
.day_picArea-col > div{
  /* width: 48%; */
}
.day_picArea-col > div:nth-of-type(1){
  margin-right: 1.93vw;
}
.day_picArea-col > div > p{
  margin-bottom: 10px;
}
.day_picArea-col > div > figure{
  width: 25vw;
  
}
.day_picArea-col > div > figure img{
  aspect-ratio: 3 / 2;
  object-fit: cover!important;
  min-width: 100%;
  border-radius: 10px;
}
.day_bottomArea{
  margin-top: 10vw;
  text-align: center;
}
.day_bottom_kankyo .head_01+p{
  font-size: var(--font18);
  margin-top: 45px;
  margin-bottom: 55px;
}
.day_bottom_kankyo .flex{
  font-size: var(--font18);
  justify-content: center;
  align-items: center;
}
.day_bottom_kankyo .flex > div{
  margin-left: 45px;
  width: calc(100% / 3 - 45px);
}
.day_bottom_kankyo .flex > div:nth-of-type(1){
  margin-left: 0;
}
.day_bottom_kankyo .flex > div p{
  margin-top: 10px;
}
.day_bottom_kankyo .flex > div img{
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.day_bottom_col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 9.22vw;
}
.day_bottom_col2 > div{
  width: 48%;
  display: flex;
  flex-wrap: wrap;
 
}
.day_bottom_col2 .head_01 span{
  font-size: var(--font24);
}
.day_bottom_col2 .item{
  /* width: 48%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.day_bottom_col2 .item img{
  margin-top: 20px;
  width: 50%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.day_bottom_col2 .item  p{
  display: inline-block;
  width: 47%;
  text-align: left;
}
.day_bottom_app{
  max-width: 75%;
  margin: 0 auto;
  margin-top: 9.22vw;
}
.day_bottom_app .head_01+p {
    font-size: var(--font18);
    margin-top: 45px;
    margin-bottom: 55px;
}
a.btn02.day_app_link{
  margin: 0 auto;
  font-size: 18px;
  height: 3.69vw;
  min-height: 55px;
  min-width: 260px;
}
a.btn02.day_app_link::after{
  display: none;
}
a.btn02.day_app_link span{
  position: relative;
}
a.btn02.day_app_link span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -28px;
  width: 18px;
  height: 18px;
  background: url(../img/ic_window.svg) no-repeat left center / 100%;
}
a.btn02.day_app_link:hover span::after {
  background: url(../img/ic_window_grn.svg) no-repeat left center / 100%;
}


@media screen and (max-width: 1300px) {
  .contentsInner._day{
    width: 80vw;
  }
  .day_picArea{
    margin-left: calc(100% - 56.84vw);
  }
  .day_block::after{
    height: 130%;
  }
  .day_block._short::after{
    height: 175%;
  }
  .day_picArea figure img{
    max-width: 10vw;
  }
  .day_picArea figure.img_big01 img{
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .contentsInner._day{
    width: 80.32vw;
  }
  .day_picArea{
    margin-left: 13vw;
  }
  .day_block{
    margin-top: 10vw;
  }
  .day_block::after{
    width: 3px;
  }
  .day_picArea-col{
    margin-left: 13vw;
  }
  .day_block._short::after{
    width: 3px;
  }
  .day_picArea figure{
    margin-left: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .contentsInner._day{
    width: 94%;
    padding: 0;
  }
  .day_picArea{
    width: 87%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8.75vw;
    margin-top: 15px;
  }
  .day_picArea p{
    width: 65%;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.15em;
  }
  .day_picArea-col > div > p{
    line-height: 1.3;
  }
  .day_picArea figure{
    width: 55%;
    margin-left: 0;
  }
  .day_picArea-col{
    width: 85%;
  }
  .day_picArea-col > div{
    width: 50%;
  }
  .day_picArea-col > div > figure{
    width: 100%;
  }
  .day_time{
    width: 7.5rem;
    height: 2.5rem;
    margin-right: 4vw;
  }
  .day_block{
    margin-top: 10vw;
  }
  .day_block::after{
    width: 3px;
    height: 120%;
    left: 12px;
  }
  .day_block._short::after{
    height: 130%;
    left: 12px;
  }
  .day_block:nth-of-type(1){
    margin-top: 40px;
  }
  ._sec01{
    padding-top: 70px;
  }
  .day_picArea-col{
    margin-left: 10vw;
  }
  .day_block._short::after{
    width: 3px;
  }


  .day_bottomArea{
    margin-top: 10.8vw;
  }
  .day_picArea figure{
    margin-left: 1vw;
  }
  .day_picArea figure img{
    max-width: 100%;
    opacity: 1;
  }
  .day_top_btn{
    margin-top: 70px;
  }
  .day_top_btn li a{
    width: 50%;
    min-width: 150px;
    height: 5.5rem;
    border: 2px solid #6abb00;
    font-size: 1.4rem;
    flex-direction: column;
    line-height: 1.4;
  } 
  .day_top_btn li:nth-of-type(2){
    margin-left: 20px;
  }
  .day_top_btn li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    background: url(../img/ic_arrB.svg) no-repeat left center / 100%;
    width: 3.5vw;
    height: 4.99vw;
    max-width: 15px;
  }
  .day_bottom_kankyo .head_01+p{
    margin-bottom: 30px;
  }
  .day_bottom_kankyo .flex > div{
    width: 75%;
    margin-left: 0;
    margin-top: 20px;
  }
  .day_bottom_kankyo .flex > div p{
    margin-top: 5px;
  }
  .day_bottom_col2{
    margin-top: 70px;
    flex-direction: column;
  }
  .day_bottom_col2 h2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
  }
  .day_bottom_col2 > div{
    width: 75%;
    flex-direction: column;
    margin-top: 30px;
    max-width: 450px;
  }
  .day_bottom_col2 .item img{
    width: 100%;
  }
  .day_bottom_col2 .item p{
    width: 100%;
    margin-top: 5px;
  }
  a.btn02.day_app_link {
    margin: 0 auto;
    font-size: 1.5rem;
    width: 200px;
    height: 39px;
  }
}
@media screen and (max-width: 550px) {
  .day_picArea figure{
    margin-right: 0;
  }
  .day_illust._01 {
    width: 14.36vw;
    height: 7.7vw;
    top: 32.5vw;
    left: 9vw;
  }
  .day_bottom_app{
    margin-top: 80px;
  }
  a.btn02.day_app_link{
    font-size: 15px;
  }
  .day_bottom_app .head_01+p{
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: left;
  }

}













.top_colArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.top_colArea img{
  width: 35.94vw;
  margin-right: 5.21vw;
  border-radius: 10px;
  z-index: 2;
}

.top_colArea a.btn02{
  margin-top: 30px;
  font-size: 1.61vw;
}

.top_colArea._access{
  flex-direction: row-reverse;
}
.top_colArea._access img{
  aspect-ratio: 45/28;
  object-fit: cover;
  margin-right: 0;
  margin-left: 5.21vw;
}
.top_seikatsuArea{
  background-color: var(--green02);
}

.top_insta{
  position: relative;
  padding: 120px;
  text-align: center;
}
.top_insta::after{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: 3.5vw;
  left: 0.17vw;
  z-index: -1;
}
.top_insta a.btn02{
  font-size: 1.61vw;
  margin: 0 auto;
  margin-top: 70px;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  margin: 55px auto 0;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
.insta_list li{
  position: relative;
  width: 20%;
  width: calc((100% - 40px)/3);
  border-radius: 10px;
}
.insta_list li:nth-of-type(6){
  display: none;
}
.insta_list li::before{
content: "";
display: block;
padding-top: 100%;
}

.insta_list a{
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
}
.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  }

.insta_btn{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover{
  background-color: #999;
}

.insta_btn{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover{
  background-color: #999;
}


.insta_list a{
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.insta_list img{
width: 100%;
height: 100%;
object-fit: cover;
}

.insta_btn{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover{
  background-color: #999;
}

.top_syokuin .top_colArea{
  flex-direction: row-reverse;
}
.top_syokuin p{
  margin-top: 20px;
  font-size: var(--font18);
}
.top_syokuin .top_colArea img{
  margin-right: 0;
  margin-left: 7.21vw;
}
@media screen and (max-width: 768px) {
  .top_colArea img{
    width: 40.94vw;
    margin-right: 12vw;
  }
  .top_colArea a.btn02{
    margin-top: 20px;
    font-size: 1.5rem;
    width: 130px;
    height: 30px;
    margin-left: -20px;
  }
  .top_colArea._access img{
    margin-left: 3.21vw;
  }
  .top_syokuin p{
    font-size: 1.4rem;
    margin-left: -4vw;
  }
  .top_insta a.btn02{
    margin-top: 20px;
    font-size: 1.5rem;
    width: 120px;
    height: 30px;
  }
  .top_syokuin .top_colArea{
    padding: 70px 0;
  }
  .top_insta{
    padding: 70px 30px 70px;
  }
  .insta_list{
    gap: 10px;
  }
  .insta_list li{
    width: calc((100% - 20px) / 3);
    border-radius: 5px;
  }
}






.top_seikatsuArea{
  position: relative;
}
.top_seikatsuArea::after{
  content: "";
  position: absolute;
  width: 8.65vw;
  height: 3.49vw;
  background: url(../img/illst_me01.png) no-repeat left center / 100%;
  bottom: -0.5vw;
  right: 4.17vw;
}

.top_seikatsuArea .top_colArea._access{
  position: relative;
}

.top_seikatsuArea .top_colArea._access::before{
  content: "";
  position: absolute;
  width: 5.36vw;
  height: 5.7vw;
  background: url(../img/illst_hana01.png) no-repeat left center / 100%;
  top: 7.5vw;
  left: 2vw;
}

.top_insta_illust01{
  position: absolute;
  width: 3.6vw;
  height: 6.63vw;
  top: 14.5vw;
  right: 2.17vw;
}
.top_insta_illust02{
  position: absolute;
  width: 5.57vw;
  height: 9.9vw;
  bottom: 17.5vw;
    left: 0.17vw;
}
.top_syokuin{
  position: relative;
}
.top_syokuin::after {
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: -3.5vw;
  right: -11.83vw;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top_seikatsuArea .top_colArea._access::before{
    width: 14.36vw;
    height: 15.7vw;
    top: 1.5vw;
    left: -2vw
  }
  .top_seikatsuArea::after{
    width: 17.65vw;
    height: 8.49vw; 
    bottom: -0.5vw;
    right: 4.17vw;
  }
}




/* educaion */
.edu_top{
  margin-top: 40px;
  text-align: center;
}
.edu_top h2{
  margin-top: 25px;
  font-size: var(--font32);
  font-weight: bold;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
.edu_top p{
  margin-top: 30px;
  font-size: var(--font24);
  font-weight: bold;
}

.edu_aisatsu{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.75;
}
.edu_aisatsu > div{
  width: 75%;
  font-size: var(--font18);
}
/* .edu_aisatsu > div > p:nth-of-type(1){
  margin-bottom: 25px;
  font-weight: bold;
  font-size: var(--font24);
} */
.edu_aisatsu figure{
  width: 15%;
}


.c_container._edu-sisei{
  text-align: center;
}
.edu_sisei-top{
  margin-top: 40px;
  font-size: var(--font24);
}

.c_container._edu-me{
  position: relative;
}
.edu_sisei-top > div{
  width: 100%;
  max-width: 920px;
  margin: 50px auto 0;
  padding: 40px 60px 40px;
  border-radius: 10px;
  background: #fff;
  border: 3px solid var(--green03);
  text-align: left;
  font-size: var(--font20);
}
.edu_sisei-top ol{
  counter-reset: listnum;
}
.edu_sisei-top ol li{
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
.edu_sisei-top ol li::before{
  position: absolute;
	counter-increment: listnum;
	content: counter(listnum)  ". ";
  left: 0;
}

.c_container._edu-me{
  position: relative;
  margin-bottom: 4.69vw;
  padding: 120px 0;
  background-color: var(--green02);
  text-align: center;
}
.c_container._edu-me::after{
  content: "";
  position: absolute;
  width: 10.94vw;
  height: 5.05vw;
  background: url(../img/education_ic_me-gre.png) no-repeat left center / 100%;
  bottom: 0vw;
  right: 4vw;
}
.c_container._edu-me h2 + p{
  margin-top: 40px;
  font-weight: bold;
  font-size: var(--font24);
  font-weight: bold;
}
.edu-me_box{
  position: relative;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 50px 40px;
  border-radius: 10px;
  background: #fff;
  border: 4px solid var(--green01);
}
.edu-me_box::before{
  content: "";
  position: absolute;
  width: 5.36vw;
  height: 5.7vw;
  background: url(../img/illust_hana02.png) no-repeat left center / 100%;
  top: -4.5vw;
  left: -10vw;
}

.edu-me_box ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-left: 3vw;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 3px dotted #6abb00;
}
.edu-me_box ul li:nth-of-type(1){
  padding-top: 0;
}
.edu-me_box ul li:nth-last-of-type(1){
  border-bottom: none;
  padding-bottom: 0;
}
.edu-me_box ul li h3{
  position: relative;
  width: 25%;
  font-size: var(--font28);
  color: var(--green04);
  font-weight: bold;
  padding-left: 4vw;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
.edu-me_box ul li h3::before{
  content: "";
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  left: 0;
  width: 3.23vw;
  height: 2.14vw;
  background: url(../img/ic_me-btn.svg) no-repeat left center / 100%;
}
.edu-me_box ul li p{
  width: 70%;
  font-size: var(--font18);
}
.edu_me_illust{
  position: absolute;
  left: 3.5vw;
  bottom: 2vw;
  width: 12.4vw;
  height: 17.83vw;
}

.c_container._edu-ontai{
  position: relative;
  text-align: center;
}
.c_container._edu-ontai h2+p{
  margin-top: 10px;
  font-size: var(--font18);
}
.edu_ontai{
  position: relative;
  text-align: center;
}
.edu_ontai-top > p{
  margin: 50px 0;
  font-size: var(--font24);
  font-weight: bold;
}
.edu_ontai-top > p span{
  color: var(--green04);
}
.edu_ontai-top > div{
  width: 100%;
  max-width: 860px;
  margin: 50px auto 0;
  padding: 40px 45px 40px;
  border-radius: 10px;
  background: #fff;
  border: 3px solid var(--green03);
  text-align: left;
  font-size: var(--font18);
}
.edu_ontai-top > div p:nth-of-type(1){
  font-weight: bold;
}
.edu_ontai-top > div span{
  color: var(--green04);
}

.edu_ontai_listArea{
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* margin-left: 8vw;
  margin-right: 8vw; */
}
.edu_ontai_listArea ul {
  width: 50%;
  text-align: left;
  font-size: var(--font24);
}
.edu_ontai_listArea ul li{
  margin-top: 5px;
}
.edu_ontai_listArea ul li span{
  font-weight: bold;
}
.edu_ontai_listArea figure{
  width: 50%;
  margin: 0;
}
.edu_ontai_end{
  margin-top: 130px;
  font-size: var(--font24);
  font-weight: bold;
}
.edu_ontai_end span{
  color: var(--green04);
}
.edu_ontai_end-btn{
  position: relative;
  margin-top: 80px;
}
.edu_ontai_end-btn::after{
  content: "";
  position: absolute;
  top: -2vw;
  left: 18vw;
  width: 2.6vw;
  height: 1.98vw;
  background: url(../img/ic_kiduki.svg) no-repeat left center / 100%;
}
.edu_ontai_end-btn a{
  display: block;
  position: relative;
  width: 29.79vw;
  color: #24190A;
  padding: 30px 40px;
  padding-left: 8vw;
  border-radius: 10px;
  background: #fff;
  border: 4px solid  var(--green01);
  font-size: 1.56vw;
  font-weight: bold;
  margin: 0 auto;
}
.edu_ontai_end-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4vw;
  width: 3.23vw;
  height: 2.14vw;
  background: url(../img/ic_me-btn.svg) no-repeat left center / 100%;
}
.edu_ontai_end-btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8vw;
  transform: translateY(-50%);
  background: url(../img/ic_arr_R-grn.svg) no-repeat left center / 100%;
  width: 0.64vw;
  height: 1.28vw;
}
.edu_ontai_end-btn a:nth-of-type(2){
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  /* .edu_sisei-top > div{
    padding: 40px 20px;
  } */

}

@media screen and (max-width: 768px) {
  .top_seikatsuArea .top_colArea._access::before{
    width: 11.36vw;
    height: 15.7vw;
    top: 1.5vw;
    left: -2vw
  }
  .top_seikatsuArea::after{
    width: 17.65vw;
    height: 8.49vw; 
    bottom: -0.5vw;
    right: 4.17vw;
  }
  .edu_top img{
    width: 50%;
  }
  .edu_top h2{
    font-size: 1.8rem;
  }
  .edu_top p{
    font-size: 1.4rem;
  }
  .edu_aisatsu{
    position: relative;
    margin-top: 30px;
    flex-direction: column;
  }
  .edu_aisatsu > div{
    width: 100%;
  }
  .edu_aisatsu p{
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .edu_aisatsu figure{
    display: none;
  }
  .edu_sisei > div{
    width: 100%;
    margin-top: 30px;
  }
   .edu_sisei-top > div{
    margin-top: 30px;
    padding: 20px;
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .c_container._edu-me{
    padding-top: 80px;
  }
  .edu-me_box{
    padding: 25px 17px;
    border: 2px solid #6abb00;
  }
  .edu-me_box ul li{
    flex-direction: column;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .edu-me_box ul li h3::before{
    width: 30px;
    height: 25px;
  }
  .edu-me_box ul li h3{
    width: 100%;
    font-size: 1.6rem;
    padding-left: 36px;
    margin-bottom: 8px;
  }
  .edu-me_box ul li p{
    width: 100%;
  }
  .edu-me_box::before{
    width: 10.36vw;
    height: 13.7vw;
    top: -11.5vw;
    left: -6vw;
  }
  .edu_me_illust{
    left: 1.5vw;
    bottom: -100px;
    width: 36.4vw;
    height: 39.83vw;
    max-width: 100px;
  }
  .c_container._edu-me::after{
    width: 24.94vw;
    height: 12.05vw;
  }
  .c_container._edu-ontai{
    margin-top: 80px!important;
  }

  .edu_ontai-top > p{
    margin: 20px 0;
  }
  .edu_ontai-top > div{
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .c_container._edu-ontai h2+p{
    margin-top: 30px;
  }

  .edu_ontai_listArea{
    flex-direction: column-reverse;
  }
  .edu_ontai_listArea ul{
    width: 100%;
    margin-top: 20px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .edu_ontai_listArea ul li span{
    font-size: 1.4rem;
  }
  .edu_ontai_listArea figure{
    width: 87%;
    margin: 0 auto;
    margin-top: -8vw;
    max-width: 368px;
  }
  .edu_ontai_end{
    margin-top: 40px;
  }
  .edu_ontai_end-btn{
    margin-top: 60px;
  }
  .edu_ontai_end-btn a{
    width: 75vw;
    border: 2px solid var(--green01);
    font-size: 1.5rem;
    max-width: 400px;
    padding: 20px 20px;
  }
  .edu_ontai_end-btn a::before{
    width: 6.23vw;
    height: 6.14vw;
    left: 7vw;
  }
  .edu_ontai_end-btn a::after{
    right: 4.8vw;
    width: 2.64vw;
    height: 9.28vw;
  }
  .edu_ontai_end-btn a:nth-of-type(2){
    margin-top: 20px;
  }
  .edu_ontai_end-btn::after{
    top: -7vw;
    left: 1vw;
    width: 6.6vw;
    height: 7.98vw;
    background: url(../img/ic_kiduki.svg) no-repeat left center / 100%;
}


}
@media screen and (max-width: 565px) {
  .edu_me_illust{
    left: 1.5vw;
    bottom: -8vw;
    width: 36.4vw;
    height: 39.83vw;
    max-width: 100px;
  }
  .edu_ontai_listArea ul{
    padding-left: 0;
  }
}




.contentsInner._building{
  position: relative;
  padding-top: 7vw;
  /* max-width: 90vw; */
}
.building_lead{
  font-size: var(--font40);
  color: var(--green04);
  font-weight: bold;
  text-align: center;
}
.building_lead-sub{
  position: absolute;
  top: 16vw;
  right: 9vw;
  width: 19.79vw;
}
.building_img{
  position: relative;
  text-align: center;
}
.buil_illust img{
  /* width: 1000px; */
  
}
.building_imgArea{
  padding-top: 3.5vw;
}

.map-glass{
  position: absolute;
  max-width: 20%;
}
.map-glass:hover{
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: .3s;
}
.map-glass01{
  top: 3vw;
  left: 2vw;
  max-width: 8.39vw;
}
.map-glass02 {
  top: 16vw;
  left: 4vw;
  max-width: 10.94vw;
}
.map-glass03 {
  top: 2vw;
  left: 28vw;
  max-width: 6.82vw;
}
.map-glass04 {
  top: 9vw;
  right: 19vw;
  max-width: 6.82vw;
}
.map-glass05 {
  bottom: 5vw;
  left: 80vw;
  max-width: 6.82vw;
}
.map-glass06 {
  bottom: 13vw;
  right: 24vw;
  max-width: 6.82vw;
}
.map-glass07 {
  bottom: 2vw;
  right: 31vw;
  max-width: 6.82vw;
}
.map-glass08 {
  bottom: 5vw;
  right: 13vw;
  max-width: 4.43vw;
}
.map-glass09 {
  bottom: 6vw;
  right: 56vw;
  max-width: 3.39vw;
}



.map_popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(144, 185, 33, .7);
  z-index: 100;
}

.map_popup_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: clamp(780px, 85.13vw , 1100px);
  max-height: 600px;
  padding: 50px 3vw 75px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 2rem;
  text-align: center;
}

.map_popup_content > .flex{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.map_popup_photo{
  width: 45%;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.map_popup_photo + p{
  width: 50%;
  text-align: left;
  margin-left: 30px;
  font-size: 1.6rem;
}

.map_popup_title {
  font-size: var(--font30);
  font-weight: bold;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  color: var(--green01);
}
.map_popup_tx{
  font-size: var(--font18);
}
.map_popup_closeBtn {
  position: absolute;
  top: -9px;
  right: 20px;
  font-size: 66px;
  color: var(--green01);
  font-weight: bold;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
.map_popup_closeBtn:hover {
  cursor: pointer;
}


@media screen and (max-width: 768px) {
  .contentsInner._building{
    width: 100%;
    padding: 0;
    padding-top: 7vw;
    max-width: 3000px;
  }
  .building_lead{
    font-size: 1.8rem;
  }
  .building_lead-sub{
    position: relative;
    width: 250px;
    top: 0; right: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .building_lead-sub02{
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .building_imgArea{
    overflow-x: scroll;
    min-height: 550px
  }
  .building_img{
    position: relative;
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .buil_illust{
    position: relative;
    width: 800px;
    padding: 0 30px;
  }
  
  .map-glass01{
    top: 17px;
    left: 44px;
    height: 60px;
  }
  
  .map-glass02 {
    top: 161px;
    left: 54px;
  }
  .map-glass03 {
    top: 27px;
    right: 241px;
    max-width: 15.82px;
  }
  .map-glass04 {
    top: 73px;
    right: 226px;
    max-width: 15.82px;
  }
  .map-glass05 {
    bottom: 129px;
    left: 238px;
    max-width: 15.82px;
  }
  .map-glass06 {
    bottom: 124px;
    right: 257px;
  }
  .map-glass07 {
    bottom: 11px;
    right: 327px;
  }
  .map-glass08 {
    bottom: 17px;
    right: 159px
  }
  .map-glass09 {
    bottom: 57px;
    right: inherit;
    left: 65px;

  }
  .map-glass{
    max-width: 100%;
    height: 80px;
  }
  .map-glass img{
    height: 100%;
  }
  .map_popup_content{
    width: 90%;
    padding: 50px 5vw 50px;
  }
  .map_popup_title{
    font-size: 2.0rem;
  }
  .map_popup_content > .flex{
    margin-top: 30px;
    flex-direction: column;
  }
  .map_popup_photo{
    width: 100%;
    max-width: 400px;
  }
  .map_popup_closeBtn{
    font-size: 40px;
    right: 9px;
  }
  .map_popup_photo + p{
    width: 100%;
    margin-top: 20px;
    text-align: left;
    margin-left: 0;
    font-size: 1.4rem;
    max-width: 400px;
  }
}



@media screen and (max-width: 550px) {
  .building_img{
    position: relative;
    width: 670px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .buil_illust{
    position: relative;
    width: 670px;
    padding: 0 30px;
  }
  .map-glass01{
    top: 17px;
    left: 15px;
    height: 60px;
  }
  
  .map-glass02 {
    top: 117px;
    left: 54px;
  }
  .map-glass03 {
    top: 0;
    right: 175px;
    /* max-width: 15.82px; */
  }
  .map-glass04 {
    top: 58px;
    right: 180px;
    /* max-width: 15.82px; */
  }
  .map-glass05 {
    bottom: 95px;
    left: 195px;
    /* max-width: 15.82px; */
  }
  .map-glass06 {
    bottom: 98px;
    right: 204px;
  }
  .map-glass07 {
    bottom: -5px;
    right: 264px;
  }
  .map-glass08 {
    bottom: 3px;
    right: 147px;
  }
  .map-glass09 {
    bottom: 57px;
    right: inherit;
    left: 65px;

  }
}







/* sousyoku */

.mv_bottomArea_illust{
  position:absolute;
  width: 16.09vw;
  bottom: -7vw;
  right: 12.14vw;
  z-index: 3;
  
}
.jump.jump-add{
  animation: jump 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  
  animation-delay: 1.0;
}
@keyframes jump {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}

.jump-repeat{
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center bottom;
}
@keyframes bounce {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態 */
  30%  { transform: scale(1.2, 0.8) translate(0%, 0%); } /* 地面に着地し、その変動で潰れだす */
  40%  { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 潰れた反動で一瞬元に戻る */
  50%  { transform: scale(0.9, 1.1) translate(0%, -10%); } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60%  { transform: scale(1.0, 1.0) translate(0%, -20%); } /* 潰れた反動が終り、空中で元に戻る */
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態に戻る */
}

.purun {
  animation: purun 0.8s linear 0s 1;
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.95, 0.95) translate(0%, 5%); }
  30%  { transform: scale(1.1, 0.9) translate(0%, 10%); }
  50%  { transform: scale(0.95, 1.1) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.95) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}




.top_nyuuen{
  position: relative;
}
.top_nyuuen .top_colArea{
  position: relative;
}
.top_nyuuen .top_colArea::before{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: 1.5vw;
  left: -7.83vw;
  z-index: 1;
}

.top_nyuuen_illust01{
  position: absolute;
  width: 4.84vw;
  height: 6.04vw;
  bottom: 10.5vw;
  left: -7.83vw;
  transform-origin: center bottom;
}
.top_nyuuen_illust02{
  position: absolute;
  width: 17.81vw;
  height: 22.17vw;
  bottom: 6.5vw;
  right: -9.83vw;
}
.edu-ontai_illust01{
  position: absolute;
  width: 13.97vw;
  height: 12.84vw;
  top: -7vw;
  right: -4vw;
}
.edu-ontai_illust02{
  position: absolute;
  width: 6.42vw;
  height: 6.83vw;
  bottom: -3.5vw;
  left: -6.83vw;
}
@media screen and (max-width: 768px) {
  .top_nyuuen .top_colArea{
    /* flex-direction: column; */
  }
}

@media screen and (max-width: 768px) {
  .mv_bottomArea_illust{
    width: 21.09vw;
    bottom: -7vw;
    right: 3.14vw;
  }
  .top_nyuuen .top_colArea::before{
    width: 30vw;
    height: 30vw;
    top: 1.5vw;
    left: -12.83vw;
  }
  .top_nyuuen .top_colArea{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top_nyuuen_illust01{
    width: 15.84vw;
    height: 16.04vw;
    top: 0.5vw;
    left: 12px;
  }
  .top_nyuuen_illust02{
    width: 25.81vw;
    height: 34.17vw;
    bottom: -16.5vw;
    right: 3.17vw;
    z-index: 1;
  }
  .top_colArea._access{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .top_insta_illust01{
    width: 30px;
    height: 70px;
    top: 13vw;
  }
  .top_insta_illust02{
    width: 30px;
    height: 80px;
    bottom: 10px;
    left: 25px;
  }
  .edu-ontai_illust01{
    top: -12vw;
    right: -10vw;
    width: 29vw;
    height: 19vw;
  }
  .edu-ontai_illust02{
    bottom: inherit;
    top: 37vw;
    width: 12.42vw;
    height: 13.83vw;
    left: 2.17vw;
  }
}
@media screen and (max-width: 500px) {
  .edu-ontai_illust01 {
    top: -17vw;
    right: -10vw;
    width: 44vw;
    height: 27vw;
  }
}

.day_block{
  position: relative;
  z-index: 2;
}
.day_picArea{
  position: relative;
}
.day_illust{
  position: absolute;
  top: 0;
  left: 0;
}
.day_illust._01{
  width: 9.36vw;
  height: 5.7vw;
  top: 24.5vw;
  left: -7vw;
}
.day_illust._02{
  width: 5.66vw;
  height: 6.04vw;
  top: 14vw;
  left: -6vw;
}
.day_illust._03{
  width: 7.18vw;
  height: 4.52vw;
  top: 11vw;
    left: 11vw;
}
.day_illust._04{
  width: 10.36vw;
  height: 5.7vw;
  top: 21vw;
  left: -6vw;
}
.day_illust._05{
  width: 11.01vw;
  height: 7.55vw;
  top: 3vw;
  left: -5vw;
}
.day_illust._06{
  width: 9.41vw;
  height: 5.66vw;
  top: 10vw;
  left: 15vw;
}
.day_illust._07{
  width: 9.36vw;
  height: 5.7vw;
  top: 21vw;
  left: inherit;
  right: -13vw;
}
.day_block._01::before{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: 14.5vw;
  right: -14.83vw;
  z-index: -1;
}
.day_block._02::before{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: -2.5vw;
  left: -8.83vw;
  z-index: -1;
}
.day_block._03::before{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: 25.5vw;
    right: -14.83vw;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .day_illust._01 {
    width: 17.36vw;
    height: 14.7vw;
    top: 32.5vw;
    left: 9vw;
  }
  .day_block._01::before{
    width: 25.84vw;
    height: 25.84vw;
    top: 45.5vw;
    right: -8.83vw;
  }
  .day_block._02::before{
    width: 25.84vw;
    height: 25.84vw;
    top: 31.5vw;
    left: -8.83vw;
  }
  .day_illust._02 {
    width: 8.66vw;
    height: 10.04vw;
    top: -1vw;
    left: 19vw;
  }
  .day_illust._03 {
    width: 11.18vw;
    height: 8.52vw;
    top: 20vw;
    left: 15vw;
  }
  .day_illust._04 {
    width: 17.36vw;
    height: 10.7vw;
    top: 67vw;
    left: 30vw;
  }
  .day_illust._05 {
    width: 20.01vw;
    height: 18.55vw;
    top: 4vw;
    left: 5vw;
  }
  .day_illust._06 {
    width: 14.41vw;
    height: 11.66vw;
    top: 20vw;
    left: 15vw;
  }
}



/* event */
.event_contents{
  margin-top: 130px;
  text-align: center;
}
.event_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 60px;
  width: 59.64vw;
  text-align: left;
}
.event_item._mar-t-none{
  margin-top: 0;
}
/* .event_item:nth-of-type(2n){
  margin-left: 10vw;
} */

.event_item > div{
  position: relative;
  display: flex;
  align-items: center;
}
.event_item > div > p{
  width: calc(100% - 9.9vw);
  font-size: var(--font24);
  font-weight: bold;
}
.event_item figure{
  /* aspect-ratio: 3 / 2; */
  width: 25vw;
}
.event_item figure img{
  max-width: 380px;
  /* width: 100%;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  object-fit: cover; */
}
.event_date{
  min-width: 9.95vw;
  height: 2.81vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green01);
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
  margin-right: 45px;
  font-size: var(--font24);
}

.event_illust{
  position: absolute;
}
.event_illust._01{
  width: 3.26vw;
  top: -3vw;
  right: -4vw;
}
.event_illust._02{
  width: 3.6vw;
  top: -5vw;
  left: -5vw;
}
.event_illust._03{
  width: 4.36vw;
  top: -3vw;
  left: -5vw;
}
.event_illust._04{
  width: 3.66vw;
  bottom: -4vw;
  left: -5vw;
}
.event_illust._05{
  width: 5.66vw;
  bottom: -4vw;
  right: -14vw;
}
.event_illust._06{
  width: 6.78vw;
  top: -12vw;
  left: -5vw;
}
.event_illust._07{
  width: 9.76vw;
  bottom: -5vw;
  left: -11vw;
}
.event_item.bg{
  position: relative;
}
.event_item.bg::before {
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: -6vw;
  right: -9.83vw;
  z-index: -1;
}
.event_item.bg._02::before{
  top: -3vw;
  right: inherit;
  left: -10vw;
}
.event_item.bg._03::before{
  top: -3vw;
  right: -12vw;
}

.event_item.bg._04::before{
  top: 3　vw;
  right: inherit;
  left: -10vw;
}
.event_item.bg._05::before{
  top: -3vw;
  right: inherit;
  left: -10vw;
}

@media screen and (max-width: 768px) {
  .contentsInner._event{
    padding: 0 3.5vw;
  }
  .event_contents{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .event_item{
    width: 100%;
    margin-top: 40px;
  }
  .event_date{
    width: 20vw;
    height: 6.81vw;
    margin-right: 8px;
    font-size: 1.3rem;
    max-height: 35px;
    max-width: 90px;
  }
  .event_item > div{
    width: 60%;
  }
  .event_item > div > p{
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .event_item figure{
    width: 52%;
    text-align: center;
  }
  .event_item > div > p span{
    font-size: 1.2rem;
  }
  .event_illust._01{
    width: 9.26vw;
    top: -10vw;
    right: 8vw;
    max-width: 45px;
  }
  .event_illust._02{
    left: 2vw;
    width: 8.6vw;
    top: -15vw;
    max-width: 40px;
  }
  .event_illust._03{
    width: 8.36vw;
    top: -14vw;
    left: 2vw;
  }
  .event_illust._04{
    width: 7.66vw;
    bottom: 15vw;
    left: 22vw;
  }
  .event_illust._05{
    width: 10.66vw;
    bottom: -6vw;
    right: 4vw;
  }
  .event_illust._06{
    width: 11.78vw;
    top: -20vw;
    left: 18vw;
  }
  .event_illust._07{
    width: 20.76vw;
    bottom: 19vw;
    left: 3vw;
  }
  .event_item figure img{
    max-width: 100%;
  }
  .event_item:nth-of-type(10) figure img{
    width: 80%;
  }
}

/* infotmation */
.child_wrapper._info{
  overflow: hidden;
}
.info_lead{
  margin-top: 5.89vw;
  font-size: var(--font40);
  color: var(--green04);
  font-weight: bold;
  text-align: center;
}
.info_tx{
  position: relative;
  margin-top: 2.92vw;
  text-align: center;
  font-weight: bold;
  font-size: var(--font24);
  line-height: 1.9;
}
.info_tx::before{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: -7.5vw;
  right: 9.17vw;
  z-index: 1;
}
.info_tx::after{
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  bottom: -14.5vw;
  left: -7.83vw;
  z-index: -1;
}
.info_tx span{
  color: var(--green04);
}

.info_box{
  width: 100%;
  max-width: 920px;
  margin: 4.65vw auto 0;
  padding: 40px 60px 50px;
  border-radius: 10px;
  background: #fff;
  border: 3px solid var(--green03);
  text-align: center;
  font-size: var(--font24);
}
.info_box h2{
  position: relative;
  font-size: var(--font32);
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: var(--green04);
}
.info_box h2::before{
  content: "";
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  left: -2.5vw;
  width: 2.36vw;
  height: 1.73vw;
  background: url(../img/ic_me-border.svg) no-repeat left center / 100%;
}
.info_box ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.info_box ul li{
  margin-left: 3vw;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--green03);
  font-weight: bold;
}
.info_box ul li:nth-child(1){
  margin-left: 0;
}
.info_box .edu_me_illust{
  left: inherit;
  right: -5vw;
  bottom: -8vw;
}
.info_lead_illust{
  position: absolute;
}
.info_lead_illust._01{
  width: 4.16vw;
  top: 5vw;
  left: 5vw;
}
.info_lead_illust._02{
  width: 4.13vw;
  top: 14vw;
  right: 1vw;
}
.info_lead_illust._03{
  width: 6.38vw;
  bottom: 15vw;
  left: -6vw;
}
.info_lead_illust._04{
  width: 4.97vw;
  bottom: 12vw;
  right: -5vw;
}
@media screen and (max-width: 768px) {
  .info_lead{
    margin-top: 80px;
  }
  .info_lead_illust._01{
    width: 7.16vw;
    top: -5vw;
    z-index: -1;
    min-width: 50px;
  }
  .info_lead_illust._02{
    width: 6.13vw;
    z-index: -1;
    min-width: 50px;
  }
  .info_lead_illust._03{
    width: 8.38vw;
    bottom: 10vw;
    left: 0vw;
    z-index: -1;
    min-width: 50px;
  }
  .info_lead_illust._04{
    width: 8.97vw;
    bottom: 60vw;
    right: 1vw;
    z-index: -1;
    min-width: 50px;
  }
  .info_tx{
    margin-top: 70px;
    font-size: 1.4rem;
  }
  .info_tx::before{
    width: 21.84vw;
    height: 21.84vw;
  }
  .info_tx::after{
    width: 21.84vw;
    height: 21.84vw;
  }
  .info_box{
    width: 100%;
    max-width: 500px;
    margin-top: 70px;
    padding: 30px 15px;
    border: 2px solid var(--green03);
  }
  .info_box ul{
    margin-top: 15px;
  }
  .info_box h2::before{
    top: 43%;
    transform: translateY(-50%);
    left: -6.5vw;
    width: 4.36vw;
    height: 4.73vw;
    min-width: 25px;
  }
    .info_box .edu_me_illust{
      width: 20.4vw;
      height: 20.83vw;
      width: -10vw;
    }
  .footer._child._info{
    margin-top: 50px;
  }
}


/* access */
.access_top{
  position: relative;
  margin-top: 9.38vw;
  font-weight: bold;
  font-size: var(--font30);
}
.access_top .tel{
  margin-top: 40px;
}
.tel,.fax,.mail > div{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.7vw;
}
.tel::before{
  content: "";
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/ic_tel.svg) no-repeat left center / 100%;
  width: 1.21vw;
  height: 1.58vw;
}
.fax::before{
  content: "";
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/ic_fax.svg) no-repeat left center / 100%;
  width: 1.75vw;
  height: 38.05vw;
}
.fax{
  margin-top: 10px;
}
.mail{
  margin-top: 10px;
  position: relative;
}
.mail::before{
  content: "";
  position: absolute;
  top: 0.7vw;
  left: 0;
  background: url(../img/ic_mail.svg) no-repeat left center / 100%;
  width: 1.8vw;
  height: 1.5vw;
}
.tel span:nth-of-type(1),.fax span:nth-of-type(1){
  width: 4%;
  margin-right: 3.13vw;
}
.mail > div >span:nth-of-type(1){
  width: 4%;
  margin-right: 3.13vw;
}
.mail p{
  font-size: var(--font18);
  font-weight: normal;
  margin-top: 5px;
  padding-left: 2.7vw;
}
.map_txArea .ttl{
  margin-top: 50px;
  font-weight: bold;
  font-size: var(--font20);
}
.map_tx{
  font-weight: normal;
}
.access_illust{
  position: absolute;
  width: 15.09vw;
  bottom: 39px;
  right: 7.14vw;
}
@media screen and (max-width: 768px) {
  .access_top{
    margin-top: 40px;
    font-size: 1.7rem;
  }
  .access_top .tel{
    margin-top: 25px;
  }
  .mail p{
    padding-left: 0;
    font-size: 1.3rem;
  }
  .tel span:nth-of-type(1), .fax span:nth-of-type(1){
    width: 12vw;
  }
  .mail > div >span:nth-of-type(1){
    width: 12vw;
  }
  .fax::before,.mail::before{
    width: 20px;
    height: 22px;
  }
  .tel::before{
    width: 15px;
    height: 26px;
  }
  .tel, .fax, .mail > div{
    padding-left:32px;
  }
  .map_txArea .ttl{
    margin-top: 25px;
  }
  .map_tx{
    margin-top: 20px;
  }
  .access_illust {
    position: absolute;
    width: 21.09vw;
    bottom: 90px;
    right: 0.14vw;
  }
}


/* dl */
.dl_lead{
  margin: 5.73vw 0;
  font-size: var(--font24);
  font-weight: bold;
  text-align: center;
}
.main_table._dl a{
  position: relative;
  text-decoration: underline;
}
.main_table._dl a::after{
  content: "";
  position: absolute;
  top: 0px;
  right: -22px;
  width: 16px;
  height: 20px;
  background: url(../img/ic_dl.svg) no-repeat left center / 100%;
}
.main_table._dl tr td{
  padding: 28px;
  font-size: 1.1vw;
}
.main_table._dl tr td:nth-of-type(1) {
    background-color: #fff;
}
.main_table._dl a::after{
  top: 4px;
}

@media screen and (max-width: 768px) {
  .dl_lead{
    margin: 50px 0;
  }
  .main_table._dl tr td {
    padding: 20px;
    font-size: inherit;
  }
  .main_table._dl a::after {
    top: 0px;
  }
}


/* saiyo */
.contentsInner._saiyo{
  text-align: center;
}
.saiyo_read{
  position: relative;
  font-size: var(--font40);
  font-weight: bold;
  color: var(--green04);
  margin: 5.73vw 0;
}
.saiyo_read span{
  position: relative;
}
.saiyo_read span::after{
  content: "";
  position: absolute;
  top: -2vw;
  right: -2vw;
  width: 3.39vw;
  height: 2.99vw;
  background: url(../img/ic_kirakira.svg) no-repeat left center / 100%;
}
.saiyo_read_bottom{
  font-size: var(--font24);
  font-weight: bold;
}
.saiyo_block{
  margin-top: 7.29vw;
  text-align: left;
}
.saiyo_block .main_table{
  margin-top: 40px;
}
.saiyo_docArea{
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 30px;

}
.saiyo_docArea figure{
  margin-right: 80px;
  aspect-ratio: 3/4;
}
.saiyo_docArea figure img{
  width: 20vw;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.saiyo_docArea  > div{
  position: relative;
}
.saiyo_docArea  > div a{
  text-decoration: underline;
}
.contentsInner._saiyo .main_table._dl tr td:nth-of-type(1){
  background: var(--green02);
}
@media screen and (max-width: 768px) {
  .saiyo_read{
    margin: 70px 0 30px;
    font-size: 1.7rem;
  }
  .saiyo_read span::after{
    top: -21px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
  .saiyo_read_bottom{
    font-size: 1.4rem;
  }
  .saiyo_block{
    margin-top: 80px;
  }
  .saiyo_block .main_table{
    margin-top: 20px;
  }
  .saiyo_docArea{
    margin-top: 30px;
  }
  .saiyo_docArea figure{
    margin-right: 30px;
  }
}