@charset "utf-8";

#company .sec1 .box{
	display: flex;
    justify-content: space-between;
}
#company .sec1 .box figure{
    width: 45%;
    box-shadow: 10px 10px 0px 0px #00a1e7;
}
#company .sec1 .box p{
    width: 50%;
    line-height: 2;
}
#company .sec1 .box p strong{
    display: block;
    text-align: right;
    margin-top: 5%;
    font-weight: bold;
    font-size: 2rem;
}
@media screen and (max-width: 1024px) {
	#company .sec1{
    }
    #company .sec1 .box{
        display:block;
    }
    #company .sec1 .box figure{
        width: 90%;
        margin: 0 auto 8%;
    }
    #company .sec1 .box p{
        width: auto;
        line-height: 1.6;
        margin: 0 2%;
    }
    #company .sec1 .box p strong{
        font-size: 1.8rem;
    }
}

#company .sec2 ul{
    width: 950px;
    margin: 0 auto;
}
#company .sec2 ul li{
    font-family:heisei-mincho-std, serif;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}
#company .sec2 ul li strong{
    font-size: 3.5rem;
    color:#00a1e7;
    font-weight: bold;
}
#company .sec2 ul li:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    #company .sec2 ul{
        width:auto;
        margin: 0 4%;
    }
    #company .sec2 ul li{
        font-size: 2rem;
        margin-bottom:6%;
    }
    #company .sec2 ul li strong{
        font-size: 3rem;
    }
}

#company .sec3 table,
#company .sec3 table th,
#company .sec3 table td{
    border-collapse: collapse;
}
#company .sec3 table{
    border-collapse: collapse;
    width: 1000px;
    margin:50px auto 0;
}
#company .sec3 table th{
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 15%;
    padding-left: 10px;
}
#company .sec3 table td{
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
}
#company .sec3 table th:last-of-type,
#company .sec3 table td:last-of-type{
    border-bottom: 1px solid #ccc;
}
#company .sec3 table td span{
    color: #8a8989;
    font-size: 1.2rem;
    margin-left: 10px;
}
#company .sec3 table td ul li{
    padding-left: 1em;
}
#company .sec3 table td ul li:before{
    content: "・";
    margin-left: -1em;
}
@media screen and (max-width:1024px) {
    #company .sec3 table,
    #company .sec3 table th,
    #company .sec3 table td{
        display: block;
        width: 100%;
        border: 0;
    }
    #company .sec3 table th{
        background: #f3f3f3;
        text-align: center;
        padding:3% 0;
    }
    #company .sec3 table th:last-of-type,
    #company .sec3 table td:last-of-type{
        border-bottom:0;
    }
    #company .sec3 table td{
        padding:5% 2%;
    }
    #company .sec3 table td span{
        margin-left:5px;
        display: block;
    }
}

#company .sec4 .gmap {
    margin-top:50px;
}
#company .sec4 .gmap iframe{
    height:350px;
    border: 0;
}
@media screen and (max-width: 1024px) {
    #company .sec4 .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-top:8%;
    }
    #company .sec4 .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
}

