@charset "utf-8";

/* bcms */
.com_flex_box02 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.com_flex_box02.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.com_flex_box02 .img {
    width: 60%;
}

.com_flex_box02 .txt_box {
    width: calc(40% - 60px);
    font-size: 42px;
    letter-spacing: -0.025em;
    font-weight: 700;
    line-height: 1.25em;
    position: relative;
    padding-bottom: 30px;
}

.com_flex_box02.reverse .txt_box {
    width: max-content;
}

.com_flex_box02 .txt_box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: var(--main);
}

.bg01 {
    background-color: #f9f9f9;
}

@media all and (max-width:1400px) {

    .com_flex_box02 .txt_box,
    .com_flex_box02 .img,
    .com_flex_box02.reverse .txt_box {
        width: 100%;
    }
}

@media all and (max-width:1024px) {
    .com_flex_box02 .txt_box {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .com_flex_box02 .txt_box::after {
        width: 80px;
    }
}

/* END bcms */

/* about */
.com_organization_box .top_box {
    text-align: center;
}

.com_organization_box .mid_box {
    max-width: 720px;
    width: 100%;
    height: 1px;
    background-color: #7fb4d9;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.com_organization_box .mid_box::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background-color: #7fb4d9;
}

.com_organization_box .mid_box .l_box {
    width: 1px;
    height: 120px;
    background-color: #7fb4d9;
}

.com_organization_box .mid_box .r_box {
    width: 1px;
    height: 80px;
    background-color: #7fb4d9;
    position: relative;
}

.com_organization_box .mid_box .r_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 360px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #7fb4d9;
}

.com_organization_box .btm_box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.com_organization_box .btm_box>div {
    width: calc(50% - 20px);
}

.com_organization_box .btm_box .sub_box {
    border-radius: 40px;
    padding: 45px 20px;
    text-align: center;
    position: relative;
}

.com_organization_box .btm_box .sub_box::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 100%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0069b4;
}

.com_organization_box .btm_box>.sub_box {
    background-color: #f2f7fb;
}

.com_organization_box .btm_box .o_tit {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #0069b4;
    margin-bottom: 30px;
}

.com_organization_box .btm_box .o_box {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.com_organization_box .btm_box .o_box .box {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #222;
}

.com_organization_box .btm_box .o_box .box .img {
    margin-bottom: 20px;
}

.com_organization_box .btm_box>.flex_box {
    display: flex;
    gap: 40px;
}

.com_organization_box .btm_box>.flex_box>div {
    width: calc(50% - 20px);
    background-color: #f3f4f7;
    position: relative;
}

.com_organization_box .btm_box>.flex_box>div::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 41px;
    background-color: #7fb4d9;
}

.com_organization_box .btm_box>.flex_box>div::after {
    border-color: #0c2a63;
}

.ab_ment01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #a6a6a6;
    top: -20px;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
}

.com_map_box02+.com_map_box02 {
    margin-top: 130px;
}

.com_map_box02 {
    position: relative;
}

.com_map_box02 .map_box {
    aspect-ratio: 1/0.36;
    border-radius: 20px;
    overflow: hidden;
}

.com_map_box02 .info_box {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 91%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    padding: 14px 60px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.08);
}

.com_map_box02 .info_box .tit {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.025em;
    color: #222;
}

.com_map_box02 .info_box .alt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #444;
}

.com_contact_box {
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    padding: 60px;
}

.com_contact_box>div {
    width: 50%;
}

.com_contact_box>.img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_contact_box>div .box {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #444444;
}

.com_contact_box>div .box+.box {
    margin-top: 30px;
}

@media all and (max-width:1400px) {

    .com_organization_box .mid_box,
    .com_organization_box .btm_box .sub_box::after,
    .com_organization_box .btm_box>.flex_box>div::before {
        display: none;
    }

    .com_organization_box .top_box {
        margin-bottom: 40px;
    }

    .com_organization_box .btm_box {
        flex-direction: column;
        align-items: center;
    }

    .com_organization_box .btm_box>div {
        width: 100%;
    }

}

@media all and (max-width:1024px) {
    .com_map_box02 .info_box {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        transform: unset;
        border-radius: 50px;
        padding: 14px 20px;
        gap: 15px;
        margin-top: 30px;
    }

    .com_map_box02+.com_map_box02 {
        margin-top: 60px;
    }

    .com_map_box02 .info_box .tit {
        font-size: 18px;
    }

    .com_map_box02 .info_box .alt {
        font-size: 14px;
    }

    .com_contact_box {
        max-width: 100%;                        
        flex-wrap: wrap;
        padding: 40px 20px;
        gap: 40px;
    }
    .com_contact_box>div {
        width: 100%;
    }
    .com_contact_box>.alt_box {
        order: 2;
    }
}

/* END about */