
  .main_slider_wrap{
    position: relative;
  }

  .main_slider_wrap .swiper-wrapper {
    transition-timing-function: linear;
  }

  .main_slider_wrap .swiper-slide{
    width: 675px;
  }

  .main_slider_wrap .swiper-slide img {
    height: auto;
    width: 100%;
  }

  .main_slider_wrap .text{
    position: absolute;
    font-weight: bold;
    font-size: 60px;
    text-align: left;
    color: #fff;
    left:80px;
    line-height: calc(87 / 60);
    bottom:10px;
    z-index:2 ;
  }

  @media screen and (max-width:1200px) {
    .main_slider_wrap .text{
     font-size: min(7vw,5rem);
      left:30px;
      bottom:10px;
    }
  }
  @media screen and (max-width:1024px) {
    .main_slider_wrap .swiper-slide{
      width: 400px;
    }

    .main_slider_wrap .text{
      font-size: min(7.6vw,5rem);
        bottom:20px;
    }
  }
  @media screen and (max-width:760px) {
    .main_slider_wrap .text{
      font-size: min(6.6vw,4rem);
        bottom:20px;
    }
  }

  
   /*トップ：head*/
  .top_section_news .news_list{
    padding: 20px 35px;
    background: #F4F4F4;
    border-radius: 8px;
    gap:10px 35px;
  }

  .top_section_news .news_list>li {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap:wrap;
  }

  .top_section_news .news_list>li time {
    width: 160px;
    line-height: 1;
    padding-top: 0px;
  }

  .top_section_news .news_list>li .tag{
    width: 230px;
    display: block;
    line-height: 1.2;
    padding:5px 5px 5px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }

  .top_section_news .news_list>li .tag.news{
    background: var(--main-clr);
  }

  .top_section_news .news_list>li p{
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    padding-left: 40px;
    width: calc(100% - 160px - 230px);
  }

  @media screen and (max-width: 1024px) {
    .top_section_news{
      padding: 20px 0 40px;
    }
  
    .top_section_news .news_list {
      padding: 20px 20px;
    }

    .top_section_news .news_list>li {
      gap: 10px;
    }

    .top_section_news .news_list>li time {
      width: 135px;
    }

    .top_section_news .news_list>li p{
      width: 100%;
      margin-top: 0px;
      padding-left: 0px;
    }

    

  }

   /*トップ：head*/
  .top_section_head {
    position: relative;
    padding-bottom: 17%;
  }

  .top_section_head .bg{
    position: absolute;
    left:0;
    bottom:76px;
    width: 100%;
  }

  .top_section_head .head_block{
    text-align: center;
  } 

  .top_section_head .head_block .ttl em{
    font-size: 5rem;
    color: var(--main-clr);
  } 

  .top_section_head .head_block .ttl{
    font-size: 3rem;
    color: #555;
    line-height: calc(44 / 30);
    margin-bottom: 30px;
  }

  .top_section_head .head_block .msg{
    font-size: 2.2rem;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  @media screen and (max-width: 1024px) {
    .top_section_head .head_block .msg {
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 768px) {
    .top_section_head .head_block .msg {
      font-size: 1.8rem;
    }
  }


  /*about*/
  .top_section_about{
    padding: 80px 0 72px;
    background: #F5FCFF;
  }

  .top_section_about a.greetings_area{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 34px;
  }

  .top_section_about a.greetings_area .box{
    position: absolute;
    left:87px;
    top:50%;
    transform: translateY(-50%);
  }

  .top_section_about a.greetings_area .box .headline_l span{
    font-family: Barlow;
    font-size: 3rem;
    text-align: left;
    line-height: 1;
  }

  .top_section_about a.greetings_area .box .headline_l strong{
    font-size: 4rem;
    font-weight:bold;
    line-height: 1;
  }

  .top_section_about .row{
    display: flex;
    gap:60px;
  }

  .top_section_about .row a.col{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .top_section_about .row a.col .box{
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    color: #0092e6;
    position: relative;
    padding:1em 46px;
    background: #fff;
  }

  .top_section_about .row a.col .box::after{
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -0.2em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid var(--main-clr);
    border-right: 2px solid var(--main-clr);
    transform: rotate(45deg);
  }
  @media screen and (max-width: 1024px) {
    .top_section_about{
      padding: 40px 0 40px;
    }

    .top_section_about a.greetings_area{
      display: block;
      margin-bottom: 34px;
    }
    .top_section_about a.greetings_area .img{
      height: 100%;
      aspect-ratio: 640 / 350;
    }

    .top_section_about a.greetings_area .img img{
      height: 100%;
      object-position: 60%;
      object-fit: cover;
    }

    .top_section_about a.greetings_area .box .headline_l span{
      font-size: 2.6rem;
      text-align: left;
    }

    .top_section_about a.greetings_area .box .headline_l strong{
      font-size: 2.6rem;
      text-align: left;
    }

    .top_section_about .row{
      display: flex;
      flex-wrap:wrap;
      gap: 40px;
      width: 100%;
    }

    .top_section_about .row a.col .box{
      font-size: 1.8rem;
      padding: 1em;
      width: 100%;
    }

  .top_section_about .row a.col {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
  }

  .top_section_about a.greetings_area .box {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
    
  } 

  /*base*/
  .top_section_base{
    padding: 74px 0 70px;
  }
    
  .top_section_base .row{
    display: flex;
    align-items: center;
  }

  .top_section_base .row .box{
    width: 50%;
    padding-left: 0px;
    padding-right: 20px;
  }

  .top_section_base .row .box p{
    font-size: 2.2rem;
    line-height: 2;
    margin-bottom: 38px;
  }

  .top_section_base .row .box .inr{
    max-width: 490px;
  }

  .top_section_base .row .box .button2{
    width: 100%;
  }

  .top_section_base .row .box .headline_l {
    text-align: left;
  }

  .top_section_base .row .img{
    width: 50%;
    border-radius: 20px;
  }
 
  @media screen and (max-width: 1024px) {
    .top_section_base{
      padding: 40px 0 4cqb;
    }

    .top_section_base .row{
      display: flex;
      flex-wrap:wrap;
    }

    .top_section_base .row .box{
      width: 100%;
      padding-right:0px;
    }

    .top_section_base .row .box p{
      font-size: 1.8rem;
      margin-bottom: 38px;
    }
    
    .top_section_base .row .box .inr {
        max-width: none;
        margin: 0 auto 30px;
    }

    .top_section_base .row .box .button2{
      width: 100%;
    }

    .top_section_base .row .box .headline_l{
      text-align: left;
    }

    .top_section_base .row .img{
      width: 100%;
    }

  }

/*ギャラリー*/
.gallery_container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px;
  gap: 0px;
  aspect-ratio: 1060 / 510;
}

.gallery_slider {
  width: 75%;
}

.gallery_slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.thumb_slider {
  width: 25%;
  height: 100%;
  padding: 10px;
  background: #C6EEFF;
  overflow: visible;
}

.thumb_slider .swiper-wrapper{
  overflow: visible;
}

.thumb_slider .swiper-slide {
  position: relative;
  height: calc((100% / 3));
  cursor: pointer;
  margin-bottom: 0px;
  overflow: visible;
  border-radius: 0px;
}

.thumb_slider .swiper-slide:last-child {
  margin-bottom: 0;
}

.thumb_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.thumb_slider .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #C6EEFF transparent transparent;
  border-width: 8px 13px 8px 0;
  z-index: 10;
}


