@charset "shift_jis";
@charset "shift_jis";

/* CSS Document */


/****************************************************************************
	body��{�ݒ�
*****************************************************************************/

body {
    /*    color: #4d4d4d;*/
    color: #000;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    background: #fafafa;
    background-image: url(../img/common/head_back.jpg);
    background-repeat: repeat-x;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

h2,
h3,
h4 {
    text-align: center;
}

img[src$=".svg"] {
    width: 100%;
}

strong {
    font-weight: bold;
}

.orange {
    color: #F15A24;
}

.border_g {
    padding: 10px 2%;
    border: 1px solid #9C9C9C;
}

.list_icon li {
    padding-left: 30px;
    line-height: 1.8;
    background: url(../img/contents/check_icon.svg) left 0px center no-repeat;
    background-size: 20px 13px;
}

.pc_display {
    display: block;
}

.sp_display {
    display: none;
}

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

    .sp_display {
        display: block;
    }
}

/*	����
----------------------------------------------------------------------------*/
.style_bold {
    font-weight: bold;
}

.mar_bottom80 {
    margin-bottom: 30px;
}

.mar_top20 {
    margin-top: 20px;
}

.mar_top30 {
    margin-top: 30px;
}

.mar_top80 {
    margin-top: 80px;
}

.center {
    text-align: center;
}

/*�������낦*/

.clear {
    clear: both;
    overflow: hidden;
    margin: 30px auto;
}

#img_head {
    padding: 2px 0;
    text-align: center;
    margin: 20px auto;
    background-image: url(../img/common/img_head_back.jpg);
    background-repeat: repeat-x;
}

#img_head hr {
    height: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
}

#img_head img {
    width: 1200px;
    height: auto;
}

.space {
    letter-spacing: normal;
}

.bnr_jirei-top {
    position: fixed;
    top: 40px;
    margin-left: 980px;
}

/****************************************************************************
	�z�[���ݒ�
*****************************************************************************/

#main {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.inquire {
    background-image: url(../img/common/inquire.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 205px 0 0 390px;
    margin: 30px auto;
    background-size: contain;
    background-position: center;
}

/*�@���l���
----------------------------------------------------------*/
#recruit img {
    width: 100%;
}

#recruit img[src$=".svg"] {
    width: 100%;
}

#recruit .title {
    color: #0BAF49;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 30px auto;
    text-align: center;
    border-bottom: none;
    width: auto;
    height: auto;
}

#recruit .title2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 30px auto;
    text-align: center;
    border-bottom: none;
    width: auto;
    height: auto;
}

#recruit .title3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 30px;
}

#recruit .title4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 30px auto;
    text-align: center;
    border-bottom: none;
    width: auto;
    height: auto;
}

#recruit .title5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 30px auto;
    text-align: center;
}

#recruit .title6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 30px auto;
    text-align: center;
}

@media screen and (max-width:768px) {
    #recruit .title {
        font-size: 24px;
    }

    #recruit .title2 {
        font-size: 6vw;
    }

    #recruit .title3 {
        margin-top: 30px;
        text-align: center;
    }

    #recruit .title5 {
        font-size: 5vw;
    }
}

#recruit .box_green {
    margin: 30px auto 0;
    width: 94%;
}

#recruit .box_green>li {
    position: relative;
    border: 2px solid #0BAF49;
    margin-bottom: 20px;
}

#recruit .box_green>li:last-child {
    border: 2px solid #0BAF49;
    margin-bottom: 0;
}

#recruit .box_green>li .head {
    background-color: #0BAF49;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 2%;
}

#recruit .box_green li .content {
    padding: 10px 2%;
    text-align: left;
}

#recruit .font_green {
    color: #32AF49;
    font-weight: 700;
}

#recruit .font_bold {
    font-weight: 700;
}

#recruit .item_box {
    margin: 30px auto 30px;
    padding-bottom: 30px;
    float: none;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    #recruit .item_box {
        width: 94%;
    }
}

#recruit .item_box_end {
    margin-bottom: 20px;
}

#recruit .item_box2 {
    border: none;
    margin: 30px auto 30px;
    padding-bottom: 30px;
    float: none;
    width: 100%;
    height: auto;
    background-color: #fff;
}

#recruit .btn_area2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 30px auto;
}

#recruit .btn_area2 li {
    margin: 20px 0;
}

#recruit .btn_area2 li .tel {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 10px;
}

#recruit .btn_area2 li .time {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
}

@media screen and (max-width:768px) {
    #recruit .btn_area2 {
        width: 90%;
        margin: auto;
    }

    #recruit .btn_area2 li .tel {
        font-size: 4vw;
    }

    #recruit .btn_area2 li .time {
        font-size: 3vw;
    }
}

#recruit .btn_area2 li:nth-child(1) {
    width: 100%;
}

#recruit .btn_area2 li:nth-child(2) {
    width: 48%;
    max-width: 400px;
    text-align: center;
}

#recruit .btn_area2 li:nth-child(3) {
    width: 48%;
    max-width: 400px;
    text-align: center;
}

@media screen and (max-width:768px) {
    #recruit .btn_area2 li:nth-child(2) {
        width: 100%;
        max-width: none;
    }

    #recruit .btn_area2 li:nth-child(3) {
        width: 100%;
        max-width: none;
    }
}

#recruit .col_two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

#recruit .col_two li {
    width: 49%;
}

@media screen and (max-width:768px) {
    #recruit .col_two {
        margin: 0 auto;
        width: 90%;
    }

    #recruit .col_two li {
        margin: 20px auto;
        width: 100%;
    }
}

#recruit .col_two2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#recruit .col_two2 li {
    font-size: 18px;
    line-height: 1.6em;
    width: 49%;
    text-align: left;
}

@media screen and (max-width:768px) {
    #recruit .col_two2 li {
        width: 100%;
        font-size: 16px;
    }

}


#recruit .message_bg {
    background-image: url(../img/recruit/bg_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
    #recruit .message_bg {
        padding: 100px 5%;
    }
}

.img_conditions {
    padding-left: 100px;
}

@media screen and (max-width:768px) {
    .img_conditions {
        padding-left: 0px;
    }
}

#recruit .bnr_list {
    display: flex;
    flex-wrap: wrap;
}

#recruit .bnr_list li {
    margin: 10px auto;
    width: 100%;
}

#recruit .bnr_list li img {
    width: 100%;
}

@media screen and (max-width:768px) {
    #recruit .bnr_list {
        margin: auto;
        width: 100%;
    }
}

#recruit .font_red {
    color: #FF0325;
}

#recruit .box_green2 {
    border: 2px solid #0BAF49;
    margin-bottom: 20px;
    padding: 20px 2%;
}

.ma_20 {
    margin: 20px auto;
}

.mb_20 {
    margin-bottom: 20px;
}

.tlist>li {
    margin-top: 50px;
}

.item_title {
    border-left: 12px solid #0BAF49;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin: 30px auto 20px;
    padding-left: 5px;
    text-align: left;
}

.font_blue {
    color: #408AD4;
}

.list_daia>li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.list_daia>li:after {
    content: '';
    display: block;
    position: absolute;
    background: #0BAF49;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.pink_box2 {
    border: 3px solid #DA4478;
    font-size: 24px;
    font-weight: 700;
    margin: 20px auto 40px;
    padding: 20px 10px;
    text-align: center;
    width: 90%;
    max-width: 560px;
}

#recruit .compare {
    font-size: 0;
    letter-spacing: -0.4em;
}

#recruit .compare>div {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 1%;
    text-align: center;
    vertical-align: top;
    width: 48%;
}

#recruit .compare .item_green>li {
    background-color: #0BAF49;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 0;
}

#recruit .compare .item_gray>li {
    background-color: #5F5F5F;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.font_gray {
    color: #5E5E5E;
}

#recruit .list_voice>li {
    background-color: #FEFEDC;
    margin-bottom: 30px;
    padding: 20px 3%;
}

#recruit .list_voice>li .title {
    border-bottom: 1px solid #CBCBCB;
    color: #434343;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    text-align: left;
}

#recruit .list_voice>li .text {
    color: #434343;
    background-color: #FDFDDC;
    background-image: linear-gradient(transparent 26px, rgba(203, 203, 203, 1) 1px);
    background-size: 100% 1.5em;
    font-size: 18px;
    line-height: 27px;
    position: relative;
}

#recruit .list_faq li {
    border: 1px solid #0BAF49;
    margin-bottom: 20px;
}

#recruit .list_faq li .top {
    background-color: #0BAF49;
    font-size: 0;
    letter-spacing: -0.4em;
    padding: 10px 2%;
}

#recruit .list_faq li .top>div {
    display: inline-block;
    font-size: 20px;
    letter-spacing: normal;
    vertical-align: top;
}

#recruit .list_faq li .top .icon {
    margin-right: 2%;
    width: 4%;
}

#recruit .list_faq li .top .text {
    color: #fff;
    width: 94%;
}

#recruit .list_faq li .bottom {
    background-color: #FEFEDC;
    font-size: 0;
    letter-spacing: -0.4em;
    padding: 10px 2%;
}

#recruit .list_faq li .bottom>div {
    display: inline-block;
    font-size: 20px;
    letter-spacing: normal;
    vertical-align: top;
}

#recruit .list_faq li .bottom .icon {
    margin-right: 2%;
    width: 4%;
}

#recruit .list_faq li .bottom .text {
    width: 94%;
}

#recruit .box_green2 .case {
    background-color: #0BAF49;
    color: #fff;
    display: inline;
    padding: 0 10px;
}

#recruit .box_green2 .caption {
    border-bottom: 2px solid #CBCBCB;
    color: #02AE4B;
    font-size: 30px;
    margin: 10px auto;
    padding-bottom: 10px;
}

@media screen and (max-width:768px) {
    #recruit .box_green2 .caption {
        font-size: 24px;
    }
}

#recruit .box_green2 .action {
    font-size: 0;
    letter-spacing: -0.4em;
}

#recruit .box_green2 .action li {
    margin-bottom: 10px;
}

#recruit .box_green2 .action li>div {
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    vertical-align: top;
}

#recruit .box_green2 .action .time {
    color: #02AE4B;
    font-size: 16px;
    font-weight: bold;
    width: 14%;
}

#recruit .box_green2 .action .text {
    width: 86%;
}

#recruit .bg_yellow {
    background-color: #FEFEDC;
    margin-top: 50px;
    padding: 30px 3% 10px;
    position: relative;
}

#recruit .bg_yellow .bg_title {
    background-color: #0BAF49;
    color: #fff;
    display: inline;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 3%;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 55%;
}

@media screen and (max-width:768px) {
    #recruit .bg_yellow .bg_title {
        font-size: 22px;
        width: 80%;
    }
}


#recruit .font_emp {
    font-size: 20px;
    font-weight: 700;
}

#recruit .font_emp2 {
    font-size: 20px;
}

@media screen and (max-width:768px) {
    #recruit .font_emp2 {
        font-size: 16px;
    }
}

/*--- ���l�����e�ύX 20190819 --*/
#recruit {
    font-size: 16px;
    line-height: 30px;
}

#recruit .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#recruit .memo {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #f00;
}

#recruit .memo2 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #f00;
}

#recruit ul.memo2>li {
    position: relative;
    display: inline-block;
}

#recruit ul.memo2 li::before {
    content: "�E";
}

#recruit .pay th {
    vertical-align: top;
}

#recruit .align {
    position: relative;
    display: inline-block;
    width: 7em;
}

#recruit .align::before {
    content: "�F";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

#recruit .fukidashi {
    position: absolute;
    top: -1em;
    right: -1em;
    background: #fff;
    border: 2px solid #0BAF49;
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    #recruit .fukidashi {
        margin: 10px auto;
        position: static;
        width: 90%;
    }
}

#recruit .fukidashi p {
    padding: 2em 3em;
    font-size: 15px;
    line-height: 1.6;
    color: #0baf49;
    text-align: center;
    font-weight: bold;
}

#recruit .imasugu {
    display: inline-block;
    max-width: 284px;
    height: auto;
    margin: 2em auto .5em;
}

#recruit .form_button {
    background: #FF6817;
    border-radius: 50px;
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 20px;
    position: relative;
    text-align: center;
}

#recruit .form_button:hover {
    text-decoration: none;
}

#recruit .form_button .arrow_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 30px;
    height: 30px;
}

#recruit .merit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#recruit .merit li {
    position: relative;
    width: 90%;
    margin-bottom: 40px;
    padding: 20px 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0CAF49;
    line-height: 1.6;
    color: #fff;
}

@media screen and (max-width:768px) {
    #recruit .merit li {
        width: 100%;
    }
}

#recruit .merit li::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 90px solid #0BAF49;
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
    margin: auto;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
}

@media screen and (max-width:768px) {
    #recruit .merit li::after {
        content: none;
    }
}

#recruit .merit li>img.merit_image {
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    #recruit .merit li>img.merit_image {
        width: 100px;
        height: 100px;
    }
}

#recruit .merit li>img.no {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transform: translate(20%, -40%);
    transform: translate(20%, -40%);
}

#recruit .merit li .text {
    width: calc(100% - 180px);
    margin-left: 5px;
}

@media screen and (max-width:768px) {
    #recruit .merit li .text {
        width: calc(100% - 130px);
    }
}

#recruit .merit li .title {
    margin: 0 auto .5em;
    line-height: 1.4;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
}

@media screen and (max-width:768px) {
    #recruit .merit li .title {
        font-size: 20px;
        line-height: 1.6em;
        height: auto;
    }
}

/*--- ���lform 20190819 --*/

#recruit_form_table {
    width: 100%;
    font-size: 14px;
    border: 1px solid #404040;
    line-height: 1.2;
    text-align: left;
}

#recruit_form_table tr {
    border-bottom: 1px solid #404040;
}

#recruit_form_table tr th,
#recruit_form_table tr td {
    padding: 1em;
    vertical-align: top;
}

#recruit_form_table tr th {
    background: #edf2e6;
    border-right: 1px solid #404040;
}

#recruit_form_table tr td {
    background: #fff;
}

#recruit_form_table tr td dl dt {
    margin-bottom: .5em;
}

#recruit_form_table tr td dl dd {
    margin-bottom: .5em;
}

#recruit_form_table .select_area {
    margin-right: 1em;
}

#recruit_form_table input,
#recruit_form_table select,
#recruit_form_table textarea {
    width: auto;
    padding: .5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#recruit_form_table textarea {
    width: 100%;
}

#recruit_form_table input[type="radio"],
#recruit_form_table input[type="checkbox"],
#recruit_form_table select {
    margin-right: .5em;
}

#recruit_form_table label {
    margin-right: 1em;
}

#recruit #submit_btn {
    border: 0;
    width: 218px;
    height: 40px;
    margin: 20px 0 20px 0;
    background: url(../img/inquire/send.jpg) no-repeat;
    cursor: pointer;
}

#recruit_form_table .select_area input {
    margin-right: 10px;
    width: 60px;
}

.btn_area {
    margin: 20px auto;
    width: 80%;
}


.head_title {
    background-color: #254269;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
    .head_title {
        font-size: 5vw;
        padding: 20px 1%;
    }
}

.accordion {
    background-color: #F0F0F0;
    padding: 20px 5%;
    margin: 0 auto;
    width: 100%;
}

.accordion .option {
    position: relative;
}

.accordion .option .toggle {
    display: none;
}

.accordion .option .aco_title,
.accordion .option .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.accordion .option .aco_title {
    background-color: #0BAF49;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px;
    text-align: left;
}

@media screen and (max-width:768px) {
    .accordion .option .aco_title {
        font-size: 18px;
    }
}

.accordion .option .aco_title:hover {
    cursor: pointer;
}

.accordion .option .aco_title img {
    margin-right: 20px;
    max-width: 48px;
    height: 48px;
}

@media screen and (max-width:768px) {
    .accordion .option .aco_title img {
        margin-right: 10px;
        max-width: 24px;
        height: 24px;
    }
}

.accordion .option .aco_title ::after,
.accordion .option .aco_title ::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    transition: all 0.3s;
}

.accordion .option .aco_title::after {
    transform: rotate(90deg);
}

.accordion .option .content {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
}

.accordion .option .content p {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: left;
    padding: 20px 10px;
}

@media screen and (max-width:768px) {
    .accordion .option .content p {
        font-size: 16px;
        font-weight: 300;
    }
}

.accordion .option .content p img {
    margin-right: 20px;
    max-width: 48px;
    height: 48px;
}

@media screen and (max-width:768px) {
    .accordion .option .content p img {
        margin-right: 10px;
        max-width: 24px;
        height: 24px;
    }
}

.toggle:checked+.aco_title+.content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked+.aco_title::before {
    transform: rotate(90deg) !important;
}

.step_list li {
    display: flex;
    align-items: center;
    margin: 10px auto;
}

.step_list li .left {
    background-color: #0BAF49;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 2%;
    text-align: center;
    width: 12%;
    position: relative;
}

.step_list li .left::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid #0BAF49;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    margin: auto;
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
}

.step_list li .right {
    background-color: #F0F0F0;
    color: #000;
    font-size: 18px;
    padding: 15px 8%;
    width: 88%;
    height: 90px;
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px) {
    .step_list li .left {
        font-size: 13px;
        width: 15%;
    }

    .step_list li .left::after {
        border-left: 20px solid #0BAF49;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        right: -20px;
    }

    .step_list li .right {
        font-size: 15px;
        padding: 15px 10px 15px 25px;
        width: 85%;
        height: 90px;
        line-height: 1.4em;
    }
}

#recruit .flow_list li {
    background-color: #F0F0F0;
    padding: 50px 30px 30px;
    position: relative;
}

@media screen and (max-width:768px) {
    #recruit .flow_list li {
        margin: 20px auto;
    }
}

#recruit .flow_list li::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #fff;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px;
    z-index: 1;
}

#recruit .flow_list li::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #F0F0F0;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px;
    z-index: 2;
}

#recruit .flow_list .end::before,
#recruit .flow_list .end::after {
    display: none;
}

#recruit .flow_list li .flow_title {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

#recruit .flow_list li .two_col {
    display: flex;
    flex-wrap: wrap;
}

#recruit .flow_list li .two_col .left {
    width: 34%;
}

#recruit .flow_list li .two_col .right {
    background-color: #FAFAFA;
    font-size: 18px;
    line-height: 1.8em;
    padding: 15px 20px;
    width: 66%;
}

@media screen and (max-width:768px) {
    #recruit .flow_list li .two_col .left {
        width: 100%;
    }

    #recruit .flow_list li .two_col .right {
        font-size: 16px;
        width: 100%;
        text-align: left;
    }

}

#recruit .box_green .two_col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#recruit .box_green .two_col .left {
    width: 45%;
}

#recruit .box_green .two_col .right {
    font-size: 18px;
    font-weight: 400;
    width: 55%;
}

@media screen and (max-width:768px) {
    #recruit .box_green .two_col .left {
        padding: 30px;
        width: 100%;
        order: 1;
    }

    #recruit .box_green .two_col .right {
        font-size: 16px;
        padding: 0 10px 10px;
        width: 100%;
        order: 2;
    }

}