@charset "utf-8";

.kv{
    position: relative;
    height: calc(100vh - 126px);
    max-height: 1000px;
    background: #222;
    overflow: hidden;
}
.kv .slider {
    height: 100%;
}
.kv .slide {
    height: 100%;
}
.kv .slide img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
    max-height: 1000px;
    display: block;
}
.kv {
    position: relative;
    height: calc(100vh - 126px);
    max-height: 800px;
    background: #222;
    overflow: hidden;
}
.kv .swiper {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.kv .swiper-slide img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
    max-height: 1000px;
    display: block;
}
.kv .inner {
    position: absolute;
    z-index: 10;
    right: 0;
	bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    padding-top: 170px;
    padding-right: 5vw;
    color: #fff;
    text-shadow: 0 0 8px #000;
    pointer-events: none;
    pointer-events: none;
}
.kv-logo,
.kv h2,
.kv p.sub_ttl {
    pointer-events: auto;
}
.kv .swiper-pagination {
    z-index: 20;
}
@media screen and (max-width: 767px) {
    .kv .inner{
        padding-top: 5%;
        padding-right: 3vw;
    }
    .kv .swiper-slide img {
        min-height: 200px;
    }
    .kv-logo {
        width: 140px;
    }
}

.kv-logo {
    width: 500px;
    margin-bottom: 24px;
    pointer-events: auto;
}
.kv h2,
.kv p.sub_ttl {
    pointer-events: auto;
}
.kv .slick-dots {
    bottom: 30px;
}
.kv .slick-arrow {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .kv .inner{
        padding-top: 5%;
        padding-right: 0;
    }
    .kv .slide img {
        min-height: 200px;
    }
    .kv-logo {
        width: 80%;
    }
}


.kv .inner{
    text-align: right;
    padding-top: 170px;
    text-shadow: 0 0 8px #000;
    color: #fff;
}


.kv h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    letter-spacing: 0.2em;
    font-weight: normal;
    margin-bottom: 20px;
    font-weight: 600;
}
.kv p{
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 20px;
}
.kv p.sub_ttl{
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.sec-info{
    padding: 90px 0;
    box-sizing: border-box;
}
.sec-info .sec_ttl02{ margin-bottom: 70px;}

.sec-info .box{
    width: 80%;
    max-width: 776px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec-info .box h3{
    margin: 0;
    padding: 12px 0;
    text-align: center;
    font-size: 2.4rem;
    font-size: 24px;
    letter-spacing: 0.16em;
    color: #FFF;
    background: #b3b3b3;
    box-sizing: border-box;
}

.sec-info .post ul{
    margin: 0;
    padding: 0 45px;
    list-style: none;
}
.sec-info .post ul li{
    padding:20px 0;
    border-bottom: 1px dashed #cccccc;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}
.sec-info .post ul li:last-child{
    border:none;
}

.sec-info .post .post_data{
    font-size: 1.4rem;
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.2em;
}
.sec-info .post .post_txt p{
    font-weight: 600;
    font-size: 1.6rem;
    font-size: 16px;
    letter-spacing: 0.16em;
}
.sec-info .post ul li a{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #2e3192;
}

.sec-info .btn{
    margin-top: 25px;
    width: 184px;
    border: 3px solid #808080;
}
.sec-about{
    padding: 124px 0 ;
}
.sec-about .flex{
    flex-direction: row-reverse;
    align-items: center;
}

.sec-about h3{
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 3.2rem;
    font-size: 32px;
    font-weight: 600;
}

.sec-about .img{
    width: 45%;
    max-width: 530px;
}
.sec-about .txt{
    width: 55%;
    padding-right: 14%;
    box-sizing: border-box;
}
.sec-about .txt p{
    letter-spacing: 0;
    line-height: 2.1;
    font-size: 16px;
}

.sec-guide .sec_ttl02{
    padding: 40px 0;
    background: #000;
    box-sizing: border-box;
}
.sec-guide .sec_ttl02 h2,
.sec-guide .sub_ttl{
    color: #FFF;
}

.sec-guide{
    border-bottom: 5px solid #000;
}

.sec-guide .box{
    position: relative;
    border-right: 5px solid #000;
    box-sizing: border-box;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    
    opacity: 0;
/*    transition: 0.4s;*/
}

.overlay:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: url(../img/home/icn_moreview.png);
    width: 106px;
    height: 106px;
}

.sec-guide .box:hover .overlay{ opacity: 1;}

.sec-guide .flex{ flex-wrap: nowrap;}

.sec-guide .box:last-of-type{ border-right: none;}

.sec-guide .box .img_txt{
    position: absolute;
    left: -141px;
    bottom: 211px;
    color: #ffffff;
    letter-spacing: 0.32em;
    font-size: 24px;
    font-size: 2.4rem;
    z-index: 5;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);

}
.sec-guide .box h3{
    position: absolute;
    top: 30px;
    left: 35px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.2em;
    font-size: 4.8rem;
    font-size: 48px;
    color: #FFF;
    line-height: 1.3;
    z-index: 5;
	font-family: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
}

.sec-guide .box h3 span{
    display: block;
    font-size: 2.4rem;
    font-size: 24px;
    letter-spacing: 0.26em;
	font-weight: bold;
}


@media screen and (min-width: 1280px) and (max-width: 1650px) {
}
@media screen and (max-width: 1280px) {
    .sec-guide .box h3{
        font-size: 4.0rem;
        font-size: 40px;
    }
    .sec-guide .box h3 span{
        font-size: 1.9rem;
        font-size: 19px;
    }

}

.sec-guide .box img{
    display: block;
    width: 100%;
    height: auto;
}
.sec-callen{
	padding-top: 100px;
}
.sec-callen .sec_ttl02{
    position: relative;
    margin-bottom: 55px;
}
.sec-callen .sec_ttl02:after{
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    background: url(../img/common/icn_callen.png) no-repeat center;
    width: 76px;
    height: 77px;
	background-size: 50px;
}
.sec-callen .box{
	text-align: center;
}
.sec-callen .box h3{
    color: #999999;
    font-size: 3.2rem;
    font-size: 32px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
}
.sec-callen .box h3 span{
    display: block;
    font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:600;
    color: #000000;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.3;
}

.sec-callen .box .btn{
    width: 100%;
    max-width: 184px;
}




@media screen and (max-width: 767px) {
    .kv .inner{
        text-align: right;
        padding-top: 5%;
    }

    .kv{
        text-align: right;
        height: 50vh;
    }

    .kv h2{
        font-size: 2.4rem;
        font-size: 24px;
    }
    .kv p{
        font-size: 1.2rem;
        font-size: 12px;
        letter-spacing: 0.2em;
        line-height: 2;
    }
    .kv p.sub_ttl{
        font-size: 14px;
        letter-spacing: 0;
    }

    .kv .btn{
        max-width: 240px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 40px;
    }

    .sec-info{
        padding: 0 0 14% 0;
        box-sizing: border-box;
    }

    .sec-info .flex{ display: block;}

    .sec-info .box,
    .sec-questionnaire .box{
        width: 94%;
        max-width: 776px;
    }

    .sec-info .box h3,
    .sec-questionnaire .box h3{
        font-size: 1.9rem;
        font-size: 19px;
    }
    .scroll{
        height: 180px;
    }
    .sec-info .box:not(:last-of-type) {margin-bottom: 14%;}

    .sec-info .box h3{
        padding: 10px 0;
        text-align: center;
        font-size: 1.8rem;
        font-size: 18px;
        color: #FFF;
        background: #000;
    }
    .sec-info .post .post_data{
        font-size: 1.2rem;
        font-size: 12px;
    }
    .sec-info .post .post_ttl{
        font-size: 1.4rem;
        font-size: 14px;
    }
    .sec-info .post ul{
        margin: 0;
        padding: 0;
    }
    .sec-info .post ul li{
        padding:4% 0;
        display: block;
    }
    .sec-info .post ul li a{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .sec-about{
        padding: 20% 0 21% 0;
    }
    .sec-about h2{
        width: 86%;
        margin: 0 auto 15% auto;
    }
    .sec-about h2 span{
        display: block;
    }
    .sec-about .flex{
        display: block;
    }

    .sec-about h3{
        margin: 14% 0 6.25% 0;
        padding: 0;
        font-size: 1.8rem;
        font-size: 18px;
    }

    .sec-about .img{
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
    }
    .sec-about .txt{
        width: 100%;
        padding-right: 0;
    }


    .sec-guide .sec_ttl02{
        padding:10% 0 8% 0;
    }
    .sec-guide{
        border-bottom: none;
    }
    .sec-guide .flex{
        flex-direction: column;
    }
    .sec-guide .box{
        position: relative;
        border-right: none;
        border-left: none;
        border-bottom: none;
        padding-top: 12%;
        box-sizing: border-box;
    }

    .sec-guide .box:last-of-type{ border-right: none;}


    .sec-guide .box .img_txt{
        position: relative;
        left: auto;
        bottom: auto;
        color: #989898;
        text-align: center;
        margin-bottom: 5px;
        font-size: 10px;
        font-size: 1.0rem;
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }

    .sec-guide .box h3{
        position: relative;
        top: auto;
        left: auto;
        font-size: 2.8rem;
        font-size: 28px;
        color: #000;
        text-align: center;
        margin-bottom: 10%;
    }

    .sec-guide .box h3 span{
        font-size: 1.1rem;
        font-size: 11px;
    }

    .sec-callen{ padding:0 0 17% 0; }
    .sec-callen .sec_ttl02{
        position: relative;
        padding: 12% 0 8% 0;
        margin-bottom: 8.6%;
        background: #000;
        box-sizing: border-box;
    }
    .sec-callen .sec_ttl02 h2{
        color: #FFF;
    }

    .sec-callen .sec_ttl02:after{
        background: url(../img/common/icn_callen_wh.png) no-repeat center;
        background-size: 100% auto;
        width: 36px;
        height: 37px;
    }

    .sec-callen .flex{
        display: block;
        max-width: inherit;
        margin: 0 auto;
    }
    .sec-callen .box{
        padding: 0 10% 0 10%;
        margin-right: auto;
    }
    .sec-callen .box:not(:last-of-type){
        margin-bottom: 14%;
        padding-bottom: 14%;
        border-bottom: 4px solid #e5e5e5;
}

    .sec-callen .box h3{
        font-size: 1.2rem;
        font-size: 22px;
    }
    .sec-callen .box h3 span{
        font-size: 1.4rem;
        font-size: 14px;
    }

    .sec-callen .box img{
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .sec-callen .box .btn{
        width: 100%;
        max-width: 184px;
        margin: 0 auto;
    }

    .sec-info{
        padding: 0 0 14% 0;
        box-sizing: border-box;
    }

    .sec-info .flex{ display: block;}
    .sec-info .box{
        width: 100%;
        max-width: inherit;
    }
    .sec-info .box:not(:last-of-type) {margin-bottom: 14%;}

    .sec-info .box h3{
        padding: 10px 0;
        text-align: center;
        font-size: 1.8rem;
        font-size: 18px;
        color: #FFF;
        background: #000;
    }

    .sec-info .post ul li{
        padding:0 15px 15px 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid #cccccc;
        box-sizing: border-box;
        min-height: 98px;
    }
    .sec-info .post ul li:last-of-type{ margin-bottom: 0;}


    .sec-info .post .post_data{
        font-size: 1.2rem;
        font-size: 12px;
    }
    .sec-info .post .post_ttl{
        font-size: 1.4rem;
        font-size: 14px;
    }



}
@media screen and (max-width: 360px) {
    .sec-access .outline .info02{
         padding: 0 7%;
    }

}

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

}
@media all and (-ms-high-contrast: none){
  /* IE のみ */

}
@supports (-ms-ime-align: auto) {
  /* Edge のみ */

}



#event_info .event_btn_box{margin-top: 40px;gap: 40px; justify-content: center;flex-wrap: nowrap;}
#event_info .event_btn_box > div{min-width:0;}
#event_info .event_btn_box a{display:block;width:100%;height:100%;}
#event_info .event_btn{ width: auto; height: 210px;}
#event_info{margin-top:-150px;padding-top:150px;margin-bottom:100px;}
@media screen and (max-width: 767px) {
  #event_info .event_btn_box{ display: flex; flex-wrap: wrap;gap:20px;}
  #event_info .event_btn{ width: 100%; height: auto;}  
}

.sec-companyname{
    padding: 80px 0;
    text-align: center;
}
.sec-companyname h2{
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.sec-companyname h2 span{
    color: #999999;
}
@media screen and (max-width: 767px) {
    .sec-companyname{
        padding: 20px 0;
    }
    .sec-companyname h2{
        font-size: 24px;
    }
}

.sec-service{
    padding: 80px 0;
}
.sec-service .service-title{
    font-size: 32px;
    line-height: 1.5;
    color: #2D64A6;
    text-align: center;
}
.sec-service .service-text{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 60px;
}
.sec-service .flex{
    display: flex;
    gap: 20px 0;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 100px;
}
.sec-service .flex:nth-of-type(2n){
    flex-direction: row;
}
.sec-service .flex img{
    width: 50%;
}
.sec-service .flex > div{
    width: calc(50% + 45px);
    background-color: rgba(255,255,255,1.0);
    padding: 40px 40px;
    margin-right: -45px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}
.sec-service .flex:nth-of-type(2n) div{
    margin-left: -45px;
    margin-right: 0;
}
.sec-service .flex div h4{
    font-size: 24px;
    font-weight: 600;
    color:#2D64A6;
    padding: 0;
    margin: 0 0 20px;
}
.sec-service .flex div .no{
    font-size: 110px;
    font-weight: 600;
    color:#2D64A6;
    opacity: 0.3;
    padding: 0;
    margin: 0 0 20px;
    position: absolute;
    top: -100px;
    left: 0;
    letter-spacing: 0;
}
.sec-service .flex:nth-of-type(2n) div .no{
    left: auto;
    right: 0;
}
.sec-service .flex div p{
    font-size: 16px;
    line-height: 1.8;
}    
@media screen and (max-width: 767px) {
    .sec-service .service-title{
        font-size: 24px;
    }
    .sec-service .service-text{
        font-size: 14px;
    }
    .sec-service .flex{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .sec-service .flex:nth-of-type(2n){
        flex-direction: column;
    }
    .sec-service .flex img{
        width: 100%;
    }
    .sec-service .flex div{
        width: 100%;
        margin-right: 0;
        padding: 40px 20px 20px;
    }
    .sec-service .flex:nth-of-type(2n) div{
        margin-left: 0;
    }
    .sec-service .flex div h4{
        font-size: 20px;
    }
    .sec-service .flex div .no{
        font-size: 60px;
        top: -40px;
        left: 0;
    }
    .sec-service .flex:nth-of-type(2n) div .no{
        left: 0;
    }
    .sec-service .flex div p{
        font-size: 14px;
    }
}