@charset "UTF-8";


/*============================
loading
============================*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: #fff;
}

.loader,
.loader:after {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -30px;
}

.loader {
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid #7fd9cb;
    border-right: 2px solid #7fd9cb;
    border-bottom: 2px solid #7fd9cb;
    border-left: 2px solid #009e96;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*============================
top_img
============================*/

.top_img {
    width: 100%;
    background: url(../images/home/top_img.jpg) no-repeat center center;
    background-size: cover;
}

.top_img h1 {
    width: 980px;
    padding-top: 650px;
    height: 0;
    overflow: hidden;
    background: url(../images/home/top_catch.png) no-repeat left top;
    background-size: 100%;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .top_img {
        margin-top: 55px;
        background-image: url(../images/home/top_img_sp.jpg);
    }
    .top_img h1 {
        width: 100%;
        padding-top: 86.67%;
        background-image: url(../images/home/top_catch_sp.png);
    }
}


/*============================
container
============================*/

.container {
    position: relative;
}

.primary {
    width: 100%;
    float: none;
}

.primary > article {
    padding: 80px 0 80px;
}

.primary .inner {
    width: 980px;
    margin: auto;
}

.pc_br {
    display: block;
}

@media only screen and (max-width: 768px) {
    .primary > article {
        padding: 40px 0;
    }
    .primary .inner {
        width: 90.625%;
    }
    .pc_br {
    display: none;
}
}


/*============================
h2
============================*/

h2 {
    width: 980px;
    padding-top: 52px;
    height: 0;
    overflow: hidden;
    background: url(../images/home/service/title.png) no-repeat left top;
    background-size: 100%;
    margin: auto;
    margin-bottom: 40px;
}

#works h2 {
    background-image: url(../images/home/works/title.png);
}

#recruit h2 {
    background-image: url(../images/home/recruit/title.png);
}

#company h2 {
    background-image: url(../images/home/company/title.png);
}

@media only screen and (max-width: 768px) {
    h2 {
        width: 100%;
        padding-top: 11.07%;
        background-image: url(../images/home/service/title_sp.png);
        margin-bottom: 30px;
    }
    #works h2 {
        background-image: url(../images/home/works/title_sp.png);
    }
    #recruit h2 {
        background-image: url(../images/home/recruit/title_sp.png);
    }
    #company h2 {
        background-image: url(../images/home/company/title_sp.png);
    }
}


/*============================
service
============================*/

#service {
    background: #FFFFFF;
}

/* BASE */

#service section.no1 .catch {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    #service section.no1 .catch {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }
}

/* type3 */

#service section.no1 {
    margin-bottom: 40px;
}

#service section.no2 {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#service section.no2 .box {
    width: 23%;
}

#service section.no2 .box img {
    width: 100%;
}

#service section.no2 .box .text {
    padding-top: 15px;
    text-align: justify;
}

#service section.no2 .box .text h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

#service section.no2 .box .text p {}

@media only screen and (max-width: 768px) {
    #service section.no1 {
        margin-bottom: 30px;
    }
    #service section.no2 .box {
        width: 100%;
        margin-bottom: 30px;
    }
    #service section.no2 .box:last-child {
        margin-bottom: 0;
    }
    #service section.no2 .box img {
        width: 100%;
        padding-top: 50.75%;
        height: 0;
        overflow: hidden;
        background: url(../images/home/service/01_sp.jpg) no-repeat left top;
        background-size: 100%;
    }
    #service section.no2 .box img.img01 {
        background-image: url(../images/home/service/01_sp.jpg);
    }
    #service section.no2 .box img.img02 {
        background-image: url(../images/home/service/02_sp.jpg);
    }
    #service section.no2 .box img.img03 {
        background-image: url(../images/home/service/03_sp.jpg);
    }
    #service section.no2 .box .text h3 {
        font-size: 16px;
    }
}

/*============================
recruit
============================*/

#recruit {
    background: #f2fafe;
}


/* type1 */

#recruit section.no1 {
    margin-bottom: 40px;
}

#recruit p.merit {
    display: block;
    margin: auto;
    width: 292px;
    font-weight: bold;
    color: #fff;
    background: #009e96;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

#recruit span.bg2 {
    background: #7ecef4;
    padding: 0 10px;
    margin-left: 10px;
    display: inline-block;
}

#recruit section.no1 ul {
    width: 100%;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#recruit section.no1 ul li {
    background: url(../images/home/recruit/merit01.png) no-repeat center center;
    background-size: 100%;
    width: 188px;
    height: 0;
    padding-top: 188px;
    overflow: hidden;
}

#recruit section.no1 ul li.merit02 {
    background-image: url(../images/home/recruit/merit02.png);
}

#recruit section.no1 ul li.merit03 {
    background-image: url(../images/home/recruit/merit03.png);
}

#recruit section.no1 ul li.merit04 {
    background-image: url(../images/home/recruit/merit04.png);
}

#recruit section.no1 ul li.merit05 {
    background-image: url(../images/home/recruit/merit05.png);
}

#recruit section.no2 {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*  flex-direction: row-reverse;*/
}

#recruit section.no2 .link_btn {
    width: 470px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#recruit section.no2 .link_btn a {
    display: block;
    background: url(../images/home/recruit/interview_btn.jpg) no-repeat center center;
    background-size: 100%;
    width: 225px;
    height: 0;
    padding-top: 315px;
    overflow: hidden;
}

#recruit section.no2 .link_btn a.partner_btn {
    background: url(../images/home/recruit/partner_btn.jpg) no-repeat center center;
    background-size: 100%;
}

#recruit section.no2 table.info {
    width: 470px;
}

#recruit section.no2 table.info th {
    background: #7ecef4;
}

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

    /*
    #recruit section.no1 {
        margin-bottom: 30px;
    }
    #recruit section.no2 img.img01 {
        width: 100%;
        padding-top: 36.57%;
        height: 0;
        overflow: hidden;
        background: url(../images/home/recruit/01_sp.jpg) no-repeat left top;
        background-size: 100%;
        margin-bottom: 30px;
    }
*/
    #recruit p.merit {
        width: 100%;
    }

    #recruit section.no1 ul {
        justify-content: center;
    }

    #recruit section.no1 ul li {
        background: url(../images/home/recruit/merit01_sp.png) no-repeat center center;
        background-size: 100%;
        width: 30%;
        height: 0;
        padding-top: 36.6%;
        margin-right: 5%;
        overflow: hidden;
    }

    #recruit section.no1 ul li.merit01,
    #recruit section.no1 ul li.merit02,
    #recruit section.no1 ul li.merit03 {
        margin-bottom: 16px;
    }

    #recruit section.no1 ul li.merit02 {
        background-image: url(../images/home/recruit/merit02_sp.png);
    }

    #recruit section.no1 ul li.merit03 {
        margin-right: 0;
        background-image: url(../images/home/recruit/merit03_sp.png);
    }

    #recruit section.no1 ul li.merit04 {
        background-image: url(../images/home/recruit/merit04_sp.png);
    }

    #recruit section.no1 ul li.merit05 {
        margin-right: 0;
        background-image: url(../images/home/recruit/merit05_sp.png);
    }

    #recruit section.no2 .link_btn {
        width: 100%;
    }

    #recruit section.no2 .link_btn a {

        background-image: url(../images/home/recruit/interview_btn_sp.jpg);
        width: 100%;
        padding-top: 52.24%;
        margin-bottom: 20px;
    }

    #recruit section.no2 .link_btn a.partner_btn {
        background-image: url(../images/home/recruit/partner_btn_sp.jpg);
        margin-bottom: 0;
    }

    #recruit section.no2 table.info {
        width: 100%;
        margin-bottom: 30px;
    }

}


/*============================
company
============================*/

#company {
    background: #fff;
}

/* type1 */

#company section.no1 {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#company section.no1 table.info {
    width: 470px;
}

#company #map {
    width: 470px;
    height: 420px;
}

@media only screen and (max-width: 768px) {
    #company section.no1 table.info {
        width: 100%;
    }
    #company #map {
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
}
