@charset "UTF-8";
/*
Theme Name: サワムラガク湘南 求人情報
Author: あそびラボ
*/
/*=======================================================
h1
=======================================================*/
.h1_wrapper {
    background-color: #f4f1df;
}
.h1_wrapper h1 {
    padding: 0 0 0 90px;
}
.h1_wrapper h1::before {
    content: "";
    background: url(../images/top/teacher_hagumi.svg) no-repeat;
    background-size: contain;
    width: 67px;
    height: 108px;
    display: block;
    position: absolute;
    left: 17px;
    top: -17px;
}
@media screen and (max-width : 750px) {
    .h1_wrapper h1::before {
        width: 53px;
        left: 6px;
        top: 5px;
    }
    .h1_wrapper h1 {
        padding: 0 35px 0 45px;
    }
}
/*=======================================================
共通
=======================================================*/
section:not(#form) {
    background-image: url(../images/top/line.png);
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.el_sec_mainTtl {
    font-size: 32px;
    font-weight: bold;
    color: #422a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.el_sec_mainTtl::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 66px;
    background: url(../images/top/tree3.png) center / contain no-repeat;
    margin-right: 75px;
}
.el_sec_mainTtl::after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 66px;
    background: url(../images/top/tree3.png) center / contain no-repeat;
    margin-left: 75px;
}
.el_txt {
    text-align: center;
    line-height: 1.66;
    margin-bottom: 30px;
}
.el_btn {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 4px;
    font-weight: bold;
}
.el_btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 11px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    right: 15px;
    top: 40px;
}
.el_triangle {
    color: #1167c0;
    text-decoration: underline;
}
.el_triangle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #1167c0;
    display: inline-block;
    margin-right: 3px;
}
@media screen and (max-width : 750px) {
    .el_btn::after {
        top: 52px;
        right: 25px;
    }
    .el_txt {
        margin-bottom: 40px;
    }
    .el_sec_mainTtl {
        font-size: 42px;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .el_triangle::before {
        border-width: 10px 0 10px 14px;
        margin-right: 15px;
    }
}
/*=======================================================
黒板（インストラクター募集中！）
=======================================================*/
#intro {
    padding-bottom: 37px;
    padding-bottom: 53px;
}
#intro .bl_blackboardUnit {
    background: url(../images/recruit/intro_bg.png) top center / contain no-repeat;
    width: 1019px;
    height: 365px;
    padding-top: 40px;
    padding-left: 52px;
    padding-right: 47px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#intro .bl_blackboad_imgWrapper {
    width: 400px;
}
#intro .bl_blackboad_imgWrapper img {
    box-shadow: 3px 2px 8px -3px #000;
}
#intro .bl_blackboard_body {
    width: 480px;
}
#intro .el_sec_mainTtl {
    margin-bottom: 33px;
}
#intro .el_sec_mainTtl::before,
#intro .el_sec_mainTtl::after {
    content: none;
}
#intro .bl_blackboard_body .el_btn {
    background: url(../images/recruit/intro_btn.png) top center / contain no-repeat;
    width: 425px;
    height: 97px;
    padding-left: 134px;
    font-size: 24px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
#intro .bl_btnUnit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 946px;
    margin-left: auto;
    margin-right: auto;
}
#intro .bl_btn {
    width: 300px;
    height: 98px;
    font-size: 23px;
    color: #3c2a10;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-left: 131px;
}
#intro .bl_btnUnit .el_btn::after {
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #3c2a10;
    top: 43px;
}
#intro .greeting .bl_btn {
    background-image: url(../images/recruit/intro_btn_greeting.png)
}
#intro .job .bl_btn {
    background-image: url(../images/recruit/intro_btn_job.png)
}
#intro .description .bl_btn {
    background-image: url(../images/recruit/intro_btn_description.png)
}
@media screen and (max-width : 750px) {
    #intro {
        padding-bottom: 86px;
    }
    #intro .bl_blackboardUnit {
        width: initial;
        display: block;
        background: url(../images/recruit/intro_bg_sp.png) top center / contain no-repeat;
        width: 631px;
        height: 761px;
        position: relative;
        padding-top: 184px;
    }
    #intro .bl_blackboad_imgWrapper {
        width: 520px;
        margin: 0 auto 33px;
    }
    #intro .el_sec_mainTtl {
        position: absolute;
        top: 63px;
        left: 0;
        right: 0;
        margin: auto;
        width: 531px;
    }
    #intro .bl_blackboard_body {
        width: 100%;
    }
    #intro .bl_blackboard_body .el_btn {
        background: url(../images/recruit/intro_btn_sp.png) top center / contain no-repeat;
        width: 527px;
        height: 121px;
        padding-left: 163px;
        font-size: 32px;
    }
    #intro .bl_btnUnit {
        display: block;
        width: initial;
        margin-left: -3px;
        margin-right: -3px;
    }
    #intro .bl_btn {
        width: 636px;
        height: 142px;
        font-size: 34px;
        padding-left: 245px;
        margin-bottom: 28px;
    }
    #intro .greeting .bl_btn {
        background-image: url(../images/recruit/intro_btn_greeting_sp.png);
    }
    #intro .job .bl_btn {
        background-image: url(../images/recruit/intro_btn_job_sp.png);
    }
    #intro .description .bl_btn {
        background-image: url(../images/recruit/intro_btn_description_sp.png);
    }
    #intro .bl_btnUnit .el_btn::after {
        border-width: 10px 0 10px 14px;
        top: 59px;
        right: 28px;
    }
}
/*=======================================================
代表挨拶
=======================================================*/
#greeting {
    background-color: #c9e7d5;
    padding-top: 69px;
    padding-bottom: 90px;
}
#greeting .bl_media {
    border-radius: 10px;
    border: 2px solid #422a0a;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 15px;
    background: #fff;
    position: relative;
}
#greeting .bl_media::after {
    content: "";
    width: 140px;
    height: 160px;
    background: url(../images/recruit/greeting_eidward.png) center / contain no-repeat;
    display: block;
    position: absolute;
    bottom: 38px;
    right: 38px;
}
#greeting .bl_media_imgWrapper {
    width: 325px;
    float: left;
    margin-right: 42px;
    margin-bottom: 25px;
}
#greeting .bl_media p {
    line-height: 1.66;
    margin-bottom: 30px;
}
#greeting .bl_media p span {
    font-weight: bold;
    color: #1167c0;
}
#greeting .el_btn {
    background: url(../images/recruit/intro_btn.png) top center / contain no-repeat;
    width: 425px;
    height: 97px;
    padding-left: 134px;
    font-size: 24px;
    color: #fff;
    margin-top: 50px;
    /*margin-bottom: 70px;*/
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width : 750px) {
    #greeting {
        padding-top: 64px;
        padding-bottom: 117px;
    }
    #greeting .bl_media {
        padding-top: 50px;
        padding-left: 41px;
        padding-right: 41px;
        padding-bottom: 8px;
    }
    #greeting .bl_media::after {
        content: none;
    }
    #greeting .bl_media_imgWrapper {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 35px;
    }
    #greeting .bl_media p {
        line-height: 1.42;
        margin-bottom: 40px;
    }
    #greeting .el_btn {
        background: url(../images/recruit/intro_btn_sp.png) top center / contain no-repeat;
        width: 527px;
        height: 121px;
        padding-left: 163px;
        font-size: 32px;
    }
}
/*=======================================================
仕事内容
=======================================================*/
#job {
    background-color: #eee4be;
    padding-top: 67px;
    padding-bottom: 86px;
}
#job .bl_jobsUnit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 63px;
}
#job .bl_jobs {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #422a0a;
    padding-top: 22px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 20px;
    width: 355px;
    flex-shrink: 0;
}
#job .bl_jobs dt {
    margin-bottom: 10px;
}
#job .bl_jobs div {
    display: flex;
}
#job .bl_jobs div dd {
    letter-spacing: 0.08em;
    font-weight: bold;
}
#job .bl_jobs div dd:first-of-type {
    margin-right: 30px;
}
#job .bl_jobsUnit .el_att {
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
}
#job .el_sec_subTtl {
    background: #3c2a10;
    padding-top: 3px;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 68px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
    margin-left: 40px;
    border-radius: 10px;
    position: relative;
}
#job .el_sec_subTtl::before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: -40px;
    background: url(../images/recruit/job_hagumi.svg) center / contain no-repeat;
    width: 87px;
    height: 87px;
}
#job .el_sec_subTtl.instructor::before {
    background: url(../images/recruit/job_hagumi2.svg) center / contain no-repeat;
}
#job .bl_mediaJobs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #422a0a;
    padding-top: 34px;
    padding-left: 27px;
    padding-right: 48px;
    padding-bottom: 35px;
    margin-bottom: 76px;
}
#job .bl_mediaJobs_imgWrapper {
    width: 325px;
}
#job .bl_mediaJobs_body {
    width: 575px;
}
#job .bl_mediaJobs_body p {
    margin-bottom: 35px;
    line-height: 1.66;
}
#job .bl_mediaJobs_body p:last-of-type {
    margin-bottom: 0;
}
#job .bl_mediaJobs_body p span {
    font-weight: bold;
    color: #1167c0;
}
#job .bl_detailUnit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -44px;
    margin-bottom: 75px;
}
#job .bl_detail {
    width: 495px;
    height: 162px;
    border-radius: 10px;
    border: 2px solid #422a0a;
    background: #fff;
}
#job .bl_detail dt {
    background: #33b666;
    height: 48px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    padding-top: 3px;
    margin-bottom: 20px;
}
#job .bl_detail dd {
    margin-left: 38px;
    margin-right: 38px;
    font-size: 17px;
    margin-bottom: 10px;
}
#job .el_btn {
    background: url(../images/recruit/intro_btn.png) top center / contain no-repeat;
    width: 425px;
    height: 97px;
    padding-left: 134px;
    font-size: 24px;
    color: #fff;
    margin-top: -37px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}
#job .bl_cardUnit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#job .bl_card {
    width: 298px;
    height: 390px;
}
#job .bl_card_imgWrapper {
    margin-bottom: 20px;
}
#job .bl_card_body {
    font-size: 17px;
    line-height: 1.53;
}
#job .el_triangle::before {
    margin-top: 20px;
}
/*ポップアップ*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px;
    position: absolute;
    top: 25%;
    width: 1000px;
    border-radius: 10px;
}
.modal__content .modal__content_imgWrapper {
    float: left;
    width: 298px;
    margin-right: 20px;
    min-width: 200px;
}
.modal__content .modal__contetn_body {}
.modal__content p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.el_close {
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3c2a10;
    height: 50px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
@media screen and (max-width : 750px) {
    #job {
        padding-bottom: 40px;
    }
    #job .bl_jobsUnit {
        width: initial;
        display: block;
    }
    #job .bl_jobs {
        padding-top: 38px;
        padding-left: 42px;
        padding-right: 42px;
        padding-bottom: 40px;
        width: 100%;
        margin-bottom: 20px;
    }
    #job .bl_jobs dt {
        margin-bottom: 32px;
    }
    #job .bl_jobs div dd:first-of-type {
        margin-right: 80px;
    }
    #job .bl_jobsUnit .el_att {
        font-size: 22px;
    }
    #job .el_sec_subTtl {
        padding-left: 0;
        font-size: 34px;
        margin-bottom: 40px;
        margin-left: 0;
        justify-content: center;
        text-align: center;
        line-height: 1.3;
        height: 80px;
    }
    #job .el_sec_subTtl::before {
        width: 112px;
        height: 112px;
    }
    #job .el_sec_subTtl.about {
        padding-left: 60px;
    }
    #job .el_sec_subTtl.detail {
        height: 105px;
    }
    #job .el_sec_subTtl.detail::before {
        top: -4px;
    }
    #job .bl_mediaJobs {
        display: block;
        padding-top: 48px;
        padding-left: 39px;
        padding-right: 39px;
        padding-bottom: 40px;
    }
    #job .bl_mediaJobs_imgWrapper {
        width: 100%;
        margin-bottom: 35px;
    }
    #job .bl_mediaJobs_body {
        width: 100%;
        padding-right: 10px;
    }
    #job .bl_detailUnit {
        display: block;
        margin-top: -50px;
    }
    #job .bl_detail {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
    #job .bl_detail dt {
        height: 67px;
        font-size: 34px;
        padding-top: 4px;
        margin-bottom: 27px;
    }
    #job .bl_detail dd {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #job .el_btn {
        background: url(../images/recruit/intro_btn_sp.png) top center / contain no-repeat;
        width: 527px;
        height: 121px;
        padding-left: 163px;
        font-size: 32px;
    }
    #job .bl_cardUnit {
        display: block;
    }
    #job .bl_card {
        width: 100%;
        height: auto;
        margin-bottom: 70px;
    }
    #job .bl_card_body {
        font-size: 28px;
        line-height: 1.42;
    }
    #job .el_triangle {
        font-size: 36px;
        display: block;
        margin-top: 20px;
    }
    #job .el_triangle::before {
        border-width: 15px 0 15px 22px;
        margin-right: 5px;
    }
    .modal__content {
        top: 150px;
        width: 670px;
    }
    .modal__content .modal__content_imgWrapper {
        display: none;
    }
    .modal__content p {
        font-size: 26px;
    }
}
/*=======================================================
募集要項
=======================================================*/
#description {
    padding-top: 62px;
    padding-bottom: 79px;
    background-color: #cee6d6;
}
#description table {
    width: 100%;
    border-top: 1px solid #3c2a10;
    border-left: 1px solid #3c2a10;
    border-right: 1px solid #3c2a10;
}
#description table th {
    text-align: left;
    background: #eee4be;
    border-bottom: 1px solid #3c2a10;
    border-right: 1px solid #3c2a10;
    width: 278px;
    padding-left: 30px;
    padding-top: 27px;
    padding-bottom: 24px;
    vertical-align: middle;
}
#description table td {
    font-size: 16px;
    background: #fff;
    padding-left: 23px;
    border-bottom: 1px solid #3c2a10;
    padding-top: 27px;
    padding-bottom: 24px;
    line-height: 1.62;
}
#description table td p {
    margin-bottom: 30px;
}
#description .el_triangle {
    font-weight: bold;
}
@media screen and (max-width : 750px) {
    #description {
        padding-bottom: 118px;
    }
    #description table tr,
    #description table th,
    #description table td {
        display: block;
    }
    #description table th {
        width: 100%;
        border-right: 0;
        font-weight: bold;
    }
    #description table td {
        font-size: 26px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    #description table td p:last-of-type {
        margin-bottom: 0;
    }
}
/*=======================================================
応募フォーム
=======================================================*/
#form {
    padding-top: 65px;
    padding-bottom: 160px;
}
#form .bl_form_intro {
    border-radius: 10px;
    border: 2px solid #55452c;
    padding-top: 32px;
    padding-left: 228px;
    padding-bottom: 32px;
    padding-right: 155px;
    width: 867px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    background: url(../images/recruit/form_hagumi.svg) center left 30px / 88px 84px no-repeat, #fff;
}
#form .bl_form_intro p {
    text-align: center;
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 15px;
}
#form .bl_form_intro ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#form .bl_form_intro ul li {
    font-size: 17px;
}
#form a {
    color: #1167c0;
    font-weight: bold;
    text-decoration: underline;
}
#form a[href^="tel:"] {
    pointer-events: none;
    font-weight: bold;
    color: initial;
    text-decoration: none;
}
#form table {
    width: 866px;
    margin-left: auto;
    margin-right: auto;
}
#form table tr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#form table .message {
    align-items: flex-start;
}
#form table th {
    width: 264px;
    text-align: left;
    display: block;
    position: relative;
}
#form th::after {
    content: "必須";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 22px;
    padding: 2px 0 0;
    background: #c04e11;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: -4px;
}
#form .date th::after,
#form .time th::after,
#form .message th::after {
    content: none;
}
#form table .message th {
    padding-top: 10px;
}
#form table td {
    display: block;
    margin-left: 99px;
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 50px;
}
/*電話番号*/
form .tel {
    width: 120px;
}
/*入力エラー*/
.mw_wp_form form .error {
    padding: 10px 0 0;
    font-size: 14px;
}
.mw_wp_form .error::before {
    content: "※";
}
/***同意するにチェックをお願いいたします***/
form .end {
    margin: 0 0 50px;
    text-align: center;
    line-height: 1.7;
}
form .end p {
    margin: 0 0 20px;
}
form .end p .att {
    font-size: 14px;
}
/*同意する*/
form .end #agree + span {
    padding: 2px 0 0;
    font-size: 21px;
    font-weight: bold;
}
form .end #agree + span::before,
form #agree:checked + span::after {
    z-index: 1;
}
form #agree:checked + span::after {
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 3px solid #3c2a10;
    border-right: 3px solid #3c2a10;
    left: 7px;
    top: -2px;
}
form .end #agree + span label {
    padding: 0 0 0 30px;
    position: relative;
    z-index: 5;
}
/*ボタン*/
form .btn {
    display: flex;
    justify-content: center;
}
form .btn button {
    width: 264px;
    height: 60px;
    padding: 3px 0 0;
    background: #3c2a10;
    border-radius: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
form .btn button.disagree {
    background: #bbb;
    pointer-events: none;
}
@media screen and (max-width : 750px) {
    #form .bl_form_intro {
        width: initial;
        padding-top: 28px;
        padding-left: 155px;
        padding-bottom: 32px;
        padding-right: 10px;
        margin-bottom: 50px;
    }
    #form .bl_form_intro p {
        text-align: left;
        font-size: 22px;
        line-height: 1.81;
        margin-bottom: 10px;
    }
    #form .bl_form_intro ul {
        display: block;
    }
    #form .bl_form_intro ul li {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #form .bl_form_intro ul li:last-of-type {
        margin-bottom: 0;
    }
    #form a[href^="tel:"] {
        pointer-events: initial;
    }
    #form table {
        width: initial;
    }
    #form table tr {
        display: block;
    }
    #form table td {
        margin-left: 0;
    }
    #form table th {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
    }
    #form th::after {
        width: 63px;
        height: 28px;
        margin: 0 0 0 20px;
        font-size: 18px;
        position: initial;
    }
    #form .end p .att {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #form .end p .att::before {
        position: initial;
    }
    #form .end #agree + span {
        font-size: 30px;
    }
    #form .end #agree + span::before,
    #form #agree:checked + span::after {
        width: 29px;
        height: 29px;
        left: -10px;
    }
    #form #agree:checked + span::after {
        width: 11px;
        height: 15px;
        left: 0px;
        top: -4px;
    }
    #form .btn button {
        width: 304px;
        height: 80px;
        padding: 2px 0 0;
        font-size: 31px;
    }
    .mw_wp_form form .error {
        font-size: 24px;
    }
    #form th .att {
        font-size: 19px;
        margin: 0 0 0 10px;
    }
}
