@charset "UTF-8";


/*ヘッダー
-------------------------------------*/

#contact .page-top-office{
        background: url("../images/contact/main.jpg") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 60% 50%;
}

#recruit .page-top-office{
    background: url("../images/recruit/main.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 80% 50%;
}


h3.kakko-ttl {
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-top: 3em;
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
}

h3.kakko-ttl::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/ttl_left.png);
    background-size: 100%;
    width: 15px;
    height: 36px;
    top: 55%;
    left: -1em;
    transform: translateY(-50%);
}

h3.kakko-ttl::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/ttl_right.png);
    background-size: 100%;
    width: 15px;
    height: 36px;
    top: 55%;
    right: -1em;
    transform: translateY(-50%);
}

.clean-back {
    background-color: rgba(107, 163, 173, 0.1);
}

.red-txt {
    color: #ff0000;
}



/*contact
-------------------------------------*/

.form-container {
    padding: 80px 0;
}

.form-container form {
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    text-align: left;
}

.formTable {
    width: 100%;
    background-color: #fff;
    margin-top: .5em;
    max-width: 740px;
    margin: .5em auto 0;
}

.formTable input,
.formTable textarea {
    margin-bottom: 0;
    border-radius: 5px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    width: 200px;
    height: 48px;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: .5rem;
    white-space: nowrap;
    border-radius: 5px;
    border: none;
    transition: all .5s;
}

input[type="submit"] {
    background-color: #6ba3ad;

}

input[type="reset"],
input[type="button"] {
    background-color: #808080;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #fff;
    border-color: none;
    outline: 0;
    opacity: 0.8;
}

.formTable th {
    background-color: #6ba3ad;
    color: #fff;
    font-weight: bold;
    padding: 1em 0 1em 2em;
    width: 25%;
    vertical-align: top;
}

.formTable td {
    padding: 1em 2em;
}

th.bd-n,
td.bd-n {
    border-bottom: none;
    padding-bottom: 0;
}

.w100 {
    width: 100%;
}

.form_input_inner {
    margin-left: 1em;
    margin-bottom: .5em;
    display: flex;
    flex-wrap: wrap;
}

.form_input_inner label {
    margin-right: 2em;
}

.contact-txt {
    margin-top: 3em;
    margin-bottom: 2em;
    text-align: center;
}

.formTable label {
    display: inline-block;
}

@media screen and (max-width:768px) {
    /* #formWrap {
        width:95%;
        margin:0 auto;
    } */

    th.bd-n,
    td.bd-n {
        border-bottom: none;
        /* padding-bottom: 1em; */
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
        padding-left: .5em;
        padding-right: .5em;
    }

    table.formTable th {
        /* margin-top:5px; */
        border-bottom: 0;
        background-color: #fff;
        color: #6ba3ad;
        padding-bottom: 0;
    }

    table.formTable td {
        padding-top: 0;
    }

    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form textarea {
        width: 100%;
        padding: 5px;
        font-size: 16px;
        display: block;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: 0;
    }

    form input[type="text"].input-short{
        width: 50%;
        display: inline-block;
    }

    form input[type="button"] {
        margin-top: 1em;
    }
}

/* recruit */

#recruit section{
    margin-top: 0;
    padding-top: 0;
}

#recruit_1 p{
    text-align: left;
    width: 80%;
    max-width: 700px;
    margin: 70px auto 0;
}

.flex-4-2{
    display: flex;
    justify-content: space-between;
}

.circle-img img{
    border-radius: 50%;
    /* width: 100%; */
}

.flex-4-2-in p{
    font-weight: bold;
}

.flex-4-2-in{
    width: 20%;
}

@media screen and (max-width:768px) {
    #recruit_1 p{
        /* text-align: left; */
        width: 90%;
        /* max-width: 700px; */
        margin: 0 auto 0;
    }

    .flex-4-2{
flex-wrap: wrap;
justify-content: center;
    }

    .flex-4-2-in{
        width: 40%;
        margin: 2em 1em 0;
    }
}

.ex-inner{
    display: flex;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto;
}

.ex-img{
    width: 40%;
}

.ex-img img{
    border-radius: 5px;
    width: 100%;
}

.ex-txt{
    width: 55%;
}

.ex-txt-time{
    color: #005b89;
    font-weight: bold;
    border-bottom: #6ba9b3 4px solid;
line-height: 2;
font-size: 1.2em;
}

@media screen and (max-width:1024px) {
    .ex-inner{
        margin-bottom: 2em;
    }
}

@media screen and (max-width:600px) {
    .ex-inner{
        flex-direction: column;
        align-items: center;
    }

    .ex-img{
        width: 70%;
    }

    .ex-img img{
width: auto;
    }
    
    .ex-txt{
        width: 80%;
    }
}

.white-box{
    background-color: #fff;
    width: 90%;
    max-width: 740px;
    margin: 0 auto 5em;
    padding: 2em;
}

.r4-upper-cont{
    display: flex;
    justify-content: space-between;
}

.r4-upper-rev{
    flex-direction: row-reverse;
}

.r4-upper-cont-txt{
    width: 63%;
}

.r4-upper-cont-pic{
    width: 35%;
}

.r4-upper-cont-pic img{
    width: 100%;
}

.recruit-yaku{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
}

.recruit-name{
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1;
    padding-bottom: .5em;
    border-bottom: 1px solid #808080;
}

.qa-box{
    margin-bottom: 2em;
}

@media screen and (max-width:600px) {
    .r4-upper-cont{
        flex-direction: column-reverse;
        align-items: center;
    }

    .r4-upper-cont-txt{
        width: 100%;
    }
    
    .r4-upper-cont-pic{
        width: auto;
    }
    
    .r4-upper-cont-pic img{
        width: 100%;
    }

    .white-box{
        padding: 1em;
    }

   /* .qa-box p{
        font-size: 80%;
        font-weight: normal;
    }*/

    .qa-box .question p{
        font-weight: bold;
    }
}

.clean-table{
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
}

.clean-table tr:first-child{
    border-top: 1px solid #808080;
}

.clean-table th{
    background-color: rgba(107, 163, 173, 0.1);
    width: 25%;
    padding: 1em 1em 1em 2em;
    color: #508080;
    vertical-align: top;
}

.clean-table td{
    padding: 1em 1em 1em 2em;
}

ul.clean-table-list{
    list-style: none;
}

ul.clean-table-list li{
    margin-bottom: 1em;
}

ul.clean-table-list li:last-child{
    margin-bottom: 0;
}

ul.clean-table-list li::before{
    content: "■";
    padding-right: .2em;
}

@media screen and (max-width:600px) {
    .clean-table{
        width: 100%;
    }

    .clean-table th{
        width: 25%;
        padding: 1em .5em;
    }
    
    .clean-table td{
        padding: 1em .5em;
        border-bottom: 1px solid #808080;
        display: table-cell;
    }
}