@charset "UTF-8";
/* CSS Document */
.common_entry_link{
    margin-top: 14rem;
}
/*---------------------------------

  メインビジュアル

---------------------------------*/
.main_visual{
    padding-top: min(21rem,280px);
    margin-bottom: 12rem;
}
.main_visual .inner h2{
    width: min(30%,500px);
    margin: 0 auto;
    padding-bottom: 5rem;
}
.main_visual .inner h2 span{
    display: block;
    overflow: hidden;
}
.main_visual .inner h2 span:first-of-type{
    margin-bottom: min(2.7rem,32px);
}
.main_visual .inner h2 span img{
    transform: translateY(105%);
}
.main_visual .inner h2 span.appear img{
    animation: copy-animation 0.7s ease-in-out 1.3s forwards;
}
@keyframes copy-animation{
  0% {
    opacity: 0;
    transform: translateY(105%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.main_visual .inner p{
    font-size: clamp(15px,1.8rem,18px);
    text-align: center;
}
.mv_carousel{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 12rem;
    background: url("../img/top/top_bg_text.svg")center top 5rem/102% auto no-repeat;
}
.mv_carousel .swiper-wrapper{
    transition-timing-function: linear;
}
.mv_carousel .swiper-wrapper .swiper-slide{
    border-radius: 25px;
    overflow: hidden;
}
@media print, screen and (max-width: 1600px){
    .mv_carousel .swiper-wrapper .swiper-slide{
        border-radius: 20px;
    }
    .main_visual{
        padding-top: 25rem;
    }
}


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

  introduction

---------------------------------*/
.introduction_01,
.introduction_02{
    position: relative;
    width: min(100%,1920px);
    margin: 0 auto;
    margin-bottom: 13rem;
}
.introduction_01 .container,
.introduction_02 .container{
    width: 85%;
    background-color: #F7F8F8;
    position: relative;
}
.introduction_01 .container::before,
.introduction_02 .container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 140px;
    height: 100%;
    background: url("../img/top/intro_bg_text_01.svg")left top/100% auto repeat-y;
    animation: loop-text 24s infinite linear;
    z-index: 0;
}
@keyframes loop-text {
  0%{
    background-position: 0 0%;
  }
  100%{
    background-position: 0 -1387px;
  }
}
.introduction_02 .container::before{
    left: auto;
    right: 10%;
    background: url("../img/top/intro_bg_text_02.svg")left top/100% auto repeat-y;
    animation: loop-text-02 27s infinite linear;
}
@keyframes loop-text-02{
  0%{
    background-position: 0 0%;
  }
  100%{
    background-position: 0 -1308px;
  }
}
.introduction_01 .container{
    border-radius: 0 10rem 10rem 0;
    padding: 11rem 26% 11rem 14%;
}
.introduction_02 .container{
    margin: 0 0 0 auto;
    border-radius: 10rem 0 0 10rem;
    padding: 11rem 14% 11rem 26%;
}
.introduction_01 .container>span{
    font-size: clamp(14px,1.5rem,16px);
    color: #2680EB;
    display: inline-block;
    position: relative;
    margin-bottom: 5rem;
    padding-left: 24px;
    letter-spacing: 0.04rem;
}
.introduction_01 .container>span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #0080F4;
    border: solid 3px #CFDFEF;
    border-radius: 50%;
    box-sizing: border-box;
}
.introduction_01 .container h2,
.introduction_02 .container h2{
    font-size: clamp(20px,2.4rem,28px);
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 4.5rem;
    position: relative;
    z-index: 5;
}
.introduction_02 .container h2{
    text-align: right;
}
.introduction_01 .container h2>span:first-of-type{
    margin-bottom: 1.7rem;
}
.introduction_02 .container h2 span{
    margin: 0 0 0 auto;
}
.introduction_01 .container .text,
.introduction_02 .container .text{
    font-size: clamp(14px,1.8rem,18px);
    position: relative;
    z-index: 5;
}
.introduction_01 .container .text p,
.introduction_02 .container .text p{
    padding-bottom: 2.5rem;
}
.introduction_01 .container .text p:last-child,
.introduction_02 .container .text p:last-child{
    padding-bottom: 0;
}
.introduction_01 .image,
.introduction_02 .image{
    width: 30%;
    position: absolute;
    bottom: -5rem;
    overflow: hidden;
}
.introduction_01 .image{
    border-radius: 10rem 0 0 10rem;
    right: 0;
}
.introduction_02 .image{
    border-radius: 0 10rem 10rem 0;
    left: 0;
}
@media print, screen and (min-width: 1900px){
    .introduction_01 .container,
    .introduction_02 .container{
        border-radius: 10rem;
    }
    .introduction_01 .image,
    .introduction_02 .image{
        border-radius: 10rem;
    }
}


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

  about us

---------------------------------*/
.aboutus{
    position: relative;
    width: min(100%,1920px);
    margin: 0 auto;
    margin-bottom: 14rem;
}
.aboutus .container{
    width: 85%;
    background-color: #F7F8F8;
    border-radius: 0 10rem 10rem 0;
    padding: 11rem 26% 11rem 14%;
}
.aboutus .container>span{
    font-size: clamp(14px,1.5rem,16px);
    color: #2680EB;
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    padding-left: 24px;
    letter-spacing: 0.04rem;
}
.aboutus .container>span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #0080F4;
    border: solid 3px #CFDFEF;
    border-radius: 50%;
    box-sizing: border-box;
}
.aboutus .container h2{
    font-size: clamp(20px,2.4rem,32px);
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 4.5rem;
    position: relative;
    z-index: 5;
}
.aboutus .container .text{
    font-size: clamp(14px,1.8rem,18px);
    padding-bottom: 5rem;
}
.aboutus .container ul li{
    padding-bottom: 2.5rem;
}
.aboutus .container ul li:last-of-type{
    padding-bottom: 0;
}
.aboutus .page_link{
    display: block;
    font-size: clamp(14px,2rem,20px);
    padding: clamp(42px,5rem,64px) 4rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 4rem 6px rgba(20,67,51,0.07);
    position: relative;
    overflow: hidden;
}
.aboutus .page_link::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f6f6f6;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.35s ease;
    transition-property: transform;
}
.aboutus .page_link:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}
.aboutus .page_link .arrow{
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(105deg, #FFA1C3 10%, #FF00A4 70%, #ED0FAF);
    transition: 0.35s ease-in;
    z-index: 5;
}
.aboutus .page_link .arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    background: url(../img/common/arrow_white.svg)center/100% auto no-repeat;
    transition: 0.4s;
}
.aboutus .page_link:hover .arrow::before{
    background: url(../img/common/arrow_white.svg)left 30px center/100% auto no-repeat;
}
.aboutus .page_link .arrow::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    background: url(../img/common/arrow_white.svg)left -30px center/100% auto no-repeat;
    transition: 0.4s;
}
.aboutus .page_link:hover .arrow::after{
    background: url(../img/common/arrow_white.svg)left 0px center/100% auto no-repeat;
}
.aboutus .page_link span:first-child{
    position: relative;
    z-index: 5;
    display: block;
    transition: 0.35s;
}
.aboutus .page_link:hover span:first-child{
    transform: translateX(10px);
}
.aboutus .image{
    width: 30%;
    position: absolute;
    bottom: -5rem;
    right: 0;
    overflow: hidden;
    border-radius: 10rem 0 0 10rem;
}
@media print, screen and (min-width: 1900px){
    .aboutus .container{
        border-radius: 10rem;
        padding: 11rem 26% 11rem 10%;
    }
    .aboutus .image{
        border-radius: 10rem;
    }
}
@media print, screen and (max-width: 1400px){
    .aboutus .page_link .arrow{
        width: 40px;
        height: 40px; 
    }
    .aboutus .page_link .arrow::before{
        width: 15px;
        height: 15px;
    }
    .aboutus .page_link .arrow::after{
        width: 15px;
        height: 15px;
    }
}

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

  group

---------------------------------*/
.group{
    overflow: hidden;
}
.group .inner{
    width: 88%;
    margin: 0 0 0 auto;
    margin-bottom: 7rem;
}
.group .inner>span{
    font-size: clamp(14px,1.5rem,16px);
    color: #2680EB;
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 24px;
    letter-spacing: 0.04rem;
}
.group .inner>span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #0080F4;
    border: solid 3px #CFDFEF;
    border-radius: 50%;
    box-sizing: border-box;
}
.group .inner h2{
    font-size: clamp(20px,2.4rem,32px);
    font-weight: 600;
    line-height: 1.8;
    position: relative;
    z-index: 5;
}
.group .group_list{
    width: 88%;
    margin: 0 0 0 auto;
    position: relative;
    padding-right: 40px;
    z-index: 10;
}
.group .group_list .swiper-slide{
    height: auto;
    display: inline-block;
    background-color: #F7F8F8;
    position: relative;
    transition: 0.35s;
    border-radius: 3.4rem;
}
.group .group_list .swiper-slide .image{
    border-radius: 3.4rem;
    overflow: hidden;
    position: relative;
}
.group .group_list .swiper-slide .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 0;
    transition: 0.35s;
    opacity: 0;
}
.group .group_list .swiper-slide:hover .image::before{
    opacity: 1;
}
.group .group_list .swiper-slide .image::after{
    content: '公式サイトを見る';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: clamp(14px,1.7rem,18px);
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    font-weight: 600;
    text-shadow: 5px 5px 3rem #000000;
    transition: 0.35s;
    opacity: 0;
}
.group .group_list .swiper-slide:hover .image::after{
    opacity: 1;
}
.group .group_list .swiper-slide .image .icon{
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(105deg, #FFA1C3 10%, #FF00A4 70%, #ED0FAF);
}
.group .group_list .swiper-slide .image .icon::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/common/external_white.svg")center/ 15px auto no-repeat;
}
.group .group_list .swiper-slide .detail{
    padding: 3rem 3.5rem;
}
.group .group_list .swiper-slide .detail h3{
    height: min(2.9rem,30px);
    width: auto;
    text-align: center;
    margin-bottom: 3rem;
}
.group .group_list .swiper-slide .detail h3 img{
    height: 100%;
    width: auto;
    padding-right: 0.6rem;
}
.group .group_list .swiper-slide .detail .text{
    font-size: clamp(14px,1.7rem,18px);
    line-height: 1.8;
}
.group .group_list .swiper_navigation{
    position: absolute;
    right: 12%;
    top: max(-180px,-14rem);
    width: 76%;
    height: clamp(60px,7rem,82px)!important;
}
.swiper-button-next, .swiper-button-prev{
    position: inherit!important;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto;
    display: block!important;
    width: clamp(60px,7rem,82px)!important;
    height: clamp(60px,7rem,82px)!important;
    border-radius: 50%!important;
    background: linear-gradient(105deg, #FFA1C3 10%, #FF00A4 70%, #ED0FAF)!important;
    margin-top: 0!important;
    transition: 0.35s;
}
.swiper-button-prev{
    right: clamp(90px,10.5rem,130px)!important;
}
.swiper-button-next{
    right: 0!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: ''!important;
    display: block;
    width: clamp(18px,2.4rem,24px);
    height: clamp(18px,2.4rem,24px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/common/arrow_white.svg)center/100% auto no-repeat;
}
.swiper-button-prev:after{
    background: url("../img/common/arrow_white.svg")center/100% auto no-repeat;
    transform: translate(-50%,-50%)rotate(180deg);
}
.group .group_list .swiper-slide:not(.swiper-slide-visible) {
    pointer-events: none;
    opacity: .4;
}


@media print, screen and (max-width: 768px){
    /*---------------------------------

      メインビジュアル

    ---------------------------------*/    
    .main_visual{
        padding-top: calc(4rem + 60px + 12rem);
        margin-bottom: 14rem;
    }
    .main_visual .inner h2{
        width: min(76%,500px);
        margin: 0 auto;
        padding-bottom: 9rem;
    }
    .main_visual .inner h2 span:first-of-type {
        margin-bottom: min(4rem,32px);
    }
    .main_visual .inner p{
        margin: 0 auto;
        text-align: left;
        width: min(100%,650px);
        padding: 0 6rem;
        font-size: clamp(15px,3rem,18px);
    }
    .main_visual .inner p br{
        display: none;
    }
    .mv_carousel{
        padding-top: 14rem;
        background: url(../img/top/sp_top_bg_text.svg)center top 7rem/102% auto no-repeat;
    }
    
    
    /*---------------------------------

      introduction

    ---------------------------------*/
    .introduction_01, .introduction_02{
        margin-bottom: 7rem;
    }
    .introduction_01 .container,
    .introduction_02 .container{
        width: calc(100% - 4rem);
        padding: 12rem 6rem 17rem;
        overflow: hidden;
    }
    .introduction_01 .container::before{
        left: -2rem;
        width: 100px;
    }
    @keyframes loop-text {
      0%{
        background-position: 0 0%;
      }
      100%{
        background-position: 0 -991px;
      }
    }
    .introduction_02 .container::before{
        right: -2rem;
        width: 100px;
    }
    @keyframes loop-text-02{
      0%{
        background-position: 0 0%;
      }
      100%{
        background-position: 0 -934px;
      }
    }
    .introduction_01 .container>span{
        margin-bottom: 7rem;
    }
    .introduction_01 .container h2,
    .introduction_02 .container h2{
        font-size: clamp(18px,4.1rem,28px);
        margin-bottom: 6rem;
    }
    .introduction_01 .container h2>span:first-of-type{
        margin-bottom: 3rem;
    }
    .introduction_01 .container .text,
    .introduction_02 .container .text{
        font-size: clamp(15px,3.1rem,18px);
    }
    .introduction_01 .container .text p,
    .introduction_02 .container .text p{
        padding-bottom: 4rem;
    }
    .introduction_01 .image,
    .introduction_02 .image{
        position: inherit;
        width: min(88%,520px);
        bottom: 0;
        top: -6rem;
    }
    .introduction_01 .image{
        margin: 0 0 0 auto;
        border-radius: 6rem 0 0 6rem;
    }
    .introduction_02 .image{
        border-radius: 0 6rem 6rem 0;
    }
    
    
    /*---------------------------------

      aboutus

    ---------------------------------*/
    .aboutus {
        margin-bottom: 7rem;
    }
    .aboutus .container{
        width: calc(100% - 4rem);
        padding: 12rem 6rem 19rem;
    }
    .aboutus .container>span{
        margin-bottom: 4rem;
    }
    .aboutus .container h2{
        font-size: clamp(18px,4.4rem,28px);
        margin-bottom: 6rem;
    }
    .aboutus .container .text{
        font-size: clamp(15px,3.1rem,18px);
        padding-bottom: 8rem;
    }
    .aboutus .container .text br{
        display: none;
    }
    .aboutus .container ul li{
        padding-bottom: 20px;
    }
    .aboutus .page_link{
        border-radius: 15px;
        font-size: clamp(15px,3.2rem,18px);
        padding: 38px 24px;
    }
    .aboutus .image{
        position: inherit;
        width: min(88%,520px);
        bottom: 0;
        top: -6rem;
        margin: 0 0 0 auto;
        border-radius: 6rem 0 0 6rem;
    }
    
    
    /*---------------------------------

      group

    ---------------------------------*/
    .group .inner{
        width: calc(100% - 6rem);
        margin-bottom: 9rem;
    }
    .group .inner>span{
        margin-bottom: 4rem;
    }
    .group .inner h2{
        font-size: clamp(18px,4.4rem,28px);
    }
    .group .group_list {
        width: calc(100% - 6rem);
        padding-right: 6rem;
        padding-bottom: 90px;
    }
    .group .group_list .swiper_navigation{
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 60px!important;
        height: 60px!important;
        top: 0!important;
        bottom: auto!important;
    }
    .swiper-button-prev{
        right: auto!important;
        left: 0!important;
    }
    .swiper-button-next{
        right: auto!important;
        left: 85px!important;
    }
    .group .group_list .swiper-slide .detail{
        padding: 5rem 4rem;
    }
    .group .group_list .swiper-slide .detail h3{
        height: min(4rem,24px);
        margin-bottom: 4rem;
    }
    .group .group_list .swiper-slide:nth-of-type(4) .detail h3 img{
        width: 100%;
        height: auto;
    }
    .group .group_list .swiper-slide .detail .text{
        font-size: clamp(15px,3rem,18px);
    }
    
    
}