@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');


/* *{
  border: 1px solid #ff0000;
} */

/* mv */
.mvArea{
  position: relative;
  background-color: var(--color02);
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 4vw;
  padding-bottom: 6vw;
}
.wrapper {
  position: relative;
}
.mv-tx{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16vw;
  z-index: 10;
  width: 21.77vw;
  max-width: 420px;
  z-index: 2;
}
.mv-tx::after{
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 16vw;
  width: 20.05vw; height: 20.05vw;
  background: url(../img/mv_bg_taiyou.png) no-repeat left center / 100%;
  z-index: -1;
}
img {
  max-width: 100%;
  height: auto;
}

.swiper {
  width: 54vw;
  margin-left: 4vw;
  border-radius: 50px;
}
.swiper-slide{
  width: 40.1vw;
  height: 100%;
  aspect-ratio: 1/ 0.604;
}
.swiper-slide img{
  aspect-ratio: 1/0.604;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  border-radius: 10px;
}

.mv-base{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1530px, 86vw);
  max-width: 1530px; height: auto;
  /* margin-left: auto;
  margin-right: auto;
  margin-block: 50px; */
  z-index: 5;
}
.mv_bottomArea{
  position: relative;
  margin-top: -7vw;
  padding: 160px 0 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: var(--color01);
  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(--color04);
  border: 2px  solid var(--color04);
  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_arrR-org.svg) no-repeat left center / 100%;
  width: 0.48vw;
  height: 0.99vw;
}

@media screen and (max-width: 768px) {
  .mvArea{
    padding-top: 0;
    padding-bottom: 5.0vw;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: -2;
  }
  /* .mvArea .wrapper{
    z-index: 0;
  }
  .swiper-wrapper{
    z-index: -3;
  } */
  .swiper{
      width: 100vw;
      margin-left: -5vw;
      /* border-radius: 0 10px 70px 0; */
      border-radius: 0 0px 25px 0;
  }
  .mv_bottomArea{
    padding: 0;
    padding-top: 60px;
    padding-bottom: 10vw;
    font-size: var(--font14);
  }
  a.mv_bottomArea_btn.btn01{
    width: 60vw;
    height: 9.69vw;
    padding: 0 20px;
    margin-top: 30px;
    max-width: 300px;
    max-height: 50px;
  }
  .mv_bottomArea::after{
    background-size: contain;
  }
  .mv_bottomArea::before{
    bottom: 9rem; right: 9vw;
    width: 110px;
    height: 110px;
  }
  .mv-tx{
    right: 6vw;
    width: 36.77vw;
    max-width: 200px;
    top: 70%;
  }
}
@media screen and (max-width: 550px) {
  .mv-tx{
    right: 3vw;
    width: 43.77vw;
    max-width: 216px;
  }
  .mv-tx::after{
    display: none;
    /* bottom: 1vw;
    left: 24vw; */
  }
}







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

.top_colArea img{
  aspect-ratio: 45 / 28;
  object-fit: cover;
  margin-right: 5.21vw;
  border-radius: 10px;
  z-index: 2;
  max-width: 40vw;
  min-width: 40vw;
}

.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_featuresArea{
  position: relative;
  background-color: var(--color02);
  z-index: 2;
}
.top_featuresArea::after{
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 0;
  width: 100vw;
  height: 8vw;
  background: url(../img/wave-bottom.png) no-repeat left center / 100%;
  z-index: 2;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
    to {
    transform: translateX(0%);
  }
}
.scroll-infinity{
  position: absolute;
  top: -1.8vw;
  left: 0;
  max-width: 100%;
}
.scroll-infinity02{
  position: absolute;
  bottom: -1.8vw;
  left: 0;
  z-index: 1;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 100vw;
}
.scroll-infinity__item>img {
  width: 100%;
}
.top__featuresArea_illust{
  position: absolute;
  width: 17.81vw;
  height: 22.17vw;
  bottom: 3.5vw;
  left: -10.83vw;
  z-index: 2;
}
.contentsInner._features .top_colArea{
  padding-top: 100px;
  padding-bottom: 100px;
}



.top_insta{
  position: relative;
  padding: 120px;
  text-align: center;
}
.top_insta::after{
  content: "";
  position: absolute;
  width: 18.84vw;
  height: 18.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  bottom: 12.5vw;
  left: 57.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_insta_illust03,.top_insta_illust04,.top_insta_illust05{
  position: absolute;
}
.top_insta_illust03{
  top: 18vw; right: 0;
  width: 4.65vw;
}
.top_insta_illust04{
  top: 36vw; left: 0;
  width: 4.65vw;
}
.top_insta_illust05{
  bottom: 26vw;
  right: -4vw;
  width: 4.65vw;
}

.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: 5.21vw;
}
@media screen and (max-width: 768px) {
  .top_colArea img{
    width: 40.94vw;
    margin-right: 10vw;
  }
  .top_colArea a.btn02{
    margin-top: 15px;
    font-size: 1.5rem;
    width: 120px;
    height: 30px;
    margin-left: -10px;
  }
  .top_syokuin p{
    font-size: 1.4rem;
  }
  .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 40px 70px;
  }
  .top_insta::after{
    width: 30vw; height: 30vw;
  }
  .insta_list{
    gap: 10px;
  }
  .insta_list li{
    width: calc((100% - 20px) / 3);
    border-radius: 5px;
  }
  .top_insta_illust03{
    top: 17vw; right: 0;
    width: 8.65vw;
  }
  .top_insta_illust04{
    top: 56vw; left: 0;
    width: 8.65vw;
  }
  .top_insta_illust05{
    bottom: 16vw;
    right: 2vw;
    width: 8.65vw;
  }
}






.top_featuresArea{
  position: relative;
}
.top_featuresArea::after{
  content: "";
  position: absolute;
  width: 7.65vw;
  height: 13.49vw;
  background: url(../img/top_day_bgL.png) no-repeat left center / 100%;
  bottom: 1.5vw;
  left: 5vw;
}

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

.top_featuresArea .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_illust02{
  position: absolute;
  width: 15.31vw;
  height: 21.9vw;
  bottom: 17.5vw;
  left: -7.83vw;
}
.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_colArea{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contentsInner._features .top_colArea{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top_featuresArea .top_colArea._access::before{
    width: 11.36vw;
    height: 15.7vw;
    top: 1.5vw;
    left: -2vw
  }
  .top_featuresArea::after{
    width: 17.65vw;
    height: 8.49vw; 
    bottom: -0.5vw;
    right: 4.17vw;
  }
  .top_dayArea .contentsInner{
    padding: 0 10vw;
  }
  .top_dayArea ul li p{
    margin-top: 8px;
    font-size: 1.45rem;
  }
  .top_about_illust01 {
    position: absolute;
    top: 10vw;
    left: 4vw;
    width: 18.09vw;
}
  .top_about_illust02{
    bottom: 2.5vw;
    width: 22vw;
    right: 2vw;
    z-index: 5;
  }
  .top__featuresArea_illust{
    /* width: 22.81vw;
    height: 27.17vw;
    bottom: 2.5vw;
    left: 35vw; */
    left: 1vw;
  }
  .top_dayArea::after{
    bottom: 9vw;
    right: 3vw;
    width: 10.61vw;
  }
  .top_insta_illust02{
    width: 33vw;
    height: 30vw;
    bottom: -5.5vw;
    left: 5.17vw;
  }
  
}

@media screen and (max-width: 550px) {
  .top__featuresArea_illust{
    width: 22.81vw;
    height: 27.17vw;
    bottom: 2.5vw;
    left: 35vw;
  }
}








































/* 生活 */

.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;
  flex-direction: column;
  line-height: 1.4;
  width: 22.14vw;
  height: 4.01vw;
  min-height: 40px;
  border-radius: 38.5px;
  background: #fff;
  border: 3px solid #F08200;
  font-size: var(--font24);
  font-weight: bold;
}
.day_top_btn li a span {
    font-size: 80%;
}
.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;
}
._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;
  z-index: -1;
}
.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(--color01);
  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 img{
  min-width: 24vw;
  max-width: 380px;
}
.day_picArea figure.img_big01 img {
  min-width: 26vw;
}
.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 h2{
  padding-top: 10px;
}
.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;
  max-width: 52.36vw;
  margin: 0 auto;
}
.day_bottom_kankyo .flex > div{
  margin-left: 45px;
  width: calc(100% / 2 - 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{
  width: 100%;
  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 .head_01{
  margin-bottom: 1.5vw;
}
.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{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.day_bottom_col2 .item img{
  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_white.svg) no-repeat left center / 100%;
}
a.btn02.day_app_link:hover span::after {
  background: url(../img/ic_window.svg) no-repeat left center / 100%;
}



@media screen and (max-width: 1300px) {
  .day_block::after{
    height: 130%;
  }
  .day_block._short::after{
    height: 175%;
  }
}

@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: 80%;
    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: 5vw;
  }
  .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%;
  }
  .day_top_btn{
    margin-top: 70px;
  }
  .day_top_btn li a{
    /* width: 50%; */
    min-width: 150px;
    height: 5.5rem;
    border: 2px solid #F08200;
  } 
  .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{
    max-width: inherit;
  }
  .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 .head_01{
    margin-bottom: 10px;
  }
  .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_bottom_app{
    margin-top: 80px;
  }
  .day_bottom_app .head_01+p{
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: left;
  }
   a.btn02.day_app_link{
    font-size: 15px;
  }
}









/* about */
.edu_top{
  margin-top: 70px;
  text-align: center;
}
.edu_top img{
  width: 9.84vw;
}
.edu_top h2{
  margin-top: 35px;
  font-size: var(--font40);
  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);
  line-height: 1.9;
}

.c_container._edu-mokuhyou{
  text-align: center;
  font-size: var(--font24);
}
.edu_mokuhyou p:nth-of-type(1){
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: var(--font28);
  font-weight: bold;
}

.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(--color01);
  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(--color03);
  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 #F08200;
}
.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 #F08200;
}
.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(--color04);
  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: 2.5vw;
  bottom: -3vw;
  width: 15.4vw;
  height: 18.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(--color04);
}
.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(--color01);
  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(--color04);
}

.edu_ontai_listArea{
  position: relative;
  /* margin-top: 75px; */
  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%;
} */
.edu_ontai_end{
  margin-top: 50px;
  font-size: var(--font24);
  font-weight: bold;
}
.edu_ontai_end span{
  color: var(--color04);
}
.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(--color01);
  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_arrR-org.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_featuresArea .top_colArea._access::before{
    width: 11.36vw;
    height: 15.7vw;
    top: 1.5vw;
    left: -2vw
  }
  .top_featuresArea::after{
    width: 9.65vw;
    height: 22.49vw;
    bottom: inherit;
    top: 5vw;
    left: inherit;
    right: 3vw;
  }
  .edu_top img{
    width: 50%;
  }
  .edu_top h2{
    font-size: 1.8rem;
  }
  .edu_top p{
    font-size: 1.4rem;
    text-align: left;
  }
  .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.5;
  }
  .edu_aisatsu figure{
    display: none;
  }
  .edu_sisei > div{
    width: 100%;
    margin-top: 10px;
  }
   .edu_sisei-top > div{
    padding: 20px;
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .c_container._edu-me{
    padding-top: 80px;
  }
  .edu-me_box{
    padding: 25px 20px;
    border: 2px solid #F08200;
  }
  .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_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: 60px!important;
  }

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

  .edu_ontai_listArea{
    flex-direction: column-reverse;
  }
  .edu_ontai_listArea ul{
    width: 100%;
    margin-top: 20px;
  }
  .edu_ontai_end{
    margin-top: 90px;
  }
  .edu_ontai_end-btn{
    margin-top: 60px;
  }
  .edu_ontai_end-btn a{
    width: 75vw;
    border: 2px solid var(--color01);
    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;
  }
}




.building_wrapper{
  position: relative;
  width: 83.33vw;
  margin: 0 auto;
  margin-top: 5.25vw;
}
.building_lead{
  font-size: var(--font40);
  color: var(--color04);
  font-weight: bold;
  text-align: center;
}
.building_lead-sub{
  position: absolute;
  top: 10vw;
  right: 9vw;
  width: 19.79vw;
}
.building_img{
  position: relative;
  text-align: center;
}
.buil_illust img{
  /* width: 1000px; */
  
}
.building_imgArea{
  padding-top: 9.5vw;
  width: 83.33vw;
  margin: 0 auto;
}

.map-glass{
  position: absolute;
  /* max-width: 20%; */
}
.map-glass:hover{
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: .3s;
}
.map-glass01{
  top: -2vw;
    left: 53vw;
  max-width: 8.39vw;
}
.map-glass02 {
  bottom:24vw;
  left: 26vw;
  max-width: 14.94vw;
}
.map-glass03 {
  top: 2vw;
  left: 28vw;
  max-width: 6vw;
}
.map-glass04 {
  bottom: 10vw;
    left: -1vw;
  max-width: 9.82vw;
}
.map-glass05 {
  top: 8vw;
  left: 14vw;
  max-width: 9.82vw;
}
.map-glass06 {
  top: 17vw;
  left: 5vw;
  max-width: 9.82vw;
}
.map-glass07 {
  top: 33vw;
    left: 1vw;
  max-width: 9.82vw;
}
.map-glass08 {
  top: 3vw;
  right: 6vw;
  max-width: 5.43vw;
}
.map-glass09 {
  bottom: 26vw;
  left: 55vw;
  max-width: 9.39vw;
}
.map-glass10 {
  bottom: 27vw;
  right: 68vw;
  max-width: 10.39vw;
}



.map_popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255,240,139,0.9);
  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(--color01);
}
.map_popup_tx{
  font-size: var(--font18);
}
.map_popup_closeBtn {
  position: absolute;
  top: -9px;
  right: 20px;
  font-size: 66px;
  color: var(--color01);
  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) {
  .building_wrapper{
    width: 100vw;
    margin-top: 70px;
  }

  .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;
    margin-bottom: 60px;
    font-size: 1.4rem;
    text-align: center;
  }
  .building_imgArea{
    overflow-x: scroll;
    min-height: 550px;
    width: 100%;
    padding-left: 55px;
  }
  .building_img{
    position: relative;
    width: 700px;
    margin: 0 auto;
  }
  .buil_illust{
    position: relative;
    width: 700px;
  }
  
  .map-glass01{
    top: -36px;
    left: 431px;
    height: 60px;
  }
  
  .map-glass02 {
    bottom: 190px;
    left: 206px;
  }
  .map-glass03 {
    top: -8px;
    left: 230px;
    max-width: 15.82px;
  }
  .map-glass04 {
    bottom: 68px;
    left: -25px;
  }
  .map-glass05 {
    top: 50px;
    left: 110px;
    max-width: 15.82px;
  }
  .map-glass06 {
    top: 125px;
    left: 36px;
  }
  .map-glass07 {
    top: 275px;
    left: 10px;
  }
  .map-glass08 {
    top: 79px;
    right: 57px;
  }
  .map-glass09 {
    bottom: 222px;
    right: -86px;
  }
  .map-glass10{
    bottom: 220px;
  right: inherit;
      left: 42px;
  }
  .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;
  }
  .map-glass04 {
    top: 58px;
    right: 180px;
  }
  .map-glass05 {
    bottom: 95px;
    left: 195px;
  }
  .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_access{
  position: relative;
}
.top_access .top_colArea{
  position: relative;
}
.top_access .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_access_illust01{
  position: absolute;
  width: 15.84vw;
  height: 7.04vw;
  top: 2vw;
  left: -7.83vw;
  max-width: 220px;
}
.top_access_illust02{
  position: absolute;
  width: 15.81vw;
  height: 22.17vw;
  bottom: -9.5vw;
  right: -9.83vw;
  z-index: 3;
}
.edu-ontai_illust01{
  position: absolute;
  width: 21.97vw;
  height: 18.84vw;
  top: -20vw;
  right: -8vw;
}
.edu-ontai_illust02{
  position: absolute;
  width: 10.42vw;
  height: 15.83vw;
  bottom: -0.5vw;
  left: 2.17vw;
}
@media screen and (max-width: 1000px) {
  .edu-ontai_illust01{
  position: absolute;
  width: 21.97vw;
  height: 18.84vw;
  top: -20vw;
  right: -13vw;
  }
  .edu-ontai_illust02{
    position: absolute;
    width: 10.42vw;
    height: 15.83vw;
    bottom: -0.5vw;
    left: -4.82vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_bottomArea_illust{
    width: 21.09vw;
    bottom: -7vw;
    right: 3.14vw;
  }
  .top_access .top_colArea::before{
    width: 30vw;
    height: 30vw;
    top: 6.5vw;
    left: -12.83vw;
  }
  .top_access .top_colArea{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top_access_illust01{
    width: 18.09vw;
    height: 13.04vw;
    top: 5vw;
    left: inherit;
    right: 5vw;
  }
  .top_access_illust02{
    width: 23.81vw;
    height: 30.17vw;
    bottom: -11.5vw;
    right: 3.17vw;
  }
  .top_colArea._access{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .edu-ontai_illust01{
    top: -12vw;
    right: -10vw;
    width: 29vw;
    height: 19vw;
  }
}
@media screen and (max-width: 500px) {
  .edu-ontai_illust01 {
    top: -7vw;
    right: -10vw;
    width: 45vw;
    height: 28vw;
  }
  .edu-ontai_illust02 {
    position: absolute;
    width: 21.42vw;
    height: 18.83vw;
    bottom: -10.5vw;
    left: -4.82vw;
  }
}

.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: 6.7vw;
  top: 21vw;
  left: -5vw;
}
.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: 11.36vw;
    height: 8.7vw;
    top: 34.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: 7.66vw;
    height: 10.04vw;
    top: -12vw;
    left: 27vw;
  }
  .day_illust._03 {
    width: 11.18vw;
    height: 8.52vw;
    top: 20vw;
    left: 15vw;
  }
  .day_illust._04 {
    width: 19.36vw;
    height: 14.7vw;
    top: 63vw;
    left: 20vw;
  }
  .day_illust._05 {
    width: 18.01vw;
    height: 15.55vw;
    top: 4vw;
    left: 2vw;
  }
  .day_illust._06 {
    width: 14.41vw;
    height: 11.66vw;
    top: 20vw;
    left: 15vw;
  }
  .day_block._02::before{
    width: 30vw;
    height: 30vw;
  }
  .day_block._03::before{
    width: 30vw;
    height: 30vw;
  }
}



/* 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 > 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{
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.event_date{
  width: 9.95vw;
  height: 2.81vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color01);
  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;
  bottom: -5vw;
  right: -5vw;
}
.event_illust._03{
  width: 4.36vw;
  top: -3vw;
  left: -5vw;
}
.event_illust._04{
  width: 6.66vw;
  bottom: -5vw;
  left: -5vw;
}
.event_illust._05{
  width: 2.66vw;
  height: 9vw;
  bottom: -7vw;
  left: -3vw;
}
.event_illust._06{
  width: 5.78vw;
  top: -3vw;
  left: 11vw;
}
.event_illust._07{
  width: 9.76vw;
  bottom: -5vw;
  right: -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%;
  }
  .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: 45%;
  }
  .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{
    width: 8.6vw;
    bottom: -5vw;
    right: 5vw;
    max-width: 40px;
  }
  .event_illust._03{
    width: 8.36vw;
    top: -12vw;
    left: 2vw;
  }
  .event_illust._04{
    width: 14.66vw;
    bottom: -14vw;
    left: 22vw;
  }
  .event_illust._05{
    width: 14.66vw;
    height: 15vw;
    bottom: -18vw;
    left: 8vw;
  }
  .event_illust._06{
    width: 11.78vw;
    top: -11vw;
    left: 24vw;
  }
  .event_illust._07{
    width: 15.76vw;
    bottom: -7vw;
    right: 3vw;
  }
}

/* infotmation */
.child_wrapper._info{
  overflow: hidden;
}
.info_lead{
  margin-top: 5.89vw;
  font-size: var(--font40);
  color: var(--color04);
  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(--color04);
}

.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(--color03);
  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(--color04);
}
.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(--color03);
  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(--color03);
  }
  .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;
    margin-left: 5vw;
    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;
  }
  .c_container._access._map{
    padding-bottom: 70px;
  }
  .access_illust {
    position: absolute;
    width: 21.09vw;
    bottom: 80px;
    right: 0.14vw;
  }
  .map_txArea .head_01{
    margin-left: 5vw;
  }
  .map_txArea .ttl{
    margin-left: 5vw;
  }
  .map_tx{
    margin-left: 5vw;
  }
}


/* 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;
    padding-left: 0px;
    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(--color04);
  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;
}
@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;
  }
}