@charset "UTF-8";

@keyframes pt-fade-in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.8;
    }
}

@-moz-keyframes pt-fade-in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.8;
    }
}

@-webkit-keyframes pt-fade-in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.8;
    }
}

@keyframes fade-out {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

/*------------------------------------------------
Reset
------------------------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
ul,
dl,
dd,
p,
figure {
    margin: 0;
    padding: 0;
    line-height: 1;
}

select {
    font-size: 1.6rem;
}

ul {
    list-style: none;
}

.sp {
    display: none;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
* {
    font-feature-settings: 'palt';
}

/*------------------------------------------------
icon
------------------------------------------------*/
.head_icon_1 {
    background-image: url(/wp-content/themes/th-agent/assets/img/common/menu/icon_2.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    background-repeat: no-repeat;
}
.head_icon_2 {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon_6_l.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 15px;
    background-repeat: no-repeat;
}

i.manager_jobs,
i.housing_assistance,
i.small_nursery,
i.bonus,
i.male_nursery_teacher,
i.inexperience,
i.high_paying,
i.qualification,
i.part_time,
i.temporary,
i.return_blank,
i.welfare,
i.station,
i.holiday {
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
i.manager_jobs {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon01.svg);
    width: 62px;
}
i.housing_assistance {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon05.svg);
    width: 62px;
}
i.small_nursery {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon02.svg);
    width: 75px;
    background-position: center center;
}
i.bonus {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon06.svg);
    width: 62px;
    background-position: center center;
}
i.male_nursery_teacher {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon03.svg);
    width: 51px;
    background-position: center center;
}
i.inexperience {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon04.svg);
    width: 56px;
    background-position: center center;
    margin-right: 0;
}
i.high_paying {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon07.svg);
    width: 51px;
    background-position: center center;
}
i.qualification {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon02.svg);
    width: 62px;
}
i.part_time {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon06.svg);
    width: 70px;
    background-position: center center;
}
i.temporary {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon03.svg);
    width: 70px;
    background-position: center center;
}
i.return_blank {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon07.svg);
    width: 70px;
    background-position: center center;
}
i.welfare {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon08.svg);
    width: 70px;
    background-position: center center;
}
i.station {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon09.svg);
    width: 70px;
    background-position: center center;
}
i.holiday {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon10.svg);
    width: 70px;
    background-position: center center;
}

/*------------------------------------------------
Normarize
------------------------------------------------*/
.ls0 {
    letter-spacing: 0 !important;
}
.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.aic {
    -ms-align-items: center;
    align-items: center;
}

.flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex_w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

button,
input[type^='submit'] {
    cursor: pointer;
}

.c_pink {
    color: #ffbf41;
}

/*------------------------------------------------
Modal
------------------------------------------------*/

.enabled_modal {
    overflow: hidden;
    padding-right: 17px;
}

#modal-content {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 9998;
    overflow: auto;
}

#modal-inner {
    background: #fff;
    width: 50%;
    z-index: 9999;
    overflow: auto;
    position: relative;
    margin: 40px auto;
    min-height: 200px;
}

#modal-overlay {
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    z-index: 9997;
}

#modal-content,
#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: -2px 0 0 -10px;
    background-color: #ffbf41;
    transition: 0.2s;
}

#modal-close::before,
#modal-close::after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 9px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
    margin-top: 0;
}

#modal-close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#modal-close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*------------------------------------------------
求人評価の説明
------------------------------------------------*/

#RateOutline {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0;
    max-width: 1200px;
    margin: 0 auto 20px;
}

#RateOutline .outline-inner {
    background-color: #fff;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-flex-start;
    justify-content: flex-start;
    align-items: -webkit-center;
    align-items: center;
    width: 100%;
}

#RateOutline dl {
    width: 210px;
    border: solid 1px #eaeaea;
    margin-right: 20px;
}

#RateOutline dl dt {
    display: -webkit-flex;
    display: flex;
    height: 53px;
    line-height: 1;
    justify-content: -webkit-center;
    justify-content: center;
    align-items: -webkit-center;
    align-items: center;
    background-color: #cdefe4;
    font-size: 1.4rem;
    color: #ffbf41;
    font-weight: bold;
}

#RateOutline dl dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
}

#RateOutline ol {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
}

#RateOutline ol li {
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-flex-start;
    justify-content: flex-start;
    align-items: -webkit-center;
    align-items: center;
    height: 65px;
    border-bottom: solid 1px #eaeaea;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#RateOutline ol li p {
    line-height: 1.6;
}

#RateOutline ol li:first-child {
    padding-top: 0;
}

#RateOutline ol li:last-child {
    border-bottom: 0;
}

#RateOutline ol li .review {
    margin-right: 25px;
    min-width: 132px;
}

/*------------------------------------------------
Form
------------------------------------------------*/

.btn1,
.btn2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    color: #4a4a4a;
    cursor: pointer;
}

nav input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}

.select {
    color: #4a4a4a;
    border: 1px solid #cccccc;
    cursor: pointer;
    background-color: #fff;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
    border-radius: 0;
}

:placeholder-shown {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

.disabled {
    opacity: 0.5;
    cursor: default !important;
}
@media screen and (max-width: 767px) {
    .disabled {
        opacity: 1;
    }
}

#modal-inner dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#modal-inner dl dd label {
    /* width: 23%; */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    min-width: 160px;
}

/*------------------------------------------------
Scroll Bar
------------------------------------------------*/

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #787878;
    background-color: #787878;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    border-radius: 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eaeaea;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:hover {
    background-color: #787878;
    background-color: #787878;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #787878;
    background-color: #787878;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.mCSB_scrollTools {
    width: 5px;
    opacity: 1;
}

/*------------------------------------------------
Hexagon
------------------------------------------------*/

.hexagon {
    position: relative;
    width: 23px;
    height: 13.28px;
    background-color: #ffbf41;
    margin: 6.64px 0;
    display: block;
}

.page_top.f_in {
    animation-duration: 1s;
    animation-name: pt-fade-in;
    -moz-animation-duration: 1s;
    -moz-animation-name: pt-fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: pt-fade-in;
    display: block;
    opacity: 0.8;
}

.page_top {
    display: none;
    position: relative;
    width: 40px;
    height: 23.09px;
    margin: 11.55px 0;
    position: fixed;
    background-color: #151515;
    opacity: 0;
    bottom: 10px;
    right: 3%;
    z-index: 11;
    animation-duration: 1s;
    animation-name: fade-out;
    -moz-animation-duration: 1s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fade-out;
}

.page_top .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 11px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 14px;
    top: 5px;
}

.hexagon::before,
.hexagon::after {
    content: '';
    position: absolute;
    width: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
}

.page_top::before,
.page_top::after {
    content: '';
    position: absolute;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    right: 0%;
}

.hexagon::before,
.page_top::before {
    bottom: 100%;
    border-bottom: 6.64px solid #ffbf41;
}

.page_top::before {
    border-bottom: 11.55px solid #151515;
}

.hexagon::after,
.page_top::after {
    top: 100%;
    width: 0;
    border-top: 6.64px solid #ffbf41;
}

.page_top::after {
    border-top: 11.55px solid #151515;
}

/*------------------------------------------------
Main
------------------------------------------------*/

html,
body {
    font-size: 10px;
}

body {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1;
    min-width: 1050px;
}

a {
    color: #4a4a4a;
    text-decoration: none;
}

a[href^='tel:'] {
    cursor: default;
}

a[href^='tel:']:hover {
    opacity: 1;
}

a:hover {
    opacity: 0.8;
}

a:focus {
    text-decoration: none;
}

.abel {
    font-family: 'Abel', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.tag {
    width: 35px;
    height: 15px;
    background-color: #db0000;
    color: #fff;
    padding: 3px;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
}

.review {
    display: block;
    margin-bottom: 5px;
}

.review img {
    margin-right: 3px;
}

.aside_p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.aside_p .review {
    display: inline;
    margin-bottom: 0;
}

.accordion {
    display: block;
    padding-top: 30px;
    height: auto;
    position: relative;
}

.accordion ul {
    margin-top: 26px;
    position: absolute;
    border: 1px solid #eaeaea;
    display: none;
    z-index: 10;
}

.accordion li {
    background-color: #fff;
    white-space: nowrap;
}

.accordion li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.accordion li a {
    padding: 20px 10px;
    display: block;
}
.head_logo {
    margin-top: 16px;
}
.right_fixed {
    display: none;
    position: fixed;
    top: calc(50vh - 272px);
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 20;
}
.right_fixed.r_top_2 {
    top: initial;
    bottom: 0;
    z-index: 20;
}
.right_fixed li {
    width: 80px;
    height: 170px;
    position: relative;
}
.right_fixed li:not(:last-child) {
    margin-bottom: 10px;
}
.right_fixed li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 90px;
    background-repeat: no-repeat;
    z-index: 30;
}
.right_fixed li i {
    position: absolute;
    top: 15px;
    left: 24px;
    font-size: 3rem;
}
.right_fixed li:first-of-type {
    background-color: #ffbf41;
}
.right_fixed li:first-of-type::before {
    content: '';
    background-image: url(../img/common/side_txt001.png);
    background-repeat: no-repeat;
    top: -44px;
    left: -4px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.right_fixed li:first-of-type a {
    background-image: url(../img/common/side_txt002.png);
}
.right_fixed li.tomypage::before {
    content: '';
    display: none;
}
.right_fixed li.tomypage a {
    background-image: url(../img/common/side_txt002_b.png);
}
.right_fixed li:nth-of-type(2) i {
    color: #ffc834;
}
.right_fixed li:nth-of-type(2),
.right_fixed li:last-of-type {
    border: 1px solid #dbdbdb;
    border-right: none;
}
.right_fixed li:nth-of-type(2) a,
.right_fixed li:last-of-type a {
    background-image: url(../img/common/side_txt003.png);
    background-position: 22px 50px;
    background-color: #fff;
}
.right_fixed li:nth-of-type(2) a:hover,
.right_fixed li:last-of-type a:hover {
    opacity: 0.7;
}
.right_fixed li:nth-of-type(2) span.count,
.right_fixed li:last-of-type span.count {
    position: absolute;
    left: 23px;
    bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffbf41;
}
.right_fixed li:last-of-type a {
    background-image: url(../img/common/side_txt004.png);
    background-position: 22px 50px;
    background-color: #fff;
}
.right_fixed li:last-of-type img {
    position: absolute;
    top: 15px;
    left: 24px;
    font-size: 3rem;
    width: 30px;
}
.bottom_fixed.common_contents {
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 11;
}
.common_contents {
    background-color: #fef9ef;
    border: 1px solid #f1e3c6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}
.common_contents a {
    height: 51px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.common_contents .btn2 {
    font-size: 2rem;
    width: 260px;
}
.common_contents .btn1 {
    color: #333;
    border: 1px solid #cccbcb;
    width: 163px;
    margin-left: 15px;
}
.common_contents .fa {
    color: #ffc834;
    margin-right: 5px;
}
.table_layout {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    margin: 70px 0;
}
.table_layout dt,
.table_layout dd {
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.table_layout dt:nth-of-type(n + 2),
.table_layout dd:nth-of-type(n + 2) {
    border-top: 1px solid #eaeaea;
}
.table_layout dt {
    background-color: #fafafa;
    width: 140px;
    padding-top: 24px;
    line-height: 1.4;
}
.table_layout dd {
    border-left: 1px solid #eaeaea;
    /** width: 858px; **/
    width: 856px;
    padding-right: 20px;
    line-height: 1.7;
}
.table_layout span {
    display: block;
}

/*------------------------------------------------
Button
------------------------------------------------*/

a,
.btn1,
.btn2 {
    cursor: pointer;
    transition: 0.3s ease;
}

.btn1 {
    border: 1px solid #ffbf41;
    background-color: #fff;
    color: #ffbf41;
    cursor: pointer;
}

.btn1:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .btn1.disabled:hover {
        opacity: 1;
    }
}

.btn2 {
    background-color: #ffbf41;
    color: #fff;
}

.btn2:hover {
    opacity: 0.8;
}

.btn3 {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.btn3:hover {
    opacity: 0.8;
}

/*------------------------------------------------
Header
------------------------------------------------*/
header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
h1 {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 20px;
    text-align: left;
}
nav {
    background-color: #fff;
    z-index: 2;
}
nav .modal ul {
    display: none;
}
nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 71px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    padding-left: 20px;
}
nav > ul > li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
}
nav > ul > li:nth-last-of-type(3),
nav > ul > li:nth-last-of-type(4) {
    height: 100%;
}
nav > ul > li:nth-last-of-type(n + 6):not(:first-child) {
    margin-left: 22px;
}
nav > ul > li:nth-of-type(n + 6) a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}
nav > ul > li:nth-of-type(n + 8) {
    border-left: 1px solid #eaeaea;
    height: 100%;
    width: 180px;
}
nav > ul > li:last-of-type {
    margin-left: 0;
}
nav .head_logo {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 200px;
    border-right: none;
    max-height: 40px;
    margin-left: 0;
}
nav .head_logo a {
    width: 100%;
    padding-top: 40px;
    height: 0;
    display: block;
    background-image: url(../img/common/header_logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: contain;
    background-size: contain;
    transition: opacity 0.3s;
    line-height: 100px;
}

/* スクロール時のロゴ */
.s_nav.strage .head_logo a,
.strage .head_logo a {
    background-image: url(../img/common/logo_cube.png) !important;
    background-size: 44px auto !important;
}
nav .nav_right {
    margin-left: auto;
}
nav .nav_right a {
    background-image: url(../img/common/icon007.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding-left: 35px;
    border-left: 1px solid #eaeaea;
}
nav .recruit a {
    padding-left: 20px;
    border-left: 1px solid #eaeaea;
}
nav .panel-btn {
    display: none;
}
.strage .panel-btn {
    cursor: pointer;
}
nav .fa {
    color: #ffbf41;
    padding-right: 4px;
}
nav a {
    color: #4a4a4a;
}
.breadcrumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 24px;
    box-sizing: border-box;
    font-size: 1rem;
    border-bottom: 1px solid #eaeaea;
    background-color: #fafafa;
    margin-top: 71px;
}
.breadcrumb li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.breadcrumb li .fa {
    font-size: 1.3rem;
    margin-left: 5px;
}
.breadcrumb li:first-of-type {
    padding-left: 15px;
}
.breadcrumb li:not(:last-child) {
    margin-right: 5px;
}
.breadcrumb li,
.breadcrumb li a {
    color: #6a6a6a;
}
.breadcrumb br {
    display: none;
}

/*------------------------------------------------
Aside
------------------------------------------------*/

aside {
    background-color: #f1f1f1;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    border-top: solid 1px #e8e8e8;
}
aside > dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside > .job_kw,
aside > .job_cat {
    margin-bottom: 30px;
}
aside > .job_kw {
    padding-bottom: 22px;
}
aside > dl.job_kw li {
    margin-right: 10px;
    margin-bottom: 8px;
}
aside > .job_cat > dd {
    width: 79.599999999999994%;
    /*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
    display: block;
    flex-wrap: wrap;
}
aside > dl:nth-of-type(3) dd {
    height: 345px;
    overflow-y: scroll;
    padding: 10px 0;
    box-sizing: border-box;
}
aside > dl:nth-of-type(3) ul {
    display: block;
    margin-right: 10px;
}

aside > dl:nth-of-type(3) li {
    margin-bottom: 10px;
}
aside > dl:nth-of-type(n + 3) {
    width: 312px;
    height: 435px;
    display: block;
}
aside > dl:nth-of-type(n + 3) > dd {
    height: 345px;
    overflow-y: auto;
    padding: 10px 0;
    box-sizing: border-box;
}
aside > dl:nth-of-type(n + 3) > dt {
    width: 100%;
    margin-bottom: 20px;
}
aside > dl:nth-of-type(n + 4) {
    margin-left: 32px;
}
aside > .job_cat,
aside > dl:nth-of-type(n + 4) {
    padding-bottom: 4px;
}

aside > .job_cat > dd dt,
aside > dl:nth-of-type(n + 4) > dd dt {
    margin-bottom: 5px;
}

aside > .job_cat dl,
aside > dl:nth-of-type(n + 4) dl {
    margin-right: 30px;
    margin-bottom: 20px;
}

aside > .job_cat li,
aside > dl:nth-of-type(n + 4) li {
    border-left: 1px solid #333;
    margin-bottom: 6px;
}

aside > .job_cat li a,
aside > dl:nth-of-type(n + 4) li a {
    margin: 0 5px;
}

aside > .job_cat li:last-of-type a,
aside > dl:nth-of-type(n + 4) li:last-of-type a {
    margin-right: 0;
}

aside > dl > dt {
    position: relative;
    width: 200px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

aside > dl > dt::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #333333;
    margin: 0 auto;
}

aside > dl > dd {
    width: 100%;
    margin-left: 20px;
}

aside ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

aside dt {
    font-weight: bold;
}

aside a {
    color: #333;
    font-size: 1.2rem;
}

.aside a {
    background-color: #f7f7f7;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 1.3rem;
    border: solid 1px #d4d4d4;
}

.aside > .job_cat li a,
.aside > dl:nth-of-type(n + 4) li a {
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.aside > .job_cat {
    display: block;
    border: solid 1px #d4d4d4;
}

.aside > dl > dt {
    width: 100%;
    text-align: left;
    font-size: 2rem;
    /* background-image: url(../img/common/icon_capsule.svg);*/
    background-position: top left;
    background-repeat: no-repeat;
    color: #ffbf41;
    /* padding-left: 27px; */
}

.aside > dl > dd {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    line-height: 1.5;
}

.aside > .job_cat > dd {
    width: 100%;
}

.aside > dl > dt::after {
    background-color: #dadada;
    width: 100%;
}

.aside > .job_cat li,
.aside > dl:nth-of-type(n + 4) li {
    border-left: none;
}

.aside .bd dl {
    border-bottom: 1px dashed #ffbf41;
    padding-bottom: 4px;
}

.aside .bd dl:first-of-type {
    border-top: 1px dashed #ffbf41;
    padding-top: 10px;
}

.aside .aic > dl {
    -ms-align-items: center;
    align-items: center;
}

.aside .fa {
    color: #ffbf41;
    margin-right: 5px;
}

.container.aside .job_cat > dd > dl > dt {
    font-size: 1.6rem;
    margin-top: 20px;
}

.aside .fa-angle-right {
    font-size: 1.3rem;
    font-weight: bold;
}

.aside .aside_body {
    margin-top: 15px;
}

.aside .aside_body dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 0;
    margin-bottom: 10px;
}

.aside .aside_body dt {
    width: 150px;
    margin-bottom: 10px;
    line-height: 27px;
}

.aside .aside_body dd {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.aside .aside_body.flex_box > dl {
    display: block;
    width: 50%;
    padding-bottom: 10px;
}

.aside .aside_body.flex_box dt {
    width: 100%;
}

.aside > .job_cat dl,
.aside > dl:nth-of-type(n + 4) dl {
    margin-right: 0;
}

.f_aside .aside_body dd {
    width: 100%;
}

.f_aside > dl > dt {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f_aside .job_cat > dd > dl > dt {
    font-size: 1.6rem;
    margin-top: 20px;
}

/*------------------------------------------------
Flow
------------------------------------------------*/

#Flow {
    width: 1000px;
    margin: 0 auto;
}

#Flow h2 {
    line-height: 1.3;
    letter-spacing: 4px;
    width: 100%;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}

#Flow h2 span {
    font-size: 4rem;
    display: block;
}

#Flow ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Flow li {
    width: 196px;
    height: 162px;
    background-color: #ffffff;
    color: #333333;
    position: relative;
    border: solid 1px #eaeaea;
    box-sizing: border-box;
}

#Flow li::before,
#Flow li::after {
    content: '';
    position: absolute;
}
.abel {
    margin-bottom: 0px !important;
    margin-right: 10px;
}

#Flow li::before {
    border-color: transparent transparent #f3f3f3 transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 162px 162px;
    right: 0;
    bottom: 0;
}

#Flow li:not(:last-of-type)::after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: url(../img/common/arrow_right003.png);
    top: 50%;
    right: -15px;
    width: 18px;
    height: 27px;
    z-index: 1;
}

#Flow li dl dt > span {
    box-sizing: border-box;
    background-color: #ffbf41;
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    max-height: 45px;
    max-width: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 1.2rem;
}
#Flow li dl dt > span > span {
    display: block;
    width: 100%;
    text-align: center;
}

#Flow li .abel span {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0 !important;
    margin-top: -13px;
}
#Flow dl {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: bottom 15px right 10px;
    height: 100%;
}

#Flow dt {
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #eaeaea;
    color: #ffbf41;
}

#Flow dd {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 3px 11px 10px 11px;
}

#Flow li:nth-of-type(-n + 3) {
    width: 330px;
    height: 156px;
    margin-bottom: 5px;
    color: #333333;
}

#Flow li:nth-of-type(-n + 3)::before {
    border-width: 0 0 156px 156px;
}

#Flow li:nth-of-type(-n + 3)::after {
    right: -15px;
    width: 17px;
    height: 27px;
}
#Flow li:nth-of-type(-n + 3) dt {
    color: #ffbf41;
}
#Flow li:nth-of-type(-n + 3) dt span {
    color: #ffffff;
}
#Flow li:nth-of-type(-n + 3) .abel {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 1.4rem;
}
#Flow li:nth-of-type(-n + 3) .abel span {
    font-size: 3rem;
}
#Flow li:nth-of-type(-n + 3) dt {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
    font-size: 2.2rem;
}
#Flow li:nth-of-type(-n + 3) dd {
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 9px 9px 9px 13px;
}
#Flow li:nth-of-type(1),
#Flow li:nth-of-type(2),
#Flow li:nth-of-type(3) {
    background-color: #ffffff;
    border: solid 2px #eaeaea;
}
#Flow li:nth-of-type(1)::before,
#Flow li:nth-of-type(2)::before,
#Flow li:nth-of-type(3)::before {
    border-color: transparent transparent #f3f3f3 transparent;
}
#Flow li:nth-of-type(1)::after {
    background-image: url(../img/common/arrow_right001.png);
}
#Flow li:nth-of-type(1) dl {
    background-image: url(../img/common/icon008.png);
}
#Flow li:nth-of-type(1) dt .abel,
#Flow li:nth-of-type(2) dt .abel,
#Flow li:nth-of-type(3) dt .abel {
    box-sizing: border-box;
    background-color: #ffbf41;
    height: 64px;
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    max-height: 64px;
    max-width: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Flow li:nth-of-type(1) dt .abel span,
#Flow li:nth-of-type(2) dt .abel span,
#Flow li:nth-of-type(3) dt .abel span {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: -17px;
}

#Flow li:nth-of-type(2)::after {
    background-image: url(../img/common/arrow_right002.png);
}
#Flow li:nth-of-type(2) dl {
    background-image: url(../img/common/icon009.png);
}
#Flow li:nth-of-type(3)::after {
    background-image: none;
}
#Flow li:nth-of-type(3) dl {
    background-image: url(../img/common/icon011.png);
}

#Flow li:nth-of-type(4) dl {
    background-image: url(../img/common/icon014.png);
}

#Flow li:nth-of-type(5) dl {
    background-image: url(../img/common/icon012.png);
}

#Flow li:nth-of-type(6) dl {
    background-image: url(../img/common/icon013.png);
}

#Flow li:nth-of-type(7) dl {
    background-image: url(../img/common/icon010.png);
}

#Flow li:nth-of-type(8) dl {
    background-image: url(../img/common/icon016.png);
}

/*------------------------------------------------
Footer
------------------------------------------------*/
footer {
    background-color: #313131;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 50px 20px;
    position: relative;
    z-index: 10;
}
footer span,
.f_center small {
    color: #ffffff;
}
footer .f_left {
    letter-spacing: 1px;
    width: 70%;
}
footer .f_left span {
    width: 300px;
    height: 44px;
    line-height: 100px;
    background-image: url(../img/common/footer_logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    max-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
footer .f_left span a {
    width: 100%;
    padding-top: 44px;
    height: 0;
    display: block;
}
footer .f_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
    /*width: 380px;*/
}
footer .f_center {
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
footer > div div {
    width: 100%;
    line-height: 1.5;
}
footer .f_right ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
footer li:not(:last-of-type) a {
    margin-right: 10px;
}
footer li {
    line-height: 1.7;
}
footer p:not(:p_text):first-of-type {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 15px;
}
footer p:not(:p_text):last-of-type,
footer li a {
    font-size: 1.2rem;
}
footer a[href^='tel:'] {
    font-family: 'Abel', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    background-image: url(../img/common/tel_icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 48px;
    display: block;
    margin: 2px 0 7px;
}
footer .fa-angle-right {
    margin-right: 5px;
}
.p_mark {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.p_mark p {
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.5;
}
.p_mark a {
    display: block;
    padding: 5px;
    background-color: #fff;
    width: 85px;
    height: 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}
.p_mark img {
    width: 100%;
}
footer,
footer a {
    color: #fff;
}
/* SSL */
#tl_popupSECOV {
    width: auto;
}
.p_mark .ssl a {
    width: 112px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    .p_mark .ssl {
        justify-content: center !important;
    }
    .p_mark .ssl img {
        width: auto;
        max-width: 100%;
    }
}

/*------------------------------------------------
Modal Custom
------------------------------------------------*/

.modal-inner {
    color: #333;
    margin: 50px 10px 30px 30px;
}

.modal-inner dl {
    margin-bottom: 30px;
}

.modal-inner dt {
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 1.1;
}

.modal-inner dd {
    font-size: 1.2rem;
    padding-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.modal-inner ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.modal-inner li {
    width: 50%;
    margin-bottom: 15px;
}

.modal-inner li a {
    font-size: 1.6rem;
    display: block;
}

.modal-inner label {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 14px;
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.modal-inner label > input[type='checkbox'],
.modal-inner label > input[type='radio'] {
    margin: 0 7px 0 0;
}

/*
.modal-inner label:last-of-type {
	margin-bottom: 0;
}
*/

.modal-inner input[type='checkbox'] {
    margin: 0 10px 0 0;
}

.modal-inner .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}

#modal-content dt {
    letter-spacing: 2px;
}

#modal-content .now-loading {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*#modal-content dt::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 30px;
	height: 1px;
	background-color: #333333;
	margin: 0 auto;
}*/

#modal-content .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    height: 65px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#modal-content .modal_body {
    padding: 30px;
}

#modal-content .modal_body ul {
    justify-content: space-between;
}

#modal-content .modal_body li {
    width: 48%;
}

#modal-content .modal_body a {
    display: block;
    border: 1px solid #cccbcb;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#modal-content .modal_body dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

#modal-content .modal_body dt {
    text-align: left;
    line-height: 1.3;
    padding-right: 20px;
    flex: 1;
}

#modal-content .modal_body dd {
    padding-bottom: 0;
    width: 70px;
    height: 100%;
    margin-right: 12px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#modal-content .m_column .modal_body dd {
    width: 90px;
}

#modal-content .m_column .modal_body dd {
    width: 90px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#modal-content .modal_body .f_list_icon1 {
    background-image: url(../img/top/modal_icon001.jpg);
}

#modal-content .modal_body .f_list_icon2 {
    background-image: url(../img/top/modal_icon002.jpg);
}

#modal-content .modal_body .f_list_icon3 {
    background-image: url(../img/top/modal_icon003.jpg);
}

#modal-content .modal_body .u_list_icon1 {
    background-image: url(../img/top/item_bg001.jpg);
}
#modal-content .modal_body .u_list_icon2 {
    background-image: url(../img/top/item_bg002.jpg);
}
#modal-content .modal_body .u_list_icon3 {
    background-image: url(../img/top/item_bg003.jpg);
}
#modal-content .modal_body .u_list_icon4 {
    background-image: url(../img/top/item_bg004.jpg);
}
#modal-content .modal_body .u_list_icon5 {
    background-image: url(../img/top/item_bg005.jpg);
}
#modal-content .modal_body .u_list_icon6 {
    background-image: url(../img/top/item_bg011.jpg);
}
#modal-content .modal_body .u_list_icon7 {
    background-image: url(../img/top/item_bg005.jpg);
}
#modal-content .modal_body .u_list_icon8 {
    background-image: url(../img/top/item_bg014.jpg);
}

#modal-content .modal_body i {
    color: #ffbf41;
    font-size: 3rem;
}

.f-list-icon1 {
    background-image: url(../img/top/icon01.svg);
}
.f-list-icon2 {
    background-image: url(../img/top/icon05.svg);
}
.f-list-icon3 {
    background-image: url(../img/top/icon02.svg);
}
.f-list-icon4 {
    background-image: url(../img/top/icon06.svg);
}
.f-list-icon5 {
    background-image: url(../img/top/icon03.svg);
}
.f-list-icon6 {
    background-image: url(../img/top/icon04.svg);
}
.f-list-icon7 {
    background-image: url(../img/top/icon_7_l.png);
}
.f-list-icon8 {
    background-image: url(../img/top/icon_8_l.png);
}
.f-list-icon9 {
    background-image: url(../img/top/modal_icon003.png);
}
.f-list-icon10 {
    background-image: url(../img/top/icon11.svg);
}

.modal-inner .headline-list {
    max-height: 350px;
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    display: block;
}

.modal-inner .headline-list dl {
    margin-bottom: 0;
}

.modal-inner .headline-list li {
    border-bottom: 1px solid #eaeaea;
}

.headline-list dt,
.headline-list dd {
    text-align: left !important;
}

.modal-inner .headline-list dt {
    font-size: 1.2rem;
    color: #858585;
    margin-bottom: 6px;
}

.modal-inner .headline-list dd {
    font-size: 1.5rem;
    color: #333;
    padding-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    margin-top: 0 !important;
}

.modal-inner .headline-list dt::after {
    display: none;
}

.modal-inner .headline-list li {
    width: 100%;
}

.modal-inner .headline-list a {
    padding: 20px 20px 0;
}

.modal-inner .headline-list-body .desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.modal-inner .headline-list-body .login_keep {
    display: block;
}

.modal-inner .headline-list-body .desc > a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 46%;
    margin: 0;
}

.modal-inner .headline-list-body .login_keep ul {
    margin: 10px auto 0;
    width: 540px;
    justify-content: space-between;
}

.modal-inner .headline-list-body .login_keep li {
    height: 50px;
    width: 44%;
}

.modal-inner .headline-list-body .login_keep a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.headline-list-body .desc {
    text-align: center;
}

.headline-list-body .desc p {
    /*margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;*/
    width: 540px;
    /*margin: auto;*/
}

.headline-list-body .login_keep p {
    margin: 0 auto;
}

.headline-list-body .desc p > span:first-child {
    /*width: 370px;*/
    /*text-align: left;*/
    line-height: 1.5;
    display: block;
    text-align: center;
    padding: 20px 0 10px;
}

.headline-list-body .desc p a {
    font-size: 1.5rem;
    height: 50px;
    width: inherit;
    line-height: 1;
    padding-top: 12px;
    display: inline-block;
    padding: 17px;
    width: 170px;
}

.modal-inner .headline-list-body dl {
    margin-bottom: 0;
}

.modal-inner .modal-close {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sample-table {
    border-collapse: collapse;
    margin-bottom: 50px;
}

.sample-table,
.sample-table th,
.sample-table td {
    border: solid 1px #000;
}

.sample-table th,
.sample-table td {
    padding: 20px;
    font-size: 18px;
}

/*------------------------------------------------
404 page
------------------------------------------------*/

main.common-result {
    padding-top: 20px;
    margin-bottom: 100px;
    display: block;
}

main.common-result h2 {
    width: 1000px;
    max-width: 100%;
    font-size: 16px;
    line-height: 160%;
    margin: auto;
    padding-top: 40px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

main.common-result h2 i {
    font-size: 60px;
    color: #ffbf41;
}

main.common-result h2 span {
    display: block;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    padding-top: 20px;
}

main.common-result.page-content {
    width: 1000px;
    max-width: 100%;
    font-size: 16px;
    line-height: 160%;
    margin: auto;
    padding-top: 40px;
}

main.common-result .page-content ul {
    width: 350px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
    padding: 0;
}

main.common-result .page-content ul a {
    width: 140px;
    text-align: center;
    height: 50px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/*------------------------------------------------
Job Search
------------------------------------------------*/

h2 {
    font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
    font-weight: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 span {
    z-index: 1;
}

h2 span span {
    letter-spacing: 2px;
}

#Job_search {
    padding: 20px 50px 80px;
    background-color: #f1f1f1;
}

#Job_search h2 {
    text-align: center;
    height: -webkit-calc((100vw - 40px) / 5);
    height: calc((100vw - 40px) / 5);
    max-height: 240px;
    position: relative;
    background-color: #fff;
    font-size: 4rem;
}

#Job_search h2 span span {
    display: block;
    font-size: 1.4rem;
}

#Job_search h2::before,
#Job_search h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

#Job_search h2::before {
    background-image: url(../img/top/sec_bg001.jpg);
    background-position: top left;
    left: 0;
}

#Job_search h2::after {
    background-image: url(../img/top/sec_bg002.jpg);
    background-position: top right;
    right: 0;
}

#Job_search > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#Job_search > ul li.active {
    border-top: 3px solid #ffbf41;
    background-color: #fff;
    opacity: 1;
    padding: 1.2em 3%;
}

#Job_search > ul li {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    width: 32.7%;
    padding: 1.5% 3%;
    font-size: 2rem;
    cursor: pointer;
}

#Job_search > ul .fa {
    color: #ffbf41;
    margin-right: 1%;
}

#Job_search > form {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Job_search > form input {
    border: 1px solid #ccc;
    height: 100%;
    margin: 0 10px;
    width: 390px;
    padding: 0 15px;
}

#Job_search > form .btn2 {
    height: 100%;
    width: 93px;
}

#Job_search > form .fa {
    margin-right: 5px;
}

.tab_list {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 30px;
}

.tab_list > div {
    display: none;
}

.tab_list .active {
    display: block;
    position: relative;
}

.tab_list dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.tab_list dl:first-of-type {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tab_list dt {
    color: #ffbf41;
    background-color: #fef9ef;
    font-weight: bold;
    width: 124px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    min-height: 40px;
}

.tab_list dd {
    width: 41%;
}

.tab_list .search_btn {
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
    height: 50px;
    margin-top: 15px;
}

.tab_list .search_btn input {
    display: block;
    margin-left: auto;
}

.tab_list .search_btn .btn1 {
    position: relative;
    bottom: 4px;
    margin-left: 10px;
}

.tab_list .btn1,
.tab_list .btn2 {
    width: 100%;
    max-width: 200px;
}

.tab_list .btn1 {
    border: 1px solid #ffbf41;
    color: #ffbf41;
    font-weight: bold;
    display: inline-block;
    height: 50px;
}

.tab_list .btn2 {
    color: #fff;
    font-size: 2.6rem;
    height: 50px;
    display: inline-block;
}

.tab_list .btn2 .fa {
    margin-right: 2%;
    font-size: 2.5rem;
    position: relative;
    bottom: 2px;
}

.tab_list label {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 14px;
    min-width: 220px;
}

/*
.tab_list label:last-of-type {
	margin-bottom: 0;
}
*/

.tab_list input[type='checkbox'] {
    margin: 0 10px 0 0;
}

.tab_list .select_area dt {
    height: 40px;
}

.tab_list .select_area dd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.tab_list .select_area select,
.tab_list .select_area .btn1 {
    height: 40px;
}

.tab_list .select_area select {
    width: 170px;
}

.tab_list .select_area .btn1 {
    width: 160px;
    display: inline-block;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.tab_list .select_area .fa {
    margin-left: 10px;
    font-size: 1.2rem;
}

.tab_list .select_list {
    font-size: 1.2rem;
    color: #ffbf41;
    width: 100%;
    padding: 5px;
    background-color: #fef9ef;
    margin-top: 10px;
    line-height: 1.4;
}

.tab_list .select_list > span {
    font-weight: bold;
}

.tab_list .aboutHope .fa {
    display: none;
}

.tab_list .resume_text_other .label-name input[type='text'][name='job_category_etc'] {
    border: 1px solid #ccc;
    width: 200px;
}
.tab_list .resume_text_other .label-name input[type='text'][name='job_license_etc'] {
    border: 1px solid #ccc;
    width: 200px;
}

.tab_list select {
    width: 170px;
    height: 40px;
}

.station-form .btn2 {
    height: 100%;
    width: 93px;
}

.tab_list .tab-form .btn2 {
    max-width: 93px;
    height: 40px;
    font-size: 1.4rem;
}

.tab_list .tab-form .btn2 .fa {
    font-size: 1.3rem;
    margin-right: 5%;
    top: 0px;
}

.tab_list select,
.tab_list .btn1 {
    height: 40px;
}

.tab_list .btn1 {
    width: 160px;
    display: inline-block;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.form-inner {
    -webkit-display: flex;
    display: flex;
}

.tab_list .form-inner .btn1 {
    width: 160px;
    height: 40px;
    -webkit-display: inline-flex;
    display: inline-flex;
    margin-right: 10px;
}

.tab_list .form-inner .btn1 .fa {
    margin-left: 10px;
    font-size: 1.2rem;
}

.tab-form input[type='text'] {
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    width: 340px;
    padding: 0 15px;
}

#LineSelect {
    display: block;
}

/* タブ */

.tab-body {
    display: none;
}

.tab-body.tab-active {
    display: block;
}

.frame_privacy {
    height: 120px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}

.notice_privacy {
    height: 96px;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    text-align: left;
    padding: 10px;
    overflow: scroll;
}

p.text {
    text-align: center;
    margin-bottom: 8px;
}

span.wpcf7-not-valid-tip {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .page-id-17379 .table_layout {
        margin: 40px 0;
    }
    .page-id-17379 .table_layout dt {
        width: 160px;
    }
    .page-id-17379 .table_layout dd {
        width: 838px;
    }
    .page-id-17379 .table_layout dt,
    .page-id-17379 .table_layout dd {
        padding: 20px;
    }
}

.special_search_form select {
    width: 90px;
    text-align: center;
    padding-left: 10px;
}
.sel_c_2,
.sel_c_3 {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}
.sel_c_3 .fa,
.sel_c_2 .fa {
    display: none;
}
.sel_c_3 span,
.sel_c_2 span {
    color: #613c1b;
    font-size: 16px;
    margin-right: 5px;
}
.tab_list select {
    width: 90px;
    text-align: center;
    padding-left: 10px;
}
.tab_list select#form-pref {
    width: auto;
}

.sel_c_2 select,
.sel_c_3 select {
    margin-right: 5px;
}
.sel_c_2 span:last-child,
.sel_c_3 span:last-child {
    color: #333333;
    font-size: 1.4rem;
}

.sel_c_3 span:last-child:after,
.sel_c_2 span:last-child:after {
    content: '以上';
}
.special_search_form select,
.tab_list .btn1 {
    height: 40px;
}

/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .headline-list-body .desc p {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .headline-list-body .desc p > span:first-child {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .modal-inner .headline-list-body .login_keep {
        padding: 0 3%;
    }
    .modal-inner .headline-list-body .login_keep ul {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .accordion:hover {
        cursor: pointer;
    }
    .accordion:hover ul {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    footer {
        display: block;
    }
    footer > div:last-of-type {
        margin-top: 5%;
    }
}

@media screen and (max-width: 767px) {
    .nav_list a i {
        margin-right: 5px;
    }
    /*------------
  All
  ------------*/
    html,
    body {
        font-size: 8px;
    }

    body {
        font-size: 1.4rem;
        min-width: 100%;
    }

    select,
    input[type='text'] {
        font-size: 14px !important;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .right_fixed {
        display: none;
    }

    .breadcrumb {
        margin-top: 59px;
        overflow: scroll;
    }
    .breadcrumb li {
        white-space: nowrap;
    }

    /*.breadcrumb li:not(:first-child),
	.breadcrumb li:not(:first-child) span {
		overflow: hidden;
	}
	.breadcrumb li:not(:first-child) span span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.breadcrumb li:nth-of-type(even) {
		display: none;
	}
	.breadcrumb li:not(:last-of-type) a span::after {
		content: '\f105';
		font-family: FontAwesome;
		display: inline-flex;
		-ms-align-items: center;
		align-items: center;
		font-size: 1.3rem;
		margin-left: 5px;
	}*/

    /*------------
  Header
  ------------*/
    .panel-btn {
        display: inline-block;
        position: relative;
        background-color: #ffbf41;
    }

    .panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 4px;
        margin: -2px 0 0 -10px;
        background: #fff;
        transition: 0.2s;
    }

    .panel-btn-icon::before,
    .panel-btn-icon::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 4px;
        background: #fff;
        transition: 0.3s;
    }

    .panel-btn-icon::before {
        margin-top: -10px;
    }

    .panel-btn-icon::after {
        margin-top: 6px;
    }

    .panel-btn .close {
        background: transparent;
    }

    .panel-btn .close::before,
    .panel-btn .close::after {
        margin-top: 0;
    }

    .panel-btn .close::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .panel-btn .close::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    h1 {
        background-repeat: no-repeat;
        border-right: none;
        max-height: 26px;
        display: block;
        box-sizing: border-box;
        padding: 0 3%;
        font-size: 1.3rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-top: 5px;
    }
    h1 a {
        padding: 30% 0 0;
    }
    .topAddContents .tag {
        margin-right: 3px;
    }

    header {
        box-sizing: border-box;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: block;
        text-align: center;
        z-index: 50;
    }
    header .sp {
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 40;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(4, 0, 0, 0.08);
        -moz-box-shadow: 0 2px 4px rgba(4, 0, 0, 0.08);
        box-shadow: 0 2px 4px rgba(4, 0, 0, 0.08);
    }
    header .sp li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    header .sp li.panel-btn {
        border-left: none;
    }
    header .sp li.head_logo {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        border-right: none;
        max-height: 60px;
        height: 100%;
        margin-left: 3%;
        border-left: none;
        width: 100%;
        margin-top: 0;
        margin-right: auto;
        max-width: 250px;
    }
    header .sp .open-history-btn img {
        width: 33%;
        margin-bottom: 3px;
    }
    header .sp li.head_logo a {
        width: 100%;
        padding-top: 30px;
        height: 0;
        display: block;
        background-image: url(../img/common/header_logo.png);
        background-repeat: no-repeat;
        background-position: center left;
        -webkit-background-size: contain;
        background-size: contain;
        background-color: transparent;
        margin-right: 10px;
        color: #ffffff;
    }
    header .sp li.tbc {
        margin-left: auto;
        position: relative;
    }
    header .sp li.tbc span {
        position: absolute;
        top: 3px;
        right: 3px;
        min-width: 35%;
        height: 35%;
        background-color: #db0000;
        color: #fff;
        font-weight: normal;
        border-radius: 50%;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 1.2rem;
    }
    header .sp li:nth-of-type(n + 2) {
        width: 60px;
        min-width: 60px;
        border-left: 1px solid #e7e7e7;
    }
    header .sp li a {
        height: 100%;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    header .sp .fa {
        display: block;
        font-size: 2rem;
        margin-bottom: 3px;
    }
    header .sp .fa-star {
        color: #ffc834;
    }
    header .sp .fa-medkit {
        color: #b2885f;
    }

    nav {
        position: fixed;
        transition: top 1000ms 0s ease;
        display: block;
        top: -150%;
        left: 0;
        z-index: 30;
        background-color: #fff;
        width: 100vw;
        height: 100%;
        overflow: auto;
    }
    nav > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -webkit-calc(3% + 60px);
        margin-top: calc(3% + 60px);
        padding-left: 0;
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
    }
    nav > ul > li:nth-last-of-type(n + 4):not(:first-child) {
        margin-left: 0;
    }
    nav > ul > li.login_btn,
    nav > ul > li.regist,
    nav > ul > li.logout,
    nav > ul > li.mypage {
        width: 46%;
        height: 37px;
        margin-bottom: 10px;
    }
    nav > ul li.login_btn a,
    nav > ul li.regist a,
    nav > ul li.logout a,
    nav > ul li.mypage a {
        font-size: 1.6rem;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 0;
        font-weight: bold;
    }
    nav > ul li.login_btn {
        color: #ffbf41;
        padding-left: 3%;
    }
    nav > ul li.logout {
        color: #ffbf41;
        padding-right: 3%;
    }
    nav > ul li.login_btn:hover,
    nav > ul li.logout:hover {
        opacity: 0.5;
    }
    nav > ul li.login_btn .fa,
    nav > ul li.logout .fa {
        color: #ffbf41;
    }
    nav > ul li ul li.login_btn a,
    nav > ul li ul li.logout a,
    nav > ul li.login_btn a,
    nav > ul li.logout a {
        border: 1px solid #ffbf41;
        background-color: #ffffff;
        color: #ffbf41;
    }
    nav > ul li.regist {
        color: #fff;
        padding-right: 3%;
    }
    nav > ul li.mypage {
        color: #fff;
        padding-left: 3%;
    }
    nav > ul li.regist:hover,
    nav > ul li.mypage:hover {
        opacity: 0.8;
    }
    nav > ul li.regist a,
    nav > ul li.mypage a {
        background-color: #ffbf41;
        color: #fff;
    }
    nav > ul li.regist a::after {
        content: '(無料)';
    }
    nav > ul li.accordion {
        padding-top: 0;
    }
    nav > ul li.accordion ul {
        position: static;
        margin-top: 0;
        width: 100vw;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    nav > ul li.accordion span {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        padding: 5.4% 3%;
        position: relative;
        font-weight: bold;
    }
    nav > ul li.accordion span::after {
        content: '\f0fe';
        font-family: FontAwesome;
    }
    nav > ul li.accordion span.open::after {
        content: '\f146';
    }
    nav > ul li.accordion > a {
        padding: 0;
    }
    nav > ul li.accordion li a {
        padding: 4% 3% 4% 23px;
        background-color: #ffffff;
    }
    nav > ul li.accordion li a::after {
        content: '\f105';
        color: #ffbf41;
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 2.5rem;
    }
    nav > ul li.guide a,
    nav > ul li.recruit a {
        padding: 4% 3%;
    }
    nav > ul li.guide a::after,
    nav > ul li.recruit a::after {
        content: '\f105';
        color: #ffbf41;
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 2.5rem;
    }
    nav > ul li.nav_form {
        background-color: #f1f1f1;
        padding: 5% 3%;
    }
    nav > ul li.nav_form .btn1,
    nav > ul li.nav_form .btn2 {
        width: 100%;
        height: 40px;
        margin-right: 0;
        position: relative;
        text-align: center;
        display: block;
        text-align: center;
    }
    nav > ul li.nav_form form:last-of-type .btn2 {
        width: 40px;
    }
    nav > ul li:not(.nav_form):not(.login_btn):not(.regist):not(.logout):not(.mypage):not(.pc) {
        min-height: 39px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        font-size: 1.6rem;
    }
    nav > ul > li:nth-of-type(n + 4) {
        border-top: 1px solid #eaeaea;
        width: 100%;
        margin-bottom: 0;
    }
    nav > ul > li:nth-of-type(n + 4) a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.6rem;
    }
    nav > ul > li:nth-of-type(n + 4) i {
        font-size: 2.1rem;
    }
    nav > ul > li:nth-of-type(n + 4):last-of-type {
        border-top: none;
        border-bottom: 1px solid #b0b0b0;
    }
    nav > ul > li:nth-of-type(n + 8) {
        border-left: none;
    }
    nav > ul > li:last-of-type {
        text-align: left;
    }
    nav .nav_right a {
        background-image: none;
    }
    nav label {
        width: 100%;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 2%;
    }
    nav label:not(:first-of-type) {
        width: 25%;
        height: 40px;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        -ms-align-items: center;
        align-items: center;
    }
    nav form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    nav form:first-of-type {
        margin-bottom: 6%;
    }
    nav form:first-of-type span {
        font-size: 2rem;
        padding-left: 5px;
    }
    nav input[type='text'] {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        border: 1px solid #b0b0b0;
        border-right: none;
        padding-left: 3%;
        height: 40px;
        box-sizing: border-box;
    }
    nav select {
        height: 40px;
    }
    nav .nav_form select {
        width: 75%;
        margin-bottom: 3%;
        border: 1px solid #cccccc;
    }
    nav form:last-of-type .btn2 span {
        display: none;
    }
    nav.on {
        top: 0px;
        transition: top 1000ms 0s ease;
    }
    nav .fa {
        color: #fff;
        padding-right: 0;
    }

    .bottom_fixed.common_contents {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    /*------------
  Main
  ------------*/
    .common_contents {
        padding: 0 3%;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
    }
    .common_contents li:first-of-type {
        width: 60%;
    }
    .common_contents li:last-of-type {
        width: 40%;
        margin-left: 10px;
    }
    .common_contents .btn1,
    .common_contents .btn2 {
        width: 100%;
        margin-left: 0;
    }
    .common_contents a {
        height: 40px;
    }

    .table_layout {
        margin: 15% 3%;
    }
    .table_layout dt,
    .table_layout dd {
        width: 100%;
        padding: 5%;
    }
    .table_layout dt {
        position: relative;
    }
    .table_layout dd {
        border-left: none;
    }
    .table_layout dd:first-of-type {
        border-top: 1px solid #eaeaea;
    }

    aside > dl {
        padding: 20px;
    }

    /*------------
  Flow
  ------------*/
    #Flow {
        width: 100%;
    }
    #Flow ul {
        margin: 0 3%;
    }
    #Flow li {
        height: 156px;
        width: 100%;
    }
    #Flow li::before {
        border-width: 0 0 136px 136px;
    }
    #Flow li:not(:last-of-type)::after {
        display: none;
    }
    #Flow li {
        width: 100%;
        height: 140px;
    }
    #Flow li:nth-of-type(-n + 3)::after {
        display: none;
    }
    #Flow li:nth-of-type(n + 1) dl {
        display: block;
    }
    #Flow li dt {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        /* padding-bottom: 6px; */
        /* display: block; */
        height: auto;
        width: 100%;
        padding-right: 0;
        line-height: 1;
        font-size: 2.7rem;
    }
    #Flow li:nth-of-type(n + 1) dt .abel {
        font-size: 2rem;
        /* padding-right: 2%; */
        margin-right: 2%;
    }
    #Flow li:nth-of-type(n + 1) dt .abel span {
        font-size: 2.4rem;
    }
    #Flow li:nth-of-type(n + 1) dd {
        margin-top: 6px;
        line-height: 1.4;
        font-size: 1.6rem;
        padding: 8px;
        font-weight: normal;
    }
    #Flow li:nth-of-type(n + 1) dd br {
        display: none;
    }
    #Flow li:nth-of-type(-n + 3)::before {
        border-width: 0 0 136px 136px;
    }
    #Flow li:nth-last-of-type(n + 2) {
        margin-bottom: 2%;
        height: 140px;
    }
    #Flow li:last-of-type {
        background-size: 10%;
    }
    #Flow li {
        background-color: #ffffff;
        border: solid 2px #eaeaea;
    }
    #Flow li dt .abel {
        box-sizing: border-box;
        background-color: #ffbf41;
        height: 64px;
        width: 64px;
        min-height: 64px;
        min-width: 64px;
        max-height: 64px;
        max-width: 64px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #Flow li:nth-of-type(-n + 3) {
        width: 100%;
    }

    /*------------
  Aside
  ------------*/
    aside {
        display: none;
    }

    /*------------
  Footer
  ------------*/
    footer {
        padding: 0;
    }
    footer p:first-of-type {
        margin-top: 0;
    }
    footer > div {
        box-sizing: border-box;
    }
    footer > div:first-of-type {
        text-align: center;
        padding: 6% 3%;
        background-color: #f1f1f1;
        color: #444444;
    }
    footer > div:first-of-type a:not(.text) {
        padding: 0;
        background-image: none;
        background-color: #fff;
        width: 98%;
        color: #ffbf41;
        font-size: 3.6rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        padding: 10px 0;
        height: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #dddddd;
    }
    footer > div:first-of-type p {
        font-weight: normal;
        font-size: 3.49vw;
    }
    footer > div:first-of-type span {
        display: none;
    }
    footer > div:last-of-type {
        background-color: #313131;
        margin-top: 0;
        justify-content: space-between;
    }
    footer > div div:not(.p_mark) {
        padding: 3% 3% 0;
    }
    footer > div span,
    footer > div small {
        text-align: center;
    }
    footer ul {
        width: 44%;
    }
    footer ul:first-of-type {
        padding-left: 3%;
    }
    footer ul:last-of-type {
        padding-right: 3%;
    }
    footer li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-align-items: center;
        align-items: center;
        font-size: 1.6rem;
    }
    footer .fa-angle-right {
        display: block;
        font-weight: bold;
        font-size: 1.9rem;
        margin-right: 0;
    }
    footer a[href^='tel:'] {
        margin: 2% auto;
        position: relative;
        height: 40px;
    }
    footer a[href^='tel:']::before {
        content: '';
        color: #ffbf41;
        font-size: 1.6rem;
        width: 55px;
        height: 100%;
        display: block;
        background-image: url(../img/common/tel_icon_sp.svg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 1.5%;
        box-sizing: border-box;
    }
    footer .f_left {
        width: 100%;
    }
    footer li:not(:last-of-type) a {
        margin: 0;
    }
    .p_mark {
        padding: 0 5% 3%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .f_center {
        line-height: 1.5;
        padding-top: 3%;
        padding-bottom: 3%;
        border-top: 1px solid #aaaaaa;
    }
    footer span,
    .f_center small {
        display: block;
    }
    footer .f_right {
        background-color: #313131;
        width: 100%;
    }
    footer .f_right ul {
        display: block;
    }
    footer .f_right div:not(.p_mark) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*------------
  Modal
  ------------*/
    #modal-content {
        width: 100%;
    }

    #modal-inner {
        padding: 6% 3%;
        width: 70%;
    }

    .enabled_modal {
        overflow: hidden;
        padding-right: 0;
    }

    #modal-inner dl dd {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        display: block;
    }
    #modal-inner dl dd label {
        width: 45%;
    }
    #modal-inner .label-name {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .modal-inner .headline-list {
        margin-bottom: 20px;
        height: auto;
    }
    .modal-inner .headline-list a {
        padding: 15px 0 0;
    }
    .modal-inner dd {
        padding-bottom: 0;
    }
    #modal-inner .headline-list-body .desc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        padding: 0;
    }
    .modal-inner .headline-list-body .login_keep li {
        margin: 0;
        height: auto;
        width: 46%;
    }
    .modal-inner .headline-list-body .login_keep ul {
        justify-content: space-between;
        margin-top: 10px;
    }
    #modal-inner .headline-list-body .desc span {
        width: 100%;
    }
    #modal-inner .headline-list-body .desc .btn1,
    #modal-inner .headline-list-body .desc .btn2 {
        width: 46%;
        margin: 0 auto;
        height: 37px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    #modal-inner .headline-list-body .desc.login_keep a {
        width: 100%;
    }

    /*------------
  求人票の評価
  ------------*/
    #RateOutline {
        padding: 0;
    }
    #RateOutline .outline-inner {
        padding: 20px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #RateOutline dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #RateOutline dl dt {
        height: auto;
        font-size: 1.8rem;
        padding: 5% 0;
    }
    #RateOutline dl dd {
        font-size: 1.6rem;
    }
    #RateOutline ol li {
        height: auto;
    }
    #RateOutline ol li .review {
        margin-right: 15px;
    }
    #RateOutline ol li p br {
        display: none;
    }

    /* Form */
    .notice_privacy {
        height: auto;
    }
    .frame_privacy {
        overflow: auto;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    footer > div:first-of-type p {
        font-size: 2.5vw;
    }
}

/*------------
  column_head
  ------------*/

.column_head {
    width: 1000px;
    max-width: 100%;
    padding: 42px 30px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    background-image: url(../img/column/h2_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 auto 30px auto;
}

.column_head span,
.column_head h2 {
    width: 100%;
    text-align: left;
    display: block;
}

.column_head span {
    font-family: 'Abel', sans-serif;
    font-size: 40px;
    border-left: none;
    letter-spacing: 5px;
}

.column_head h2 {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    /* font-size: 14px; */
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .column_head {
        height: 70px;
        padding: 0;
    }
    .column_head h2 {
        /*
		font-size: 2.2vw;
		*/
        font-size: 4vw;
        font-weight: bold;
        display: inline-flex;
        height: 100%;
        align-items: center;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }
}

/*------------
  read_head
  ------------*/

h3.icon_read {
    /* background-image: url(../img/common/icon_capsule.svg); */
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    color: #ffbf41;
    line-height: 1.9rem;
    font-size: 1.8rem;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #dadada;
    box-sizing: border-box;
    padding: 0 0 1rem 0;
}

/* １行のみ表示 */
.one_line {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display: block;
    height: 16px;
}

/*------------
  list-style
  ------------*/
.list-style1 {
    padding: 0;
    margin: 0;
}
.list-style1 li {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.list-style1 li i {
    color: #ffbf41;
    margin-right: 5px;
}

.ssl {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.p_mark a {
    margin-left: 20px;
}
footer .f_left {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
@media screen and (max-width: 800px) {
    .ssl {
        -webkit-flex: initial;
        -moz-flex: initial;
        -ms-flex: initial;
        -o-flex: initial;
        flex: initial;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .p_mark {
        margin-top: 25px;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p_mark a {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .ssl {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 !important;
    }
}

.common_contents.entry_btn .btn2 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
}
.btn2.no_regist {
    background-color: #ad7d1f;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .common_contents.entry_btn {
        flex-wrap: wrap;
        height: auto;
        padding: 3%;
        justify-content: space-around;
    }
    .common_contents.entry_btn li {
        width: 47.5%;
    }
    .btn2.no_regist {
        margin-left: 0;
    }
    .common_contents.entry_btn .keep-regist {
        margin-top: 4%;
    }
}

@media screen and (max-width: 767px) {
    .common_contents.entry_btn.bottom_fixed li {
        width: calc(47% - 25px);
    }
    .common_contents.entry_btn.bottom_fixed li:last-of-type {
        margin: 0;
        width: 40px;
    }
    .common_contents.entry_btn.bottom_fixed .keep-regist {
        margin-top: 0;
    }
    .common_contents.entry_btn.bottom_fixed .fa {
        margin: 0;
    }
    .common_contents.entry_btn.bottom_fixed li:last-of-type span {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .common_contents.entry_btn.bottom_fixed a {
        font-size: 1.4rem;
    }
}
