@charset "UTF-8";
/**
 *
 * コンテンツ
 *
**/


/*.ellipsis {
    position: relative;
    height: 80px;
    overflow: hidden;
    line-height: 25px;
}
.ellipsis:before, .ellipsis:after {
    position: absolute;
    background: #f1f1f1;
}
.ellipsis:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}
.ellipsis:after {
    content: "";
    width: 100%;
    height: 100%;
}*/
small {
    font-size: 86%;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.2s;
}
.bg_gray {
    background: #f8f8f8;
}
/**
 * 下層ページ見出し
**/
.heading {
    background-image: url(../images/heading-bg.png);
    background-size: cover;
    background-position: center;
}
.heading .heading-title {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading .heading-title span {
    color: #555;
    font-size: 30px;
    letter-spacing: 0.1em;
}
/*
.page-company .heading {
    background-image: url(../images/heading-bg-company.png);
    background-size: cover;
}
.page-consultant .heading {
    background-image: url(../images/heading-bg-consultant.png);
    background-size: cover;
}
.page-contact .heading {
    background-image: url(../images/heading-bg-contact.png);
    background-size: cover;
}
.page-contents .heading {
    background-image: url(../images/heading-bg-contents.png);
    background-size: cover;
}
.page-detail .heading {
    background-image: url(../images/heading-bg-detail.png);
    background-size: cover;
}
.page-faq .heading {
    background-image: url(../images/heading-bg-faq.png);
    background-size: cover;
}
.page-kiyaku .heading {
    background-image: url(../images/heading-bg-kiyaku.png);
    background-size: cover;
}
.page-news .heading {
    background-image: url(../images/heading-bg-news.png);
    background-size: cover;
}
.page-policy .heading {
    background-image: url(../images/heading-bg-policy.png);
    background-size: cover;
}
.page-search .heading {
    background-image: url(../images/heading-bg-search.png);
    background-size: cover;
}
.page-sitemap .heading {
    background-image: url(../images/heading-bg-sitemap.png);
    background-size: cover;
}
*/



/**
 * タイトル
**/
.title_wrap {
    margin: 0 auto 30px;
    text-align: left;
    overflow: hidden;
    display: none;
}
.title_wrap .tit {
    line-height: 1.8em;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #474747;
}
.content_wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
/* ボタン */
.btn-01, .btn-02, .btn-03 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    width: 360px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 40px;
}
.btn-01 {
    color: #FFC857;
    background: #fff;
    border: 1px solid #FFC857;
	position: relative;
}
.btn-02 {
    color: #fff;
    background: #FFC857;
	position: relative;
}
.btn-03 {
    color: #fff;
    background: #FFC857;
	position: relative;
}

/*.btn-01::after{
    margin: auto 0;
    width: 10px!important;
    height: 10px!important;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFC857;
    display: block;
    position: absolute;
    top: 22px;
    right: 30px!important;
    bottom: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .7s;
    transition: border-color .7s;
    content: "";
}

.btn-02::after{
    margin: auto 0;
    width: 10px!important;
    height: 10px!important;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
    display: block;
    position: absolute;
    top: 22px;
    right: 30px!important;
    bottom: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .7s;
    transition: border-color .7s;
    content: "";
}

.btn-03::after{
    margin: auto 0;
    width: 10px!important;
    height: 10px!important;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
    display: block;
    position: absolute;
    top: 22px;
    right: 30px!important;
    bottom: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .7s;
    transition: border-color .7s;
    content: "";
}*/

/**
 * 検索フォーム
**/
body.page-search #conditions{
    /*margin-top: -20px;*/
    margin-bottom: 30px;
    padding: 15px 5vw 20px;
    background: #BBDEFB;
}
body.page-search #conditions .num-display{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
}
body.page-search #conditions .num-display .num{
    margin: 0 5px;
    color: #F57C01;
    font-size: 18px;
}
body.page-search #conditions .conditions-box{
    position: relative;
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #4A4A4A;
    border-radius: 12px;
    overflow: hidden;
	height: 45px;
}
body.page-search #conditions .conditions-box__left{
    font-size: 15px;
    white-space: nowrap;
    text-align: left;
}
body.page-search #conditions .conditions-box__left .item + .item::before{
    content: " / ";
}
body.page-search #conditions .conditions-box__right{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
body.page-search #conditions .conditions-box__right a{
    display: block;
    padding: 15px;
    padding-left: 30px;
    background-image: linear-gradient(to right, #ffffff00 0, #fff 20px, #fff);
    color: #2296F3;
    font-weight: 600;
}
body.page-search #conditions .conditions-box__right a:hover{
    opacity: 1;
}
.search_form_wrap {
    margin: 5px 5px 60px 5px;
    padding: 40px 40px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.search_form_wrap .part {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    border-bottom: none;
    overflow: hidden;
}
.search_form_wrap .part.keyword {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    border-bottom: none;
    overflow: hidden;
}
.search_form_wrap dt {
    padding: 0 0 5px 0;
    line-height: 1.8em;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.search_form_wrap dt .sub {
    line-height: 1.8em;
    font-size: 16px;
    font-weight: normal;
}
.search_form_wrap dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
}
.search_form_wrap .part dd .occu_title {
    background: #e3f1f8;
    color: #005388;
    padding: 6px 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.search_form_wrap .part dd .list {
    margin: 10px;
    overflow: hidden;
}
.search_form_wrap .part dd .list li {
    padding: 0 0 8px 0;
    width: 20%;
    float: left;
}
.search_form_wrap .part dd .list li label {
}
.search_form_wrap .part dd .text {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    background: #fafafa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_form_wrap .part .cate_title {
    font-weight: bold;
    padding: 0 0 3px;
    margin: 5px 0 10px;
    border-bottom: 1px solid #ccc;
}
.search_form_wrap .btn {
    margin: 0 auto;
    width: 400px;
    height: 70px;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: #FFC857;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif;
    border-radius: 40px;
    font-weight: bold;
}
/**
 * 検索結果一覧
**/
.search_result_wrap {
    width: 100%;
}
.search_result {
    margin: 0 auto 20px auto;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 18px;
    text-align: left;
}
.search_result_message {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
}
.search_result .num {
    line-height: 1.8em;
    font-size: 24px;
    font-weight: bold;
    color: #FFC857;
}
.recruit_info {
    margin: 5px 5px 40px 5px;
    padding: 25px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.recruit_info.detail {
/*margin: 0 0 70px 0;*/
}
.recruit_info .head {
    padding: 0 0 25px 0;
    overflow: hidden;
}
.recruit_info .head .left {
    max-width: 100%;
    float: left;
}
.recruit_info .head .right {
    padding: 15px 0 0 0;
    max-width: 48%;
    float: right;
}
.recruit_info .sub {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
    color: #111111;
}
.recruit_info .tit {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    clear: both;
}
.recruit_info .tit a {
    line-height: 1.8em;
    font-size: 24px;
    font-weight: bold;
    color: #3498db;
}
.recruit_info .label {
    margin: 0 0 0 9px;
    width: 140px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #111111;
    border: 2px solid #111111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    display: inline;
}
.recruit_info .label.type01 {
    color: #111111;
    border: 2px solid #111111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.recruit_info .label.campain01 {
    color: #37beec;
    border: 2px solid #37beec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.recruit_info .wrap {
    overflow: hidden;
	clear:both;
}
.recruit_info .wrap .info_wrap {
    margin-bottom: 35px;
    overflow: hidden;
}
.recruit_info .wrap .inlink {
    text-align: center;
    height: 30px;
}
.recruit_info .wrap .inlink a {
    padding: 5px 20px;
    background: #FFC857;
    color: #fff;
    border-radius: 30px;
}
.recruit_info .wrap .inlink a:first-child {
    margin-right: 50px;
    background: #3498db;
}
.recruit_info .wrap .img_wrap {
    width: 300px;
    height: 200px;
    float: left;
    margin: 0 20px 0 0;
    display: block;
}

#content .recruit_info .wrap .img_wrap_right img,
#content .recruit_info .wrap .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruit_info .wrap .info {
    margin: 0 0 0 25px;
    padding: 0 20px 0;
    background: #fff;
    overflow: hidden;
}
.recruit_info .wrap .info .data {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
.recruit_info .wrap .info .data dl {
    margin: 0 0 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.recruit_info .wrap .info .data dl dt {
    line-height: 1.8em;
    width: 110px;
    font-weight: bold;
    float: left;
}
.recruit_info .wrap .info .data dl dd {
    line-height: 1.8em;
    overflow: hidden;
}
.recruit_info .wrap .info .category {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
    width: 100%;
}
.recruit_info .wrap .info .category li {
    margin: 10px 2% 0 0;
    padding: 7px 12px;
    width: auto;
    height: auto;
    font-size: 14px;
    text-align: center;
    background: #41A5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: inline;
    color: #fff;
}
.info .gtitle {
    font-size: 24px;
    font-weight: bold;
    color: #d67142;
}
.info .gpr {
    font-size: 16px;
    margin: 10px 0;
}
.recruit_info .wrap .recommend_point {
    margin: 0 0 30px 0;
    padding: 15px 35px 15px 35px;
    background: #fff;
    border: 5px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}
.recruit_info .wrap .recommend_point dt {
    padding: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
}
.recruit_info .wrap .recommend_point dd {
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
}
.btn_wrap {
    margin: 0 auto;
    /* max-width: 820px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruit_info .wrap .btn_wrap .btn-01, .recruit_info .wrap .btn_wrap .btn-02 {
    width: 46%;
    max-width: 360px;
    border-radius: 40px;
}
/**
 * ページング
**/
.paging {
    margin: 0 0 50px 0;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.paging li {
    padding: 0 4px;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.paging li a {
    padding: 0 10px;
    line-height: 32px;
    color: #005eaa;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #005eaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a:hover {
    text-decoration: none;
    color: #fff;
    background: #005eaa;
    border: 1px solid #005eaa;
}
.paging li .current {
    padding: 0 10px;
    line-height: 32px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #26499d;
    border: 1px solid #26499d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a.prev {
    padding: 0 10px;
    line-height: 32px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a.next {
    padding: 0 10px;
    line-height: 32px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.search_form_wrap .openModal{
    display: inline-block;
    position: relative;
    width: 130px;
    min-width: 105px;
	margin: 0 0 20px 20px;
    padding: 8px 0;
    border: solid 1px #cccccc;
    box-shadow: none;
    border-radius: 40px;
    color: #000;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
}
.search_form_wrap .openModal .icon{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 8px;
    height: 8px;
    box-shadow: -1px 1px 0 0, -2px -2px 0 -1px, 2px 2px 0 -1px;
    margin-left: 14px;
    margin-top: 1px;
}
.search_form_wrap .openModal .icon::before,
.search_form_wrap .openModal .icon::after{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -3px;
}
.search_form_wrap .openModal .icon::before{
    background: currentColor;
    transform: rotate(-45deg);
    width: 9px;
    height: 1px;
    top: 1px;
    z-index: 2;
}
.search_form_wrap .openModal .icon::after{
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-top: 1px solid;
    top: -3px;
    background: #fff;
    z-index: 1;
}

.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background: #0b0b0bcc;
    z-index: 1001;
}
.modal-container:not(.open){
    display: none;
}
.modal-container .closeModal{
    position: absolute;
    top: 20px!important;
    right: 20px !important;
    cursor: pointer;
}
.modal-container .closeModal .icon{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
}
.modal-container .closeModal .icon::before,
.modal-container .closeModal .icon::after{
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    transform: rotate(45deg);
    top: 50%;
    left: 25%;
    margin-top: -1px;
    background: #fff;
}
.modal-container .closeModal .icon::after {
    transform: rotate(-45deg);
}
.modal-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.modal-content{
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 40px 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.modal-header__title{
    color: #007fc3;
    font-size: 21px;
    line-height: 1;
}
.modal-header__numbers{
    font-size: 14px;
}
.modal-header__number{
    color: #f00;
    font-size: 24px;
    font-weight: bold;
}
.modal-body__title{
    margin-bottom: 10px;
    padding: 0;
    font-size: 17px;
    line-height: 1;
}
.modal-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
}
.modal-footer__button.submit{
    position: relative;
    padding: 15px 48px 16px;
    background: #005eaa;
    border-radius: 40px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.modal-footer__button.submit::after{
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    opacity: .7;
}
.modal-footer__button.clear{
    margin-top: 8px;
    color: #808080;
    font-size: 12px;
}
/* search.html : ウィンドウ幅に応じてjsで切り替え(.modal-container.width-narrow) */
.modal-container.width-narrow .modal-content{
    max-width: 600px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
/* search.html モーダル 勤務地から探す */
#modal-area .modal-body{
    position: relative;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 40px;
}
#modal-area .modal-body__search-col{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#modal-area .modal-body__main{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 335px;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
#modal-area .modal-body__empty{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #aaa;
    font-size: 12px;
}
#modal-area .modal-list{
    position: relative;
    height: 100%;
    background: #fafafa;
    z-index: 2;
    text-align: left;
}
#modal-area .modal-body__search-col.col-01 .modal-list ul,
#modal-area .modal-body__search-col.col-02 .modal-list ul{
    display: none;
}
#modal-area.modal-container:not(.width-narrow) .modal-body__search-col.col-01 .modal-list ul,
#modal-area.modal-container:not(.width-narrow) .modal-body__search-col.col-02 .modal-list ul{
    display: none !important;
}
#modal-area.modal-container:not(.width-narrow) .modal-body__main > .modal-list,
#modal-area .modal-list.list-child,
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild{
    display: block !important;
}
#modal-area .modal-list li{
    position: relative;
    background: #fff;
}
#modal-area .modal-list li + li{
    border-top: 1px solid #ccc;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild li{
    padding-left: 18px;
    border: none;
}
#modal-area .modal-list a{
    position: relative;
    display: block;
    padding: 12px 20px 10px;
    font-size: 14px;
    font-weight: 600;
}
#modal-area .modal-body__search-col.col-01 a.active,
#modal-area .modal-body__search-col.col-02 a.active{
    background: #f2f9ff;
}
#modal-area .modal-list.list-lowest a{
    padding-left: 42px;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-lowest > li > a{
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-child a{
    font-weight: 400;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a{
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
}
#modal-area .modal-list.list-lowest a::before,
#modal-area .modal-list.list-lowest a::after{
    content: "";
    position: absolute;
}
#modal-area .modal-list.list-lowest a::before{
    top: 10px;
    left: 14px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#modal-area .modal-list.list-lowest a.selected::before{
    background: #007fc3;
    border-color: #007fc3;
}
#modal-area .modal-list.list-lowest a.selected::after{
    top: 12px;
    left: 21px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a::before{
    top: 5px;
}
#modal-area .modal-body__search-col.col-03 .modal-list.list-grandchild a.selected::after{
    top: 7px;
}
#modal-area .modal-list__number{
    display: inline-block;
    margin-left: 4px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
#modal-area .modal-list__tab.selected .sign::after{
    content: "選択中";
    display: inline-block;
    margin-left: 8px;
    padding: 3px 10px 4px;
    background: #82ad2b;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-align: center;
    vertical-align: top;
}
/* search.html モーダル 勤務地から探す(.modal-container.width-narrow) */
#modal-area.modal-container.width-narrow .modal-body{
    display: block;
    flex-shrink: 1;
    overflow-y: scroll;
}
#modal-area.modal-container.width-narrow .modal-body__search-col:not(.col-01){
    display: none;
}
#modal-area.modal-container.width-narrow .modal-body__title{
    display: none;
}
#modal-area.modal-container.width-narrow .modal-body__main{
    max-height: 100%;
}
#modal-area.modal-container.width-narrow .modal-list.width-narrow-hidden{
    display: none !important;
}
#modal-area.modal-container.width-narrow .modal-list.width-narrow-open{
    display: block !important;
}
#modal-area.modal-container.width-narrow .modal-list .modal-list:not(.list-grandchild){
    border-top: 1px solid #ccc;
}
#modal-area.modal-container.width-narrow .modal-list.list-grandchild{
    display: grid !important;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: 5px 7px;
    margin: 5px 10px 10px 5px;
    padding: 5px 7px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
#modal-area.modal-container.width-narrow .modal-list.list-grandchild li{
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0 3px 7px #00000014;
    box-shadow: 0 3px 7px #00000014;
    border-radius: 4px;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a{
    font-weight: 400;
}
#modal-area.modal-container.width-narrow .modal-list.list-top > li > a::after{
    content: "";
    position: absolute;
    top: 17px;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
    z-index: 3;
    transition: all .3s;
}
#modal-area.modal-container.width-narrow .modal-list.list-top > li > a.active::after{
    top: 19px;
    transform: rotate(-45deg);
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::before,
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::after{
    content: "";
    position: absolute;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::before{
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background: #f6f6f6;
    border-left: 1px solid #ccc;
    z-index: 2;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a::after{
    top: 17px;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(135deg);
    z-index: 3;
    transition: all .3s;
}
#modal-area.modal-container.width-narrow .modal-list.list-middle > li > a.active::after{
    top: 19px;
    transform: rotate(-45deg);
}
/* search.html スクロール */
.search_form_wrap .ps__rail-y{
    width: 8px;
    margin-right: 5px;
    background: #ebebeb !important;
    opacity: 1 !important;
}
.search_form_wrap .ps__thumb-y{
    right: 0;
    width: 8px;
}
.search_form_wrap .ps__rail-y:hover > .ps__thumb-y,
.search_form_wrap .ps__rail-y:focus > .ps__thumb-y,
.search_form_wrap .ps__rail-y.ps--clicking .ps__thumb-y{
    width: 8px;
}
/* search.html モーダル 職種から探す */
#modal-occupation .modal-content{
    display: flex;
    flex-direction: column;
}
#modal-occupation .modal-body{
    padding: 40px 40px 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#modal-occupation .modal-body::-webkit-scrollbar{
    display:none;
}
#modal-occupation .modal-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px,1fr));
    gap: 8px 10px;
}
#modal-occupation .modal-list li{
}
#modal-occupation .modal-list li label{
    font-size: 15px;
    letter-spacing: 0.08em;
}
#modal-occupation .modal-footer__button.submit{
    width: 100%;
    width: calc(100% - 40px);
    max-width: 300px;
    text-align: center;
}
#modal-occupation .modal-footer{
    padding-bottom: 30px;
}
/* search.html モーダル 条件の変更 */
#modal-conditions{
    margin: 0;
    z-index: 490;
}
#modal-conditions .modal-content{
    display: flex;
    flex-direction: column;
}
#modal-conditions .modal-header{
    background: #BBDEFB;
}
#modal-conditions .modal-body{
    /*height: 100%;*/
    padding: 30px 20px;
    background: #fff;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#modal-conditions .modal-body::-webkit-scrollbar{
    display:none;
}
#modal-conditions .modal-body .list{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 0 10px;
}
#modal-conditions .modal-body .list li{
    width: 100%;
}
#modal-conditions .modal-body .list label{
    font-size: 16px;
}
#modal-conditions .modal-footer{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    gap: 10px 0;
}
#modal-conditions .modal-footer__numbers{
    font-size: 14px;
    font-weight: 600;
}
#modal-conditions .modal-footer__number{
    margin: 0 3px;
    color: #F57C01;
    font-size: 23px;
}
#modal-conditions .modal-footer__button.submit{
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 5px;
}
#modal-conditions .modal-footer__button.submit::before,
#modal-conditions .modal-footer__button.submit::after{
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
#modal-conditions .modal-footer__button.submit::before{
    top: 18px;
    left: 20px;
    width: 16px;
    height: 16px;
    margin-left: -4px;
    margin-top: -4px;
    border: 3px solid #fff;
    border-radius: 100%;
}
#modal-conditions .modal-footer__button.submit::after {
    top: 25px;
    left: 30px;
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-45deg);
    opacity: 1;
}
/**
 * 求人情報詳細
**/

.recruit_data {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.recruit_data .tb {
    margin: 0 0 30px 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #111;
}
.recruit_data .tb th {
    padding: 15px 20px;
    width: 200px;
    text-align: left;
    font-weight: bold;
    background: #f2f2f2;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
}
.recruit_data .tb td {
    line-height: 1.8em;
    padding: 15px 20px;
    /*border-left: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.recruit_data .tb td .img-wrap {
    width: auto;
    height: 220px;
    text-align: left;
}
#content .recruit_data .tb td .img-wrap img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline;
}
.recruit_data .tb td .list {
    overflow: hidden;
}
.recruit_data .tb td .list li {
    width: 50%;
    float: left;
}
.recruit_data .tb td .list li:nth-of-type(2n+1) {
    clear: both;
}
.recruit_data .btn_wrap {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.recruit_data .btn_wrap .btn02 {
    width: 48%;
    height: 70px;
    line-height: 68px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: #005eaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit_data .btn_wrap .btn-line {
    width: 48%;
}
.consultant_message {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    min-height: 140px;
    position: relative;
    overflow: inherit;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    box-sizing: border-box;
}
.consultant_message .image {
    float: left;
    width: 18%!important;
    height: auto!important;
    display: block;
}
.consultant_message .message {
    width: 80%;
    max-width: 820px;
    background: #fff;
    float: right;
    display: inline-block;
}
.consultant_message .message p {
    line-height: 1.8em;
    font-size: 16px;
}
/* コンサルタントからの一言　吹き出し */
/* 吹き出し本体 */
.balloon {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -21px;
    top: 40%;
    border-top: 10px solid transparent;
    border-right: 20px solid #bbb;
    border-bottom: 10px solid transparent;
}
.balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -20px;
    top: 40%;
    ;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
}
/* コンサルタントからの一言　吹き出し */


.other_conditions {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.other_conditions .head {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
.other_conditions .tit {
    margin: 0 5px 0 0;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
    float: left;
    display: inline;
}
.other_conditions .note {
    margin: 0 0 0 0;
    line-height: 1.8em;
    font-size: 13px;
    color: #999999;
    float: left;
    display: inline;
    padding: 5px 0 0 0;
}
.other_conditions dl {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.other_conditions dl dt {
    width: 140px;
    padding: 4px 0;
    margin-right: 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #005eaa;
    border: 1px solid #005eaa;
    display: inline-block;
}
.other_conditions dl dd {
    width: calc(100% - 160px);
}
.other_conditions dl dd ul {
    overflow: hidden;
}
.other_conditions dl dd ul li {
    margin-right: 10px;
    float: left;
}
.other_conditions dl dd ul li a {
    color: #005eaa;
    font-size: 16px;
    text-decoration: underline;
}
.other_conditions dl dd ul li a:hover {
    text-decoration: none;
}

.recommend_recruit {
    margin: 0 0 0px 0;
    padding: 0 0;
    border: none;
    overflow: hidden;
}
.recommend_recruit .item {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.recommend_recruit .item .centered {
    display: table;
    width: 250px;
    height: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.recommend_recruit .item .image {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0 0 0 0;
}
.recommend_recruit .item .image img {
    width: auto!important;
    height: auto!important;
    display: block;
    max-width: 250px;
    max-height: 200px;
    margin: 0 auto;
}
.recommend_recruit .item .info {
    overflow: hidden;
}
.recommend_recruit .item .info .head {
    margin: 0 0 15px 0;
    overflow: hidden;
}
.recommend_recruit .item .info .head .sub {
    margin: 0 0 0 0;
    line-height: 1.8em;
    font-size: 12px;
}
.recommend_recruit .item .info .tit {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 20px;
    font-weight: bold;
    color: #111;
    background: none;
}
.recommend_recruit .item .info .tit a {
    line-height: 1.8em;
    font-size: 20px;
    font-weight: bold;
    color: #3498db;
}
.recommend_recruit .item .info .data {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    clear: both;
    overflow: hidden;
}
.recommend_recruit .item .info .data dt {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #005eaa;
    border: 1px solid #005eaa;
    clear: both;
    float: left;
    display: inline;
}
.recommend_recruit .item .info .data dd {
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    line-height: 1.8em;
    font-size: 16px;
    background: none;
    overflow: hidden;
}
.recommend_recruit .item .info .data dd ul {
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    overflow: hidden;
}
.recommend_recruit .item .info .data dd ul li {
    margin: 2px 8px 0 0;
    padding: 0 0 0 0;
    float: left;
    display: inline;
}
.recommend_recruit .item .info .data dd ul li a {
    text-decoration: underline;
}
.recommend_recruit .item .info .data dd ul li a:hover {
    text-decoration: none;
}
/**
 * よくある質問
**/
.faq_wrap {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.faq_wrap dl {
    margin: 0 0 10px 0;
    padding: 18px;
    overflow: hidden;
}
.faq_wrap dl dt {
    width: 100%;
    padding: 0 0 12px;
    border-bottom: 1px solid #ededed;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.faq_wrap dl dt::before {
    content: "Q";
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: #005eaa;
    font-family: 'Comfortaa', cursive;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px 11px 11px;
    margin-right: 20px;
    box-sizing: border-box;
}
.faq_wrap dl dd {
    padding: 10px 0 0;
    line-height: 1.8em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.faq_wrap dl dd::before {
    content: "A";
    font-size: 26px;
    line-height: 1;
    color: #005eaa;
    background: #fff;
    border: 2px solid #005eaa;
    font-family: 'Comfortaa', cursive;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 9px 12px 11px;
    margin-right: 20px;
    box-sizing: border-box;
}
.faq_wrap dl dd p {
    line-height: 1.8em;
}
/**
*転職活動の流れ
**/
.flow_wrap {
    /* margin: 20px 0 0 0;
    overflow: hidden;
    background: #fff;
    padding: 30px 20px;*/
    margin: 5px 5px 40px 5px;
    padding: 80px 44px 80px 44px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.flow_wrap .step {
    margin: 0 auto 20px;
    display: table;
    position: relative;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
}
.flow_wrap .step:last-child {
    margin: 0 auto 0 auto;
}
.flow_wrap .step .number {
    margin: 0 0 0 0;
    width: 40px;
    float: none;
    padding: 4px 10px 10px;
    background: #005eaa;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}
.flow_wrap .step .number span.small {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
    color: #fff;
}
.flow_wrap .step .box {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8em;
    margin-bottom: 10px;
    overflow: hidden;
}
.flow_wrap .step .box .tit {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
a.txt-link {
    color: #3498db;
    text-decoration: underline;
}
.flow_wrap .arrow {
    margin: 0 0 20px 0;
    text-align: center;
    overflow: hidden;
}
.bordering-arrow-right {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    margin: 0 auto 20px;
}
/**
 * 会社概要
**/
.company_data {
    margin: 0 5px 30px 5px;
    padding: 60px 100px 60px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 13px #ddd;
}
.company_data .data {
    margin: auto;
    width: 100%;
    max-width: 800px;
}
.company_data .data tr {
    border-bottom: 1px solid #ddd;
}
/*.company_data .data tr:nth-child(odd) {
	background: #fff;
}*/
/*.company_data .data tr:nth-child(even) {
	background: #eeeeee;
}*/
.company_data .about_tb {
}
.company_data .about_tb th, .company_data .data td {
    padding: 1rem;
    line-height: 1.8em;
}
.company_data .data th {
    width: 200px;
    font-weight: bold;
    box-sizing: border-box;
}
/**
 * 利用規約・個人情報保護方針
**/
.kiyaku_wrap {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.kiyaku_wrap .tit {
    margin: 0 0 10px;
    padding: 0 0 0.2em;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
    color: #005eaa;
    border-bottom: 1px solid #ccc;
}
.kiyaku_wrap .kiyaku_desc {
    color: #111;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 25px 0;
}
.kiyaku_wrap .kiyaku_desc:last-child {
    margin: 0 0 0 0;
}
.kiyaku_wrap .kiyaku_desc li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    line-height: 1.8em;
}
.policy_table {
    width: 100%;
    line-height: 1.8em;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.policy_table th, .policy_table td {
    font-size: 14px;
    line-height: 1.6em;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
.policy_table th {
    width: 200px;
    font-weight: bold;
    background: #f2f2f2;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.policy_table td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.pmark_wrap {
    width: 96px;
    height: auto;
}
/*
サイトマップ
*/
.sitemap_wrap {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.sitemap_wrap .list {
    line-height: 1.8em;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.sitemap_wrap li {
    background: #fff;
    border-top: 1px dotted #ccc;
}
.sitemap_wrap li a {
    color: #111;
    font-size: 16px;
    line-height: 1.8em;
}
.sitemap_wrap li .arrow {
    position: relative;
    display: inline-block;
    padding: 15px 0 15px 20px;
    margin-left: 10px;
}
.sitemap_wrap li .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #005eaa;
    border-right: solid 2px #005eaa;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.sitemap_wrap li ul li .arrow {
    margin-left: 30px;
}
.sitemap_wrap li ul li .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #005eaa;
    border-right: solid 2px #005eaa;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
/*
サイトからのお知らせ
*/
.news_wrap {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.news_wrap .title_wrap {
    display: inline-block;
    margin: 0 0 10px;
    width: 260px;
    vertical-align: top;
}
.news_wrap .title_wrap .tit_news {
    font-size: 26px;
}
.news_wrap .tb {
    line-height: 1.8em;
    font-size: 16px;
    color: #111;
    display: block;
}
.news_wrap .tb tr {
    margin-bottom: 8px;
    display: table;
}
.news_wrap .tb th {
    padding: 0 0 0 0;
    width: 100px;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: normal;
    text-align: left;
    margin: 0 30px 0 0;
    display: inline-block;
}
.news_wrap .tb tr td {
}
.news_wrap .tb td a {
    font-weight: bold;
    color: #3498db;
    font-size: 18px;
    line-height: 1.8em;
    display: inline-block;
}
.news_wrap .news_detail {
    margin: 0 0 30px 0;
}
.news_wrap .news_detail .news_tit {
    padding: 10px 0;
    color: #005eaa;
    font-weight: bold;
    font-size: 24px;
}
.news_wrap .news_detail .desc {
    line-height: 1.8em;
    font-size: 16px;
}
.news_wrap .btn_top a.btn {
    margin: 0 auto;
    width: 400px;
    height: 70px;
    line-height: 68px;
    font-size: 18px;
    color: inherit;
    background: #ededed;
    display: block;
}
/**
 * お問合わせ
**/
.contact_form {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.contact_form p.desc {
    line-height: 1.8em;
}
.contact_form .form {
    margin: 0 auto 30px;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.contact_form .form tr th {
    padding: 1rem;
    width: 230px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.contact_form .form tr td {
    padding: 15px;
    line-height: 1.8em;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.contact_form .form tr td .list_01 {
    border-top: dotted 1px #ccc;
    padding-top: 10px;
    overflow: hidden;
}
.contact_form .form tr td .list_01:first-child {
    border-top: none;
    padding-top: 0;
}
.contact_form .form tr td .list_01 li {
    width: auto;
    padding-right: 30px;
    padding-bottom: 5px;
    float: left;
}
.contact_form .form td .box {
}
.contact_form .form td .note {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
}
.error {
    padding: 5px 0;
    color: #dd0202;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4em;
    clear: both;
}
.contact_form .form td .fl.select {
    margin: 0 10px 0 0;
    display: inline;
}
.contact_form .form td .fl2 {
    line-height: 28px;
    float: left;
}
.contact_form .form td .dl_01 {
    overflow: hidden;
    margin: 0 0 10px 0;
}
.contact_form .form td .dl_01 dt {
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    float: left;
}
.contact_form .form td .dl_01 dd {
    overflow: hidden;
}
.contact_form .form td select {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: inherit;
}
.contact_form .kiyaku {
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
    width: 72%;
    max-width: 750px;
    text-align: left;
}
.contact_form .kiyaku dt {
    padding: 5px 0;
    height: 30px;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    background: #b4b4b4;
    color: #fff;
}
.contact_form .kiyaku dd {
    height: 150px;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    overflow: auto;
}
.contact_form .kiyaku dd .wrap {
    padding: 15px;
    overflow: hidden;
}
.contact_form .kiyaku p, .contact_form .kiyaku li {
    font-size: 14px;
    line-height: 1.6em;
}
.hissu {
    font-weight: bold;
    background: #fe7ca6;
    color: #fff;
    font-size: 12px;
    font-style: inherit;
    padding: 0px 5px;
    border-radius: 3px;
    float: right;
}
.contact_form .btn_wrap {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.contact_form .btn_wrap .btn {
    width: 300px;
    height: 70px;
    font-size: 16px;
    letter-spacing: 0.1em;
    background: #005eaa;
    color: #fff;
    border: 1px solid #005eaa;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
.btn_back a {
    color: #000;
    margin: 30px auto 0;
    width: 300px;
    height: 70px;
    line-height: 68px;
    font-size: 18px;
    background: #ededed;
    border-radius: 0;
    display: block;
    -webkit-appearance: none;
}
/*
*　詳細お問い合わせ
*/
.detail_contact_head {
    margin: 5px 5px 20px 5px;
    padding: 40px 44px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.detail_contact_head .image {
    margin-right: 30px;
    float: left;
    width: 150px;
    height: 110px;
}
#content .detail_contact_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_contact_head .desc {
    overflow: hidden;
}
.detail_contact_head .desc .tit {
    padding: 0 0 10px 0;
    font-weight: bold;
}
.detail_text {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 16px;
    color: #111;
}
.detail.error {
    margin: 5px 0 0 0;
    padding: 5px;
    color: #dd0202;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
/*
特集コンテンツここから
*/
.column_wrap {
    overflow: hidden;
}
/*
カテゴリー名　特集コンテンツここから
*/
.column_wrap .item {
    padding: 45px 50px 45px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    text-align: left;
    margin: 5px 5px 50px;
    position: relative;
    overflow: hidden;
}
.column_wrap .item .img {
    float: left;
    width: 17%;
    height: 100px;
    margin: 0 3% 0 0;
}
#content .column_wrap .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column_wrap .item .right_box {
    float: right;
    width: 80%;
}
.column_wrap .item .right_box .tit {
}
.column_wrap .item .right_box .tit a {
    line-height: 1.8em;
    font-size: 16px;
    font-weight: bold;
    color: #005eaa;
    margin: 0 auto 5px;
}
.column_wrap .item .right_box .desc {
    font-size: 16px;
    line-height: 1.8em;
}
.column_wrap .item .right_box .desc a {
    color: inherit;
}
/*
特集コンテンツ 詳細ページ
*/
.column_wrap.detail {
    padding: 45px 50px 45px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    text-align: left;
    position: relative;
    margin: 5px 5px 50px;
}
.column_wrap.detail h2 {
    font-size: 180%;
    margin-bottom: 40px;
}
.blog_content_head01 {
    border-bottom: 3px solid #005eaa;
    padding: 15px 0;
    text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    width: 100%;
    margin: 0 auto 30px;
}
.blog_content_head02 {
    font-weight: bold;
    padding-left: 25px;
    font-size: 20px;
    background: #eee;
    padding: 15px 0 15px 20px;
    letter-spacing: 0.05em;
    border-left: 8px solid #005eaa;
    margin-bottom: 30px;
}
.blog_content_head03 {
    padding: 10px 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    width: 100%;
    margin: 20px auto;
}
.column_wrap a {
    color: #0073C4;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 20px auto 0;
}
.column_wrap .cate_list a {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.column_wrap.detail span {
    font-size: 16px;
    display: block;
}
.column_wrap .btn_back a {
    width: 300px;
    font-size: 16px;
    font-weight: normal;
    color: inherit;
    margin: auto;
}
.blog_content_image img {
    margin: 20px 0 0;
}
#content .blog_content_image img {
    width: auto;
    max-width: 100%;
}
figcaption {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
}
.blog_content_text {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    width: 100%;
    margin: 0 auto 40px;
}
.blog_content_text2 {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    width: 100%;
    background: rgba(56, 158, 227, 0.3);
    margin: 20px auto;
    padding: 25px;
    box-sizing: border-box;
}
.blog_content_list {
    color: #111;
    font-size: 16px;
    padding: 20px 35px;
    background: #FCFAF7;
    text-align: left;
    line-height: 1.8em;
    width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
.blog_content_image {
    width: 100%;
    margin: 30px auto;
}
.blog_content_list li {
    padding: 10px 10px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    list-style: disc;
}
.blog_content_list li a {
    color: #0073C4;
    padding-bottom: 3px;
    border-bottom: 1px dashed #aaa;
}
.blog_content_list li a:before {
    content: '';
    margin-top: -1px;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* detail.html > 関連求人 */
.relation_wrap {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.relation_wrap .wrap {
    overflow: hidden;
}
.relation_wrap .wrap a {
    margin: 7px 10px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.relation_wrap a .img-wrap {
}
#content .relation_wrap a .img-wrap img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.relation_wrap a .tag-work {
    position: absolute;
    top: 0;
    left: 0;
    background: #455560;
    padding: 2px 8px 4px;
}
.relation_wrap .wrap a .text-wrap {
    padding: 10px 13px;
}
.relation_wrap .wrap a .text-wrap .title {
    position: relative;
    width: 100%;
    /* height: 90px; */
    background: #fff;
    overflow: hidden;
	color: #005eaa;
}
.relation_wrap .wrap a .text-wrap .title:before, .relation_wrap .wrap a .text-wrap .title:after {
    position: absolute;
    background: #fff;
}
.relation_wrap .wrap a .text-wrap .title:before {
    content: "...";
    bottom: 0;
    right: 0;
}
.relation_wrap .wrap a .text-wrap .title:after {
    content: "";
    height: 100%;
    width: 100%;
}
.relation_wrap .slick-prev, .relation_wrap .slick-next {
    width: 60px;
    height: 60px;
}
.relation_wrap .slick-prev {
    top: 42%;
	left: -15px;
}
.relation_wrap .slick-next {
    top: 42%;
    right: -40px;
}
/* reason.html */
.reason {
    margin: 5px 5px 50px 5px;
    padding: 50px 40px 50px 40px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 1px #e5e5e5;
}
.reason .head {
    margin: 0 auto 50px;
    max-width: 800px;
}
.reason .head p {
    font-size: 16px;
    line-height: 1.8em;
    color: #210e08;
}
.reason .item {
    margin: 0 auto 80px;
}
.reason .back.item-01 {
    padding: 30px 0;
    background: url(../images/reason_01.png) no-repeat left center;
    background-size: auto;
    overflow: hidden;
    position: relative;
}
.reason .back.item-02 {
    padding: 30px 0;
    background: url(../images/reason_02.png) no-repeat right center;
    background-size: auto;
    overflow: hidden;
    position: relative;
}
.reason .back.item-03 {
    padding: 30px 0;
    background: url(../images/reason_03.png) no-repeat left center;
    background-size: auto;
    overflow: hidden;
    position: relative;
}
.reason .item .wrap {
    width: 80%;
    max-width: 480px;
    padding: 85px 30px 30px;
    margin: 0 10px 0 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 10px 10px 0 0 rgba(147,204,184, 0.6);
    position: relative;
}
.reason .item .wrap.right {
    float: right;
}
.reason .item .wrap.left {
    margin: 0 0 0 20px;
}
.reason .item .wrap .num_wrap {
    position: absolute;
    top: 15px;
    left: -20px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.25em;
    font-style: italic;
}
.reason .item .wrap .ribbon {
    background: #005eaa;
    padding: 10px 40px;
}
.reason .item .wrap .ribbon:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #5f907f transparent transparent;
    border-width: 0 20px 15px 0;
}
.reason .item .wrap .tit {
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.reason .item .wrap .text {
    font-size: 16px;
    line-height: 1.8em;
}
.kentou, .kentou2 {
    float: right;
}
.kentou a {
    color: #005eaa;
    border: 1px solid #005eaa;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 40px;
}
.kentou a:hover {
	color:#fff;
    background: #005eaa;
    /*opacity: 1.0;*/
	transition:0.2s;
}
.kentou2 a {
    color: #fff;
    border: 1px solid #005eaa;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background: #005eaa;
    pointer-events: none;
    border-radius: 40px;
}
.kentou2 a:hover {
    color: #fff;
    opacity: 1.0;
}
.google-map {
    margin: 60px auto 0;
    text-align: center;
    width: 100%;
    max-width: 800px;
}
.google-map .center {
    position: relative;
    padding-bottom: 45.25%;
    height: 0;
    overflow: hidden;
}
.google-map .center iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.content_wrap.reason {
    padding: 50px 0 0;
    margin: 0 auto 40px auto;
    background: inherit;
    box-shadow: none;
}
.reason-wrap {
    position: relative;
    min-height: 430px;
}
.reason-wrap .text {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.reason-wrap .text > div {
    width: 700px;
    background: rgba(33,114,175,0.3);
    margin-top: 50px;
    padding: 50px 50px 50px;
    /*box-shadow: 10px 10px 0px 0px rgba(0,171,235,0.1), 10px 10px 0px 0px rgba(255,255,255,0.4) inset;*/
    position: relative;
}
.reason-wrap .text-wrap01::before, .reason-wrap .text-wrap02::before, .reason-wrap .text-wrap03::before {
    font-size: 140px;
    color: #005eaa;
    font-family: "BebasKai";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -100px;
}
.reason-wrap .text-wrap01::before {
    content: "01";
    left: 0;
}
.reason-wrap .text-wrap02::before {
    content: "02";
    right: 0;
}
.reason-wrap .text-wrap03::before {
    content: "03";
    left: 0;
}
.reason-wrap .title_wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    position: relative;
}
.reason-wrap .text > div h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}
.reason-wrap .bg {
    width: 50%;
    max-width: 735px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.reason-wrap.box1 {
    min-height: 430px;
}
.reason-wrap.box1 .bg {
    background: url(../images/reason_01.png) no-repeat right top / cover;
    right: 0;
    background-size: auto 430px;
}
.reason-wrap.box2 {
    min-height: 430px;
}
.reason-wrap.box2 .bg {
    background: url(../images/reason_02.png) no-repeat left top / cover;
    left: 0;
    background-size: auto 430px;
}
.reason-wrap.box3 {
    min-height: 430px;
}
.reason-wrap.box3 .bg {
    background: url(../images/reason_03.png) no-repeat right top / cover;
    right: 0;
    background-size: auto 430px;
}
.reason-wrap.box4 {
    min-height: 430px;
}
.reason-wrap.box4 .bg {
    background: url(../images/reason_04.jpg) no-repeat right top / cover;
    right: 0;
    background-size: auto 430px;
}
.reason-wrap.box5 {
    min-height: 430px;
}
.reason-wrap.box5 .bg {
    background: url(../images/reason_05.jpg) no-repeat left top / cover;
    left: 0;
    background-size: auto 430px;
}
.reason-wrap.box6 {
    min-height: 430px;
}
.reason-wrap.box6 .bg {
    background: url(../images/reason_06.jpg) no-repeat right top / cover;
    right: 0;
    background-size: auto 430px;
}
/**
 * テキスト入力フィールド
**/
select {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.txt_w13p {
    padding: 0 10px;
    width: 13%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.txt_w19p {
    padding: 0 10px;
    width: 19%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.txt_w30p {
    padding: 0 10px;
    width: 30%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.txt_w47p {
    padding: 0 10px;
    width: 47%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.txt_w55p {
    padding: 0 10px;
    width: 55%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
textarea.textarea_w96p {
    padding: 10px;
    width: 96%;
    height: 140px;
    line-height: 1.8em;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* contact.html */
.contact-content01 {
    background-image: url(../images/contact_contant01_img.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #1778BA;
    background-position: top center;
    text-align: center;
    padding: 150px 0 80px;
}
.contact-content01 p {
    color: #fff;
}
.contact-content01-txt {
    margin-top: 15px;
    font-size: 18px;
}
.contact-content01 p:nth-of-type(3) {
    margin-top: 35px;
}
.contact-content01-txt01 {
    font-size: 20px;
    font-weight: bold;
}
.contact-content01-txt02 {
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold;
}
.contact-content02 {
    padding-top: 50px;
}
.contact-content02 .content-title01 {
    margin-bottom: 43px;
}
.contact-content02 .text-wrap {
    position: relative;
}
.contact-content02 .text-wrap::before {
    font-size: 140px;
    color: #005eaa;
    font-family: "BebasKai";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -100px;
}
.contact-content02 .text-wrap01::before {
    content: "01";
    left: 0;
}
.contact-content02 .text-wrap02::before {
    content: "02";
    right: 0;
}
.contact-content02 .text-wrap03::before {
    content: "03";
    left: 0;
}
.content05 .img-wrap img {
    max-width: 100% !important;
    width: auto !important;
    border: none;
    display: inline !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.contact-content03 {
    background-image: url(../images/contact_contant03_img.png);
    background-size: cover;
    text-align: center;
    padding: 50px 0 100px;
}
.contact-content03 p, .contact-content03 .content-title01, .contact-content03 .content-title01 .eng {
    color: #fff;
}
.contact-content03-txt01 {
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold;
}
.contact-content03 p:nth-of-type(2) {
    margin-top: 40px;
}
.contact-content03-txt {
    margin-top: 15px;
    font-size: 18px;
}

/* contact.html上部説明
----------------------------------------*/
.contact_expo {
    margin: 5px 5px 40px 5px;
    padding: 45px 50px 45px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.contact_expo .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
    position: relative;
}
.contact_expo .item:nth-child(3) {
    padding-bottom: 0;
}
.contact_expo .item::before {
    content: "";
    width: 1px;
    border-left: 1px solid #005eaa;
    position: absolute;
    left: 42px;
    top: 70px;
    bottom: 0;
    z-index: 0;
}
.contact_expo .item .text_wrap {
    width: 58%;
}
.contact_expo .item h3 {
    color: #005eaa;
    font-size: 30px;
    letter-spacing: 0.05em;
    padding: 22px 0 22px 110px;
}
.contact_expo .item:nth-child(1) h3 {
    background: url(../images/contact_01.png) no-repeat;
    background-size: auto;
    background-position: 0 0;
}
.contact_expo .item:nth-child(2) h3 {
    background: url(../images/contact_02.png) no-repeat;
    background-size: auto;
    background-position: 0 0;
}
.contact_expo .item:nth-child(3) h3 {
    background: url(../images/contact_03.png) no-repeat;
    background-size: auto;
    background-position: 0 0;
    padding: 0 0 20px 110px;
}
.contact_expo .item p {
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 110px;
}
.contact_expo .img_wrap {
    width: 40%;
    max-width: 420px;
    height: auto;
}
.contact_expo .item dl {
    margin-top: 20px;
    padding-left: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact_expo .item dl dt {
    font-size: 16px;
    line-height: 1.8em;
    color: #005388;
    font-weight: bold;
    background: #e3f1f8;
    padding: 5px 0 5px 10px;
    width: 65.7%;
    margin-bottom: 2px;
}
.contact_expo .item dl dd {
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    padding: 5px 0 5px;
    background: #f4f4f4;
    width: 34%;
    margin-bottom: 2px;
}
.detail .photo_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 20px;
}
.detail .photo_wrap li {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
}
.detail .photo_wrap li .img_box {
    display: table;
    height: 220px;
    width: 100%;
}
.detail .photo_wrap li .img_box .center {
    display: table-cell;
    vertical-align: middle;
}
.detail .photo_wrap li .img_box .center img {
    display: block;
    margin: 0 auto;
    max-height: 250px;
    max-width: 100%;
}
.detail .photo_wrap li .text_box {
    text-align: left;
    line-height: 1.6em;
    font-size: 16px;
}
/**
 * customer.html
**/
.content_customer li {
    padding-bottom: 30px;
}
.content_customer li:last-child {
    padding-bottom: 0px;
}
.content_customer h3 {
    color: #005EAA;
    width: auto;
    font-size: 140%;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.content_customer p {
    color: #666;
    width: auto;
    font-size: 100%;
    font-weight: normal;
    margin: 0px auto;
    padding: 0px;
}
.content_customer p span {
    font-weight: bold;
    color: #005EAA;
    font-size: 120%;
}
.content_customer table {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}
.content_customer table th {
    padding: 10px;
    background-color: #F6F6F6;
    text-align: center;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    vertical-align: middle;
}
.content_customer table td {
    font-size: 100%;
    padding: 10px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.content_customer li ul.step {
    overflow: hidden;
}
.content_customer li ul.step li {
    width : 184px;
    margin-right: 20px;
    float: left;
    vertical-align: top;
}
.content_customer li ul.step li:last-child {
    margin-right: 0px;
}
.content_customer li ul.step li .icon {
    color: #fff;
    width: auto;
    font-size: 100%;
    font-weight: normal;
    font-weight: bold;
    background-color: #005EAA;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    border-radius: 15px;
	width: 30px;
	margin-right: 10px;
	float:left;
}
.content_customer li ul.step li h4 {
    color: #666;
    width: auto;
    font-size: 90%;
    font-weight: normal;
    margin: 0px auto;
    padding-top: 5px;
}
.contact_customer {
    border: solid 1px #005EAA;
    background-color: #E7F4FF;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact_customer .btn {
    color: #FFF;
    background-color: #005EAA;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 430px;
    height: 70px;
    line-height: 70px;
    font-size: 140%;
    border-radius: 5px;
    text-align: center;
    display: block;
}
.contact_customer .btn:hover {
    background-color: #186EB3;
}
.consul-bn {
    padding-left: 3vw;
    padding-right: 3vw;
}
.search_form_wrap .part .type_list > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0 0px;
    box-sizing: border-box;
}
.search_form_wrap .part .type_list .list_title {
    min-width: 150px;
    font-weight: bold;
}
.search_form_wrap .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.search_form_wrap .part dd .list li {
    width: auto;
    padding: 0 0;
    margin: 0 20px 10px 0;
    float: left;
}
.update {
        margin-top: 8px;
    float: left;
    color: #555;
    font-size: 12px;
}
.recruit_info .wrap .info .data dl dt::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
}
.recruit_info .wrap .info .data dl dt.icon01::before {
    background: url(../images/icon_kyuyo.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px;
    position: relative;
    top: 2px;
}
.recruit_info .wrap .info .data dl dt.icon02::before {
    background: url(../images/icon_syokushu.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 13px;
}
.recruit_info .wrap .info .data dl dt.icon03::before {
    background: url(../images/icon_area.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    position: relative;
    top: 4px;
    left: 2px;
}


.recruit_info .title-data {
	margin-bottom:20px;
	float: left;
}


.recruit_info .title-data li{
margin-bottom: 10px;
    margin-right: 0px;
    padding: 5px;
    border: 1px solid #005eaa;
    display: inline-block;
    color: #005eaa;
    font-size: 13px;
	margin-left: 10px;
    text-align: center;
    width: 17%;
}

.recruit_info .title-data2 {
	margin-bottom:20px;
	    margin-left: 5px;
    float: left;
}


.recruit_info .title-data2 li{
margin-bottom: 10px;
    margin-right: 5px;
    padding: 3px 7px;
    border: 1px solid #005eaa;
    display: inline-block;
    color: #005eaa;
    font-size: 14px;
}

.job_type_body {
    ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;

        a {
            width: 50%;
            li{
                margin: 10px;
                padding: 0 0 10px 0;
                border-bottom: 1px #ccc solid;
            }
        }
    }
}

.recruit_info .wrap .img_wrap_right {
    width: 300px;
    height: 200px;
    float: right;
    margin: 0 20px 0 0;
    display: block;
}
.recruit_info .wrap .info_left {
    float: left;
    margin: 0 !important;
    width: calc(100% - 360px);
}

.data-left{
    width: 60%;
    margin-right: 20px !important;
}
.data-right {
    border-left: 1px #000 solid;
    padding: 10px 20px;
    max-width: 50%;
}

.other_conditions2 {
    margin: 5px 5px 40px 5px;
    padding: 40px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.other_conditions2 .head {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
.btn-acc {
    text-align: center;
}
.btn-acc input{
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid #004e9b;
    background: #fff;
    color: #004e9b;
    margin-top: 10px;
    font-weight: bold;
}
.accview {
    display: none;
}
.other_conditions2 .tit {
    margin: 0 5px 0 0;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
    float: left;
    display: inline;
}
.other_conditions2 .note {
    margin: 0 0 0 0;
    line-height: 1.8em;
    font-size: 13px;
    color: #999999;
    float: left;
    display: inline;
    padding: 5px 0 0 0;
}
.other_conditions2 dl {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.other_conditions2 dl dt {
    min-width: 100px;
    max-width: 100px;
    padding: 4px 0;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    /* text-align: center; */
    /* color: #fff;
    background: #005eaa;
    border: 1px solid #005eaa; */
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .other_conditions2 dl {
        flex-wrap: wrap;
    }
    .other_conditions2 dl dt {
        width: 100%;
        max-width: 100%;
    }
}
.other_conditions2 dl dd ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.other_conditions2 dl dd ul li {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    font-size: 12px;
    text-decoration: none;
    background: #fff;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 3px;
    /* border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; */
    position: relative;
    color: #000;
}
.other_conditions2 dl dd ul li a {
    font-size: 14px;
}
.other_conditions2 dl dd ul li a:not(:first-child) {
    text-decoration: underline;
    /* color: #005eaa; */
}
/*
.other_conditions2 dl dd ul li::before {
    content: "・";
    position: absolute;
    left: 0;
} */
.other_conditions2 dl dd ul li a:hover {
    text-decoration: none;
}
.other_conditions2 .btn-search {
    cursor: pointer;
    width: 120px;
    padding: 5px;
    background-color: #1D6DC6;
    color: white;
}

.card{
  margin: 5px 5px 40px 5px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  box-shadow: 0 3px 13px #ddd;
}
.card .head {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    position: relative;
}
.card .head::after {
    content: "+";
    position: absolute;
    right: 10px;
    background: #005eaa;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 20px;
    line-height: 1.5;
}
.card .head.is-open::after {
    content: "－";
}
.card dl {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.card dl dt {
    min-width: 100px;
    max-width: 100px;
    padding: 4px 0;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    /* text-align: center; */
    /* color: #fff;
    background: #005eaa;
    border: 1px solid #005eaa; */
    display: inline-block;
}
.card dl dd {
}
.card dl dd ul {
    overflow: hidden;
}
.card dl dd ul li {
    margin-right: 10px;
    float: left;
}
.card dl dd ul li a {
    color: #005eaa;
    font-size: 16px;
    text-decoration: underline;
}
.card dl dd ul li a:hover {
    text-decoration: none;
}
.group_list {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.group_list li {
    padding: 5px;
    margin-bottom: 5px;
}
.group_list li.gitem {
    margin-left: 10px;
    background: #10878e;
    border-radius: 5px;
    a {
        color: white;
    }
}
.indexlist{
    width: 100%;
    background: #dad3b5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    margin: 10px 0;
}
.indexlist li a{
    width: 55px;
    height: 55px;
    position: relative;
    background: #005eaa;
    color: white;
    font-weight: bold;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 2px;
}
.indexlist li a label{
    color: white;
}
.indexlist li a::after{
    position: absolute;
    content: "\25be";
    width: 100%;
    text-align: center;
    bottom: 0;
}
.indexlist.down li a::after{
    position: absolute;
    content: "\25b4";
    width: 100%;
    text-align: center;
    top: 0;
}
.recruit_info .index_title {
    background: #005eaa;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
}
.recruit_info > .group_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.recruit_info > .group_list li{
    margin: 10px 0;
    width: 33%;
    padding: 0 1%;
}
.recruit_info > .group_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    img{
        width: auto !important;
        height: 100px !important;
    }

    span {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
#sticky_wrap {
    height: 55px;
    z-index: 10000;
    margin-top: -40px;
    margin-bottom: 30px;
}
#sticky_wrap .fav {
    border: 2px solid #3498db;
    padding: 2px;
    border-radius: 10px;
    height: 50px;
    width: 250px;
    line-height: 0.5;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    span {
        color: #3498db;
    }
}
#sticky_wrap .btn-detail {
    background: #F06000;
    border-radius: 10px;
    height: 50px;
    line-height: 0.5;
    width: 250px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-sticky {
    position: fixed;
    bottom: 0;
}
.detail-sticky #sticky_wrap {
    margin: 0 auto;
    height: 68px;
    display: flex;
    justify-content: end;
    max-width: 1180px;
}
.detail-sticky #sticky_wrap .fav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    background: white;
    border: 2px solid #3498db;
    img {
        margin: 0 10px;
    }
    span {
        color: #005eaa;
    }
}
@media only screen and (max-width: 768px) {
    #sticky_wrap {
        margin-top: 0;
    }
    #sticky_wrap .btn-detail {
        width: 75%;
    }
    #sticky_wrap .fav,
    .detail-sticky #sticky_wrap .fav {
        width: 70px;
        border: 1px solid #3498db;
        flex-wrap: wrap;
        img {
            margin: 0;
        }
        span {
            width: 100%;
            font-size: 8px;
            text-align: center;
        }
    }
    .recruit_info .index_title {
        width: 100%;
    }
    .recruit_info > .group_list li{
        width: 50%;
    }
    .indexlist li a{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .indexlist li a::after{
        bottom: -5px;
    }
    .contact-content01 {
        background-size: 270%;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #1778BA;
        text-align: left;
        padding: 28vw 20px 60px;
    }
    .contact-content01-txt01 {
        font-size: 16px;
    }
    .contact-content01-txt02 {
        font-size: 20px;
        margin-top: 20px;
    }
    .contact-content01-txt {
        font-size: 16px;
    }
    .contact-content02 {
        padding-top: 20px;
    }
    .contact-content02 .content-title01 {
        margin-bottom: 0px;
    }
    .reason-wrap.box4 .text-wrap, .reason-wrap.box5 .text-wrap, .reason-wrap.box6 .text-wrap {
        max-width: 92%;
        padding: 30px 25px 60px;
    }
    .reason-wrap.box4 .text-wrap {
        height: 295px;
    }
    .reason-wrap.box5 .text-wrap {
        height: 325px;
        margin-top: 60px;
    }
    .reason-wrap.box6 .text-wrap {
        height: 315px;
        margin-top: 100px;
    }
    .reason-wrap .text-wrap h2 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }
    .contact-content02 .text-wrap::before {
        font-size: 80px;
        top: -20px;
    }
    .contact-content02 .text-wrap01::before {
        content: "01";
        left: 20px;
    }
    .contact-content02 .text-wrap02::before {
        content: "02";
        right: 20px;
    }
    .contact-content02 .text-wrap03::before {
        content: "03";
        left: 20px;
    }
    .text-wrap {
        position: relative;
    }
    .reason-wrap.box4, .reason-wrap.box5, .reason-wrap.box6 {
        margin-bottom: 100px;
    }
    .reason-wrap.box4 .bg, .reason-wrap.box5 .bg, .reason-wrap.box6 .bg {
        position: absolute;
        width: 100%;
        height: 210px;
    }
    .reason-wrap.box4 .bg {
        background: url(../images/reason_04.jpg);
        background-position: center;
        background-size: cover;
        top: 310px;
    }
    .reason-wrap.box5 .bg {
        background: url(../images/reason_05.jpg);
        background-position: center;
        background-size: cover;
        top: 350px;
    }
    .reason-wrap.box6 .bg {
        background: url(../images/reason_06.jpg);
        background-position: center;
        background-size: cover;
        top: 380px;
    }
    .contact-content03 {
        padding: 20px 20px 60px;
        margin-top: 210px;
    }
    .contact-content03-txt01 {
        font-size: 20px;
        margin-top: 40px;
        text-align: left;
    }
    .contact-content03 p:nth-of-type(2) {
        margin-top: 30px;
    }
    .contact-content03-txt {
        font-size: 16px;
    }
    .content05 {
        padding-top: 20px;
        padding-bottom: 10px !important;
    }
    .recruit_info .wrap .img_wrap_right {
        width: 100%;
        margin: 0;
    }
    .recruit_info .wrap .info_left {
        width: 100%;
    }
    .data-left{
        width: 100%;
    }
    .data-right {
        border-left: none;
        max-width: 100%;
        padding: 10px 0;
    }
    .recruit_info .wrap .btn_wrap .btn-01, .recruit_info .wrap .btn_wrap .btn-02 {
        line-height: 16px !important;
        text-align: center;
    }
    .other_conditions2 {
        padding: 20px;
    }
}
