@charset "utf-8";

/* mv */
.mv {
    height: 100vh;
    position: relative;
    background: url('/img/mv_bg.jpg') no-repeat center / cover;
}

.mv .flex_box {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    padding-bottom: 80px;
}

.mv .inner {
    height: 100%;
}

.mv_tit {
    font-size: 88px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.com_roll_arw {
    width: 200px;
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_roll_arw::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/img/roll_img.png') no-repeat center / cover;
    animation: rotate 10s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media all and (max-width:1640px) {
    .mv_tit {
        font-size: 70px;
    }
    .com_roll_arw {
        width: 150px;
    }
}

@media all and (max-width:1400px) {
    .com_roll_arw {
        width: 100px;
    }
}

@media all and (max-width:1024px) {
    .mv_tit {
        font-size: 60px;
    }
}
/* END mv */

/* con01 */
.con {
    padding: 140px 0;
    position: relative;
}

.com_sub_tit {
    font-weight: 100;
    font-size: 28px;
    letter-spacing: -0.025em;
    color: #222222;
}

.com_tit {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0;
    color: #223588;
    line-height: 1;
}
.com_tit.black {
    color: #222;
    font-weight: 600;
}
.com_tit_box .com_tit.black {
    margin: 25px 0 60px;
}
.com_alt {
    font-weight: 300;
    color: #444;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.025em;
}

.com_tit_box .com_tit {
    margin: 30px 0 40px;
}

.com_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    align-items: center;
}

.com_flex_box.reverse {
    flex-direction: row-reverse;
    text-align: right;
}

.com_con_sub_tit {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #6ca2ab;
}

.com_con_sub_tit.gray {
    color: #bbb;
}

.com_con_sub_tit.bold {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 700;
}

.com_con_tit {
    font-size: 48px;
    letter-spacing: -0.025em;
    font-weight: 100;
    line-height: 1;
    color: #444;
}

.com_con_tit.black {
    color: #222;
    margin: 25px 0 60px;
}

.com_con_tit b {
    font-weight: 600;
    word-break: auto-phrase;
}

.com_con_txt_box .com_con_tit {
    margin: 20px 0 40px;
    display: block;
}

.main .con01 .com_flex_box .img {
    overflow: hidden;
}

.main .con01 .com_flex_box img {
    transition: all 0.4s ease;
}

.main .con01 .com_flex_box .img:hover img {
    scale: 1.15;
}

.main .con01 .row01 .com_con_txt_box {
    margin-top: 80px;
}

.main .con01 .row02 {
    margin-top: -155px;
    justify-content: flex-start;
}

.main .con01 .row02 .com_con_txt_box {
    margin-top: 275px;
}

.main .con01 .row03 {
    justify-content: start;
    margin-top: -90px;
}

.main .con01 .row03 .com_con_txt_box {
    margin-top: 70px;
}

.main .con01 .row04 .com_con_txt_box {
    margin-top: 40px;
}

.main .con01 .com_roll_arw {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main .con01 .com_roll_arw::after {
    background: url('/img/main_con01_roll_img.png') no-repeat center / cover;
}

@media all and (max-width:1640px) {
    .main .con01 .com_flex_box {
        margin-top: 80px;
    }
    .com_sub_tit {
        font-size: 24px;
    }
    .com_tit {
        font-size: 50px;
    }
    .com_alt {
        font-size: 18px;
    }
}

@media all and (max-width:1400px) {
    .main .con01 .com_flex_box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        gap: 60px;
        padding-left: unset;
    }
    .main .con01 .com_con_txt_box {
        margin-top: unset !important;
    }
}
/* END con01 */

/* con02 */
.tit_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.com_slide_arw_box {
    display: flex;
    gap: 15px;
}

.com_slide_arw_box .slide_arw {
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.com_slide_arw_box .slide_arw.prev {
    background: url('/img/slide_prev.png') no-repeat center / cover;
}

.com_slide_arw_box .slide_arw.next {
    background: url('/img/slide_next.png') no-repeat center / cover;
}

.com_slide_arw_box .slide_arw.prev:hover {
    background: url('/img/slide_prev_on.png') no-repeat center / cover;
}

.com_slide_arw_box .slide_arw.next:hover {
    background: url('/img/slide_next_on.png') no-repeat center / cover;
}

.main .con02 {
    overflow: hidden;
}

.main .con02_slide {
    overflow: visible;
}

.main .con02_slide .item {
    aspect-ratio: 1/1;
}

.main .con02_slide .item img {
    width: 100%;
}

.bg01 {
    background-color: #f7f8f9;
}

.bg02 {
    background-color: #79989d;
}

.bg03 {
    background-color: #95aeb2;
}

/* END con02 */

/* com_banner */
.com_banner {
    padding: 130px 0;
    text-align: center;
}

.com_banner_tit {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.025em;
    color: #fff;
}

.com_banner .com_alt {
    color: #fff;
}

/* END com_banner */

/* con03 */
.main .con03 img {
    width: 100%;
    aspect-ratio: 1/0.75;
}

.com_slide_tit {
    font-size: 22px;
    letter-spacing: -0.025em;
    margin: 25px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.com_slide_alt {
    font-size: 18px;
    line-height: 1.55em;
    font-weight: 200;
    letter-spacing: -0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-button-lock {
    display: block;
}

/* END con03 */

/* com_map */
.com_map .map_flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.com_map .map_flex_box .left {
    width: 40%;
}

.com_map .map_flex_box .right {
    width: 60%;
    aspect-ratio: 1/0.70;
}

.com_map .map_flex_box .tel {
    font-size: 48px;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.com_map_tit {
    font-size: 28px;
    letter-spacing: -0.025em;
    margin: 30px 0 15px;
    font-weight: 600;
    color: #fff;
}

.com_map_time .box {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    color: #fff;
}
.com_map_time .box .name {
    min-width: 150px;
    text-align: left;
}
.com_map_time .box .time {
    display: flex;
    align-items: center;
    font-weight: 200;
    gap: 10px;
}

@media all and (max-width:1400px) {
    .com_map .map_flex_box {
        flex-direction: column;
        gap: 60px;
    }
    .com_map_time .box {
        justify-content: center;
    }
    .com_map .map_flex_box .left {
        order: 2;
        text-align: center;
    }
    .com_map .map_flex_box .left,
    .com_map .map_flex_box .right {
        width: 100%;
    }
}
@media all and (max-width:1024px) {
    .con {
        padding: 100px 0;
    }
}
@media all and (max-width:700px) {
    .con {
        padding: 80px 0;
    }
    .com_sub_tit {
        font-size: 20px;
    }
    .com_tit {
        font-size: 40px;
    }
    .com_map .map_flex_box .tel {
        font-size: 33px;
    }
    .com_roll_arw {
        min-width: 80px;
        width: 80px;
        
    }
    .main .con01 .com_roll_arw {
        bottom: -80px;
    }
    .mv .com_roll_arw img {
        height: 25px;
    }
    .com_slide_arw_box .slide_arw {
        width: 40px;
    }
    .com_banner_tit {
        font-size: 28px;
    }
    .com_banner {
        padding: 80px 20px;
    }
}
/* END com_map */