@charset "utf-8";

/*-----------------------------------------------------------
 common
-----------------------------------------------------------*/
#worker .wrap,
#worker .wrap .notoSans {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.06em;
}
#worker .wrap .en {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.08em;
}
#worker .wrap .bold {
    font-weight: 700;
}

#worker .accent{
	background-image:url(../../images/worker/accent.jpg);
    padding: 138px 0;
}

#worker .accent h2 {
    color: #fff;
    font-size: 400%;
}
#worker .accent h2 span {
    display: block;
    font-size: 37.5%;
    margin-top: 16px;
}

#main p.pr{
    margin: 15px 0 45px 0;
    color: #FF7124;
    font-size: 162%;
    font-weight: 700;
    text-align: left;
    padding-left: 100px;
    background: url(../../images/worker/icon-title.svg) left center no-repeat;
    background-size: 90px auto;
    line-height: 1.6;
}

#main section {
	margin-bottom: 40px;
}
#main section:last-of-type {
    margin-bottom: 0;
}

#main h3 {
    font-size: 138.88%;
    line-height: 1.5;
    margin-bottom: 26px;
}
#main p,
#main dd {
    font-size: 92.59%;
    line-height: 2;
}
#main p:last-child {
    margin-bottom: 0;
}

#main ul.listdot li{
    font-size: 92.59%;
    margin-bottom:10px;
    padding-left:1em;
    position: relative;
}
#main ul.listdot li:before {
    position: absolute;
    content: "";
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FF7124;
    border-radius: 50%;
}

/*-----------------------------------------------------------
 whitebox
-----------------------------------------------------------*/
#main .whitebox {
    color: #192C55;
    background-color: #fff;
    border-radius: 12px;
    padding: 52px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
}
#main .whitebox h3 {
    color: #192C55;
    padding-bottom: 16px;
    position: relative;
    border-bottom: 2px solid #D9D9D9;
}
#main .whitebox h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 140px;
    height: 2px;
    background: #FF7124;
}

/*-----------------------------------------------------------
 introduction
-----------------------------------------------------------*/
#introduction p {
    font-size: 104.16%;
}

/*-----------------------------------------------------------
 about
-----------------------------------------------------------*/

/*-----------------------------------------------------------
 merit
-----------------------------------------------------------*/

/*-----------------------------------------------------------
 difference
-----------------------------------------------------------*/
#difference dt{
    color: #FF7124;
    margin-bottom:16px;
    font-size:115.7%;
    font-weight:bold;
}
#difference dd{
	margin-bottom:1.5em;
}
#difference dd:last-child{
	margin-bottom:0;
}

/*-----------------------------------------------------------
 anyways
-----------------------------------------------------------*/
#main #anyways {
    color: #fff;
    background-color: #192C55;
    border-radius: 12px;
    padding: 68px 52px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
}
#main #anyways .image {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -1;
}
#main #anyways .buttonStyle {
    max-width: 309px;
    width: 100%;
    text-align: center;
    float: right;
}
#main #anyways .buttonStyle a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 16px 40px;
    color: #fff;
    background: #FF7124;
    text-decoration: none;
    font-size: 112.5%;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 33px;
    box-sizing: border-box;
    transition: all .3s;
}
#main #anyways .buttonStyle a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../../images/worker/icon-btn.svg) no-repeat left center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
    transition: all .3s;
}
#main #anyways .buttonStyle a:hover:before {
    right: 4%;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/
footer {
    background: none;
}


@media only screen and
(max-width : 640px) {
    #worker .wrap,
    #worker .wrap .notoSans {
        letter-spacing: 0;
    }

    #worker .accent {
        padding: 30px 0;
        background-size: cover;
    }
    #worker .accent h2 {
        font-size: 200%;
    }
    #worker .accent h2 span {
        font-size: 50%;
        margin-top: 0;
    }

    #main p,
    #main dd {
        line-height: 1.8;
    }

    #main p.pr {
        margin:0 0 30px 0;
        font-size: 112.5%;
        padding-left: 70px;
        background-size: 60px auto;
    }

    /*-----------------------------------------------------------
     whitebox
    -----------------------------------------------------------*/
    #main .whitebox {
        padding: 40px 20px;
    }

    /*-----------------------------------------------------------
     introduction
    -----------------------------------------------------------*/

    /*-----------------------------------------------------------
     anyways
    -----------------------------------------------------------*/
    #main #anyways{
        padding: 70px 20px 40px;
    }
    #main #anyways .image {
        top: -30px;
        zoom: 0.8;
    }
    #main #anyways .buttonStyle {
        float: none;
        margin: auto;
    }

}