/* SERVICE */
h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: solid 1px #29A489;
    margin-bottom: 60px;
    letter-spacing: 0px;
}

@media screen and (max-width: 767px){
    h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}
/* COMPANY */
.com_table {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.com_table tr{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px #231815;
    align-items: baseline;
    line-height: 2;
}
.com_table tr:first-child{
    border-top: solid 1px #231815;
}
.com_table th{
    display: block;
    width: 30%;
}
.com_table td{
    display: block;
    width: 70%;
}

.com_table th p {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    max-width: 100px;
    margin: 0 auto;
    font-weight: 500;
}

.com_table .com_sp{
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
}
.com_table .com_sp:last-child{
    margin-bottom: 0;
}
.com_table .com_sp b {
    font-weight: 500;
    font-size: 17px;
}

.com_map{
    margin-bottom: 70px;
}
.com_map p{
    margin-bottom: 20px;
}


.nmn_div p{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 100px;
}

.top_sec .wrap{
    position: relative; overflow: initial;
}
.top_sec .wrap p{
    font-size: 19px;
    line-height: 1.9;
}

.human_img {
    position: absolute;
    bottom: -80px;
    /* right: -25px; */
    right: 35px;
}

@media screen and (max-width: 767px){
    .top_sec .wrap{
        padding: 60px 5%;
    }
    .top_sec .wrap p {
        text-align: justify;
        font-size: 18px;
        max-width: 325px;
    }
    .nmn_div p {
        margin-bottom: 50px;
        font-size: 16px;
    }
    .nmn_div p b{
        display: block;
        margin-bottom: 6px;
    }
    .human_img {
        position: absolute;
        bottom: initial;
        top: 145px;
        right: 30px;
        max-width: 110px;
    }
    .com_table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .com_table tr:nth-child(1) td,.com_table tr:nth-child(2) td,.com_table tr:nth-child(3) td,.com_table tr:nth-child(4) td{
        text-align: center;
    }
    .com_table tr:nth-child(3) td{
        text-align: left;
        width: fit-content;
        width: max-content;
        margin: 0 auto;
    }
    .com_table td {
        display: block;
        width: 97%;
    }
    .com_table th {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .com_table{
        margin-bottom: 60px;
    }
    .com_map p {
        margin-bottom: 15px;
    }
    .com_map {
        margin-bottom: 40px;
    }
    .map_box iframe{
        height: 250px;
    }
}

.cont_btn{
    display: block;
    color: #2ca489;
    border: solid 1px #2ca489;
    padding: 7px 23px;
    border-radius: 5px;
}
.cont_btn:hover {
    color: #FFF;
    border: solid 1px #2ca489;
    background-color: #2ca489;
}

.nmn_div a{
    transition: all 500ms!important;
}
.nmn_div a:hover{
    transition: all 500ms!important;
    filter: drop-shadow(0px 0px 6px #999);
}
@media screen and (max-width: 767px){
    .cont_btn{
        margin-left: 45px;
    }
}

/* Consultation Time */
.con_time table{
    width: 100%;
    max-width: 550px;
}
.con_time table tr th{
    text-align: center;
    width: 20%;
    font-weight: 500;
    border:1px solid #333;
}
.con_time table tr td{
    width: 7%;
    text-align: center;
    border:1px solid #333;
    padding: 0.5em 0;
}
.con_time table tr:first-child{
    background-color: #2ca48a30;
}
.con_time table tr:first-child th{
    letter-spacing: 1em;
    padding-left: 1em;
}
.con_box{
    max-width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .con_time table tr:first-child th{
        letter-spacing: 0.5em;
        padding-left: 0.5em;
    }
}