@charset "utf-8";

.fv {
    position: relative;
}
.fv .wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -10;
}
.fv .swiper {
    width: 100%;
    height: 100%;
} 
.fv .back_ground {
    background-image: url(../img/top/fv2.jpg);
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: left bottom;
}
.fv .back_ground.slide2 {
    background-image: url(../img/top/fv1.jpg);
}
.fv .back_ground.slide3 {
    background-image: url(../img/top/fv3.jpg);
}
.fv_content {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.fv_content .left {
    width: 500px;
    z-index: 10;
    padding: 30px;
}
.mix-blend {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    background-color: #22C28D;
    mix-blend-mode: multiply;
    height: 240px;
}
.fv_content .right {
    width: 400px;
}
.fv_content .left p {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8em;
}
.fv_content .left h1 {
    margin: 10px auto;
    padding: 0 10px;
}


.fv_catch {
    position: relative;
    font-size: 4.3rem;
    margin: 60px 0;
    line-height: 1.6em;
}
.time_table {
    position: relative;
    max-width: 517px;
}



.top_function {
    padding: 80px 0 0;
}
.top_function_boxes {
    display: flex;
    background-color: var(--sub);
    padding: 50px 0;
    position: relative;
    z-index: 10;
}
.top_function_box {
    width: 33.33%;
    padding: 0 30px;
    position: relative;
}
.top_function_box h3 {
    text-align: center;
}
.top_function_box span {
    display: block;
    height: 2px;
    width: 60px;
    margin: 10px auto 20px;
    background-color: var(--main);
}
.top_function_box img {
    width: 45px;
    margin: 10px auto;
}
.top_function_box img.tell {
    width: 25px;
}
.top_function_box p {
    line-height: 2em;
}
.top_function .line {
    display: block;
    height: 100%;
    width: 1px;
    background-color: var(--main);
    position: absolute;
    right: 0;
    top: 0;
}
.top_function_img {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: -100px;
}


.top_menu {
    background-image: url(../img/top/top2.jpg);
    background-size: cover;
    padding: 100px 0;
    background-position: center top;
}
.top_menu .main_h2, .tour .mian_h2 {
    text-align: left;
    display: inline-block;
}
.h2_right {
    display: inline-block;
    margin: 0 0 0 20px;
}
.menu_box {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    max-width: 385px;
    border-radius: 10px;
    border: 1px solid var(--main);
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.menu_box .img {
    width: 30px;
    margin: 0 auto;
}
.menu_box .img.icon {
    position: relative;
    right: -8px;
}
.menu_box h3 {
    text-align: center;
    color: var(--main);
    margin: 10px auto;
}
.arrow {
    background-color: var(--main);
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    right: -5px;
    bottom: -5px;
}
.arrow span:first-child {
    background-color: #fff;
    position: relative;
    display: block;
    height: 2px;
    width: 10px;
    top: 9px;
    right: -10px;
    transform: rotate(35deg);
}
.arrow span:last-child {
    background-color: #fff;
    position: relative;
    display: block;
    height: 2px;
    width: 10px;
    top: 12px;
    right: -10px;
    transform: rotate(-35deg);
}
.menu_box:hover {
    transition: 0.4s;
    background-color: var(--sub);
    opacity: 1;
}
/* ===============================
tablet
=============================== */
@media screen and (max-width:1000px) {
    .fv_catch {
        font-size: 4vw;
    }
    .fv_content .left {
        width: 370px;
        padding: 20px;
    }
    .mix-blend {
        width: 370px;
    }
    .fv_content .right {
        width: 340px;
    }
    .c_left p.en {
        font-size: 1.6rem;
    }
    .c_right, .c_left {
        padding: 10px;
    }
}


/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {
    .fv .back_ground {
        background-image: url(../img/top/sp1.jpg);
        background-position: center 40%;

    }
    .fv .back_ground.slide2 {
        background-image: url(../img/top/sp2.jpg);
    }
    .fv .back_ground.slide3 {
        background-image: url(../img/top/sp3.jpg);
    }

    .fv_content .right {
        display: none;
    }
    .top_function {
        padding: 40px 0 0;
    }
    .fv_content .left, .mix-blend{
        display: none;
    }
    .fv {
        height: 540px;
    }
    .fv_catch {
        font-size: clamp(2rem, 4vw, 3rem);
        margin: 220px 0 30px 0;
    }
    .time_table {
        max-width: 377px;
    }
    .main_h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }


    .top_function {
        margin-top: -80px;
    }
    .top_function_boxes {
        display: block;
        background-color: var(--back);
        padding: 0;
    }
    .top_function_box {
        width: 100%;
        margin-bottom: 30px;
        background-color: var(--sub);
        padding: 30px;
    }
    .top_function .line {
        display: none;
    }
    .top_function_box p {
        font-size: 1.5rem;
    }
    .top_function_img {
        top: -60px;
    }
    .top_menu {
        padding: 40px 0;
        margin-top: -20px;
        background-position: left top;
    }
    .menu_boxes {
        margin-top: 20px;
    }
    .menu_box {
        margin: 0 auto 20px;
    }
    .menu_box p {
        font-size: 1.5rem;
    }
}