@charset "UTF-8";
/*-----------------------------
リセット
---------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    overflow-x: hidden;
}

input,
textarea {
    font-size: 16px;
}

.wrapper {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .inner {
        position: relative;
        top: -50px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

img {
    vertical-align: bottom;
    /*--フルードイメージ--*/
    height: auto;
}

ul,
ol {
    list-style-type: none;
}

@media screen and (max-width: 480px) {
    body {
        margin-top: 0 !important;
        padding-top: 55px;
    }
}

/*-----------------------------
全ページ共通
---------------------------*/
.career_inner {
    max-width: 900px;
    margin: 0 auto;
}

.both_ends {
    padding: 0 0.4em;
}

.flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .flex_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .br_pc,
    .block_pc {
        display: none;
    }
}

.br_tb,
.block_tb {
    display: none;
}

@media screen and (max-width: 1024px) {
    .br_tb,
    .block_tb {
        display: block;
    }
}

.br_sp,
.block_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .br_sp,
    .block_sp {
        display: block;
    }
}

.main_wrapper {
    padding-right: 260px;
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .main_wrapper {
        margin-right: 50px;
        margin-left: 50px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .main_wrapper {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.main_wrapper .main_cont {
    padding-right: 0;
    padding-left: 0;
}

.main_cont {
    padding-right: 220px;
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .main_cont {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*-----------------------------
全ページ共通―ページタイトル
---------------------------*/
.main_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 0 !important;
    background-image: url(../img/title_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .main_title {
        width: calc(100vw - 100px);
        background-position: 35% bottom;
    }
}

@media screen and (max-width: 768px) {
    .main_title {
        width: 100%;
        height: 150px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        background-image: url(../img/title_bg_sp.jpg);
        background-position: center center;
        background-size: cover;
    }
}

.main_title h2 {
    padding-right: 230px;
    color: #fff;
    font-size: 3.6rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .main_title h2 {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .main_title h2 {
        font-size: 2.5rem;
    }
}

.main_title h2 span {
    display: block;
    padding-top: 15px;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.4em;
}

@media screen and (max-width: 768px) {
    .main_title h2 span {
        padding-top: 10px;
        font-size: 0.5em;
    }
}

*::-ms-backdrop,
.main_title {
    position: relative;
}

*::-ms-backdrop,
.main_title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

*::-ms-backdrop,
main.support .main_title h2 {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

@media screen and (max-width: 768px) {
    .title_bb {
        text-align: center;
    }
}

.title_bb h3 {
    display: inline-block;
    border-bottom: #fff 1px solid;
    font-size: 2.6rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .title_bb h3 span {
        font-size: 2.4rem;
    }
}

.topic_post {
    margin: 20px 0 10px;
    padding: 2px 1rem;
    border-radius: 5px;
    background-color: #F7F7F7;
    font-size: 1.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

.topic_post_food {
    color: #58B0FF;
}

.topic_post_child {
    color: #FFA944;
}

.topic_post_nursing {
    color: #FF81A0;
}

.topic_career {
    margin: 40px 0 10px;
    padding: 2px 1rem;
    border-radius: 5px;
    background-color: #F7F7F7;
    color: #00b470;
    font-size: 1.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .topic_career {
        margin-top: 30px;
    }
}

.main_cont h3.main_copy {
    padding-top: 50px;
    font-size: 2rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    line-height: 1.8em;
}

@media screen and (max-width: 768px) {
    .main_cont h3.main_copy {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.main_cont .main_copy {
    padding-top: 15px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .main_cont .main_copy {
        padding-top: 0;
    }
}

.primary_text {
    font-size: 1.4rem;
}

.primary_dd {
    font-size: 1.4rem;
    line-height: 2rem;
}

.primary_link {
    position: relative;
    padding-bottom: 5px;
    padding-left: 1.5rem;
    font-size: 1.4rem;
}

.primary_link::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-right: #7FE64C 2px solid;
    border-bottom: #7FE64C 2px solid;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.primary_link a {
    color: #333;
}

.primary_banner_link {
    display: inline-block;
    width: min(300px,90%);
    margin-bottom: 20px;
}

.primary_banner_link img {
    width: 100%;
}

.success_label {
    position: relative;
    margin-bottom: 35px;
    padding: 1px 20px;
    border-radius: 50px;
    background-color: #00448A;
    color: #fff;
    font-size: 1.4rem;
}

.success_label::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border: 3px solid transparent;
    border-top: 7px solid #00448A;
}

/*-----------------------------
全ページ共通―CONTACT
---------------------------*/
.contact {
    width: 100%;
    background-color: #006752;
    color: #fff;
    font-size: 1.6rem;
}

.contact .block_tb {
    display: block;
}

@media screen and (max-width: 768px) {
    .contact .block_tb {
        display: none;
    }
}

.contact_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 210px 50px 20px;
}

@media screen and (max-width: 1024px) {
    .contact_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 60px 50px 50px;
    }
}

@media screen and (max-width: 768px) {
    .contact_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 60px 20px 70px;
    }
}

.contact_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-top: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact_title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-top: 0;
    }
}

.contact_title h3 .contact_top {
    display: inline-block;
    padding: 0 1em;
    font-family: frank-new, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.4rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    .contact_title h3 .contact_top {
        padding: 0 0 10px;
        border-bottom: #fff 1px solid;
    }
}

.contact_title h3 .contact_bottom {
    display: block;
    margin-top: 5px;
    padding-top: 10px;
    border-top: #fff 1px solid;
    font-size: 1.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .contact_title h3 .contact_bottom {
        /* padding-top: 15px; */
        border-top: none;
    }
}

.contact_box {
    width: 50%;
    font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
    .contact_box {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .contact_box {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .contact_box .contact_tel.block_pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .contact_box .contact_tel.block_pc {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .contact_box .contact_tel.block_sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .contact_box .contact_tel.block_sp {
        display: block;
    }
}

.contact_box .contact_tel p:nth-of-type(1) {
    margin-bottom: 5px;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .contact_box .contact_tel p:nth-of-type(1) {
        margin-bottom: 10px;
        padding-top: 50px;
    }
}

.contact_box .contact_tel p:nth-of-type(2) {
    font-size: 1.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

.contact_box .contact_tel p:nth-of-type(2) .tel_no {
    display: inline-block;
    padding-left: 2px;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    line-height: 2.8rem;
}

.contact_box .contact_tel p:nth-of-type(2) .tel_no a {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .contact_box .contact_tel p:nth-of-type(2) .tel_no {
        font-size: 4rem;
        line-height: 4rem;
    }
}

.contact_box .contact_list {
    margin: 10px 0 15px;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .contact_box .contact_list {
        margin: 20px 0 30px;
    }
}

.contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 70%;
    padding: 10px 0;
    border-radius: 50px;
    background-color: #7FE64C;
}

@media screen and (max-width: 768px) {
    .contact_btn {
        width: 90%;
        margin: 0 auto;
        padding: 12px 0;
        font-size: 1.4rem;
    }
}

.contact_btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-right: #fff 2px solid;
    border-bottom: #fff 2px solid;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

@media screen and (max-width: 768px) {
    .contact_btn::after {
        width: 7px;
        height: 7px;
    }
}

.contact_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------
全ページ共通―CAREER INDEX
---------------------------*/
.career_nav {
    position: absolute;
    top: 350px;
    right: 0;
    width: 250px;
    padding: 30px 7px 15px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 51, 31, 0.3);
    box-shadow: 0 0 20px 1px rgba(0, 51, 31, 0.3);
    background-color: #fff;
    z-index: 1000;
}

@media screen and (max-width: 1024px) {
    .career_nav {
        position: relative;
        top: 0;
        width: 100%;
        padding: 10px 40px 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 480px) {
    .career_nav {
        padding: 10px 20px 0;
    }
}

.career_nav_pc {
    will-change: opacity;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    z-index: 9998;
}

@media screen and (max-width: 1024px) {
    .career_nav_pc {
        display: none;
    }
}

.career_nav_pc.career_nav_fadeout {
    will-change: opacity;
    -webkit-transition: opacity .3s, visibility .3s ease .3s;
    transition: opacity .3s, visibility .3s ease .3s;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1024px) {
    .career_nav_pc .career_nav {
        display: none;
    }
}

.career_nav_pc .career_nav_pc_fixed {
    position: fixed;
    top: 90px;
    overflow-x: hidden;
}

@media screen and (max-height: 785px) {
    .career_nav_pc .nav_pc_scroll {
        height: calc(100% - 155px);
        overflow: scroll;
    }
}

.career_nav_sp .career_nav,
.career_nav_sp_top .career_nav {
    display: none;
}

@media screen and (max-width: 1024px) {
    .career_nav_sp .career_nav,
    .career_nav_sp_top .career_nav {
        display: block;
    }
}

.career_nav h3 {
    color: #00B470;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .career_nav h3 {
        cursor: pointer;
        text-align: center;
    }
}

.career_nav .toggle_switch {
    padding-bottom: 10px;
}

.career_nav .toggle_switch::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 50px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #00b470 #00b470;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
    .career_nav .toggle_switch::after {
        right: 40px;
    }
}

.career_nav .toggle_switch.career_nav_open::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 50px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #00b470 #00b470 transparent transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
    .career_nav .toggle_switch.career_nav_open::after {
        right: 40px;
    }
}

.career_nav .nav_topic {
    width: 85%;
    margin: 10px 0 5px;
    padding: 1px 1em;
    border-radius: 50px;
    background-color: #00B470;
    color: #fff;
    font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
    .career_nav .nav_topic {
        width: 100%;
        font-size: 1.6rem;
    }
}

.career_nav ul {
    padding-left: 10px;
}

.career_nav ul:nth-of-type(1) {
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .career_nav ul:nth-of-type(1) {
        margin-bottom: 10px;
    }
}

.career_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 25px;
    padding: 2px 0 2px 1.2rem;
}

@media screen and (max-width: 1024px) {
    .career_nav ul li {
        height: 30px;
    }
}

.career_nav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-right: #7FE64C 2px solid;
    border-bottom: #7FE64C 2px solid;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

@media screen and (max-width: 1024px) {
    .career_nav ul li::before {
        top: -2px;
        left: 10px;
    }
}

.career_nav ul li.li_2line::before {
    top: -2px;
}

.career_nav ul li.li_2line span {
    display: block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 1rem -5px;
    transform-origin: 1rem -5px;
    background-color: transparent;
    width: 100%;
    margin-bottom: 10px;
}

.career_nav ul li a {
    position: absolute;
    top: 2px;
    left: 1.2rem;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .career_nav ul li a {
        padding-left: 18px;
        font-size: 1.4rem;
    }
}

.career_nav ul:last-of-type li {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .career_nav ul:last-of-type li {
        margin-top: 30px;
    }
}

.career_nav ul:last-of-type li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -25px;
    width: 250px;
    border-top: #7FE64C 1px solid;
}

@media screen and (max-width: 1024px) {
    .career_nav ul:last-of-type li::after {
        top: -15px;
        left: -20px;
        width: calc(100% + 40px);
    }
}

.career_nav .toggle_cont {
    display: none;
    padding-bottom: 10px;
}

.career_nav_sp,
.career_nav_sp_top {
    position: sticky;
    top: 55px;
    z-index: 1000;
}

@media screen and (max-width: 1024px) {
    .career_nav_sp,
    .career_nav_sp_top {
        top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .career_nav_sp,
    .career_nav_sp_top {
        top: 55px;
    }
}

.career_nav_sp .career_nav_opened,
.career_nav_sp_top .career_nav_opened {
    height: calc(100vh - 1px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1024px) {
    .career_nav_sp .career_nav_opened,
    .career_nav_sp_top .career_nav_opened {
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .career_nav_sp .career_nav_opened,
    .career_nav_sp_top .career_nav_opened {
        height: calc(100vh - 145px);
        padding-right: 0;
    }
}

.career_nav_sp .withTitle,
.career_nav_sp_top .withTitle {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1024px) {
    .career_nav_sp.career_nav_fixed,
    .career_nav_sp_top.career_nav_fixed {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .career_nav_sp.career_nav_fixed,
    .career_nav_sp_top.career_nav_fixed {
        position: fixed;
        top: 55px;
        left: 0;
        padding: 0;
        width: 100%;
        border-bottom: rgba(128, 128, 128, 0.1) 1px solid;
        z-index: 1000;
    }
}

.career_nav_slide {
    position: fixed;
    top: 0px;
    width: 100%;
    width: calc(100% - 101px);
    ;
    z-index: 3000;
}

@media screen and (max-width: 768px) {
    .career_nav_slide {
        top: 55px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .career_nav_slide .career_nav {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .career_nav_slide .career_nav {
        width: 100%;
    }
}

.overflowHidden {
    height: 100%;
    overflow: hidden;
}

/*-----------------------------
support.html 就職情報ページ
---------------------------*/
.support {
    background-color: #00B470;
}

.support .main_title {
    width: 100%;
    height: 60vh;
    background-image: url(../img/support_bg.jpg);
    background-position: 40% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .support .main_title {
        height: 30vh;
    }
}

@media screen and (max-width: 768px) {
    .support .main_title {
        height: 265px;
        background-image: url(../img/support_bg_sp.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.support .main_title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: 230px;
}

@media screen and (max-width: 1024px) {
    .support .main_title h2 {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .support .main_title h2 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 45px;
    }
}

.support .main_title h2 img {
    width: 60%;
}

@media screen and (max-width: 1024px) {
    .support .main_title h2 img {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .support .main_title h2 img {
        width: 60%;
    }
}

.support .main_cont {
    padding-bottom: 120px;
    padding-left: 50px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .support .main_cont {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .support .main_cont {
        text-align: justify;
        padding-bottom: 70px;
        padding-left: 0;
        overflow: hidden;
    }
}

.support .main_cont .main_copy {
    margin-bottom: 50px;
    padding: 10px 0;
    font-size: 1.4rem;
}

.support .main_cont .small_note {
    padding-top: 5px;
    font-size: 1rem;
}

.support .main_cont .title_bb h3 {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: #fff 1px solid;
    font-size: 1.9rem;
}

.support .main_cont .flex_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .support .main_cont .flex_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.support .main_cont .result {
    min-width: 226px;
    margin: 0 20px 40px;
}

@media screen and (max-width: 1024px) {
    .support .main_cont .result {
        min-width: auto;
        width: 100%;
        margin: 0 auto 40px;
    }
}

.support .main_cont .result.top_cont {
    min-width: auto;
    width: 100%;
}

.support .main_cont .result.top_cont .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.support .main_cont .result.top_cont .container .box {
    margin: 0 20px;
}

.support .main_cont .result.top_cont .percent .text {
    display: inline-block;
    margin-right: 1em;
    font-size: 2.8rem;
    font-style: normal;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    line-height: 1.5;
    text-align: right;
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    .support .main_cont .result.top_cont .percent .text {
        font-size: 2rem;
    }
}

.support .main_cont .result.top_cont .percent .normal {
    font-style: normal;
}

.support .main_cont .result .percent {
    display: inline-block;
    padding: 35px 0 5px;
    border-bottom: #7FE64C 4px solid;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 13rem;
    text-shadow: 2px 3px #7FE64C;
    line-height: 7.5rem;
}

@media screen and (max-width: 768px) {
    .support .main_cont .result .percent {
        font-size: 12rem;
        line-height: 6rem;
    }
}

.support .main_cont .result .percent .sub {
    font-size: 0.5em;
}

.support .main_cont .result .flex_box_result_text {
    padding-bottom: 5px;
    font-size: 1.9rem;
}

.support .main_cont .result .flex_box_result_text p {
    padding-top: 10px;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    line-height: 1.8rem;
}

.support .main_cont .result .flex_box_result_text .small_note {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3';
    font-weight: normal;
}

.support .main_cont .data_btn {
    position: relative;
    width: 450px;
    margin: 0 auto 15px;
    padding: 7px 0;
    border-radius: 50px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .support .main_cont .data_btn {
        width: 100%;
        margin-top: 10px;
        padding: 10px 0;
        text-align: center;
    }
}

.support .main_cont .data_btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-right: #00B470 2px solid;
    border-bottom: #00B470 2px solid;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.support .main_cont .data_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.support .main_cont .data_btn span {
    font-size: 1.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    color: #00B470;
}

.support .main_pickup {
    max-width: 1100px;
    margin: 0 auto 150px;
    padding-right: 180px;
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {
    .support .main_pickup {
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .support .main_pickup {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
}

.support .main_pickup .title_bb {
    color: #fff;
    text-align: center;
}

.support .main_pickup .title_bb h3 span {
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
}

.support .main_pickup .title_bb p {
    padding-top: 15px;
    font-size: 1.4rem;
}

.support .main_pickup .flex_container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}

.support .main_pickup .flex_box_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(calc(100% - 40px) / 3);
    border-radius: 7px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media screen and (max-width: 768px) {
    .support .main_pickup .flex_box_column {
        max-width: 500px;
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }
}

.support .main_pickup .flex_box_column:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: .9;
}

@media screen and (max-width: 768px) {
    .support .main_pickup .flex_box_column:hover {
        -webkit-transform: none;
        transform: none;
    }
}

.support .main_pickup .flex_box_column img {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.support .main_pickup .flex_box_column img:hover {
    opacity: .9;
}

.support .main_pickup .flex_box_column .pickup_text {
    padding: 35px 25px 50px;
}

.support .main_pickup .flex_box_column .pickup_text h4 {
    font-size: 1.3rem;
    color: #00B470;
    margin-bottom: 15px;
}

.support .main_pickup .flex_box_column .pickup_text h4 span {
    margin-bottom: 5px;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    font-size: 2.8rem;
}

.support .main_pickup .flex_box_column .pickup_text p {
    color: #000;
    font-size: 1.2rem;
    text-align: left;
}

.support .main_pickup *::-ms-backdrop,
.support .main_pickup .flex_box_column {
    max-width: 270px;
    width: auto;
    max-height: 380px;
    height: auto;
    margin-right: 20px;
}

.support .main_pickup *::-ms-backdrop,
.support .main_pickup .flex_box_column img {
    max-width: 270px;
    width: auto;
    max-height: 194px;
    height: auto;
}

/*-----------------------------
seminar.html 就職支援ページ
---------------------------*/
.seminar {
    background-color: #F7F7F7;
}

.seminar .main_cont {
    padding-bottom: 0;
}

.seminar .main_cont .flex_container {
    margin: 50px auto 80px;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.seminar .main_cont .flex_container .job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: calc(calc(100% - 28px) / 2);
    margin: 0 7px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job {
        width: 100%;
        margin: 0 0 20px;
        padding: 30px 20px;
    }
}

.seminar .main_cont .flex_container .job::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #00b470 #fff #fff #00b470;
}

.seminar .main_cont .flex_container .job .title_bb {
    position: relative;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job .title_bb {
        text-align: left;
    }
}

.seminar .main_cont .flex_container .job .title_bb h3 {
    margin: 35px 0;
    border-bottom-color: #00448A;
    color: #00448a;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job .title_bb h3 {
        margin-bottom: 30px;
        font-size: 2.5rem;
    }
}

.seminar .main_cont .flex_container .job .seminar_bg_01::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 60%;
    /* right: 0px; */
    width: 50%;
    padding-top: 30%;
    /* height: 120%; */
    background-image: url(../img/seminar-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 900;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job .seminar_bg_01::after {
        top: -15px;
        right: 0px;
        height: 140px;
    }
}

.seminar .main_cont .flex_container .job .seminar_bg_02::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 60%;
    /* right: -25px; */
    width: 50%;
    padding-top: 30%;
    /* height: 110%; */
    background-image: url(../img/seminar-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 900;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job .seminar_bg_02::after {
        top: 0;
        right: 0;
        height: 140%;
    }
}

.seminar .main_cont .flex_container .job_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.seminar .main_cont .flex_container .job .percent {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: #00448a;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 7rem;
    line-height: 5rem;
    z-index: 900;
}

@media screen and (max-width: 1024px) {
    .seminar .main_cont .flex_container .job .percent {
        font-size: 6rem;
    }
}

.seminar .main_cont .flex_container .job .percent .sub {
    font-style: normal;
    font-size: 0.4em;
}

.seminar .main_cont .flex_container .job .percent_02 {
    padding: 1.5rem 0px;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job .percent_02 {
        padding: 0 0 0 20px;
        text-align: left;
    }
}

.seminar .main_cont .flex_container .job_topic {
    padding: 5px 10px;
    border-radius: 50px;
    background-color: #00448a;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job_topic {
        margin-bottom: 15px;
    }
}

.seminar .main_cont .flex_container .job_text {
    margin: 30px 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .seminar .main_cont .flex_container .job_text {
        margin-top: 0;
        text-align: left;
    }
}

.seminar .main_cont .flex_container .job .small_note {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #969696;
    font-size: 1rem;
}

.seminar .main_cont .flex_container *::-ms-backdrop,
.seminar .main_cont .flex_container .job {
    width: 430px;
    height: 421px;
}

.seminar .main_flow {
    padding: 80px 260px 0 150px;
    background-color: #00B470;
}

@media screen and (max-width: 1300px) {
    .seminar .main_flow {
        padding-left: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow {
        padding: 80px 40px 0 100px;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow {
        padding: 50px 0 0 10px;
    }
}

.seminar .main_flow .title_bb {
    margin-bottom: 20px;
}

.seminar .main_flow .title_bb span {
    color: #fff;
}

.seminar .main_flow .flow_box {
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box {
        padding-left: 35px;
    }
}

.seminar .main_flow .flow_box .border {
    padding: 20px 0 0 50px;
    border-left: #7FE64C 2px dotted;
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .border {
        padding: 20px 20px 0 45px;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border {
        padding-right: 0;
        border-left-width: 3px;
    }
}

.seminar .main_flow .flow_box .border>li {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li:nth-of-type(1) {
        height: 530px;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li:nth-of-type(2) {
        height: 740px;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li:nth-of-type(3) {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li:last-of-type {
        height: 160px;
    }
}

.seminar .main_flow .flow_box .border>li .title::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 300%;
    z-index: 200;
}

@media screen and (max-width: 1300px) {
    .seminar .main_flow .flow_box .border>li .title::after {
        right: -140px;
    }
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .border>li .title::after {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li .title::after {
        top: 0;
        height: 200px;
        background-position: center top;
        background-size: cover;
    }
}

.seminar .main_flow .flow_box .border>li.flow_box-01 .title::after {
    background-image: url(../img/flow1_2.png);
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li.flow_box-01 .title::after {
        top: -30px;
        right: 10px;
        width: 60px;
    }
}

.seminar .main_flow .flow_box .border>li.flow_box-02 .title::after {
    right: -10px;
    background-image: url(../img/flow2_2.png);
}

@media screen and (max-width: 1300px) {
    .seminar .main_flow .flow_box .border>li.flow_box-02 .title::after {
        right: -140px;
    }
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .border>li.flow_box-02 .title::after {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li.flow_box-02 .title::after {
        top: -25px;
        right: -2px;
        width: 72px;
    }
}

.seminar .main_flow .flow_box .border>li.flow_box-03 .title::after {
    background-image: url(../img/flow3_2.png);
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .border>li.flow_box-03 .title::after {
        top: -15px;
        right: 10px;
        width: 50px;
    }
}

.seminar .main_flow .flow_box .border>li.flow_box-02 .container .box li .more_btn,
.seminar .main_flow .flow_box .border>li.flow_box-03 .container .box li .more_btn {
    padding-left: 5px;
}

.seminar .main_flow .flow_box .border>li:last-of-type {
    padding-top: 50px;
}

.seminar .main_flow .flow_box .border>li:first-of-type {
    margin-top: -70px;
}

.seminar .main_flow .flow_box .title {
    position: relative;
    margin-top: -50px;
    width: calc(100% - 220px);
    height: 100px;
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .title {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .title {
        position: absolute;
        width: 90%;
    }
}

.seminar .main_flow .flow_box .title .year img {
    position: absolute;
    display: inline-block;
    top: 0;
    left: -100px;
    width: 100px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .title .year img {
        left: -86px;
        width: 75px;
    }
}

.seminar .main_flow .flow_box .title h4 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-left: 20px;
    color: #fff;
    font-size: 2.3rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .title h4 {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .title h4 {
        top: 40%;
        padding-left: 0px;
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
}

.seminar .main_flow .flow_box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px;
    margin-left: 20px;
    width: calc(100% - 100px);
    -webkit-box-shadow: 0 0 10px 1px #00995e;
    box-shadow: 0 0 10px 1px #00995e;
    z-index: 500;
}

@media screen and (max-width: 1300px) {
    .seminar .main_flow .flow_box .container {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .container {
        display: block;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .container {
        position: absolute;
        top: 130px;
        left: -77px;
        width: calc(100% + 60px);
        padding: 20px;
        margin: 0 auto;
    }
}

.seminar .main_flow .flow_box .container .box {
    width: 47%;
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .container .box {
        width: 100%;
    }
}

.seminar .main_flow .flow_box .container .box li a {
    color: #333;
}

.seminar .main_flow .flow_box .container .box li .more_btn {
    display: inline;
    width: auto;
    height: 1.9rem;
    margin-bottom: 2px;
}

.seminar .main_flow .flow_box .container h5 {
    margin-bottom: 15px;
    padding-bottom: 4px;
    border-bottom: #3cb37a 1px dotted;
    color: #3cb37a;
    font-size: 1.5rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

.seminar .main_flow .flow_box .container .zentai li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 2em;
    font-size: 1.3rem;
    line-height: 2rem;
    vertical-align: bottom;
}

.seminar .main_flow .flow_box .container .zentai li::before {
    content: "";
    position: absolute;
    border: #969696 1px solid;
    top: 3px;
    left: 0;
    width: 1em;
    height: 1em;
    margin: 0 20px 0 0;
}

.seminar .main_flow .flow_box .container .zentai li::after {
    content: "\02714";
    position: absolute;
    top: -2px;
    left: 3px;
    color: #3cb37a;
    font-size: 1.5rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .container .zentai li::after {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .container .gakka {
        margin-top: 30px;
    }
}

.seminar .main_flow .flow_box .container .gakka li {
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.seminar .main_flow .flow_box .container .gakka li .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seminar .main_flow .flow_box .container .gakka li .icon .small {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 2px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    border-radius: 50%;
}

.seminar .main_flow .flow_box .container .gakka li .icon .food {
    background-color: #58B0FF;
}

.seminar .main_flow .flow_box .container .gakka li .icon .child {
    background-color: #FFA944;
}

.seminar .main_flow .flow_box .container .gakka li .icon .nursing {
    background-color: #FF81A0;
}

.seminar .main_flow .flow_box .flow_last {
    position: relative;
    padding-left: 190px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 3.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .flow_last {
        width: 100%;
        padding-left: 180px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .flow_last {
        width: 100%;
        padding-left: 66px;
        font-size: 2.5rem;
    }
}

.seminar .main_flow .flow_box .flow_last::before {
    content: "";
    position: absolute;
    bottom: -125px;
    left: 0;
    width: 20%;
    height: 250px;
    background-image: url(../img/flow4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 200;
}

@media screen and (max-width: 1024px) {
    .seminar .main_flow .flow_box .flow_last::before {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .seminar .main_flow .flow_box .flow_last::before {
        top: 0;
        left: -30px;
        width: 80px;
        height: 170px;
    }
}

.seminar .contact {
    position: relative;
    z-index: 300;
}

.seminar .seminar_modal_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
}

@media screen and (max-width: 768px) {
    .seminar .seminar_modal_box {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        height: calc(100vh - 106px);
    }
}

.seminar .seminar_modal_box .modal__bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .seminar .seminar_modal_box .modal__bg {
        background: rgba(0, 0, 0, 0.5);
    }
}

.seminar .seminar_modal_box a.js-modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .seminar .seminar_modal_box a.js-modal-close {
        top: 10px;
        right: 12px;
        width: 22px;
        height: 22px;
    }
}

.seminar .seminar_modal_box a.js-modal-close::before,
.seminar .seminar_modal_box a.js-modal-close::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #00b470;
}

@media screen and (max-width: 768px) {
    .seminar .seminar_modal_box a.js-modal-close::before,
    .seminar .seminar_modal_box a.js-modal-close::after {
        top: 10px;
        width: 20px;
    }
}

.seminar .seminar_modal_box a.js-modal-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.seminar .seminar_modal_box a.js-modal-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.seminar .seminar_modal_box .modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 550px;
    padding: 70px;
    border-radius: 10px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .seminar .seminar_modal_box .modal__content {
        width: 80%;
        padding: 40px 25px 25px;
    }
}

.seminar .seminar_modal_box .modal__content .modal__title {
    padding-bottom: 20px;
    color: #00b470;
    text-align: center;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
    font-size: 1.8rem;
}

.seminar .seminar_modal_box .modal__content .modal__text {
    font-size: 1.4rem;
    text-align: justify;
}

.seminar .seminar_modal_box .modal__content .modal__img {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

/*-----------------------------
data.html 就職実績ページ
---------------------------*/
.data {
    background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
    .data .main_title {
        margin-bottom: 15px;
    }
}

.data .tab_wrap {
    position: relative;
    padding-top: 120px;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap {
        padding-top: 20px;
    }
}

.data .tab_wrap input[name="tab_label"] {
    display: none;
}

.data .tab_wrap .tabs {
    position: absolute;
    top: 90px;
    left: 40px;
    width: calc(100% - 80px);
    height: 60px;
    border-radius: 50px;
    background-color: #D4D4D4;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tabs {
        position: relative;
        top: 20px;
        left: 0;
        width: 100%;
        height: 50px;
    }
}

.data .tab_wrap .tabs label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    height: 100%;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tabs label {
        font-size: 1.2rem;
    }
}

.data .tab_wrap .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    margin-bottom: 100px;
    padding: 80px 40px 60px;
    border-radius: 10px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content {
        margin-bottom: 50px;
        padding: 50px 20px 20px;
    }
}

.data .tab_wrap .tab_content .title_bb h3,
.data .tab_wrap .tab_content .title_bb p {
    margin-bottom: 20px;
    border-bottom-color: #00448A;
    color: #00448a;
}

.data .tab_wrap .tab_content .title_bb p {
    margin-bottom: 0;
    padding: 5px 0 0;
    font-size: 2.6rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

.data .tab_wrap .tab_content .percent {
    display: inline-block;
    padding: 60px 0 5px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    font-family: frank-new, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 10rem;
    line-height: 6.5rem;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .percent {
        padding-top: 20px;
        font-size: 9rem;
    }
}

.data .tab_wrap .tab_content .percent_food {
    border-bottom-color: #58B0FF;
    color: #58B0FF;
}

.data .tab_wrap .tab_content .percent_child {
    border-bottom-color: #FFA944;
    color: #FFA944;
}

.data .tab_wrap .tab_content .percent_nursing {
    border-bottom-color: #FF81A0;
    color: #FF81A0;
}

.data .tab_wrap .tab_content .percent .sub {
    font-size: 0.5em;
}

.data .tab_wrap .tab_content .flex_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data .tab_wrap .tab_content .flex_box_double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px auto 30px;
}

.data .tab_wrap .tab_content .flex_box_double .title_bb {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.data .tab_wrap .tab_content .flex_box_double .flex_box_column.top_cont {
    width: auto;
    margin: 20px auto 0;
}

.data .tab_wrap .tab_content .flex_box_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .flex_box_column {
        width: 100%;
    }
}

.data .tab_wrap .tab_content .flex_box_column.top_cont {
    min-width: auto;
    width: 100%;
}

.data .tab_wrap .tab_content .flex_box_column.top_cont .success_label {
    margin-bottom: 0;
}

.data .tab_wrap .tab_content .flex_box_column.top_cont .percent {
    padding-top: 20px;
}

.data .tab_wrap .tab_content .flex_box_column.top_cont .percent .text {
    display: inline-block;
    margin-right: 1em;
    font-size: 2.4rem;
    font-style: normal;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    line-height: 1.3;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .flex_box_column.top_cont .percent .text {
        font-size: 2rem;
    }
}

.data .tab_wrap .tab_content .flex_box_column.top_cont .percent .normal {
    font-style: normal;
}

.data .tab_wrap .tab_content .flex_box_column .small_note {
    display: block;
    padding-top: 10px;
    color: #969696;
    font-size: 1rem;
}

.data .tab_wrap .tab_content .flex_box_column .small_note.result {
    padding-top: 3px;
}

.data .tab_wrap .tab_content .flex_box_column img {
    width: 100%;
}

.data .tab_wrap .tab_content .flex_box_column *::-ms-backdrop,
.data .tab_wrap .tab_content .flex_box_column img {
    max-width: 410px;
    max-height: 293px;
    width: auto;
    height: auto;
}

.data .tab_wrap .tab_content .post_list {
    margin-top: 80px;
}

.data .tab_wrap .tab_content .post_list .title_bb {
    margin-bottom: 20px;
    text-align: center;
}

.data .tab_wrap .tab_content .post_list ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    column-width: 50%;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .post_list ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.data .tab_wrap .tab_content .post_list ul li {
    padding-left: 2em;
    text-indent: -1em;
    font-size: 1.2rem;
}

.data .tab_wrap .tab_content .post_list ul li::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 1rem;
    margin: 0.5em 0.5em 0 1px;
    vertical-align: middle;
}

.data .tab_wrap .tab_content .post_list ul li.last {
    text-align: center;
}

.data .tab_wrap .tab_content .post_list ul li.last::before {
    content: none;
}

.data .tab_wrap .tab_content .list_food li::before {
    border-top: #58B0FF 2px solid;
}

.data .tab_wrap .tab_content .list_child li::before {
    border-top: #ffa944 2px solid;
}

.data .tab_wrap .tab_content .list_nursing li::before {
    border-top: #ff81a0 2px solid;
}

.data .tab_wrap .tab_content .success {
    position: relative;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .success {
        margin-top: 60px;
    }
}

.data .tab_wrap .tab_content .success .flex_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.data .tab_wrap .tab_content .success .title_bb {
    margin-bottom: 10px;
    text-align: center;
}

.data .tab_wrap .tab_content .success_box {
    width: 30%;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .success_box {
        width: 100%;
        margin-bottom: 40px;
    }
}

.data .tab_wrap .tab_content .success_box .percent {
    padding-top: 0;
    font-size: 8rem;
    line-height: 5.5rem;
    font-size: 8rem;
}

.data .tab_wrap .tab_content .success_box .small_note {
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
    .data .tab_wrap .tab_content .success_box .small_note {
        padding-top: 10px;
    }
}

.data .tab_wrap .tab_content .success.bottom .title_bb {
    margin-bottom: 0;
}

.data .tab_wrap .tab_content .success.bottom .success_box {
    margin: 0 20px;
}

.data .tab_wrap .tab_content .success.bottom .success_box .success_label {
    margin-bottom: 15px;
}

.data .tab_wrap .tab_content .success.bottom .success_box .title_bb p {
    border-bottom: #FF81A0 1px solid;
    color: #FF81A0;
}

.data .tab_wrap .tab_content .annotate {
    padding-top: 40px;
    color: #969696;
    font-size: 10px;
}

.data .tab_wrap #food:checked~.tabs .tab_food {
    background-color: #58B0FF;
    -webkit-box-shadow: 2px 5px 10px 1px rgba(212, 212, 212, 0.7);
    box-shadow: 2px 5px 10px 1px rgba(212, 212, 212, 0.7);
}

.data .tab_wrap #child:checked~.tabs .tab_child {
    background-color: #FFA944;
    -webkit-box-shadow: 2px 5px 10px 1px rgba(212, 212, 212, 0.7);
    box-shadow: 2px 5px 10px 1px rgba(212, 212, 212, 0.7);
}

.data .tab_wrap #nursing:checked~.tabs .tab_nursing {
    background-color: #FF81A0;
    -webkit-box-shadow: 2px 5px 10px 1px rgba(212, 212, 212, 0.7);
    box-shadow: 2px 5px 10px 1px rgba(212, 212, 212, 0.7);
}

.data .tab_wrap #food:checked~#food_content,
.data .tab_wrap #child:checked~#child_content,
.data .tab_wrap #nursing:checked~#nursing_content {
    display: block;
}

/*-----------------------------
about.html キャリアセンターページ
---------------------------*/
.about {
    background-color: #F7F7F7;
}

.primary {
    margin: 40px 0 120px;
    padding: 50px 50px 70px;
    border-radius: 10px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .primary {
        margin-bottom: 60px;
        padding: 40px 20px 50px;
    }
}

.primary .title_bb {
    text-align: center;
}

.primary .title_bb h3 {
    border-bottom-color: #00448A;
    color: #00448A;
}

.primary_list {
    margin-top: 50px;
}

.btn_career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40%;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 50px;
    background-color: #7FE64C;
}

@media screen and (max-width: 768px) {
    .btn_career {
        width: 100%;
        height: 50px;
    }
}

.btn_career:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(126, 230, 76, 0.5);
    box-shadow: 1px 1px 10px rgba(126, 230, 76, 0.5);
}

.btn_career::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-right: #fff 2px solid;
    border-bottom: #fff 2px solid;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.btn_career a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_career span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

/*-----------------------------
link.html リンク集ページ
---------------------------*/
.link {
    background-color: #F7F7F7;
}

.link .primary {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .link .primary {
        margin-top: 10px;
    }
}

.link .primary .title_bb {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .link .primary .title_bb {
        margin-bottom: 35px;
    }
}

.link .primary .title_bb:last-of-type {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .link .primary .title_bb:last-of-type {
        margin-top: 60px;
    }
}

.link .primary_list {
    margin-top: 20px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    column-width: 50%;
}

@media screen and (max-width: 768px) {
    .link .primary_list {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/*-----------------------------
recruitment.html 求人のお願いページ
support.html卒業後の就職サポートページ
---------------------------*/
.recruitment {
    background-color: #F7F7F7;
}

.recruitment .main_cont {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .recruitment .main_cont {
        padding-bottom: 50px;
    }
}

.recruitment .primary {
    margin: 50px 0 60px;
    padding: 70px 50px 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .recruitment .primary {
        margin: 30px 0 0;
        padding: 70px 15px 30px;
    }
}

.recruitment .primary_text {
    padding: 50px 0 40px;
    font-size: 1.4rem;
    text-align: center;
}

.recruitment .primary_list {
    margin-top: 20px;
    margin-bottom: 80px;
}

.recruitment .primary_list_box {
    width: 50%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .recruitment .primary_list_box {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }
}

.recruitment .primary_list_box:nth-of-type(1) {
    position: relative;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .recruitment .primary_list_box:nth-of-type(1) {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.recruitment .primary_list_box:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
    border-right: #00448A 1px dotted;
}

@media screen and (max-width: 768px) {
    .recruitment .primary_list_box:nth-of-type(1)::after {
        top: 0;
        height: 100%;
        border-right: none;
        border-bottom: #00448a 1px dotted;
    }
}

.recruitment .primary_list_box:nth-of-type(2) {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .recruitment .primary_list_box:nth-of-type(2) {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.recruitment .primary_list_box .topic_career {
    padding-left: 0;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .recruitment .primary_list_box .topic_career {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

.recruitment .primary ul.primary_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .recruitment .primary ul.primary_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.recruitment .topic_catch {
    position: relative;
    margin: 20px 0 10px;
    padding: 2px 1rem;
    border-radius: 5px;
    background-color: #fff;
    color: #00B470;
    font-size: 1.4rem;
    font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6';
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .recruitment .topic_catch {
        margin-top: 40px;
    }
}

.recruitment .topic_catch_text {
    display: inline-block;
    padding-left: 65px;
}

.recruitment .topic_catch .catch_label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 2px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #00B470;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .recruitment .topic_catch .catch_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.recruitment.alumnus_support .primary_list {
    margin-bottom: 0;
}

.btn_download {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #7FE64C;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .btn_download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 65px;
        padding: 10px;
    }
}

.btn_download a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_download>span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .btn_download>span {
        display: block;
        padding-right: 25px;
        font-size: 1.4rem;
        line-height: 1.4em;
    }
}

.btn_download::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/download_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .btn_download::after {
        right: 15px;
        width: 1.8rem;
        height: 1.8rem;
    }
}

/*-----------------------------
intern.html インターンシップのお願いページ
---------------------------*/
.intern {
    background-color: #F7F7F7;
}

/* .intern .career_nav_fadeout {
    -webkit-transition: unset;
    transition: unset;
    opacity: 1;
    visibility: visible;
} */

.intern .primary {
    margin: 50px 0 60px;
    padding: 70px 50px 30px;
    text-align: center;
}

.intern .primary_text {
    padding: 50px 0 40px;
    font-size: 1.4rem;
    text-align: center;
}

.main_cont {
    padding-top: 60px;
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .main_cont {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 768px) {
    .intern .primary {
        margin: 30px 0 0;
        padding: 70px 15px 30px;
    }
}
/*# sourceMappingURL=style-test.css.map */