/* -----------------
 common
----------------- */

body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
}

.main {
    background-color: #F0F0F0;
    font-size: 15px;
    color: #222;
}

.btnApplyWrap {
    width: 546px;
    margin: 60px auto 0;
}
.btnApply_link {
    display: block;
    position: relative;
    width: 546px;
    border-radius: 45px;
    background: linear-gradient(to right, #FF8D0A, #E60000);
    background-position: 0% 50%;
    background-size: 200% auto;
    box-shadow: 0px 2px 15px 0px rgba(0, 10, 10, 0.3);
    transition: all 0.3s ease-out;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 300ms 0s ease;
}
.btnApply_link:hover {
    color: #fff;
    background-position: 100% 51%;
    box-shadow: 0px 2px 15px 0px rgba(10, 10, 10, 0.5);
}
.btnApply_link_inner {
    display: block;
    height: 55px;
    padding-top: 35px;
    background-image: url("img/icon_arrow_white.png");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: right 40px center;
}
.btnApply_balloon {
    display: flex;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    position: absolute;
    min-width: 260px;
    padding: 10px;
    border-radius: 5px;
    background-color: #222;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.btnApply_balloon::before {
    position: absolute;
    bottom: -7px;
    width: 20px;
    height: 10px;
    background-color: #222;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.btnApply_txt {
    display: block;
    font-weight: bold;
    font-size: 24px;
}

.txt_note {
    font-size: 11px !important;
    font-weight: normal !important;
    color: #888 !important;
}
.txt_noteList {
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 1.2;
    color: #888 !important;
}
.txt_noteList_item {
    display: block;
    position: relative;
}
.txt_noteList_item_icon {
    display: block;
    position: absolute;
    top: 0;
}
.txt_noteList_item_numTxt {
    display: block;
    padding-left: 1.5em;
}
.txt_noteList_item_txt {
    display: block;
    padding-left: 1em;
}

.inline_block {
    display: inline-block;
    white-space: nowrap;
}

/* -- sp -- */
@media (max-width: 767px) {
    .main {
        font-size: 14px;
    }

    .br_sp-none {
        display: none;
    }

    .btnApplyWrap { 
        width: 100%;
        margin: 50px auto 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .btnApply_link {
        display: block;
        position: relative;
        width: 100%;
        border-radius: 35px;
    }
    .btnApply_link_inner {
        display: block;
        height: 45px;
        padding: 25px 15px 0 0;
        background-size: 30px 30px;
        background-position: right 15px center;
    }
    .btnApply_balloon {
        top: -25px;
        min-width: 230px;
        font-size: 14px;
    }
    .btnApply_balloon::before {
        bottom: -5px;
    }
    .btnApply_txt {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }
}
/* -- SP（360以下） -- */
@media (max-width: 360px) {
    .btnApply_link_inner {
        padding: 25px 0 0;
        background-image: none;
    }
}

/* -----------------
 hero
----------------- */

.hero {
    position: relative;
    background-color: #fff;
}
.hero_inner {
    z-index: 2;
    position: relative;
    min-height: 584px;
    background-image: url("img/hero_bg1.png"), url("img/hero_bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 680px 584px, 94px 108px;
    background-position: right 0px top 0px, left 0 bottom 0;
}
@media (max-width:1200px) {
    .hero_inner {
        background-position: left 510px top 0px, left 0 bottom 0;
    }
}
.hero_innerIn {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 40px 0;
}
.hero_ttl_txt img {
 width: 451px;
 height: auto;
}
.hero_ttl_logo {
    display: block;
    margin-top: 30px;
}
.hero_point {
    display: flex;
    flex-direction: row;
    width: 546px;
    margin-top: 50px;
}
.hero_point_dl {
    flex-basis: 152px;
    padding: 0 12px 8px;
    background-image: url("img/icon_brackets1-1.png"), url("img/icon_brackets1-2.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, 20px 20px;
    background-position: left 0 top 0, right 0 bottom 0;
    background-color: rgba(255,255,255,0.7);
}
.hero_point_dt {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #E63200;
}
.hero_point_dt_num {
    display: block;
    margin: -20px 0 5px;
}
.hero_point_dt_note {
    position: absolute;
    top: 20px;
    right: 0;
}
.hero_point_dd {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 8px;
}
.hero_btnApply {
    z-index: 1;
    position: relative;
    top: -10px;
    height: 116px;
    padding: 24px 0 0;
    background-image: url("img/hero_apply_bg.png");
    background-repeat: no-repeat;
    background-size: 1980px 140px;
    background-position: left 44px top 0;
}
.hero_btnApply_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}
.hero_note {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px 20px;
}


/* tablet */
@media (max-width: 960px) {
    .hero_inner {
        min-height: 544px;
        background-size: 52% auto, 8% auto;
        background-position: right 0 top 0, left 0 bottom 0;
    }
    .hero_innerIn {
        margin: 0 auto;
        padding: 80px 40px 0;
    }
}

/* -- sp -- */
@media (max-width: 767px) {
    .hero {
        padding-bottom: 20px;
    }
    .hero_inner {
        min-height: auto;
        background-size: 58% auto, 8% auto;
        background-position: right 0 top 0, left -0 bottom 0;
    }
    .hero_innerIn {
        margin: 0 auto;
        padding: 50px 20px 30px;
    }
    .hero_ttl_txt img {
        width: 60%;
        height: auto;
    }
    .hero_ttl_logo {
        display: block;
        width: 75%;
        height: auto;
        margin: 10% auto 0;
    }
    .hero_point {
        display: block;
        width: auto;
        margin-top: 20px;
    }
    .hero_point_dl {
        padding: 10px 10px 10px 34px;
        background-size: 15px 15px, 15px 15px;
        background-position: left 0 top 0, right 0 bottom 0;
        background-color: transparent;
    }
    .hero_point_dt {
        font-weight: bold;
        font-size: 16px;
        text-align: left;
    }
    .hero_point_dt_num {
        display: block;
        position: absolute;
        top: 0;
        left: -24px;
        margin: 0 0 5px;
    }
    .hero_point_dt_num img {
        width: 16px;
        height: auto;
    }
    .hero_point_dt_note {
        position: relative;
        top: 0;
    }
    .hero_point_dd {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 4px;
    }
    .hero_btnApply {
        top: -30px;
        height: 90px;
        margin-top: 20px;
        padding: 20px 0 0;
        background-position: left -20px top 0;
    }
    .hero_btnApply_inner {
        padding: 0 20px;
    }
    .hero_note {
        margin: -10px 0 0;
        padding: 0 20px;
    } 
}

/* -----------------
 reason
----------------- */

.reason {
    padding: 0 20px 80px;
    background-image: url("img/bg_contents-l.png"), url("img/bg_contents-r.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 1582px 1582px, 1582px 1582px;
    background-position: left -1000px bottom -200px, right -1000px top -300px;
}
.reason_inner {
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 60px 50px 50px;
    border-radius: 10px;
    background-color: #fff;
}
.reason_ttl {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    color: #E63200;
}
.reason_group {
    margin-top: 40px;
}
.reason_group_ttl {
    position: relative;
    min-height: 52px;
    padding: 12px 0 0 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
.reason_group_ttl-multi {
    padding-top: 0;
}
.reason_item_ttl_num {
    position: absolute;
    top: 0;
    left: 0;
}
.reason_itemWrap {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.reason_item {
    width: calc((100% - 40px) / 2);
    padding: 25px;
    border-radius: 5px;
    border: 8px solid #F0F0F0;
}
.reason_item_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.reason_item_ttl_pointNum {
    font-size: 38px;
    color: #E63200;
}
.reason_item_ttl_pointNum_sub {
    font-size: 24px;
}
.reason_item_ttl_pointTxt {
    font-size: 29px;
    color: #E63200;
}
@media (max-width:1100px) {
    .reason_item_ttl_pointNum,
    .reason_item_ttl_pointTxt {
       display: block;
    }
}
.reason_item_cont {
    margin-top: 20px;
}
.reason_item_cont_img {
    text-align: center;
}
.reason_item_cont_img img {
    max-width: 458px;
    width: 100%;
    height: auto;
}
.reason_item_cont_txt {
    margin-top: 10px;
    line-height: 1.6;
}
.reason_item_cont_note {
    margin-top: 10px;
}
.reason_listItemWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}
.reason_listItem {
    width: calc((100% - 40px) / 3);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 8px solid #F0F0F0;
}
.reason_listItem_inner {
    position: relative;
    padding-left: 20%;
}
.reason_listItem_ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.reason_listItem_ttl_sub {
    font-size: 13px;
}
@media (max-width:1125px) {
    .reason_listItem_ttl_sub {
        display: block;
    }
}
.reason_listItem_ttl_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 16%;
}
.reason_listItem_ttl_img img {
    width: 100%;
    height: auto;
}
.reason_listItem_point {
    margin-top: 5px;
    font-weight: bold;
    line-height: 1.2;
    color: #E63200;
}
.reason_listItem_point_emNum {
    font-size: 32px;
}
.reason_listItem_point_emTxt {
    font-size: 26px;
}
.reason_listItem_point_note {
    display: inline-block;
}
.reason_listItem_txt {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
}
.reason_listItem_point_vertical {
    font-size: 12px;
    writing-mode: vertical-rl;
}
.reason_group_note {
    margin-top: 20px;
}

/* tablet */
@media (max-width: 960px) {
    .reason_inner {
        padding: 50px 40px 40px;
    }
    .reason_item {
        padding: 20px;
    }
    .reason_listItemWrap {
        gap: 10px;
        margin-top: 15px;
    }
    .reason_listItem {
        width: calc((100% - 20px) / 3);
    }
    .reason_listItem_inner {
        padding-left: 0;
    }
    .reason_listItem_ttl {
        font-size: 18px;
        text-align: center;
    }
    .reason_item_ttl_pointNum {
        font-size: 34px;
    }
    .reason_item_ttl_pointNum_sub {
        font-size: 22px;
    }
    .reason_item_ttl_pointTxt {
        font-size: 28px;
    }
    .reason_listItem_ttl_img {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .reason_listItem_ttl_img img {
        width: 50px;
    }
    .reason_listItem_point {
        text-align: center;
    }
    .reason_listItem_point_emNum {
        font-size: 30px;
    }
    .reason_listItem_point_emTxt {
        font-size: 24px;
    }
}

/* -- sp -- */
@media (max-width: 767px) {
    .reason {
        padding: 0 10px 40px;
        background-size: 1000px 1000px, 1000px 1000px;
        background-position: left -700px bottom -200px, right -700px top -100px;
    }
    .reason_inner {
        margin: 20px auto 0;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .reason_ttl {
        font-size: 26px;
    }
    .reason_group {
        margin-top: 30px;
    }
    .reason_group_ttl {
        position: relative;
        min-height: 44px;
        padding: 0 0 0 30px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
    }
    .reason_group_ttl-multi {
        padding-top: auto;
    }
    .reason_item_ttl_num img {
        width: 18px;
        height: auto;
    }
    .reason_listItem_ttl_sub {
        display: inline-block;
    }
    .reason_itemWrap {
        display: block;
    }
    .reason_item {
        width: 100%;
        margin-top: 10px;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 6px solid #F0F0F0;
    }
    .reason_item:first-child {
        margin-top: 0;
    }
    .reason_item_ttl {
        font-size: 16px;
    }
    .reason_item_ttl_pointNum {
        font-size: 30px;
    }
    .reason_item_ttl_pointNum_sub {
        font-size: 16px;
    }
    .reason_item_ttl_pointTxt {
        font-size: 24px;
    }
    .reason_item_cont {
        margin-top: 10px;
    }
    .reason_item_cont_img img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }
    .reason_listItemWrap {
        display: block;
        margin-top: 15px;
    }
    .reason_listItem {
        width: 100%;
        margin-top: 10px;
        padding: 15px;
        box-sizing: border-box;
        border: 6px solid #F0F0F0;
    }
    .reason_listItem:first-child {
        margin-top: 0;
    }
    .reason_listItem_inner {
        position: relative;
        padding-left: 60px;
    }
    .reason_listItem_ttl {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        text-align: left;
    }
    .reason_listItem_ttl_sub {
        font-size: 13px;
    }
    .reason_listItem_ttl_img {
        position: absolute;
        width: 48px;
    }
    .reason_listItem_ttl_img img {
        width: 100%;
        height: auto;
    }
    .reason_listItem_point {
        text-align: left;
    }
    .reason_listItem_point_emNum {
        font-size: 26px;
    }
    .reason_listItem_point_emTxt {
        font-size: 20px;
    }
    .reason_listItem_point_vertical {
        font-size: 10px;
    }
    .reason_group_note {
        margin-top: 15px;
    }
}

/* -----------------
 voice
----------------- */

.voice {
    background-image: url("img/voice_bg.png");
    background-repeat: no-repeat;
    background-size: 2000px 993px;
    background-position: center top;
}
.voice_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 50px;
    color: #fff;
}
.voice_ttl {
    font-size: 40px;
    font-weight: bold;
}
.voice_item_ttl {
    position: relative;
}
.voice_item_ttlWrap {
    display: block;
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
    font-weight: bold;
    line-height: 1.3;
}
.voice_item_ttl_year {
    display: block;
    font-size: 14px;
}
.voice_item_ttl_txt {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}
.voice_itemWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.voice_item {
    width: calc((100% - 40px) / 3);
}
.voice_item_img img {
    width: 100%;
    height: auto;
}
.voice_item_cont {
    margin-top: 10px;
    line-height: 1.6;
}

/* tablet */
@media (max-width: 960px) {
    .voice_item_ttl_year {
        font-size: 12px;
    }
    .voice_item_ttl_txt {
        font-size: 16px;
    }
}

/* -- sp -- */
@media (max-width: 767px) {
    .voice {
        background-size: 3000px 1490px;
    }
    .voice_inner {
        padding: 40px 20px;
        color: #fff;
    }
    .voice_ttl {
        font-size: 26px;
    }
    .voice_item {
        padding: 15px 0;
    }
    .voice_item:first-child {
        margin-top: 20px;
    }
    .voice_itemWrap {
        display: block;
        margin-top: 0;
    }
    .voice_item {
        width: 100%;
    }
    .voice_item_ttl {
        display: flex;
        gap: 15px;
        flex-direction: row-reverse;
        align-items: center;
    }
    .voice_item_ttlWrap {
        position: relative;
        bottom: 0;
        width: calc(100% - 120px);
        padding: 0;
    }
    .voice_item_ttl_year {
        font-size: 13px;
    }
    .voice_item_ttl_txt {
        margin-top: 5px;
        font-size: 16px;
    }
    .voice_item_img {
        width: 100px;
    }
    .voice_item_img img {
        width: 100px;
        height: auto;
    }
    .voice_item_cont {
        margin-top: 10px;
        line-height: 1.6;
    }
}   

/* -----------------
 flow
----------------- */

.flow {
    padding: 80px 20px 0;
    background-image: url("img/bg_contents-r.png");
    background-repeat: no-repeat;
    background-size: 1582px 1582px;
    background-position: right -1000px top -150px;
}
.flow_inner {
    max-width: 1180px;
    margin: 0 auto;
}
.flow_ttl {
    font-size: 40px;
    font-weight: bold;
}
.flow_about {
    max-width: 1080px;
    margin: 30px auto 0;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
}
.flow_about_ttl {
    font-size: 30px;
    font-weight: bold;
}
.flow_about_boxWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.flow_about_box {
    width: calc((100% - 40px) / 2);
}
.flow_about_box:first-child {
    padding-right: 20px;
    border-right: 1px solid #222;
    box-sizing: border-box;
}
.flow_about_box_txt {
    line-height: 1.6;   
}
.flow_about_box_txt_img {
    display: block;
    text-align: center;
}
.flow_about_reco {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    background: #F0F0F0;
}
.flow_about_reco_ttl {
    padding: 14px 0 8px 56px;
    background-image: url("img/flow_icon1.png");
    background-repeat: no-repeat;
    background-size: 48px 48px;
    background-position: left center;
    font-size: 20px;
    font-weight: bold;
    color: #E63200;
}
.flow_about_reco_list {
    margin-top: 10px;
    line-height: 1.3;
}
.flow_about_reco_list_item {
    position: relative;
    margin-top: 5px;
    padding-left: 1em;
}
.flow_about_reco_list_item::before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.flow_about_qa_ttl {
    position: relative;
    padding: 10px 0 10px 40px;
    background-image: url("img/flow_icon2.png");
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    font-size: 20px;
    font-weight: bold;
}
.flow_about_qa_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: calc(100% - 20px);
    border-bottom: 1px dotted #222;
}
.flow_about_qa_ttl_txt {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    background-color: #fff;
}
.flow_about_qa {
    margin-top: 15px;
    line-height: 1.7;
}
.flow_about_qa_q,
.flow_about_qa_a {
    position: relative;
    min-height: 55px;
    padding: 5px 0 0 90px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: left top;
}
.flow_about_qa_q {
    margin-top: 25px;
    background-image: url("img/flow_icon3_q.png");
}
.flow_about_qa_a {
    margin-top: 10px;
    background-image: url("img/flow_icon3_a.png");
}
.flow_about_qa_mark {
    position: absolute;
    top: 5px;
    left: 70px;
}
.flow_about_qa_line {
    min-height: 42px;
    padding-top: 18px;
}
.flow_about_qa_line .flow_about_qa_mark {
    top: 18px;
}
.flow_about_step img {
    width: 100%;
    height: auto;
}

/* tablet */
@media (max-width: 960px) {
    .flow_about {
        padding: 40px;
    }
    .flow_about_box_txt_img img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }
    .flow_about_reco_ttl {
        padding: 14px 0 8px 46px;
        background-size: 38px 38px;
        font-size: 18px;
    }
}

/* -- sp -- */
@media (max-width: 767px) {
    .flow {
        padding: 40px 10px 0;
        background-size: 1000px 1000px;
        background-position: right -700px top -150px;
    }
    .flow_inner {
        margin: 0 auto;
    }
    .flow_ttl {
        padding: 0 10px;
        font-size: 26px;
        line-height: 1.3;
    }
    .flow_about {
        margin: 20px auto 0;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .flow_about_ttl {
        font-size: 20px;
    }
    .flow_about_boxWrap {
        display: block;
        margin-top: 1cqh;
    }
    .flow_about_box {
        width: 100%;
    }
    .flow_about_box:first-child {
        padding-right: 0;
        border-right: none;
    }
    .flow_about_box_txt_img img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }
    .flow_about_reco {
        margin-top: 15px;
        padding: 11px;
    }
    .flow_about_reco_ttl {
        padding: 7px 10px 3px 35px;
        background-size: 30px 30px;
        font-size: 16px;
    }
    .flow_about_qa_ttl {
        position: relative;
        margin-top: 25px;
        padding: 10px 0 10px 30px;
        background-size: 26px 26px;
        font-size: 18px;
    }
    .flow_about_qa_ttl::before {
        top: 18px;
        width: calc(100% - 30px);
    }
    .flow_about_qa_q,
    .flow_about_qa_a {
        min-height: 45px;
        padding: 0 0 0 80px;
        background-size: 50px 50px;
    }
    .flow_about_qa_q {
        margin-top: 20px;
    }
    .flow_about_qa_a {
        margin-top: 10px;
    }
    .flow_about_qa_mark {
        top: 0;
        left: 60px;
    }
    .flow_about_qa_line {
        min-height: 45px;
        padding-top: 0;
    }
    .flow_about_qa_line .flow_about_qa_mark {
        top: 0;
    }
    .flow_about_step {
        margin-top: 20px;
        text-align: center;
    }
    .flow_about_step img {
        max-width: 480px;
    }
}

/* -----------------
 recruit
----------------- */

.recruit {
    padding: 60px 20px 80px;
    background-image: url("img/bg_contents-l.png"), url("img/bg_contents-r.png"), url("img/bg_contents-l.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 1582px 1582px, 1582px 1582px, 1582px 1582px;
    background-position: left -1000px top -150px, right -1000px top 900px, left -1000px bottom -150px;
}
.recruit_inner {
    max-width: 1180px;
    margin: 0 auto;
}
.recruit_ttl {
    font-size: 40px;
    font-weight: bold;
}
.recruit_cont {
    max-width: 1080px;
    margin: 30px auto 0;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
}
.recruit_cont_item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #D4D4D4;
    line-height: 1.7;
}
.recruit_cont_item:first-child {
    border-top: 1px solid #D4D4D4;
}
.recruit_cont_ttl {
    width: 18%;
    font-size: 16px;
    font-weight: bold;
    color: #E63200;
}
.recruit_cont_txt {
    width: 82%;
}
.recruit_cont_txt_block {
    margin-top: 20px;
}
.recruit_cont_txt_block:first-child {
    margin-top: 0;
}
.recruit_cont_txt_em {
    font-weight: bold;
}
.recruit_cont_note {
    margin-top: 20px;
    line-height: 1.3;
}

/* tablet */
@media (max-width: 960px) {
    .recruit_inner {
        margin: 0 auto;
    }
    .recruit_cont {
        padding: 40px;
    }
}

/* -- sp -- */
@media (max-width: 767px) {
    .recruit {
        padding: 40px 10px;
        background-size: 1000px 1000px, 1000px 1000px, 1000px 1000px;
        background-position: left -700px top -150px, right -700px top 900px, left -700px bottom -200px;
    }
    .recruit_ttl {
        padding: 0 10px;
        font-size: 26px;
    }
    .recruit_cont {
        margin: 20px auto 0;
        padding: 30px 20px;
        border-radius: 20px;
    }
    .recruit_cont_item {
        display: block;
        padding: 20px 0;
    }
    .recruit_cont_ttl {
        width: 100%;
    }
    .recruit_cont_txt {
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

/* -----------------
 footer
----------------- */

.footer {
    padding: 20px;
}
.footer_txt {
    font-size: 13px;
    text-align: center;
}