@charset "utf-8";
:root {
    --black: #333;
    --main: #6B579E;
    --back: #F8F7FC;
    --blue: #2249A9;
    --font-family-mid:"regular", sans-serif;
    --font-family-bold:"bold", sans-serif;
} 
.font15 {
    font-size: 1.5rem;
}
.font16 {
    font-size: 1.6rem;
}
.font18 {
    font-size: 1.8rem;
}
.font20 {
    font-size: 2rem;
}
.font23 {
    font-size: 2.3rem;
}
.font25 {
    font-size: 2.5rem;
}
.font26 {
    font-size: 2.6rem;
}
.font30 {
    font-size: 3rem;
}
.font36 {
    font-size: 3.6rem !important;
}
.back {
    background-color: var(--back);
}
.padd80 {
    padding: 80px 0;
}
/* ============================
メンバー一覧、メンバー詳細 PC
============================ */

.new_members::after {
    content: " ";
    width: 31%;
}
.new_members {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new_member {
    width: 31%;
    margin-bottom: 30px;
    background-color: #e8e8eb;
}
.new_member a {
    position: relative;
}
.deco_text {
    position: absolute;
    top: 33px;
    right: -20px;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    transform: rotate(-90deg);
    font-family: "semi", sans-serif;
}
.new_member_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(75, 75, 75, 0.4);
    width: 100%;
    padding: 5px 10px;
}
.new_member_text .position{
    color: #fff;
    font-size: 1.5rem;
}
.new_member_text .name{
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}
.new_member_text .name_en{
    color: #fff;
    font-size: 1.5rem;
    font-family: "semi", sans-serif;
}
.new_member_img {
    top: 3px;
    position: relative;
}
.new_member_img img {
    filter: brightness(0.7);
    transition: 0.4s;
}
.new_member_img img:hover {
    filter: brightness(0.9);
    transition: 0.4s;
}
.new_member_detail_flex {
    display: flex;
    justify-content: space-between;
}
.new_member_detail_left {
    width: 30%;
}
.new_member_detail_right {
    width: 66%;
}
.new_member_detail_right .position {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.new_member_detail_right .name {
    font-weight: bold;
    font-size: 2rem;
}
.new_member_detail_right .name span {
    font-family: "semi", sans-serif;
    font-size: 1.6rem;
}
.member_comment {
    font-size: 1.6rem;
    line-height: 1.8em;
}
.new_profile h2 {
    font-size: 2.3rem;
    text-align: center;
    font-family: "semi", sans-serif;
    margin: 80px auto 60px;
}
.profile_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: baseline;
}
.profile_items_left {
    font-size: 1.6rem;
    border-bottom: 1px solid #333333;
    width: 30%;
    padding-bottom: 10px;
    font-weight: bold;
}
.profile_items_right {
    font-size: 1.6rem;
    border-bottom: 1px solid #C9C9C9;
    width: 65%;
    padding-bottom: 10px;
}
.profile_items_right.new_book {
    display: flex;
    align-items: end;
    position: relative;
    top: 5px;
    justify-content: space-between;
}
.book_img {
    max-width: 120px;
}
.book_link {
    width: calc(100% - 140px);
}
.book_link a {
    word-wrap: break-word;
    text-decoration: underline;
}
.rich a {
    display: inline;
    text-decoration: underline;
}
.rich a:hover {
    text-decoration: none;
}
/* ============================
会社概要 PC
============================ */
#company_yumi .representative {
    color: var(--main);
    font-weight: bold;
}
#company_yumi {
    background-color: var(--back);
}
#service {
    margin-top: 60px;
}
/* ============================
リクルート PC
============================ */
.recruit_form {
    padding: 80px 0;
}
.recruit_form h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 40px;
}
.recruit_form span {
    font-weight: bold;
    font-size: 1.6rem;
}
.recruit_form span.hisu {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    font-size: 1.4rem;
}
.recruit_form .wpcf7-form-control {
    width: 100%;
    background-color: #F5F8FB;
    border: none;
    margin: 20px 0;
    font-size: 1.5rem;
    padding: 10px;
}
.recruit_form .wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--main);
    color: #fff;
    max-width: 250px;
    margin: 40px auto 0;
    display: block;
    cursor: pointer;
}
.recruit_form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #3c305a;
}
.recruit_form .wpcf7 input[type="file"] {
    cursor: pointer;
    padding: 50px;
}
.recruit_form p {
    font-size: 1.5rem;
}
.re_fv {
    margin-top: 15px;
}
.qa-1, .qa-2 {
    background-color: var(--main);
    margin-bottom: 20px;
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 20px 30px 50px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
}
.re_main_h2 {
    color: #fff;
}
.qa-1 summary::after {
    width: 100px;
    margin-left: 10px;
    content: url('../img/recruit/ar.svg');
    transition: transform .5s;
    transform: scale(1, -1);
}

.qa-1[open] summary::after {
    transform: scale(1, 1);
}
.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.value {
    padding: 80px 0;
}
.re_main_h3 {
    text-align: center;
    margin-bottom: 50px;
}
.value img {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.slide_co {
    padding-bottom: 60px;
}
.slide_co p {
    font-weight: bold;
    color: var(--main);
    margin-bottom: 50px;
}
.slide_co p span {
    color: #333;
}
.slide_co_wrap iframe {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    min-height: 569px;
}
.recruit_note_link_text {
    margin-bottom: 60px;
    border: 2px solid var(--main);
    padding: 40px;
    border-radius: 10px;
}
.recruit_note_link_text p {
    font-size: 1.8rem;
    text-align: center;
}
.recruit_note_link_text p.bold {
    font-size: 2rem;
}
.recruit_note_link_text ul {
    padding-left: 1.5em;
    margin: 20px auto;
    width: 410px;
}
.recruit_note_link_text ul li {
    list-style-type: disc;
    font-size: 1.8rem;
}
.recruit_note_link_text a {
    font-size: 1.8rem;
    background-color: var(--main);
    color: #fff;
    font-weight: bold;
    width: 80%;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 25px auto 0;
    display: block;
}
.recruit_note_link_text a:hover {
   background-color: #3c305a;
}
.recruit_work {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.recruit_work .left {
    width: 30%;
}
.recruit_work .right {
    width: 68%;
    line-height: 3em;
}
.recruit_sonota {
    padding: 30px;
    margin: 50px auto;
}
.recruit_sonota_flex {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}
.recruit_sonota_flex .left {
    width: 20%;
}
.recruit_sonota_flex .right {
    width: 75%;
    line-height: 3em;
}
.recruit_sonota_flex .bold {
    font-weight: bold;
    margin-top: 5px;
}
.recruit_sonota_flex a {
    font-weight: bold;
    margin-top: 10px;
    color: var(--main);
    text-decoration: underline;
}
.recruit_works2 {
    border: 5px solid #6b579e6d;
    border-radius: 10px;
    padding: 30px;
    margin: 50px auto;
}
.recruit_works2 p {
    margin-top: 20px;
    line-height: 2em;
}
.recruit_works2 p span {
    font-weight: bold;
}
.recruit_works2.recruit_works3 {
    background-color: var(--back);
}
.recruit_works2.recruit_works3 p {
    margin-top: 0px;
}
.recruit_works2.recruit_works3 p span {
    color: #FF0000;
}
.recruit_important {
    display: flex;
    gap: 0 50px;
    margin-left: 50px;
    align-items: center;
}
.recruit_important .left {
    width: 100px;
}
.recruit_important h3 {
    background: linear-gradient(transparent 50%, #ffff00 30%);
}
.recruit_sales {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}
.recruit_sales .left {
    width: 40%;
}
.recruit_sales .right {
    width: 57%;
}
.recruit_name_container {
    padding-top: 80px;
}
.recruit_name_container p, .recruit_name_container h3 {
    text-align: center;
}
.recruit_name {
    font-weight: bold;
}
.recruit_name_en {
    font-weight: bold;
    color: var(--main);
    font-family: "semi", sans-serif;
}
.recruit_name_container h3 {
    margin-top: 20px;
    padding-bottom: 120px;
}
.recruit1_inner {
    background-color: #fff;
}
.recruit1_inner .movie {
    text-align: center;
    margin-top: -80px;
}
.recruit1_inner .movie iframe {
    max-width: 100%;
    height: 315px;
    width: 560px;
}
.interview {
    margin: 60px auto;
}
.interview_content {
    margin: 40px 0;
}
.interview h3 {
    color: var(--main);
    border-bottom: 2px solid var(--main);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.qa-2 h2 {
    color: #fff;
    margin: 0 auto;
}
.qa-2 summary::after {
    transform: scale(0.5, -0.5) !important;
    position: absolute;
    right: 10px;
}
.qa-2[open] summary::after {
    transform: scale(0.5, 0.5) !important;
}
.qa-2 {
    background-color: #fff;
}
.qa-2 summary {
    width: 80%;
    background-color: var(--main);
    margin: 0 auto;
    padding: 15px;
}
.back.employee {
    margin-top: 80px;
}

.job_life, .job_style, .job_type, .job_benefit {
    padding: 80px 0;
}
.job_life .negative_m, .job_style .negative_m, .job_type .negative_m {
    margin-top: -30px;
    text-align: center;
}
.job_life_flex {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    position: relative;
    gap: 0 30px;
}
.job_life_flex .left, .job_life_flex .right {
    width: 37%;
    background-color: var(--back);
    text-align: center;
    padding-bottom: 30px;
}
.job_life_flex .left img, .job_life_flex .right img {
    width: 35%;
    text-align: center;
    margin: -50px auto 10px;
}
.job_life_flex .left p, .job_life_flex .right p {
    margin-top: 15px;
}
.job_life_flex .center {
    width: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.job_style_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
.job_style_item {
    width: calc(50% - 30px);
    background-color: #fff;
    padding: 20px;
    line-height: 3em;
}
.job_style_item h4 {
    text-align: center;
}
.job_style_item img {
    width: 30%;
    margin: 20px auto 20px;
}
.job_type_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--main);
    padding: 50px 0;
}
.job_type_item .left {
    width: 40%;
}
.job_type_item .right {
    width: 52%;
}
.job_type_item .right p.font18 {
    display: inline-block;
    background-color: var(--main);
    color: #fff;
    font-weight: bold;
    font-family: "semi", sans-serif;
    padding: 5px 40px;
}
.job_type_item .right p.font16 {
    line-height: 2em;
}
.job_type_item .right h4 {
    margin: 15px 0 20px;
}
.job_type_item.last_item {
    border: none;
}
.job_benefit_items {
    border-top: 1px dashed var(--main);
    display: flex;
    flex-wrap: wrap;
}
.job_benefit_item {
    display: flex;
    justify-content: center;
    border-right: 1px dashed var(--main);
    border-bottom: 1px dashed var(--main);
    width: 50%;
    align-items: center;
    padding: 50px 0;
    gap: 0 40px;
}
.job_benefit_item.even {
    border-right: none;
}
.job_benefit_item p {
    text-align: center;
    font-weight: bold;
}
.job_benefit_item .left {
    width: 30%;
}
.job_benefit_item .right {
    width: 40%;
}
.footer_contact.recruit {
    margin-top: -20px;
}
/* ============================
ページネーションのリンク調整
============================ */
.prev-next{
    font-size: 1.8rem; 
    font-weight: bold;
    color: #7e74b1; 
        padding: 5px 10px;
    text-decoration: none;
}
.next.page-numbers:hover,
.prev.page-numbers:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.page-numbers:not(.prev):not(.next) {
    display: none;
}

/* ============================
seminar PC
============================ */
.page_seminar_fv {
    background-image: url(../img/seminar/seminar3.jpg);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 100px 0 0;
}
.page_seminar_fv_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.page_seminar_fv_flex .left {
    padding-bottom: 50px;
}
.page_seminar_fv_flex .right {
    width: 40%;
    position: relative;
}
.page_seminar_fv_top {
    display: flex;
    align-items: center;
}
.page_seminar_fv_flex .seminar_text01 {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    top: -5px;
 }
.page_seminar_fv_flex .seminar_text02 {
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    top: -5px;
}
.page_seminar_fv_flex .seminar_text02 span{
    color: #FF0000;
    font-size: 2.8rem;
    background: linear-gradient(transparent 70%, #FED200 50%);
}
.page_seminar_fv_top p {
    font-weight: bold;
    color: var(--blue);
}
.limited_local {
    display: inline-block;
    background-color: var(--blue);
    font-weight: bold;
    padding: 3px;
    width: 173px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
}
.page_seminar_fv_flex h2 {
    color: var(--blue);
    font-family: serif;
}
.page_seminar_fv_flex h2 span {
    font-size: 4.8rem;
}
.page_seminar_fv_text {
    margin: 10px 0 20px;
}
.page_seminar_fv_flex .satisfaction {
    max-width: 390px;
}
.page_seminar_fv_flex .right .lecturer {
    position: absolute;
    bottom: 50px;
    right: -30px;
    background-color: rgba(107, 87, 158, 0.6);
    padding: 10px 20px;
    border-radius: 5px;
}
.page_seminar_fv_flex .right .lecturer p {
    color: #fff;
}
.seminar_cta {
    background-image: url(../img/seminar/seminar5.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.seminar_cta_text {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.seminar_cta_innner {
    background-color: #fff;
    display: flex;
    margin-top: 50px;
    position: relative;
    padding: 25px 5%;
    justify-content: center;
    border-radius: 5px;
    gap: 0 40px;
}
.seminar_cta .free {
    position: absolute;
    top: -65px;
    left: -40px;
    width: 110px;
}
.seminar_cta_btn_y {
    background-color: #FED200;
    width: 48%;
    max-width: 375px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #00000040;
    text-align: center;
    padding: 15px 0;
    position: relative;
}
.seminar_cta_btn_y a {
    font-weight: bold;
    padding-top: 4px;
}
.seminar_cta_btn_b {
    background-color: #4E608B;
    width: 48%;
    max-width: 375px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 2px 4px 0 #00000040;
}
.seminar_cta_btn_b .font23 {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
}
.seminar_cta_btn_b img {
    width: 20px;
}
.seminar_cta_btn_b .font15 {
    color: #fff;
}
.seminar_cta_btn_b:hover, .seminar_cta_btn_y:hover {
    filter: brightness(1.1);
}
.container800 {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}
.seminar_solution_flex {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
}
.seminar_solution_flex .left {
    width: 40%;
}
.seminar_solution_flex .right {
    padding-top: 20px;
    width: 57%;
}
.seminar_solution_flex .right ul {
    margin-top: 20px;
}
.seminar_solution_flex .right ul li {
    display: flex;
    margin-bottom: 10px;
}
.seminar_solution_flex .right ul li img {
    width: 20px;
    margin-right: 10px;
}
.seminar_solution_flex .right ul li p {
    font-weight: bold;
}F
.seminar_solution_flex span {
    color: var(--blue);
}
.seminar_h2 {
    text-align: center;
    margin-bottom: 50px;
}
.back_b {
    background-color: #F5F8FB;
}
.seminar_content_flex {
    display: flex;
    margin-bottom: 30px;
}
.seminar_content_flex .left p {
    background-color: var(--blue);
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.seminar_content_flex.last_child {
    margin-bottom: 0;
}
.seminar_content_flex .left span {
    font-size: 2rem;
}
.seminar_content_flex .left {
    width: 160px;
    position: relative;
    overflow: hidden;
}
.seminar_content_flex .right {
    width: calc(100% - 160px);
}
.seminar_content_flex .right p {
    background-color: #fff;
    box-shadow: 0px 2px 2px #00000025;
    padding: 9px 20px;
}
.seminar_content_flex .right p span {
    color: var(--blue);
    font-weight: bold;
}
.seminar_content_flex_wrap .line_bb {
    background-color: var(--blue);
    opacity: 0.4;
    width: 100px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 30px;
}
.seminar_content_flex_wrap {
    position: relative;
    overflow: hidden;
}
.seminar_record_flex {
    display: flex;
    border-bottom: 1px dashed #000000;
    padding: 20px;
}
.seminar_record_flex .left p {
    font-size: 4rem;
    font-weight: bold;
    width: 100px;
    text-align: center;
}
.seminar_record_flex .right {
    display: flex;
    align-items: center;
}
.seminar_record_flex .right span {
    color: var(--blue);
    font-weight: bold;
}
.seminar_info h2 {
    background-color: var(--blue);
    color: #fff;
    font-size: 2.6rem;
    padding: 20px;
}
.seminar_info_box {
    background-color: #F5F8FB;
    padding: 25px;
    margin-bottom: 50px;
}
.lecturer_area {
    background-image: url(../img/seminar/back2.jpg);
    background-size: cover;
    background-position: center center;
    padding: 20px 0 0;
}
.lecturer_area_flex {
    display: flex;
    justify-content: space-between;
}
.lecturer_area_flex .left {
    width: 63%;
    padding-top: 40px;
}
.lecturer_area_flex .left p {
    color: #fff;
}
.lecturer_area_flex .left p.font16 {
    margin-top: 40px;
}
.lecturer_area_flex .right {
    width: 30%;
    position: relative;
    left: -11%;
}
.bold {
    font-weight: bold;
}
.seminar_info_box_flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}
.seminar_info_box_flex .left {
    width: 160px;
    background-image: url(../img/seminar/info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.seminar_info_box_flex .left p {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 5px;
}
.seminar_info_box_flex .right {
    width: calc(100% - 180px);
    border-bottom: 2px dashed var(--blue);
    padding-bottom: 3px;
}
.seminar_info a:hover {
    opacity: 0.7;
}
/* header {
    background-color: #fff;
    box-shadow: 0px 1px 3px #00000042;
}
.gmenu ul li a, #menu-pc-menu ul.sub-menu li a {
    color: #000000;
}
#menu-pc-menu ul.sub-menu {
    background-color: #fff;
} */
@media screen and (max-width:1000px) {
    .lecturer_area_flex .right {
        left: -5%;
    }
    .lecturer_area_flex .left {
        padding-top: 20px;
    }
    .lecturer_area_flex .left p.font16 {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .lecturer_area_flex {
        align-items: end;
    }
}
@media screen and (max-width:900px) {
    .page_seminar_fv_flex h2 span {
        font-size: 4rem;
    }
    .page_seminar_fv_top .font30 {
        font-size: 2.4rem;
    }
    .page_seminar_fv_flex .right {
        width: 45%;
    }
}


@media screen and (max-width:768px) {
    .font16 {
        font-size: 1.5rem;
    }
    .font18 {
        font-size: 1.6rem;
    }
    .font20 {
        font-size: 1.8rem;
    }
    .font23 {
        font-size: 1.9rem;
    }
    .font25 {
        font-size: 2rem;
    }
    .font26 {
        font-size: 2rem;
    }
    .font30 {
        font-size: 2.1em;
    }
    .font36 {
        font-size: 2.2rem !important;
    }
    .padd80 {
        padding: 40px 0;
    }
    /* ============================
    メンバー一覧、メンバー詳細 SP
    ============================ */
    .new_members {
        display: block;
    }
    .new_member {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .new_member_detail_flex {
        display: block;
    }
    .new_member_detail_left {
        max-width: 300px;
        width: 100%;
        margin: 0 auto 10px;
    }
    .new_member_detail_right {
        width: 100%;
    }
    .new_profile h2 {
        margin: 40px auto 30px;
    }
    .profile_items {
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
        align-items: baseline;
    }
    .profile_items_left {
        width: 100%;
    }
    .profile_items_right {
        width: 100%;
        border-bottom: none;
    }
    .book_link {
        width: 70%;
        font-size: 1.5rem;
    }
    .book_img {
        max-width: inherit;
        width: 25%;
    }

    /* ============================
    会社概要 SP
    ============================ */
    #service {
        margin-top: 30px;
    }
    /* ============================
    リクルート SP
    ============================ */
    .recruit_form {
        padding: 30px 0;
    }
    .recruit_form h2 {
        margin-bottom: 30px;
        font-size: 2.6rem;
    }
    .qa-1 summary {
        padding: 20px 10px 20px 20px;
    }  
    .qa-1 summary::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('../img/recruit/ar.svg');
        background-size: cover;
        background-repeat: no-repeat;
        margin:10px 0 0 0;
    }    
    .value {
        padding: 30px 0;
    }
    .re_main_h3 {
        margin-bottom: 20px;
    }
    .slide_co {
        padding-bottom: 30px;
    }
    .slide_co p {
        margin-bottom: 30px;
    }
    .slide_co_wrap iframe {
        min-height: 200px;
        height: 60vw;
    }
    .recruit_note_link_text {
        margin-bottom: 30px;
        padding: 20px;
    }
    .recruit_note_link_text p {
        font-size: 1.6rem;
    }
    .recruit_note_link_text p.bold {
        font-size: 1.8rem;
    }
    .recruit_note_link_text ul {
        padding-left: 1.5em;
        margin: 20px auto;
        width: 100%;
    }
    .recruit_note_link_text ul li {
        list-style-type: disc;
        font-size: 1.6rem;
    }
    .recruit_note_link_text a {
        font-size: 1.6rem;
        width: 100%;
    }
    .recruit_work {
        display: block;
        margin-top: 30px;
    }
    .recruit_work .left {
        width: 100%;
    }
    .recruit_work .right {
        width: 100%;
    }
    .recruit_sonota {
        padding: 30px;
        margin: 50px auto;
    }
    .recruit_sonota_flex {
        display: block;
        margin-top:20px;
    }
    .recruit_sonota_flex .left {
        width: 200px;
        margin: 0 auto 10px;
    }
    .recruit_sonota_flex .right {
        width: 100%;
    }
    .recruit_works2 {
        margin: 30px auto;
    }
    .recruit_important {
        gap: 0 10px;
        margin-left: 0px;
    }
    .recruit_important .left {
        width: 60px;
    }
    .recruit_important h3 {
        display: inline;
    }
    .recruit_sales {
        display: block;
        padding: 30px 0;
    }
    .recruit_sales .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .recruit_sales .right {
        width: 100%;
    }
    .recruit_name_container {
        padding-top: 30px;
    }
    .recruit_name_container h3 {
        margin-top: 10px;
        padding-bottom: 100px;
    }
    .recruit1_inner .movie {
        margin-top: -80px;
    }
    .recruit1_inner .movie iframe {
        height: 60vw;
        width: 100%;
        min-height: 200px;
    }
    .interview {
        margin: 0px auto;
    }
    .interview_content {
        margin: 20px 0;
    }
    .qa-2 summary::after {
        transform: scale(1, -1) !important;
        position: absolute;
        right: 10px;
    }
    .qa-2[open] summary::after {
        transform: scale(1, 1) !important;
    }
    .back.employee {
        margin-top: 30px;
    }
    
    .job_life, .job_style, .job_type, .job_benefit {
        padding: 30px 0;
    }
    .job_life .negative_m, .job_style .negative_m, .job_type .negative_m {
        margin-top: 0px;
    }
    .job_life_flex {
        gap: 0 30px;
    }
    .job_life_flex .left, .job_life_flex .right {
        width: 50%;
        padding-bottom: 20px;
    }
    .job_life_flex .left img, .job_life_flex .right img {
        width: 60px;
        margin: -40px auto 20px;
    }
    .job_life_flex .center {
        width: 35px;
    }
    .job_style_items {
        display: block;
        margin-top: 30px;
    }
    .job_style_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .job_style_item img {
        width: 100px;
    }

    .job_type_item {
        display: block;
        padding: 30px 0;
    }
    .job_type_item .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .job_type_item .right {
        width: 100%;
    }
    .job_type_item .right p.font18 {
        padding: 5px;
        display: block;
        text-align: center;
    }
    .job_type_item .right h4 {
        margin: 10px 0 10px;
        text-align: center;
    }
    .job_benefit_items {
        display: block;
    }
    .job_benefit_item {
        display: flex;
        border-right: none;
        width: 100%;
        padding: 50px 0;
        gap: 0 40px;
    }
/* ============================
ページネーションのリンク調整
============================ */
	.prev-next{
		font-size: 1.8rem; 
		font-weight: bold;
		color: #7e74b1; 
		 padding: 5px 10px;
		text-decoration: none;
	}
	.next.page-numbers:hover,
	.prev.page-numbers:hover {
	  text-decoration: underline;
	  opacity: 0.8;
    }
	.page-numbers:not(.prev):not(.next) {
      display: none;
    }

/* ============================
seminar SP
============================ */
    .page_seminar_fv_top .font30 {
        font-size: 2.4rem !important;
    }
    .page_seminar_fv {
        background-position: center center;
        padding: 0 0 0;
    }
    .page_seminar_fv_flex {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
    .page_seminar_fv_flex .left {
        width: 100%;
        padding-bottom: 20px;
    }
    .page_seminar_fv_flex .right {
        width: 100%;
    }
    .page_seminar_fv_flex .right img {
        width: 160px;
        margin: -35px 0 0 auto;
        position: relative;
        right: -20px;
    }
    .page_seminar_fv_top .left {
        width: 80px;
        padding: 5px 0px 0 0;
        margin: 0 0 0 -10px;
    }
    .page_seminar_fv_top .right {
        width: calc(100% - 80px);
    }
    .limited_local {
        margin: 5px 0;
    }
    .page_seminar_fv_flex h2 span {
        font-size: 3.4rem;
    }
    .page_seminar_fv_flex .satisfaction {
        max-width: 300px;
    }
    .page_seminar_fv_flex .right .lecturer {
        bottom: 30px;
        right: inherit;
        width: 240px;
        left: 0;
        padding: 20px;
    }
    .seminar_cta {
        padding: 30px 0;
    }
    .seminar_cta_innner {
        display: block;
        margin-top: 30px;
    }
    .seminar_cta .free {
        top: -65px;
        left: -40px;
        width: 90px;
    }
    .seminar_cta_btn_y {
        width: 100%;
        max-width: 375px;
        margin: 0 auto 20px;
    }
    .seminar_cta_btn_b {
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }
    .seminar_solution_flex {
        display: block;
        padding: 30px 0;
    }
    .seminar_solution_flex .left {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .seminar_solution_flex .right {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .seminar_solution_flex .right ul li {
        align-items: flex-start;
    }
    .seminar_content_flex .left span {
        font-size: 1.6rem;
    }
    .seminar_content_flex {
        display: block;
        margin-bottom: 20px;
    }
    .seminar_content_flex_wrap .line_bb {
        display: none;
    }
    .seminar_content_flex .right {
        width: 100%;
    }
    .seminar_record_flex .left p {
        font-size: 3rem;
        width: 60px;
    }
    .seminar_record_flex {
        padding: 20px 0;
    }
    .seminar_h2 {
        margin-bottom: 30px;
    }
    .lecturer_area {
        background-position: center left;
        padding: 30px 0;
    }
    .lecturer_area_flex .left {
        width: 100%;
        padding-top: 0;
    }
    .lecturer_area_flex {
        display: block;
    }
    .lecturer_area_flex .left p.font16 {
        padding-bottom: 0;
    }
    .seminar_info h2 {
        font-size: 2rem;
    }
    .seminar_info_box_flex {
        margin-bottom: 20px;
        align-items: end;
    }
    .seminar_info_box_flex .left {
        width: 120px;
    }
    .seminar_info_box_flex .left p {
        font-size: 1.6rem;
    }
    .seminar_info_box_flex .right {
        width: calc(100% - 130px);
    }
    .seminar_info_box {
        padding: 20px 10px;
    }
    .page_seminar_fv_flex .seminar_text01 {
        top: 0px;
        padding-top: 50px;
    }	
}