@charset "UTF-8";

/* ------------------------------------------------------------
   service - style.css
------------------------------------------------------------ */
/*
* 00 -subhead
* 01 -service contents
* 02 -service contents
*/


/* 00 -subhead
------------------------------------------------------------ */
.subhead::before{ background-image: url(../img/subhead.jpg); }

/* 01 -service contents
------------------------------------------------------------ */
.service__contents{ margin: 10% 0; }
.archive { display: flex; justify-content: space-between; }
.archive .text{ width: 50%; }
.archive .text h3{
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 4.2rem;
}
.archive .pho{ width: 45%; }
.archive .pho img{ width: 100%; }


/* 02 -service contents
------------------------------------------------------------ */
.coordination__service {
    display: flex;
    padding: 3%;
    margin: 5% 0;
    background: url(../img/02_service__intro__bg.png) no-repeat 50% top / cover ;
}
.coordination__service .box { width: 30%; margin: 2%; }
.coordination__service .icon { max-width: 90px; margin: auto; }
.coordination__service img { width: 100%; }
.coordination__service h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
}
.coordination__service h3::after{
    content: "";
    position: absolute;
    background: #023894;
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.coordination__service p { font-size: 90%; }

.career {
    background: url(../img/dot__line.png) repeat-y 3px 0 / 2px auto;
    width: 80%;
    margin: auto;
}
.career dl:nth-child(1){ padding-top: 0;}
.career dl { display: flex; padding: 15px 0; }
.career dt {
    font-weight: bold;
    text-align: right;
    position: relative;
    width: 6em;
    margin-right: 5%;
}
.career dt::before{
    content: "";
    position: absolute;
    background: #023894;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    left: 0;
    top: 11px;
    margin: auto;
}
.career dd { width: 75%; }



@media screen and (min-width: 1090px) and (max-width: 1300px) {
    /* ▼PC用================================================================== */
    
   /* 01 -service contents
    ------------------------------------------------------------ */

    /* 02 -service contents
    ------------------------------------------------------------ */


    
    /* ▲PC用================================================================== */
}

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

    /* ▼Tab用================================================================= */
    
   /* 01 -service contents
    ------------------------------------------------------------ */
    .archive { display: block; }
    .archive .text{ width: auto; margin-bottom: 40px;  }
    .archive .pho{ width: 80%; margin: 5% auto 0l }

    /* 02 -service contents
    ------------------------------------------------------------ */


    

    /* ▲Tab用================================================================= */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    /* ▼SP用================================================================ */
    
    
   /* 01 -service contents
    ------------------------------------------------------------ */
    .service__contents{ margin: 10% 0; }
    .archive { display: block; }
    .archive .text{ width: auto; }
    .archive .text h3{
        font-size: 2.0rem;
        margin-bottom: 20px;
        line-height: 3.2rem;
    }
    .archive .pho{ width: 80%; margin: 5% auto 0; }


    /* 02 -service contents
    ------------------------------------------------------------ */
    .coordination__service {
        display: block;
        padding: 5%;
        margin: 10% 0;
    }
    .coordination__service .box { width: auto; margin: 7% 0; }
    .coordination__service p { font-size: 100%; }

    
    .career { width: auto; }
    .career dl { display: block; }
    .career dt {
        text-align: left;
        width: auto;
        margin-right: 0;
        padding-left: 40px;
    }
    .career dd { width: auto; margin-left: 40px; }
    
    



    /* ▲SP用================================================================ */
}