@charset "utf-8";

/* -----------------------------------------------
                    FV
--------------------------------------------------*/
.fv_bg {
    border-radius: 0 135px 135px 0;
    width: calc(100% - 8%);
    margin-top: -40px;
    margin-right: 8%;
    background: url(../../img/top/pc_fv.webp) no-repeat center right/ cover;
    height: 70vh;
}
.fv h1 {
    margin: 0 90px;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}
.fv h1 span {
    font-size: 18px;
    color: #14346d;
}
@media screen and (max-width: 1229px) {
    .fv_bg {
        height: 55vh;
    }
}
@media screen and (max-width: 767px) {
    .fv_bg {
        border-radius: 0 45px 45px 0;
        margin-top: -20px;
        background: url(../../img/top/pc_fv.webp) no-repeat center right/ cover;
        height: 30vh;
    }
    .fv h1 {
        font-size: 26px;
        margin: 0 15px;
    }
    .fv h1 span {
        font-size: 10px;
    }
}

/* -----------------------------------------------
                    ABOUT
--------------------------------------------------*/
.about_img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.about_img img {
    height: 100%;
    width: 250%;
}
.about .bd {
    border: 3px solid #5c90b5;
    border-radius: 10px;
    padding: 15px;
}
@media screen and (max-width: 1229px) {
}
@media screen and (max-width: 767px) {
    .about .p_none {
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 0;
        padding-block: 30%;
        margin: 30px 0 15px;
        border-radius: 30px;
    }
    .about .bd {
        border: 2px solid #5c90b5;
        padding: 10px;
    }
}

/* -----------------------------------------------
                    DECO
--------------------------------------------------*/
.deco_main {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 45vh;
}
.deco_bg {
    border-radius: 15px 0 0 15px;
    width: calc(100% - 8%);
    margin-left: 8%;
    background: url(../../img/top/pc_btm.jpeg) no-repeat center left/cover;
    height: 45vh;
}

@media screen and (max-width: 767px) {
    .deco_bg {
        width: calc(100% - 4%);
        margin-left: 4%;
        background: url(../../img/top/pc_btm.jpeg) no-repeat center left/cover;
        height: 45vh;
    }
}

/* -----------------------------------------------
                 INFOMATION
--------------------------------------------------*/
.profile h2 {

}
.profile_wrap {
    padding-top: 50px;
    align-items: center;
}
.profile_item {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid var(--color1);
    padding: 0 20px 15px;
}
.profile_item:not(:first-child) {
    margin-top: 15px;
}
.profile_item p:first-child {
    width: 100px;
}
.profile_item p:last-child {
    width: calc(100% - 100px);
}
.profile_map iframe {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 1229px) {
    .profile_item {
        gap: 15px;
        padding: 0 15px 15px;
    }
}
@media screen and (max-width: 767px) {
    .profile_wrap {
        padding-top: 30px;
    }
    .profile_map iframe {
        height: 300px;
    }
}
