.section-hero {
    background: url("../img/recruit/hero.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.recruit-tab {
    display: flex;
    width: 960px;
    margin: 100px auto 80px;
}

@media only screen and (max-width: 767px) {
    .recruit-tab {
        width: 100%;
        margin: 30px auto 50px;
    }
}

.recruit-tab .tabnav {
    width: 100%;
    display: flex;
}
.recruit-tab .tabnav li {
    width: 50%;
}
.recruit-tab .tabnav a{
    padding: 2em 3em;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
}

.recruit-tab .is-active a{
    color: #fff;
    background-color: #0d1828;
}

.recruit-tab .en {
    font-size: 1.3rem;
    color: #e42121;
    font-family: 'Cormorant Garamond', serif;
    margin-left: 1em;
}

.recruit-tab .ja{
    font-size: 2.1rem;
}

@media (max-width: 767px) {
    .recruit-tab .tabnav a{
        display: block;
        padding: 1em 0;
        line-height: 1.2;
    }

    .recruit-tab .tabnav span{
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .recruit-tab .ja{
        font-size: 1.4rem;
        /* line-height: 1; */
    }
    .recruit-tab .en{
        /* line-height: 1; */
        font-size: 1.1rem;
        margin-left: 0;
    }
}


/*
.tab-new-graduate {
    flex: 1;
    padding: 40px 25px 40px 60px;
}

.tab-career {
    background-color: #f9f9f9;
    color: #0d1828;
    flex: 1;
    padding: 40px 25px 40px 60px;
}

@media only screen and (max-width: 767px) {
    .tab-new-graduate,
    .tab-career {
        padding: 10px 0;
    }
    .main-wrapper .page-bar-left span.ja {
        font-size: 1.4rem;
    }
    .main-wrapper .page-bar-left span.en {
        font-size: 1.1rem;
    }
}



@media only screen and (max-width: 767px) {
    .tab-new-graduate .en,
    .tab-career .en {
        margin-top: 0;
    }
} */

.section-application .required {
    color: #b0c8ea;
}

.section-intro .intro-ttl-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 61px;
    padding: 0;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .section-intro .intro-ttl-en {
        font-size: 31px;
        padding: 0;
    }
}

.section-intro .intro-ttl-jp {
    font-size: 21px;
    padding: 0 0 3em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .section-intro .intro-ttl-jp {
        font-size: 11px;
        padding: 0 0 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-tel .headline__title,
    .section-mail .headline__title {
        margin-bottom: 1em;
    }
    .section-intro .lead {
        padding: 0 0 30px;
    }
}

.section-recruit p {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .section-recruit p {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .figure-recruit {
        display: flex;
        justify-content: center;
        margin: 20px 0 20px;
    }
    .figure-recruit img:first-child {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-application .mailform th,
    .section-application .mailform td {
        font-size: 1.4rem;
        padding: .5em 1em;
    }
    .section-application .mailform th {
        padding-bottom: 0;
    }
    .section-application .mailform td {
        display: block;
    }
    .section-application .mailform tr {
        border-top: none;
    }
    .section-recruit figure {
        margin: 0 auto;
        width: 55%;
    }
    .section-recruit figure a {
        display: block;
        margin-bottom: 10px;
    }
    .section-recruit figure img {
        width: 100%;
    }
    .section-mail .headline .lead {
        padding: 10px 0;
    }
    .section-mail .mailform table {
        width: 100%;
    }
    .section-mail .mailform td {
        display: block;
        padding: 10px 10px 15px;
    }
    .section-mail .mailform th {
        padding-left: 10px;
    }
    .section-mail .mailform tr {
        border-top: none;
    }
    .section-mail .mailform .post {
        display: flex;
        align-items: center;
    }
    .section-mail .mailform .post:not(input[type='text']) {
        padding-bottom: 0;
    }
    .section-mail .mailform .post input[type='text'] {
        margin: .5em 1em;
        width: 45%;
    }
    .section-external .content {
        padding: 0 0 55px;
    }
}

.confirm .section-intro .intro-ttl-en {
    font-size: 21px;
    padding: 0;
    text-align: center;
}

.confirm .section-intro .intro-ttl-jp {
    font-size: 61px;
    padding: 75px 0 0;
    line-height: 1.5;
    font-weight: bold;
}

.confirm .section-intro .headline__title {
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-size: 31px;
    padding: 75px 0 0;
}

.confirm .section-intro .gothic {
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.confirm .section-intro .gothic p span {
    color: #e42121;
    margin-left: -5px;
}

.confirm .section-intro .gothic a {
    display: inline-block;
    color: #e42121;
    font-weight: bold;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .confirm .section-intro .intro-ttl-jp {
        font-size: 31px;
        padding: 50px 0 0;
        line-height: 1.5;
        font-weight: bold;
    }
    .confirm .section-intro .intro-ttl-en {
        font-size: 11px;
        padding: 0;
        text-align: center;
    }
    .confirm .section-intro .headline__title {
        font-size: 19px;
        padding: 50px 0 0;
    }
    .confirm .section-intro .gothic {
        padding-top: 30px;
    }
    .confirm .section-intro .gothic a {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-new-graduate .ja,
    .tab-new-graduate .en,
    .tab-career .ja,
    .tab-career .en {
        float: none;
    }
    .main-wrapper .page-bar-left span.ja,
    .main-wrapper .page-bar-left span.en {
        text-align: center;
        margin-right: 0;
    }
    .btn-form button {
        width: 240px;
        padding: 22px 0;
    }
    .main-wrapper {
        margin-bottom: 0;
    }
    .section-external .btns {
        display: block;
        width: 75%;
        margin: 0 auto;
    }
    .section-external .btns li {
        margin: 0 2em 1em;
    }
    .section-external .btns img {
        width: 100%;
    }
    .section-external .txt {
        letter-spacing: 0.05em;
    }
}

.mail-confirm .section-intro{
    text-align: center;
    padding: 5em 0;

}
.mail-confirm .confirm__buttons  {
    margin: 4em 0 2em;
}
.mail-confirm .confirm__buttons .form__button {
    font-size: 1.8rem;
    color: #fff;
    background-color: #999;
    border: none;
    font-family: inherit;
    display: block;
    margin: 0 auto;
}


.mail-confirm .page-desc {
    color: #e42121;
}

.mail-confirm .error__lead {
    margin: 0 0 3em;
}

.mail-confirm .error_messe {
    color: #e42121;
    padding: 1em 0;
}

.mail-confirm .lead span {
    color: #e42121;
}

.mail-confirm .formTable {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;

}
.mail-confirm .confirm__inner {
    padding: 5em 0 2em;

}

.mail-confirm .formTable th,
.mail-confirm .formTable td {
    padding: 1em;
}

.mail-confirm .formTable tr {
    border-bottom: 1px dotted #ccc;
}


.mail-confirm .confirm__buttons .form__button.form__button--submit {
    background-color: #e42121;
}


@media (min-width: 768px) {
    .mail-confirm .confirm__buttons .form__button {
        width: 320px;
    padding: 26px 0;

    }
    .mail-confirm  .submit-in  {
        display: flex;
        justify-content: center;
    }
.mail-confirm .confirm__buttons .form__button {
    margin: 0 20px;
}
}
@media (max-width: 767px) {
    .mail-confirm .headline__title {
        padding: 2em 0;
    }
    .mail-confirm .confirm__buttons .form__button {
        width: 100%;
        padding: 1em 0;
        margin: 10px 0;
    }

    .mail-confirm .confirm__content {
        padding: 0;
    }
    .mail-confirm table,
    .mail-confirm tbody,
    .mail-confirm thead,
    .mail-confirm th,
    .mail-confirm td,
    .mail-confirm tr {
        display: block;
    }

    .mail-confirm .formTable th {
        padding-bottom: 0;
    }

    .mail-confirm .section-intro .lead {
        text-align: left;
    }

    .mail-confirm .confirm__inner {
        padding: 3em 5%;

    }
}


.section-intro .thanks .lead p{
    margin: 3em 0;

}
@media (max-width: 767px) {
    .section-intro .thanks .lead p{
        text-align: left;
    }
    .section-intro .thanks .lead p br {
        display: none;
    }
    .section-intro  .thanks .lead {
        padding-bottom: 5em;
    }
}

.section-intro .thanks .lead  a {
    background-color: #0C1828;
    color: #fff;
    padding: 1em 3em;
    margin-top: 2em;
    display: inline-block;
}
