@charset "UTF-8";

/*概要
-----------------------------*/
#overview {
    background-color: #EDF7FD;
    padding-bottom: 6rem;
}

.overview-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview-area .img-area{
    flex: 1;
    margin-left: calc(50% - 50vw);
    display: flex;
    position: relative;
}

.overview-area .img-area img{
    width: 100%;
}

.overview-area .txt-area p{
    font-size: 3.3rem;
    font-weight: bold;
}

@media screen and (max-width:999px){
    #overview {
        padding-bottom: 3rem;
    }

    .overview-area {
        display: block;
    }

    .overview-area .txt-area p {
        font-size: 1.7rem;
        margin-top: 2rem;

    }
}


/*採用情報
-----------------------------*/
#recruit{
    margin-top: 7rem;
    margin-bottom: 8rem;
}

#recruit h3, #welfare h3{
    font-size: 2.4rem;
    font-weight: bold;
    color: #003399;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}

#recruit h3::before, #welfare h3::before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    display: inline-block;
    width: 150px;
    height: 6px;
    background-color: #003399;
}

#recruit .recruit-top{
    margin-bottom: 4rem;
}

#recruit .box-area{
    display: flex;
    justify-content: space-between;
}

#recruit .box-area .box{
    width: 47%;
    border: #0099DA 1px solid;
    padding: 2rem;
    text-align: center;
}

#recruit .box-area .box .head{
    font-size: 2rem;
    font-weight: bold;
    color: #0099DA;
}


@media screen and (max-width:999px){
    #recruit {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    #recruit h3, #welfare h3{
        font-size: 1.7rem;
        font-weight: bold;
        color: #003399;
        position: relative;
        text-align: center;
        margin-bottom: 3rem;
    }

    #recruit h3::before, #welfare h3::before{
        bottom: -5px;
        width: 110px;
        height: 4px;
    }

    #recruit .recruit-top {
        margin-bottom: 2rem;
    }

    #recruit .box-area .box{
        padding: 1.5rem;
    }

    #recruit .box-area .box .head{
        font-size: 1.6rem;
    }

    #recruit .box-area .box .cont{
        text-align: left;
    }
}




/*福利厚生
-----------------------------*/
#welfare{
    margin-bottom: 12rem;
}

#welfare ul li{
    margin-bottom: 8rem;
    display: flex;
    align-items: center;
    position: relative;
}

#welfare ul li:last-child{
    margin-bottom: 0;
}

#welfare ul li::after{
    content: '';
    position: absolute;
    bottom: -4rem;
    left: 0;
    display: inline-block;
    width: 20%;
    height: 3px;
    background-color: #003399;
}

#welfare ul li::before{
    content: '';
    position: absolute;
    bottom: -3.9rem;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1.5px;
    background-color: #4897D6;
}

#welfare ul li:last-child:after, #welfare ul li:last-child::before{
    content: none;
}

#welfare ul li span{
    display: block;
}

#welfare ul li .head{
    width: 20%;
    font-weight: bold;
    padding-left: 5%;
}

#welfare ul li .cont{
    width: 80%;
    padding-left: 5%;
}

#welfare ul li .cont ul li::after, #welfare ul li .cont ul li::before{
    content: none;
}

#welfare ul li .cont ul li{
    margin-bottom: 3rem;
}

#welfare .profile-link{
    background-color: #003399;
    color: #fff;
    border-radius: 50px;
    padding: 1rem 0;
    position: relative;
    width: 30rem;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto;
    margin-top: 5rem;
}

#welfare .profile-link::after{
    content: "";
    position: absolute;
    top: 40%;
    right: 12px;
    background-image: url(../img/common/link-blue-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
}


@media screen and (max-width:999px){
    #welfare{
        margin-bottom: 6.5rem;
    }

    #welfare ul li {
        margin-bottom: 4rem;
        display: block;
    }

    #welfare ul li .head {
        width: 100%;
        padding-left: 0;
    }

    #welfare ul li .cont{
        width: 100%;
        padding-left: 0;
        margin: 0.5rem 0 1rem 0;
    }

    #welfare ul li::after{
        bottom: -2rem;
    }
    
    #welfare ul li::before{
        bottom: -1.9rem;
    }

    #welfare ul li .cont ul li {
        margin-bottom: 2rem;
    }

    #welfare .profile-link{
        width: 26rem;
        font-size: 1.6rem;
        margin-top: 3rem;
    }
}

/* フォーム
-------------------------------------*/
.contact-table {
    width: 90%;
    margin: 0 auto;
}

.contact-table label {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
    align-items: center;
}

.contact-table tr:last-child {
    align-items: flex-start;
}

.form-headline {
    text-align: right;
    width: 30%;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}

.wpcf7-form-control-wrap {
    width: 60%;
}

.form-text {
    width: calc(70% - 100px);
    padding: 8px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: #CCCCCC 0.3px solid;
    margin-left: 100px;
}

.form-headline::after {
    content: "必須";
    display: inline-block;
    width: 3.5rem;
    height: 1.5rem;
    background-color: #FF0000;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5rem;
    margin-left: 1rem;
    font-weight: normal;
    position: absolute;
    top: 7px;
}

.form-headline.noaf::after {
    content: '';
    background-color: #fff;
}

.contact-textarea {
    width: calc(70% - 100px);
    padding: 10px;
    height: 150px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: #CCCCCC 0.3px solid;
    margin-left: 100px;
}

/* 選択肢によって表示される */
.contact-table label.open-area {
    display: none;
}

.contact-table label.open-area.open {
    display: flex;
}

/* 注意事項 */
.notes {
    border: #CCCCCC 1px solid;
    padding: 3rem;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
}

.notes h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.notes h4:first-child {
    margin-top: 0;
}

.notes p {
    font-size: 1.4rem;
}


/* チェックボックス／ボタン */
.checkbox-area {
    background-color: #EFEFEF;
    padding: 3rem 3rem;
}

.checkbox {
    width: 60rem;
    margin: 0 auto;
}

input[type="checkbox"] {
    position: relative;
    background-color: #fff;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 3px;
    left: 6px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #003399;
    border-bottom: 2px solid #003399;
    content: '';
}

.checkbox-area label {
    font-size: 1.4rem;
    font-weight: bold;
}

.checkbox-area p {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding-left: 3rem;
    text-align: left;
}

.checkbox-area p a {
    text-decoration: underline;
    display: inline-block;
}

.btn {
    display: flex;
    justify-content: center;
}

.back {
    border: 1px solid #003399;
    color: #003399;
    width: 20rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    margin-top: 5rem;
    margin-right: 5em;
    border-radius: 50px;
    display: block;
}

.submit-btn {
    background-color: #003399;
    color: #fff;
    width: 20rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    margin-top: 5rem;
    border-radius: 50px;
    display: block;
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: pointer;
}

.mw_wp_form .error {
    margin-left: 43%;
}


@media screen and (max-width: 900px) {
    .contact-table {
        width: 100%;
    }

    .contact-table label {
        display: block;
        margin-bottom: 1.5rem;
    }

    .form-headline {
        display: block;
        text-align: left;
        width: 100%;
        font-size: 1.4rem;
    }

    .form-text,
    .contact-textarea {
        margin-left: 0;
        width: 100%;
    }

    .form-headline::after {
        top: 0.5px;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
        display: block;
        margin-top: 0.5rem;
    }

    .notes {
        padding: 2rem 1.5rem;
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }

    .checkbox-area {
        padding: 2rem;
    }

    .checkbox {
        width: auto;
        margin: auto;
    }

    .checkbox-area p {
        padding-left: 0;
    }

    .submit-btn,
    .back {
        width: 15rem;
        height: 3.5rem;
        line-height: 3.5rem;
        margin-top: 2.5rem;
    }

    .back {
        margin-right: 2rem;
    }

    .contact-table label.open-area {
        display: none;
    }

    .contact-table label.open-area.open {
        display: block;
    }

    .mw_wp_form .error {
        margin-left: 0;
    }
}

@media screen and (max-width:350px) {
    .checkbox-area .required {
        margin-left: 0;
    }
}

/* 確認画面
-------------------------------------*/
#wpcf7cpcnf {
    line-height: 2.5;
}

#wpcf7cpcnf td,
#wpcf7cpcnf th {
    padding: 0 1em;
}

div.wpcf7cp-btns {
    text-align: center;
}

button.wpcf7cp-cfm-edit-btn {
    background-color: #FFF;
    border: 1px solid #003399;
    color: #003399;
    width: 20rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    margin: 0 1rem;
    margin-top: 5rem;
    border-radius: 50px;
}

button.wpcf7cp-cfm-submit-btn {
    background-color: #003399;
    color: #fff;
    width: 20rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    margin: 0 auto;
    margin-top: 5rem;
    border-radius: 50px;
}



/* フォーム設定の調整
-------------------------------------*/
.wpcf7 form.sent .wpcf7-response-output {
    color: #003399;
    background-color: #EDF7FD;
    border: none;
}

div#wpcf7cpcnf {
    z-index: 10;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1em 1.5em;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #FF0000;
    background-color: #ffebeb;
    border: none;
}

#wpcf7cpcnf td,
#wpcf7cpcnf th {
    display: block;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

#wpcf7cpcnf td {
    margin-bottom: 2rem;
}

@media screen and (max-width:999px) {
    button.wpcf7cp-cfm-submit-btn {
        margin-top: 2rem;
    }
}