#companyinfo .info-wrap{
    max-width: 1100px;
    background-image: url(../img/company/info-bg.jpg);
    background-size: cover;
    padding: 120px 100px 110px 100px;
    border-radius: 50px;
    margin: auto auto 50px;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    align-content: center;
    text-align: center;
    margin-top: 100px;
    display: block;
}
#companyinfo h2{
    color: #fff;
    font-size: 4rem;
}
.hr{
    position: relative;
    border-bottom: solid 2px #dbdcdd;
    z-index: 1;
    margin-bottom: 50px;
}
.hr:before{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 20%;
    height: 2px;
    background: #44b1c0;
    z-index: 2;
}
#companyhead .menu {
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 5%;
    max-width: 1000px;
    margin: auto auto 100px;
    justify-content: center;
    position: relative;
}
#companyhead .menu li {
    background: #44b6c5;
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 1.2rem;
    position: relative;
    letter-spacing: 5px;
}
#companyhead .menu li a {
    color: #fff;
    display: block;
    padding: 15px 70px 15px 50px;
    z-index: 1;
    position: relative;
    transition: 0.2s;
}
#companyhead .menu li:after {
    content: "↓";
    position: absolute;
    font-size: 1.3rem;
    font-weight: bold;
    color: #44b6c5;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    letter-spacing: normal;
}
#companyhead .flex{
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto 80px;
    align-content: center;
}
#companyhead .flex img{
    background-color: #ddd;
    border-radius: 50px;
    max-width: 300px;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}
#companyhead .flex .title{
    font-size: 1.8rem;
    letter-spacing: 15px;
    padding-bottom: 20px;
    display: block;
    font-family: 'centurygothic', sans-serif;
    font-weight: 700;
}
#companyhead .flex p{
    font-size: 1rem;
    line-height: 35px;
}
#companyhead .flex .name{
    font-family: 'centurygothic', sans-serif;
    display: block;
    text-align: end;
    font-size: 1rem;
    font-weight: bold;
}

#companycontents{
    background-color: #f7f6f2;
    position: relative;
    z-index: 1;
    padding-top: 80px;
}
#companycontents .wrap{
        padding-top: 100px;
    margin-top: -100px;
}

#companycontents h3{
    font-size: 2rem;
    letter-spacing: 4px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: solid 1px #44b1c0;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: auto;
}
#companycontents table{
    display: block;
    margin: 80px auto 0;
    padding-bottom: 80px;
}
#companycontents tbody{
    width: 100%;
    display: block;
}
#companycontents tr{
    border-bottom: solid 1px #dbdcdd;
    display: flex;
}
#companycontents tr:last-child{
    border-bottom: unset;
}
#companycontents td:first-child{
    color: #808080;
    text-align: left;
    padding-right: 3vw;
    padding-left: 10vw;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0.3;
    line-height: 30px;
}
#companycontents td:last-child{
    text-align: left;
    padding-left: 3vw;
    padding-top: 20px;
    padding-right: 3vw;
    padding-bottom: 20px;
    flex: 1;
    line-height: 30px;
}

#access{
    background-color: #f7f6f2;
    position: relative;
    z-index: 1;
}
#access .wrap{
    padding-bottom: 1px;
}
#access h3{
    font-size: 2rem;
    letter-spacing: 4px;
    padding-top: 0px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
    margin: auto;
}
#access .map-wrap{
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 5%;
    max-width: 1000px;
    background: #fff;
    padding: 50px 100px;
    border-radius: 25px;
    margin: auto auto 80px;
    justify-content: center;
    position: relative;
}
#access .right-wrap,
#access .left-wrap{
    flex: 1;
    align-content: end;
}
#access .title{
    padding-bottom: 30px;
    display: inline-block;
    font-size: 1rem;
}
#access .icon{
    color: #44b1c0;
}
#access p{
    line-height: 25px;
    padding-bottom: 20px;
}
#access .sp-flexbox{
    line-height: 15px;
    padding-bottom: 20px;
}
#access .box{
    line-height: 25px;
    background-color: #e8e7e1;
    padding: 10px 25px;
}
#access iframe{
    height: 400px;
}

#recruit{
    position: relative;
    z-index: 1;
    padding-top: 80px;
}
#recruit .wrap{
        padding-top: 100px;
    margin-top: -100px;
}
#recruit h3{
    font-size: 2rem;
    letter-spacing: 4px;
    padding-top: 80px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
}
#recruit h3:before{
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    background-color: #44b1c0;
    max-width: 200px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}
#recruit table{
    display: block;
    margin: 80px auto 0;
    padding-bottom: 80px;
}
#recruit tbody{
    width: 100%;
    display: block;
}
#recruit tr{
    border: solid 1px #dbdcdd;
    border-top: unset;
    display: flex;
}
#recruit tr:first-child{
    border-top: solid 1px #dbdcdd;
}
#recruit td:first-child{
    background-color: #f7f6f2;
    color: #808080;
    text-align: left;
    padding-right: 3vw;
    padding-left: 10vw;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 0.2;
    line-height: 30px;
}
#recruit td:last-child{
    text-align: left;
    padding-left: 3vw;
    padding-top: 20px;
    padding-right: 3vw;
    padding-bottom: 20px;
    flex: 1;
    line-height: 30px;
}


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

    #companyinfo {
        margin-top: 200px;
    }
    #companyinfo h2{
        font-size: 2rem;
        color: #000;
        line-height: 40px;
    }
    #companyinfo .text-wrap{
        text-align: center;
    }
    .companycolumn .flex-wrap{
        margin-bottom: 50px;
    }
    .companyimgcolumn{
        margin: 50px auto 30px;
    }
    #companyhead .menu li a{
        padding: 15px 60px 15px 20px;
        font-size: 1rem;
    }
    #companyhead .flex{
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto 50px;
    }
    #companyhead .flex img{
        display: block;
        margin: auto;
        max-width: 250px;
        max-height: 250px;
        border-radius: 25px;
    }
    #companyhead .flex .title {
        font-size: 1.5rem;
        letter-spacing: 10px;
    }
    #companyhead .flex p {
        font-size: 0.8rem;
        line-height: 25px;
        letter-spacing: 0;
    }
    #companycontents td:first-child {
        padding-right: 1vw;
        padding-left: 5vw;
        line-height: 25px;
    }
    #companycontents td:last-child {
        padding-left: 1vw;
        padding-right: 3vw;
        line-height: 25px;
    }
    #access .wrap{
        width: 95%;
        padding-bottom: 50px;
    }
    #access h3{
        font-size: 1.5rem;
    }
    #access .right-wrap, #access .left-wrap{
        flex: unset;
        width: 100%;
    }
    #access .map-wrap{
        padding: 30px 20px;
        row-gap: 30px;
        margin-bottom: 10px;
    }
    #access .title {
        padding-bottom: 20px;
        line-height: 25px;
    }
    #access .map-wrap iframe{
        height: 250px;
        border-radius: 5px;
    }
    #access .box{
        padding: 25px 10px;
    }
    #access .sp-flexbox{
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 20px;
        padding: 0;
        line-height: 25px;
    }
    #access .sp-flexbox:before{
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 50px;
        width: 1px;
        border-right: solid 1px #8e8e8e;
    }
    #recruit h3{
        font-size: 1.5rem;
        padding-top: 0;
    }
    #recruit td:first-child {
        padding-left: 5vw;
        flex: unset;
        width: 80px;
        padding-right: 5vw;
        text-align: center;
    }
}

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


}