<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


.mainv{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mainv:before {
    content: "";
    z-index: 2;
    position: absolute;
    height: 21vw;
    left: 0px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}


.mainv_slide{
  height: 100vh;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 28vw 0 0 0;
  border-radius: 400px 0 0 0;
  border-radius: min(28vw,400px) 0 0 0;
}

.mainv_slide li{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* transform: translate(-100%, 0px); */
  overflow: hidden;
}

.mainv_slide img{
  transform: scale(1);
}

.mainv_slide li:nth-child(1){
  z-index: 2;
}

.mainv_slide li.on img{
  transition: transform 1.15s ease;  
  opacity: 0;
}

.mainv_slide li.on2 img{
  transition: transform 8000ms linear, opacity 1800ms ease;  
  transform: scale(1.08);
  opacity: 1;
}


/* -------------------------------- */
.mainv_ttl{
    color: #fff;
    position: absolute;
    z-index: 5;
    bottom: 111px;
    left: 3%;
    letter-spacing: 0.25em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.mainv_ttl1{
    font-size: min(3.8vw, 32px);
    /* font-size: 32px; */
    /* font-size: 3.8vw; */
    display: block;
    margin-bottom: 23px;
    padding: 0 0 0 26px;
    position: relative;
    z-index: 1;
}
.mainv_ttl1:before{
    content: "";
    z-index: -1;
    position: absolute;
    background: var(--color-brown);
    width: min(7vw, 60px);
    /* width: 60px; */
    /* width: 7vw; */
    height: min(7vw, 60px);
    top: -5px;
    left: -2px;
    border-radius: 50% 0 0 0;
    /* border-radius: 30px 0 0 0; */
    /* border-radius: 3.5vw 0 0 0; */
}
.mainv_ttl2{
    font-size: min(6.43vw,54px);
    /* font-size: 54px; */
    /* font-size: 6.43vw; */
}

.mainv_news_slide{
    overflow: hidden;
}
.mainv_news_pagination{
    position: absolute;
    z-index: 1;
    right: 0;
    width: auto;
    left: auto;
    top: 21px;
    color: #fff;
    letter-spacing: 0.1em;
}
.mainv_news{
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 calc(3%  + 145px) 26px 3%;
    padding-top: 23px;
    padding-right: 50px;
    overflow: hidden;
}

.mainv_news:before,
.mainv_news:after{
  content: "";
  z-index: 1;
  position: absolute;
  
  background: #fff;
  top:0;
  width: 100%;
  left: 0;
  height: 1px;
  opacity: 0.4;
}
.mainv_news:before{
  transform: translate(-100%, 0px);
  z-index: 5;
  opacity: 1;
}

.mainv_news.on:before{
  transform: translate(0%, 0px);
  transition: transform 4s linear;
}

.mainv_news_list{
  height: 25px;
}
.mainv_news_list li{}
.mainv_news_list a{
    color: #fff;
    display: flex;
    align-items:center;
}
.mainv_news_date{
  margin-right: 17px;
}
.mainv_news_cat{
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: var(--radius-s);
    font-size: 12px;
    padding: 0 10px;
    margin-right: 18px;
}
.mainv_news_ttl{
    font-size: 14px;
    height: calc(14px * 1.6 * 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.6;
    overflow: hidden;
    flex: 1;
    text-decoration: underline;
}

/* -------------------------------- */

.mainv_text_non{
    margin-top: 122px;  
}

.mainv_text{
    overflow: hidden;
    margin-top: 122px;
    margin-bottom: 150px;
}
.mainv_text_box{
  display: flex;
  /* font-size: 180px; */
  line-height: 1;
  width: 6243px;
  transform: translate(0px, 100%);
  transition: transform 0.8s var(--easing-transform);
}
.mainv_text_box.scBomb_anim{
  transform: translate(0px, 0%);
}


.mainv_text_box span{
    width: 50%;
    animation-name: scrolltext;
    animation-duration: 35s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: relative;
    z-index: 1;
}
.mainv_text_box img:nth-child(1){width: 49.2%;}
.mainv_text_box img:nth-child(2){
  position: absolute;
  z-index: 1;
  width: 48.2%;
  right: 1.2%;
  top: 0;
}


@keyframes scrolltext{
  0%{ transform: translate(0%, 0%); }
  100%{ transform: translate(-100%, 0%); }
}


/* -------------------------------- */

.hole{
    overflow: hidden;
}
.hole_inner{
    padding-top: 12px;
    position: relative;
    z-index: 1;
}
.hole_inner:before{
    content: "";
    z-index: -1;
    position: absolute;
    background: var(--color-brown);
    left: 50%;
    top: 0;
    right: calc((100% - 100vw) / 2);
    left: 43%;
    border-radius: min(28.7vw, 370px) 0 0 0;
/*    height: calc(393px + 23vw);*/
    height: 778px;
}
.hole_head{
    display: flex;
    justify-content:space-between;

}

.hole_ttl{
    font-size: min(3.72vw, 48px);
    width: 50%;
}
.hole_data{
    font-size: 16px;
    width: min(36.8vw, 390px);
    /* width: 390px; */
    /* width: 36.8vw; */
    margin-top: 113px;
}
.hole_mes{
    color: #fff;
}
.hole_btn{
    margin-top: 41px;
}


@media only screen and (max-width: var(--media-screen-vw)) {
    .hole_ttl{}
}

/* --------------------------------
540 + 72
612 * 4
 */

.hole_slide {
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
    margin-left: calc((100%  - 100vw) / 2);
    margin-right: calc((100%  - 100vw) / 2);
    margin-top: 64px;
}

.hole_slide_main {
    display: flex;
    /*    width: 200%;*/
    width: 340%;
}
.hole_slide_box{
    width: 2448px;
    width: 100%;
    display: flex;
    align-items:flex-start;
    animation-name: scrolimg;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes scrolimg{
  0%{ transform: translate(0%, 0%); }
  100%{ transform: translate(-100%, 0%); }
}



.hole_slide_img{
    position: relative;
    z-index: 1;
    width: 540px;
    width: 22.05%;
}
.hole_slide_img figure{
    overflow: hidden;
    transition: transform 0.1s var(--easing-transform);
}


.hole_slide_img:nth-child(n+2){
    margin-left: 72px;
    margin-left: 2.94%;
}
.hole_slide_img:nth-child(even){
    margin-top: 107px;
}
.hole_slide_img figure:nth-child(4n+1){
    border-radius: 0 0 50% 0;
}
.hole_slide_img figure:nth-child(4n+2){
    border-radius: 0 270px 0 0;
    border-radius: 0 50% 0 0;
}
.hole_slide_img figure:nth-child(4n+3){
    border-radius: 0 0 0 50%;
}
.hole_slide_img figure:nth-child(4n+4){
    border-radius: 50% 0 0 0;
}


/* -------------------------------- */
.hole_list{
    margin-top: 190px;
}

/* -------------------------------- */
.access{
    overflow: hidden;
}
.access_inner{
    display: flex;
    align-items:flex-end;
    flex-direction: row-reverse;
    padding-top: 95px;
}
.access_bg{
    margin-right: calc((100% - 100vw) / 2);
    flex: 1;
}
.access_bg img{
    transition: transform 0.1s var(--easing-transform);  
}
.access_data{
    width: 46%;
    margin-right: -20%;
    position: relative;
    z-index: 1;
    padding: 0 15% 129px 0;
    color: #fff;
}
.access_data:before{
    content: "";
    z-index: -1;
    position: absolute;
    background: var(--color-blue);
    top: -150px;
    bottom: 0;
    right:0;
    /* left: 0; */
    width: 999px;
    border-radius: 0 370px 0 0;
    border-radius: 0 min(28.7vw, 370px) 0 0;
}

.access_mes{}
.access_btn{
    margin-top: 28px;
}
/* -------------------------------- */
.about_mask{
    background: var(--color-beige);
    position: relative;
    z-index: 5;
    margin-bottom: -2px;
}
.about_mask_main{
    position: relative;
    z-index: 1;
    height: 810px;
    height: 2000px;
}

.about{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/front/about_bg.jpg) 50% 50% repeat;
    background-size: 1634px auto;
    display: flex;
    align-items:center;
    justify-content:center;
    display: none;
}

.about.on{
    display: flex;
}


.about:before{
    content: "";
    z-index: 1;
    position: absolute;
    
    background: rgba(0, 0, 0, 0.4);
    top:0;
    bottom: 0;
    right:0;
    left: 0;




}
.about_inner{
    width: 440px;
    color: #fff;
    position: relative;
    z-index: 5;
}
.about_mes{}
.about_btn{
    margin-top: 60px;
}

/* -------------------------------- */
.partners{}
.partners_inner{
    display: flex;
    justify-content:space-between;
    align-items:flex-start;

    padding-top: 160px;
    padding-bottom: 160px;
}
.partners_main{
    width: 40%;
    padding-top: 85px;
}


.partners_mes{
    max-width: 330px;
}


.partners_btn{
    margin-top: 41px;
}
.partners_image{
    /* background: #ccc; */
    aspect-ratio: 320 / 311;
    width: 56.3%;
    position: relative;
    z-index: 1;
}
.partners_image_img{
    position: absolute;
    z-index: 5;
    width: 59.3%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 0 50%;
}
.partners_image:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: var(--color-green);
    width: 60%;
    height: 62%;
    top:0;
    bottom: 0;
    right:0;
    border-radius: 0 50% 0 0;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */


/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media (hover: hover) and (pointer: fine) {

  a:hover .mainv_news_ttl{
    text-decoration: none;
  }

}



/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {



  .mainv{}
  .mainv:before{
    height: 70vw;
  }

  .mainv_slide{
    border-radius: 53vw 0 0 0;
}

  .mainv_slide li{}

  .mainv_slide img{}

  .mainv_slide li:nth-child(1){}

  .mainv_slide li.on img{}

  .mainv_slide li.on2 img{}


  /* -------------------------------- */
  .mainv_ttl{
    bottom: 211px;
}
  .mainv_ttl1{
    /* font-size: 20px; */
    font-size: 5.33vw;
    margin-bottom: 1vw;
}
  .mainv_ttl1:before{
    width: 10.6vw;
    height: 10.6vw;
    top: -2vw;
    left: 1vw;
}
  .mainv_ttl2{
    font-size: 8.4vw;
}

  .mainv_news_slide{}
  .mainv_news_pagination{
    font-size: 10px;
    top: -3px;
}
  .mainv_news{
    margin: 0 13px 110px;
    padding: 21px 0 0;
}


  .mainv_news:before,
  .mainv_news:after{
    width: calc(100% - 50px);
    top: 6px;
  }
  .mainv_news:before{}

  .mainv_news.on:before{}

  .mainv_news_list{
    height: 44px;
}
  .mainv_news_list li{}
  .mainv_news_list a{
    flex-wrap: wrap;
}
  .mainv_news_date{
    font-size: 13px;
}
  .mainv_news_cat{
    font-size: 11px;
}
  .mainv_news_ttl{
    width: 100%;
    flex: auto;
    font-size: 13px;
    height: calc(13px* 1.6* 1);
    margin-top: 5px;
}

  /* -------------------------------- */

.mainv_text_non{
    margin-top: 105px;  
}

  .mainv_text{
    margin-top: 105px;
    margin-bottom: 89px;
}
  .mainv_text_box{
    /* font-size: 100px; */
    width: 2860px;
}
  .mainv_text_box span{
}


  /* -------------------------------- */

  .hole{}
  .hole_inner{
    padding: 0;
}
  .hole_inner:before{
    left: 0;
    left: calc(( 100% - 100vw ) / 2);
    top: 40vw;
    height: calc(384px + 26vw);
}
  .hole_head{
    display: block;
}

  .hole_ttl{
    width: auto;
    font-size: 7.47vw;
}
  .hole_data{
    width: auto;
    margin-top: 38vw;
}
  .hole_mes{}
  .hole_btn{}

  /* --------------------------------
  540 + 72
  612 * 4
   */

  .hole_slide {
    margin-top: 78px;
}

  .hole_slide_main {
    width: 607%;
}
  .hole_slide_box{}


  .hole_slide_img{}
  .hole_slide_img:nth-child(n+2){}
  .hole_slide_img:nth-child(even){
    margin-top: 28px;
}
  .hole_slide_img:nth-child(4n+1){}
  .hole_slide_img:nth-child(4n+2){}
  .hole_slide_img:nth-child(4n+3){}
  .hole_slide_img:nth-child(4n+4){}


  /* -------------------------------- */
  .hole_list{
    margin-top: 80px;
}

  /* -------------------------------- */
  .access{}
  .access_inner{
    display: block;
    padding-top: 82px;
}
  .access_bg{
    margin-left: calc((((100% - 100vw) / 2)  - 44px));
}
  .access_data{
    width: auto;
    padding: 0 0 80px;
    margin-right: 0;
    margin-top: -5px;
}
  .access_data:before{
    right: calc((100% - 100vw) / 2);
    left: calc((100% - 100vw) / 2);
    width: auto;
    top: -88px;
}

  .access_mes{}
  .access_btn{
    margin-top: 38px;
}
  /* -------------------------------- */
  .about_mask{}
  .about_mask_main{}

  .about{
    background-image: url(../img/front/about_bg_sp.jpg);
    background-size: 100% auto;
}

  .about.on{}


  .about:before{}
  .about_inner{}
  .about_mes{}
  .about_btn{
    margin-top: 38px;
}

  /* -------------------------------- */
  .partners{}
  .partners_inner{
    display: block;
    padding-top: 84px;
    padding-bottom: 83px;
}
  .partners_main{
    width: auto;
    padding-top: 0;
}


  .partners_mes{}


  .partners_btn{}
  .partners_image{
    width: auto;
    margin-top: 78px;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    aspect-ratio: 320 / 320;
}
  .partners_image_img{
    width: 84%;
    border-radius: 0 0 0 38%;
}
  .partners_image:before{
    width: 84%;
    height: 84%;
    border-radius: 0 39% 0 0;
}

  @media (orientation: landscape){

    .mainv_slide {
        min-height: 73vw;
        border-radius: 22vw 0 0 0;
    }

    .mainv_ttl1{
      /* font-size: 20px; */
      font-size: 3.33vw;
      margin-bottom: 1vw;
  }
    .mainv_ttl1:before{
      width: 7.6vw;
      height: 7.6vw;
      top: -2vw;
      left: 1vw;
  }
    .mainv_ttl2{
      font-size: 4.4vw;
  }

  }




}



</pre></body></html>