@charset "utf-8";



/*  Foundation
*/

.section_title {
    box-shadow: 3px 3px 3px #dcdcdc;
    background-color: #52a0e2;
    color: #fff;
    padding-left: 16.5%;
    margin: 3em 0 1em;
    font-size: 1.8em;
}



.section_body_box {
    margin: 2em 0;
    padding: 3em 0;
    background-color: #eee;
}

.section_body {
    padding: 2em 0;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 10px;

    position: relative;
    overflow: hidden;
}



/*  Modules recruit
*/

.recruit_title {
    position: relative;
    background-color: #caeeef;
    width: 100%;
    height: 5em;
    line-height: 5em;
    margin-top: 1em;
    text-align: center;
}

.recruit_title_text {
    font-size: 2.6em;
    font-weight: bold;
    color: #52a0e2;
    letter-spacing: 0.5em;
    text-align: center;
}



.character {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 115px;
}

.character1 {
    top: 2%;
    left: -2.5%;
    transform: rotate(19deg);
}

.character2 {
    top: 2%;
    right: -3.5%;
    transform: rotate(-23deg);
}



.recruit_box {
    margin: 2em 7.5% 1em;
}

.recruit_key_box {
    width: 20%;
    padding: 1em;
    background-color: #e8b647;
    border: 1px #e8b647 solid;
    border-bottom: 1px #fff solid;
    border-top: none;
    text-align: center;
}

.recruit_val_box {
    width: 80%;
    padding: 1.225em 1em;
    border: 1px #e8b647 solid;
    border-top: none;
}

.recruit_key_box:first-child,
.recruit_val_box:nth-child(2) {
    border-top: 1px #e8b647 solid;
}

.recruit_key_box:nth-last-child(2) {
    border-bottom: 1px #e8b647 solid;
}


.recruit_key {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

.recruit_val {
    font-size: 1.2em;
    color: #666;
}



.recruit_description_box {
    text-align: center;
    margin: 1em 3% 2em;
}

.recruit_description {
    color: #52a0e2;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.1em;
}

.recruit_description_with_check {
    margin: 0 1em;
    vertical-align: middle;
    font-size: 1.3em;
}

.recruit_description_with_check .fas {
    font-size: 1.3em;
    vertical-align: middle;
}

.recruit_description_text {
    vertical-align: middle;
    color: #52a0e2;
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

.buttons_one.estimate {
    margin-right: 5px;
}

.buttons_one.contact {
    margin-left: 5px;
}


