@charset "UTF-8";

.hero {
    padding-top: 120px;
}

.hero_cnt {
    background-color: #F5FBFF;
    border-radius: 23px;
    padding: 50px 176px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}

.hero_cnt_ttl {
    font-size: 40px;
    font-weight: bold;
    color: #007EDF;
}



.company_detail {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 70px; 
    margin-bottom: 70px;
    border-bottom: solid 1px #BABABA;
}

.company_body .inner {
    max-width: 1240px;
    width: 100%;
}

.detail_head {
    width: 285px;
}

.detail_body {
    flex: 1;
    width: 100%;
    max-width: 700px;
}

.detail_head_ttl.-en {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
}

.detail_head_ttl.-ja {
    font-size: 30px;
    font-weight: bold;
    color: #007EDF;
    line-height: 30px;
}

.detail_body_ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
}

.detail_body_head {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.detail_body_ttl.-en {
    font-size: 58px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    margin-right: 10px;
}

.detail_body_ttl.-blue {
    font-size: 20px;
    font-weight: bold;
    color: #007EDF;
}

.detail_manager {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.detail_body_img {
    margin-bottom: 20px;
}

.detail_body_list {
    margin-top: 30px;
}

.detail_body_list li {
    margin-bottom: 30px;
    font-size: 16px;
}

.detail_body_list_ttl {
    color: #007EDF;
}

.company_list {
    margin-bottom: 60px;
}

.company_list dl {
    border-bottom: solid 1px #BABABA;
    display: flex;
    align-items: start;
    gap: 60px;
}

.company_list dl dt {
    padding: 35px 0;
    width: 81px;
    color: #007EDF;
    font-weight: 500;
}

.company_list dl dd {
    padding: 35px 0;
    flex: 1;
    font-weight: 500;
}

.company_list dl dd p {
    padding-left: 1em;
    text-indent: -1em;
}

.logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.company_detail.-map {
    border-bottom: none;
    padding-bottom: 0px;
}

.map_cnt {
    margin-bottom: 84px;
}

.map_cnt_ttl {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.address {
    margin-bottom: 20px;
}

.access {
    margin-bottom: 30px;
}

.map iframe {
    width: 100%;
    max-width: 700px;
    height: 297px;
}



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

    .hero {
        padding-top: 100px;
    }

    .hero_cnt {
        padding: 20px;
        align-items: start;
        margin-bottom: 50px;
    }

    .hero_cnt_ttl {
        font-size: 22px;
        line-height: 30px;
    }

    .company_detail {
        flex-flow: column;
        gap: 20px;
    }

    .detail_body_ttl {
        font-size: 23px;
        line-height: 35px;
    }

    .detail_body_head {
        flex-flow: column;
    }

    .detail_manager img {
        max-width: 130px;
        height: auto;
    }

    .detail_body_ttl.-en {
        margin: 40px 0 20px;
    }

    .company_list dl {
        gap: 20px;
    }

    .company_list dl dt,
    .company_list dl dd {
        padding: 20px 0;
    }

    .logo {
        flex-flow: column;
    }
}