/* SEC TTL */
.sec-ttl {
    width: 90%;
    max-width: 1440px;
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #70D3A9;
    padding: 15px 40px;
    margin: 0 auto;
}
.sec-ttl span {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .sec-ttl {
        width: 100%;
        font-size: 24px;
        padding: 10px 5%;
    }
    .sec-ttl span {
        font-size: 18px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 393px) {
    .sec-ttl {
        font-size: 2.4rem;
        padding: 1rem 5%;
    }
    .sec-ttl span {
        font-size: 1.8rem;
        margin-left: 1rem;
    }
}



/* contact */
.contact {
    padding-bottom: 150px;
}
.contact section {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .contact {
        padding-bottom: 70px;
    }
    .contact section {
        margin-top: 50px;
    }
}
@media screen and (max-width: 393px) {
    .contact {
        padding-bottom: 7rem;
    }
    .contact section {
        margin-top: 5rem;
    }
}



/* EXP */
.contact__exp {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.contact__exp p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .contact__exp {
        margin: 30px auto 0;
    }
    .contact__exp p {
        font-size: 14px;
    }
}
@media screen and (max-width: 393px) {
    .contact__exp {
        margin: 3rem auto 0;
    }
    .contact__exp p {
        font-size: 1.4rem;
    }
}



/* ORGANIZATION */
.contact__org__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.contact__org__container table {
    width: 100%;
}
.contact__org__container table tr th, .contact__org__container table tr td {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 10px;
}
.contact__org__container table tr.first th, .contact__org__container table tr.first td {
    color: #FFF;
    font-weight: 700;
    background: #8CC261;
    text-align: center;
    border-bottom: none;
    padding: 15px 0;
}
.contact__org__container table tr th {
    width: 36%;
    text-align: left;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 15px 30px;
}
.contact__org__container table tr th ul li {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 16px;
    text-indent: -16px;
}
.contact__org__container table tr td {
    width: 16%;
    border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
    .contact__org__container {
        margin: 30px auto 0;
        overflow-x: auto;
    }
    .contact__org__container table {
        min-width: 600px;
    }
    .contact__org__container table tr th, .contact__org__container table tr td {
        font-size: 12px;
        border-bottom: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__org__container table tr.first th, .contact__org__container table tr.first td {
        padding: 10px;
    }
    .contact__org__container table tr th {
        width: 36%;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__org__container table tr th ul li {
        font-size: 12px;
        padding-left: 14px;
        text-indent: -14px;
    }
    .contact__org__container table tr td {
        width: 16%;
        border-right: 1px solid #E0E0E0;
    }
}
@media screen and (max-width: 393px) {
    .contact__org__container {
        margin: 3rem auto 0;
    }
    .contact__org__container table {
        min-width: 60rem;
    }
    .contact__org__container table tr th, .contact__org__container table tr td {
        font-size: 1.2rem;
        border-bottom: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__org__container table tr.first th, .contact__org__container table tr.first td {
        padding: 1rem;
    }
    .contact__org__container table tr th {
        border-left: .1rem solid #E0E0E0;
        border-right: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__org__container table tr th ul li {
        font-size: 1.2rem;
        padding-left: 1.4rem;
        text-indent: -1.4rem;
    }
    .contact__org__container table tr td {
        border-right: .1rem solid #E0E0E0;
    }
}



/* FACILITY */
.contact__fac__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.contact__fac__container table {
    width: 100%;
}
.contact__fac__container table tr th, .contact__fac__container table tr td {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 10px;
}
.contact__fac__container table tr.first th, .contact__fac__container table tr.first td {
    color: #FFF;
    font-weight: 700;
    background: #8CC261;
    text-align: center;
    border-bottom: none;
    padding: 15px 0;
}
.contact__fac__container table tr th {
    width: 36%;
    text-align: left;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 15px 30px;
}
.contact__fac__container table tr th ul li {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 16px;
    text-indent: -16px;
}
.contact__fac__container table tr td {
    width: 32%;
    border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
    .contact__fac__container {
        margin: 30px auto 0;
        overflow-x: auto;
    }
    .contact__fac__container table tr th, .contact__fac__container table tr td {
        font-size: 12px;
        border-bottom: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__fac__container table tr.first th, .contact__fac__container table tr.first td {
        padding: 10px;
    }
    .contact__fac__container table tr th {
        width: 50%;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__fac__container table tr th ul li {
        font-size: 12px;
        padding-left: 14px;
        text-indent: -14px;
    }
    .contact__fac__container table tr td {
        width: 25%;
        border-right: 1px solid #E0E0E0;
    }
}
@media screen and (max-width: 393px) {
    .contact__fac__container {
        margin: 3rem auto 0;
    }
    .contact__fac__container table tr th, .contact__fac__container table tr td {
        font-size: 1.2rem;
        border-bottom: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__fac__container table tr.first th, .contact__fac__container table tr.first td {
        padding: 1rem;
    }
    .contact__fac__container table tr th {
        border-left: .1rem solid #E0E0E0;
        border-right: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__fac__container table tr th ul li {
        font-size: 1.2rem;
        padding-left: 1.4rem;
        text-indent: -1.4rem;
    }
    .contact__fac__container table tr td {
        border-right: .1rem solid #E0E0E0;
    }
}



/* GROUP */
.contact__group__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.contact__group__container table {
    width: 100%;
}
.contact__group__container table tr th, .contact__group__container table tr td {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 10px;
}
.contact__group__container table tr.first th, .contact__group__container table tr.first td {
    color: #FFF;
    font-weight: 700;
    background: #8CC261;
    text-align: center;
    border-bottom: none;
    padding: 15px 0;
}
.contact__group__container table tr th {
    width: 68%;
    text-align: left;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 15px 30px;
}
.contact__group__container table tr th ul li {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 16px;
    text-indent: -16px;
}
.contact__group__container table tr td {
    width: 32%;
    border-right: 1px solid #E0E0E0;
}
.contact__group__container p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .contact__group__container {
        margin: 30px auto 0;
        overflow-x: auto;
    }
    .contact__group__container table tr th, .contact__group__container table tr td {
        font-size: 12px;
        border-bottom: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__group__container table tr.first th, .contact__group__container table tr.first td {
        padding: 10px;
    }
    .contact__group__container table tr th {
        width: 50%;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__group__container table tr th ul li {
        font-size: 12px;
        padding-left: 14px;
        text-indent: -14px;
    }
    .contact__group__container table tr td {
        width: 50%;
        border-right: 1px solid #E0E0E0;
    }
    .contact__group__container p {
        font-size: 14px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 393px) {
    .contact__group__container {
        margin: 3rem auto 0;
    }
    .contact__group__container table tr th, .contact__group__container table tr td {
        font-size: 1.2rem;
        border-bottom: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__group__container table tr.first th, .contact__group__container table tr.first td {
        padding: 1rem;
    }
    .contact__group__container table tr th {
        border-left: .1rem solid #E0E0E0;
        border-right: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__group__container table tr th ul li {
        font-size: 1.2rem;
        padding-left: 1.4rem;
        text-indent: -1.4rem;
    }
    .contact__group__container table tr td {
        border-right: .1rem solid #E0E0E0;
    }
    .contact__group__container p {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
}



/* INTERVIEW */
.contact__interview__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.contact__interview__exp {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.contact__interview__form {
    margin-top: 50px;
}
.contact__interview__form h4 {
    font-size: 36px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}
.contact__interview__form h4 span {
    display: block;
    width: 40px;
    padding-right: 10px;
}
.contact__interview__form h4 span img {
    width: 100%;
    vertical-align: middle;
}
.contact__interview__form__exp {
    margin-top: 30px;
}
.contact__interview__form__exp__list li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-top: 20px;
}
.contact__interview__form__table {
    width: 100%;
    background: #F8F8F8;
    padding: 50px;
    margin-top: 50px;
}
.contact__interview__form__table p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.8;
}
.contact__interview__form__table table {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
}
.contact__interview__form__table table tr {
    display: flex;
}
.contact__interview__form__table table tr th, .contact__interview__form__table table tr td {
    letter-spacing: 0.05em;
    padding-top: 20px;
}
.contact__interview__form__table table tr th {
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.contact__interview__form__table table tr th span {
    color: #E80000;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}
.contact__interview__form__table table tr td {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
}
.contact__interview__form__table table tr td input {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
}
.contact__interview__form__table table tr td textarea {
    width: 100%;
    height: 300px;
    resize: none;
    border-radius: 0;
    border: none;
    padding: 10px;
}
/* agree */
.contact__interview__form__table__agree {
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}
.contact__interview__form__table__agree input {
    cursor: pointer;
    appearance: none;
}
.contact__interview__form__table__agree input:checked + label::after {
    content: '';
    height: 6px;
    width: 11px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 40%;
    left: 15px;
    transform: rotate(-45deg) translateY(-50%);
}
.contact__interview__form__table__agree label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}
.contact__interview__form__table__agree label a {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    transition: all .3s ease;
}
.contact__interview__form__table__agree label a:hover {
    opacity: .5;
    transition: all .3s ease;
}
.contact__interview__form__table__agree label::before {
    content: '';
    width: 35px;
    height: 35px;
    background: #FFF;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/* submit */
.contact__interview__form__table .submit {
    display: block;
    width: 300px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    background: #FFF;
    border: 1px solid #8CC261;
    padding: 15px 0;
    margin: 30px auto 0;
    opacity: .5;
    transition: all .3s ease;
    cursor: default;
}
.contact__interview__form__table .submit.hover {
    opacity: 1;
    cursor: pointer;
}
.contact__interview__form__table .submit.hover:hover {
    background: #8CC261;
    transition: all .3s ease;
}
.contact__interview__form__add__txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 20px;
}
/* other */
.contact__interview__other {
    margin-top: 100px;
}
.contact__interview__other h4 {
    font-size: 36px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}
.contact__interview__other h4 span {
    display: block;
    width: 40px;
    padding-right: 10px;
}
.contact__interview__other h4 span img {
    width: 100%;
    vertical-align: middle;
}
.contact__interview__other__container {
    margin-top: 50px;
}
.contact__interview__other__container table {
    width: 100%;
}
.contact__interview__other__container table tr th, .contact__interview__other__container table tr td {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0;
}
.contact__interview__other__container table tr.first th, .contact__interview__other__container table tr.first td {
    color: #FFF;
    font-weight: 700;
    background: #8CC261;
    text-align: center;
    border-bottom: none;
    padding: 15px 0;
}
.contact__interview__other__container table tr th {
    width: 50%;
    text-align: left;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 15px 30px;
}
.contact__interview__other__container table tr th ul li {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 16px;
    text-indent: -16px;
}
.contact__interview__other__container table tr td {
    width: 50%;
    border-right: 1px solid #E0E0E0;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #8CC261;
    font-size: 16px;
    text-align: center;
    border-color: transparent !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
    font-size: 16px;
    text-align: center;
    border-color: transparent !important;
}
@media screen and (max-width: 768px) {
    .contact__interview__container {
        margin: 30px auto 0;
    }
    .contact__interview__exp {
        font-size: 14px;
    }
    .contact__interview__form {
        margin-top: 30px;
    }
    .contact__interview__form h4 {
        font-size: 20px;
    }
    .contact__interview__form h4 span {
        width: 30px;
        padding-right: 10px;
    }
    .contact__interview__form__exp {
        margin-top: 20px;
    }
    .contact__interview__form__exp__list li {
        font-size: 14px;
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 5px;
        margin-top: 15px;
    }
    .contact__interview__form__exp__list li span {
        border-bottom: none;
        padding-bottom: 0;
    }
    .contact__interview__form__table {
        padding: 25px;
        margin-top: 30px;
    }
    .contact__interview__form__table p {
        font-size: 14px;
    }
    .contact__interview__form__table table {
        margin: 20px auto 0;
    }
    .contact__interview__form__table table tr {
        flex-wrap: wrap;
    }
    .contact__interview__form__table table tr th, .contact__interview__form__table table tr td {
        display: block;
        width: 100%;
    }
    .contact__interview__form__table table tr th {
        width: 100%;
        font-size: 14px;
        padding-top: 20px;
    }
    .contact__interview__form__table table tr th span {
        font-size: 12px;
        margin-left: 10px;
    }
    .contact__interview__form__table table tr td {
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
    }
    .contact__interview__form__table table tr td input {
        padding: 5px;
    }
    .contact__interview__form__table table tr td textarea {
        height: 200px;
        padding: 5px;
    }
    /* agree */
    .contact__interview__form__table__agree {
        margin: 30px auto 0;
    }
    .contact__interview__form__table__agree input:checked + label::after {
        height: 4px;
        width: 9px;
        border-bottom: 1.5px solid #000;
        border-left: 1.5px solid #000;
        left: 10px;
    }
    .contact__interview__form__table__agree label {
        font-size: 12px;
        padding-left: 35px;
    }
    .contact__interview__form__table__agree label a {
        font-size: 12px;
        border-bottom: 1px solid #000;
    }
    .contact__interview__form__table__agree label a:hover {
        opacity: 1;
    }
    .contact__interview__form__table__agree label::before {
        width: 25px;
        height: 25px;
    }
    /* submit */
    .contact__interview__form__table .submit {
        width: 100%;
        font-size: 14px;
        border: 1px solid #8CC261;
        padding: 10px 0;
        margin: 30px auto 0;
    }
    .contact__interview__form__table .submit.hover:hover {
        background: #FFF;
    }
    .contact__interview__form__add__txt {
        font-size: 12px;
        margin-top: 20px;
    }
    /* other */
    .contact__interview__other {
        margin-top: 50px;
    }
    .contact__interview__other h4 {
        font-size: 20px;
    }
    .contact__interview__other h4 span {
        width: 30px;
        padding-right: 10px;
    }
    .contact__interview__other__container {
        margin-top: 30px;
    }
    .contact__interview__other__container table tr th, .contact__interview__other__container table tr td {
        font-size: 12px;
        border-bottom: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__interview__other__container table tr.first th, .contact__interview__other__container table tr.first td {
        padding: 10px;
    }
    .contact__interview__other__container table tr th {
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 10px;
    }
    .contact__interview__other__container table tr td {
        border-right: 1px solid #E0E0E0;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 14px;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 14px;
    }
}
@media screen and (max-width: 393px) {
    .contact__interview__container {
        margin: 3rem auto 0;
    }
    .contact__interview__exp {
        font-size: 1.4rem;
    }
    .contact__interview__form {
        margin-top: 3rem;
    }
    .contact__interview__form h4 {
        font-size: 2rem;
    }
    .contact__interview__form h4 span {
        width: 3rem;
        padding-right: 1rem;
    }
    .contact__interview__form__exp {
        margin-top: 2rem;
    }
    .contact__interview__form__exp__list li {
        font-size: 1.4rem;
        border-bottom: .1rem solid #E0E0E0;
        padding-bottom: .5rem;
        margin-top: 1.5rem;
    }
    .contact__interview__form__table {
        padding: 2.5rem;
        margin-top: 3rem;
    }
    .contact__interview__form__table p {
        font-size: 1.4rem;
    }
    .contact__interview__form__table table {
        margin: 2rem auto 0;
    }
    .contact__interview__form__table table tr th {
        font-size: 1.4rem;
        padding-top: 2rem;
    }
    .contact__interview__form__table table tr th span {
        font-size: 1.2rem;
        margin-left: 1rem;
    }
    .contact__interview__form__table table tr td {
        font-size: 1.4rem;
        padding-top: 1rem;
    }
    .contact__interview__form__table table tr td input {
        padding: .5rem;
    }
    .contact__interview__form__table table tr td textarea {
        height: 20rem;
        padding: .5rem;
    }
    /* agree */
    .contact__interview__form__table__agree {
        margin: 3rem auto 0;
    }
    .contact__interview__form__table__agree input:checked + label::after {
        height: .4rem;
        width: .9rem;
        border-bottom: .15rem solid #000;
        border-left: .15rem solid #000;
        left: 1rem;
    }
    .contact__interview__form__table__agree label {
        font-size: 1.2rem;
        padding-left: 3.5rem;
    }
    .contact__interview__form__table__agree label a {
        font-size: 1.2rem;
        border-bottom: .1rem solid #000;
    }
    .contact__interview__form__table__agree label::before {
        width: 2.5rem;
        height: 2.5rem;
    }
    /* submit */
    .contact__interview__form__table .submit {
        font-size: 1.4rem;
        border: .1rem solid #8CC261;
        padding: 1rem 0;
        margin: 3rem auto 0;
    }
    .contact__interview__form__add__txt {
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    /* other */
    .contact__interview__other {
        margin-top: 5rem;
    }
    .contact__interview__other h4 {
        font-size: 2rem;
    }
    .contact__interview__other h4 span {
        width: 3rem;
        padding-right: 1rem;
    }
    .contact__interview__other__container {
        margin-top: 3rem;
    }
    .contact__interview__other__container table tr th, .contact__interview__other__container table tr td {
        font-size: 1.2rem;
        border-bottom: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__interview__other__container table tr.first th, .contact__interview__other__container table tr.first td {
        padding: 1rem;
    }
    .contact__interview__other__container table tr th {
        border-left: .1rem solid #E0E0E0;
        border-right: .1rem solid #E0E0E0;
        padding: 1rem;
    }
    .contact__interview__other__container table tr td {
        border-right: .1rem solid #E0E0E0;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 1.4rem;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 1.4rem;
    }
}