@charset "UTF-8";


/* ページヘッダー用フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* ----------------------------------------------
 * 下層ページ *
 ---------------------------------------------- */

#header{
	background:#fff;
}
small { font-size: 86%; }

a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.2s;
}

.bg_gray { background: #f8f8f8; }

/*.my-font01 { font-family: 'M PLUS Rounded 1c', sans-serif; }*/


/* 下層ページ見出し */
.page-header > h2 {
	font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 48px;
    font-weight: 500;
    color: #453721;
}

.under-heading {
    padding: 20px 0;
    background-color: #fefff5;
	margin-bottom: 60px;
}
.under-heading .inner.page-header {
    padding: 4em 0 5.0em;
}



/* 下層ページセクション */
.section_wrap {
    padding: 60px 80px;
    margin: 5px 5px 60px 5px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.contact_wrap {
    padding: 40px 80px;
    margin: 5px 5px 60px 5px;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
    border-radius: 12px;
    overflow: hidden;
}

/* 下層ページコンテンツ */
.under-title-01 {
	color: #453721;
    padding-bottom: 10px;
    border-bottom: 2px solid #453721;
    margin-bottom: 30px;
}
.under-title-02 {
	font-size: 24px;
	color: #453721;
	text-align: left;
    background: #e7e9d9;
    border-left: 5px solid #656a41;
	padding: 8px 0.5em;
    margin: 30px 0;
}
.text {
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
.text-link {
    font-size: 15px;
    line-height: 1.8em;
    color: #3498db;
}
.text-link:hover { text-decoration: underline; }

/* テーブル */
.table-data {
	width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table-data tr {}
.table-data tr th,
.table-data tr td {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
}
.table-data tr th {
    width: 200px;
    font-weight: bold;
    background: #eee;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table-data tr td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/* ボタン */
.btn {
	min-width: 300px;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 18px 0;
    border-radius: 50px;
    border: none;
    display: inline-block;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}
.btn-yellow {
	background: #ffb200;
	color: #fff;
	border: 1px solid #ffb200;
}
.btn-yellow-brd {
	position:relative;
  display:inline-block;
  padding:24px 28px;
}


.btn-yellow-green {
	 position:relative;
  display:inline-block;
  padding:15px 28px;
	color:#7DD099;
}

.btn-yellow-green::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 2px solid transparent;
    background: linear-gradient(to right, #9ad579, #7dd0fc);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  }


.btn-navy {
	background: #2f6aab;
	color: #fff;
	border: 1px solid #2f6aab;
}

.btn-pink{
	background: #fd9e84;
	color: #fff;
	border: 1px solid #fd9e84;
}
.btn-navy-brd {
	color: #2f6aab;
	border: 1px solid #2f6aab;
	background: #fff;
}
/* 戻るボタン */
.btn_back a {
	color: #453721;
    border: 1px solid #ededed;
    background: #ededed;
    margin: 0 auto;
    -webkit-appearance: none;
/*    background: linear-gradient(to right, #9ad579, #7dd0fc);*/
}


/* 複数行テキスト省略 */
.ellipsis {
    position: relative;
    height: 70px;
    overflow: hidden;
    line-height: 20px;
}
.ellipsis:before, .ellipsis:after {
    position: absolute;
    background: #fff;
}
.ellipsis:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}
.ellipsis:after {
    content: "";
    width: 100%;
    height: 100%;
}
/* 複数行テキスト省略 ここまで */


/* お問い合わせフォーム */
select.form_select {
	width: inherit;
    padding: 7px 10px;
    height: 35px;
    line-height: 1em;
    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;
	/*デフォルト▽表示*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
input.txt_w10p {
    padding: 7px 10px;
    width: 10%;
    height: 35px;
    line-height: 1em;
    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_w15p {
    padding: 7px 10px;
    width: 15%;
    height: 35px;
    line-height: 1em;
    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_w20p {
    padding: 7px 10px;
    width: 20%;
    height: 35px;
    line-height: 1em;
    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: 7px 10px;
    width: 30%;
    height: 35px;
    line-height: 1em;
    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_w50p {
    padding: 7px 10px;
    width: 50%;
    height: 35px;
    line-height: 1em;
    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_w60p {
    padding: 7px 10px;
    width: 60%;
    height: 35px;
    line-height: 1em;
    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: 7px 10px;
    width: 96%;
    height: 150px;
    line-height: 1.8em;
    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[type=number]上下矢印非表示 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}





/**
 * search.html *
**/
body.page-search #conditions{
    /*margin-top: -20px;*/
    margin-bottom: 30px;
    padding: 15px 5vw 20px;
    background: #e7e9d9;
}
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: #fd9e84;
    font-size: 18px;
}
body.page-search #conditions .conditions-box{
    position: relative;
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    overflow: hidden;
	height: 45px;
}
body.page-search #conditions .conditions-box__left{
    font-size: 15px;
    white-space: nowrap;
}
body.page-search #conditions .conditions-box__left .item + .item::before{
    content: " / ";
}
body.page-search #conditions .conditions-box__left .item a {
    color: #453721;
}

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: 50px 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 13px #ddd;
}
.search_form_wrap dl {
    margin-bottom: 10px;
}
.search_form_wrap dl dt {
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    /*padding-bottom: 10px;*/
    padding-right: 20px;
    min-width: 200px;
}
.search_form_wrap dl dd { width: 100%; }
.search_form_wrap dl dd .list { overflow: hidden; }
.search_form_wrap dl dd .list li {
    padding: 0 0 5px 0;
    width: 25%;
	float: left;
}
.search_form_wrap dl dd .list li label {
	font-size: 15px;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
}
.search_form_wrap dl.keyword { margin-bottom: 30px; }
.search_form_wrap dl.keyword dt { min-width: 200px; }
.search_form_wrap dl.keyword .text {
    width: 100%;
    background: #fafafa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}
.search_form_wrap .search_form__btn-area{
    position: relative;
	margin-top: 15px;
}
.search_form_wrap .search_form__more-btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 1px solid #ccc;
    padding: 10px 20px;
    color: #777;
    font-size: 14px;
}
.search_form_wrap .search_form__more-btn::before{
    content: "+";
    margin-right: 10px;
    font-size: 18px;
    vertical-align: top;
}
.search_form_wrap .search_form__more-btn.active::before{
    content: "-";
}
.search_form_wrap .search_form__more-btn.active .active-hidden{
    display: none !important;
}
.search_form_wrap .search_form__more-btn:not(.active) .active-only{
    display: none !important;
}

/* 検索結果 */
.search_result_wrap { width: 100%; }
.search_result { margin: 0 auto 20px; }
.search_result .num {
    font-size: 24px;
    color: #333;
	font-weight: bold;
}
.search_result_message {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 16px;
}

/* 検索結果一覧 */
.recruit_info { padding: 50px 70px; }

.recruit_info .recruit_title,
.recruit_info .recruit_title a {
    font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}
.recruit_info .recruit_title a { color: #3498db; }

.recruit_info .category {}
.recruit_info .category li {
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
}

.recruit_info .info_wrap {
	margin: 20px auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recruit_info .img_wrap {
    width: 42%;
    height: 250px;
    margin-right: 3%;
    display: block;
}
.recruit_info .img_wrap img {
    width: 100%;
    height: 250px;
	object-fit: contain;
    background: #f8f8f8;
}

.recruit_info .img_wrap .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50px;
}
.recruit_info .img_wrap .slick-list {
    margin: 0 20px;
}
.recruit_info .img_wrap .slick-prev {
    left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.recruit_info .img_wrap .slick-next {
    right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.recruit_info .data {
	width: 55%;
    border-top: 1px solid #ccc;
}
.recruit_info .data dl {
    border-bottom: 1px solid #ccc;
    display: flex;
	justify-content: flex-start;
	align-items: center;
}
.recruit_info .data dl dt,
.recruit_info .data dl dd {
	padding: 15px;
	font-size: 15px;
	line-height: 1.8em;
}
.recruit_info .data dl dt {
	width: 110px;
    min-width: 110px;
    font-weight: bold;
}
.recruit_info .data dl dd {}
/* PRメッセージ */
.recruit_info .recommend_point {
	margin-bottom: 30px;
    padding: 20px 30px;
    text-align: left;
    border: 5px solid #ddd;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit_info .recommend_point dt { font-size: 18px; }
.recruit_info .recommend_point dd {
	font-size: 15px;
    line-height: 1.8em;
}

.recruit_info .btn_wrap {
    width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

/**
 * search.html : Search Modal
**/
.search_form_wrap .openModal{
    display: inline-block;
    position: relative;
    width: 105px;
    min-width: 105px;
	margin: 0 0 20px 0;
    padding: 6px 0 8px;
    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: 500;
}
.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: 1000px;
    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: #453721;
    font-size: 22px;
    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: #eb8787;
    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;
	color: #453721;
}
#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(180px,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;
}


/* search.html モーダル 勤務地（kodawari1）から探す */
#modal-kodawari1 .modal-content{
    display: flex;
    flex-direction: column;
}
#modal-kodawari1 .modal-body{
    padding: 40px 40px 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#modal-kodawari1 .modal-body::-webkit-scrollbar{
    display:none;
}
#modal-kodawari1 .modal-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
    gap: 8px 10px;
}
#modal-kodawari1 .modal-list li{
}
#modal-kodawari1 .modal-list li label{
    font-size: 15px;
    letter-spacing: 0.08em;
}
#modal-kodawari1 .modal-footer__button.submit{
    width: 100%;
    width: calc(100% - 40px);
    max-width: 300px;
    text-align: center;
}
#modal-kodawari1 .modal-footer{
    padding-bottom: 30px;
}



/**
 * detail.html
**/
.recruit_data .table-data {}
.recruit_data .btn_wrap {
	width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* コンサルタントからの一言 */
.consul_message {}
.consul_message .img_wrap {
    float: left;
    width: 15%;
    height: auto;
    display: block;
}
.consul_message .img_wrap img {
    width: 100%;
    height: auto;
}
.consul_message .text_wrap {
	width: 82%;
    max-width: 950px;
    float: right;
    display: inline-block;
}
/* コンサルタントからの一言　吹き出し */
/* 吹き出し本体 */
.balloon {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.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;
}
/* コンサルタントからの一言　吹き出し */

/* 関連求人 */
.relation_wrap {}
.relation_wrap .item {
	margin: 7px 10px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
	border-radius: 30px;
    display: block;
	overflow: hidden;
    position: relative;
}
.relation_wrap .item .img-wrap {}
.relation_wrap .item .img-wrap img {
    width: 100%;
    height: 160px;
	object-fit: contain;
    background: #f8f8f8;
}
.relation_wrap .item .text-wrap { padding: 15px 15px; }
.relation_wrap .item .tag {
   padding: 1px 20px;
    /* border: 1px solid #7DD099; */
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    background: linear-gradient(to right, #9ad579, #7dd0fc);
}
.relation_wrap .item .title {
    width: 100%;
    background: #fff;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.relation_wrap .item .icon {
    display: inline-block;
    width: 18px;
    text-align: center;
    margin-right: 6px;
}
.relation_wrap .item .icon img {
    max-width: 100%;
    display: inline;
}


/* slick調整 */
.relation_wrap .slick-prev ,
.relation_wrap .slick-next {
    width: 26px;
    height: 44px;
	background-color: #fff;
}
.relation_wrap .slick-prev:before,
.relation_wrap .slick-next:before {
    content: "";
    display: block;
    background: url(../images/slick-arrow.png) no-repeat;
	background-size: contain;
    width: 26px;
    height: 44px;
}
.relation_wrap .slick-prev { 
	top: 42%;
	left: -25px;
}
.relation_wrap .slick-next { 
    top: 42%;
	right: -30px;
}
/* この求人は以下の条件に合致しています */
.other_conditions {}
.other_conditions .head {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    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 {
    line-height: 1.8em;
    font-size: 13px;
    color: #999;
    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:last-child {
    margin-bottom: 0;
}
.other_conditions dl dt {
	width: 90px;
	min-width: 90px;
    padding: 4px 0;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #453721;
    border: 1px solid #453721;
    display: inline-block;
}
.other_conditions dl dd {}
.other_conditions dl dd ul li { margin-right: 10px; }
.other_conditions dl dd ul li a {
    font-size: 15px;
    text-decoration: underline;
	color: #000;
}
.other_conditions dl dd ul li a:hover {
	/*text-decoration: none;*/
}



/**
 * ページング
**/
.paging {
    margin: 0 0 50px 0;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.paging li {
    padding: 0 4px;
    line-height: 34px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
.paging li a {
	padding: 0 10px;
    line-height: 32px;
    color: #adbe88;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #adbe88;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a:hover {
    text-decoration: none;
    color: #fff;
    background: #adbe88;
}
.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: #000;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.paging li a.next {
    padding: 0 10px;
    line-height: 32px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}



/* --------------------------------
* contact.html *
-------------------------------- */
.contact_form {}
.contact_form .form {
    margin: 0 auto 30px;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.contact_form .form tr th,
.contact_form .form tr td {
    padding: 1rem;
    line-height: 1.8em;
    font-size: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_form .form tr th {
    width: 230px;
	text-align: left;
    letter-spacing: 0.08em;
    font-weight: bold;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.contact_form .form tr td {
    background: #fff;
    border-bottom: 1px solid #ddd;
    /*border-left: 1px solid #ddd;*/
	overflow: hidden;
}
.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: 3px 30px 3px 0;
    float: left;
}
.contact_form .form td .select {
    margin: 0 10px 0 0;
    display: inline;
}
.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: 15px;
    float: left;
}
.contact_form .form .dl_01 dd { overflow: hidden; }

.hissu {
	font-size: 12px;
    line-height: 1.2em;
    font-style: inherit;
    font-weight: 500;
    color: #fff;
    background: #fd9e84;
    padding: 4px 6px 4px;
    border-radius: 5px;
    float: right;
}
.contact_form_note {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
}
.error {
	padding-top: 5px;
    color: #dd0202;
    font-size: 15px;
	font-weight: 500;
    line-height: 1.6em;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* お問合せフォーム内 > 利用規約 */
.contact_kiyaku_wrap {
    width: 80%;
    max-width: 750px;
	margin: 0 auto 30px;
}
.contact_kiyaku_wrap dt {
	padding: 6px 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f2f2f2;
}
.contact_kiyaku_wrap dd {
	text-align: left;
    height: 150px;
	padding: 15px 15px;
    border: 1px solid #ddd;
    overflow: auto;
}
.contact_kiyaku_wrap .contact_kiyaku_title {
	font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
    padding-bottom: 5px;
}
.contact_kiyaku_wrap p,
.contact_kiyaku_wrap li {
    font-size: 14px;
    line-height: 1.6em;
}

.contact_btn_wrap {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.contact_btn_wrap .btn {
    cursor: pointer;
    -webkit-appearance: none;
	outline: none;
}


/* 詳細お問い合わせ */
.detail_contact_head {
	margin: 5px 5px 20px 5px;
}
.detail_contact_head .img-wrap {
    width: 20%;
    max-width: 230px;
    padding-right: 30px;
}
.detail_contact_head .img-wrap img {
	height: 120px;
	object-fit: contain;
}
.detail_contact_head .text-wrap { width: 80%; }

.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;
}



/* --------------------------------
* faq.html *
-------------------------------- */
.faq_wrap { }
.faq_wrap dl {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
	letter-spacing: 0.05em;
}
.faq_wrap dl:last-of-type { margin-bottom: 0; }
.faq_wrap dl dt {
    width: 100%;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ededed;*/
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.faq_wrap dl dt::before {
	content: "Q";
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(to right, #9ad579, #7dd0fc);
    font-family: 'Comfortaa', cursive;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px 10px 11px;
    margin-right: 20px;
    box-sizing: border-box;
}
.faq_wrap dl dd {
    padding-top: 10px;
    position: relative;
}
.faq_wrap dl dd::before {
	content: "A";
    font-size: 28px;
    line-height: 1;
    color: #7DD099;
    background: #fff;
    border: 2px solid #7DD099;
    font-family: 'Comfortaa', cursive;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 8px 11px 11px;
    margin-right: 20px;
    box-sizing: border-box;
}
.faq_wrap dl dd p {line-height: 1.8em;}



/* --------------------------------
* flow.html *
-------------------------------- */
.flow_wrap { }
.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 {
	text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
	width: 60px;
    padding: 4px 10px 10px;
    background: #2f6aab;
    display: table-cell;
    vertical-align: middle;
    border-radius: 12px;
}
.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 .box .faq-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
	display: block;
}
/* ▼矢印 */
.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.html *
-------------------------------- */
.company_data {}
.company_data .data {
	margin: auto;
    width: 100%;
    max-width: 800px;
}
.company_data .data tr {
    border-bottom: 1px solid #ddd;
}
.company_data .data th,
.company_data .data td {
    padding: 1rem;
	line-height: 1.8em;
}
.company_data .data th {
    width: 180px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 40px;
}
.company_data .data td { font-size: 15px; }



/* --------------------------------
* kiyaku.html / policy.html *
-------------------------------- */
.kiyaku_wrap { }
.kiyaku_wrap .kiyaku_item {
    margin-bottom: 30px;
}
.kiyaku_wrap .kiyaku_item:last-child { margin-bottom: 0; }
.kiyaku_wrap .kiyaku_title {
	color: #2f6aab;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.kiyaku_wrap .kiyaku_item p,
.kiyaku_wrap .kiyaku_item li {
	font-size: 15px;
	line-height: 1.8em;
}
.kiyaku_wrap .kiyaku_item li {
    padding-left: 1em;
    text-indent: -1em;
}



/* --------------------------------
* sitemap.html *
-------------------------------- */
.sitemap_wrap {}
.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 {
    font-size: 15px;
    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 #2f6aab;
    border-right: solid 2px #2f6aab;
    -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 #2f6aab;
    border-right: solid 2px #2f6aab;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}


/* --------------------------------
* news.html *
-------------------------------- */
.news_list tr {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.news_list tr:first-child {
	border-top: 1px solid #ccc;
}
.news_list tr th,
.news_list tr td {
	padding: 1rem;
	display: table-cell;
}
.news_list th {
	width: 130px;
	text-align: left;
}
.news_list tr td {}
.news_list tr td a {
	color: #3498db;
	display: inline-block;
}
/* 詳細ページ */
.news_detail_wrap { margin-bottom: 50px; }



/* --------------------------------
* contents.html *
-------------------------------- */

/* 一覧ページ */
.column_list_item {
	margin: 5px 5px 40px 5px;
}
.column_list_item:first-of-type {
	margin: 80px 5px 40px;
}
.column_list_item:last-of-type {
	margin: 5px 5px 60px 5px;
}
.column_list_item .img_wrap {
	width: 18%;
    max-width: 200px;
    height: 130px;
}
.column_list_item .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column_list_item .text_wrap {
	width: 82%;
    padding-left: 30px;
}
.column_list_item .column_list_title {
    margin-bottom: 10px;
}
.column_list_item .column_list_title a {
	color: #3498db; 
	word-break: break-all;
}
/* 詳細ページ */
.blog_content_detail {
	margin-top: 80px;
}
.blog_content_title {
    color: #333;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 15px 0;
	width: 100%;
}
.blog_content_head01 {
    font-size: 26px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-bottom: 3px solid #656a41;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 30px;
    color: #453721;
}
.blog_content_head02 {
    color: #453721;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0.08em;
    background: #e7e9d9;
    padding: 15px 0 15px 20px;
    border-left: 8px solid #656a41;
    width: 100%;
    margin-bottom: 30px;
}
.blog_content_head03 {
	color: #453721;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto 10px;
}
.blog_content_image img {
    max-width: 100%;
    max-height: 70vh;
}
#content .blog_content_image img {
    width: auto;
    max-width: 100%;
}
figcaption {
    color: #777;
    font-size: 14px;
	line-height: 1.4em;
    margin-top: 10px;
}
.blog_content_text {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    width: 100%;
    margin: 0 auto 40px;
}
.blog_content_text2 {
	color: #453721;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    width: 100%;
    background: #e7e9d9;
    margin: 20px auto;
    padding: 25px;
    box-sizing: border-box;
}
.blog_content_list {
    font-size: 15px;
    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);
}
.blog_content_link {
    font-weight: bold;
    font-size: 16px;
    color: #3498db;
    display: inline-block;
    padding: 10px 0;
}
.blog_content_link:hover {
    text-decoration: underline;
	opacity: 0.75;
}



/* --------------------------------
* feature.html *
-------------------------------- */
.feature_wrap {}
.feature_wrap .box {
	padding-top: 30px;
	margin-bottom: 60px;
    min-height: 450px;
    position: relative;
}
.feature_wrap .box:last-child {margin-bottom: 0;}
.feature_wrap .box-1 {
    background: url(../images/feature-01.png) no-repeat right top;
    background-size: 52% auto;
}
.feature_wrap .box-2 {
    background: url(../images/feature-02.png) no-repeat left top;
    background-size: 52% auto;
}
.feature_wrap .box-3 {
    background: url(../images/feature-03.png) no-repeat right top;
    background-size: 52% auto;
}
.feature_wrap .box .text-wrap {
	width: 60%;
    max-width: 610px;
    background: rgba(47, 106, 171, 0.3);
    padding: 50px 70px 30px 50px;
}
.feature_wrap .box:nth-child(even) .text-wrap {
    padding: 50px 50px 30px 70px;
}
.feature_wrap .box-1::before,
.feature_wrap .box-2::before,
.feature_wrap .box-3::before {
	font-size: 90px;
	font-weight: 700;
    letter-spacing: -0.05em;
    color: #2f6aab;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: -25px;
}
.feature_wrap .box-1::before {
    content: "01";
    left: 0;
}
.feature_wrap .box-2::before {
    content: "02";
    right: 0;
}
.feature_wrap .box-3::before {
    content: "03";
    left: 0;
}
.feature_wrap .box-2 .text-wrap {
    position: absolute;
    right: 0;
}









.kentou, .kentou2 {
    float: right;
}
.kentou a {
    color: #2f6aab;
    border: 1px solid #2f6aab;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
}
.kentou a:hover {
    color: #2f6aab;
    opacity: 1.0;
}
.kentou2 a {
    color: #fff;
    border: 1px solid #2f6aab;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background: #2f6aab;
    pointer-events: none;
    border-radius: 0;
}
.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;
}





/* ----------------------------------------------
 * 下層ページ *
 ---------------------------------------------- */

/* パンくず */
#topics li {
  margin-right: 8px;
}

#topics li a {
  color: currentColor;
}

/* 共通部分 */
.flex1 {
  flex: 1;
}

.btn02 {
  font-size: 15px;
  font-size: max(0.78vw, 15px);
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 35px;
  padding: 8px 0;
}



.heading img,
.heading-en img {
  transform: scale(0.7);
}

.heading-en::after {
  content: '';
  display: block;
  width: 80px;
  aspect-ratio: 165 / 20;
  background-image: url('../images/heading-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto 12px;
}

@media screen and (min-width: 768px) {
  .heading-en::after {
    width: 165px;
    height: 20px;
    margin: 28px auto 30px;
  }

  .heading img,
  .heading-en img {
    transform: scale(1);
  }
}


/* ----------------------------------------------
 * 施設詳細 *
 ---------------------------------------------- */
.group_detail01 h2,
.group_detail02 h2,
.group_detail03 h2,
.group_detail04 h2,
.group_detail05 h2,
.group_detail06 h2,
.group_detail07 h2 {
  line-height: 1;
}

.group_detail01,
.interview_list01,
.qa01,
.number01,
.contents_list01,
.fukuri {
  background-color: #fefff5;
}
.group_detail01 .text-image,
.interview_list01 .text-image {
  padding-bottom: 50px;
}
.interview_list01,
.qa01,
.number01,
.contents_list01,
.fukuri {
  padding-top: 18px;
}
.text-image .tag {
  display: inline-block;
  padding: 4px 16px;
  background-color: #fd9e84;
  color: #fff;
  border-radius: 100px;
}


@media screen and (min-width: 768px) {
  .text-image .desc {
    padding-right: 30px;
  }
}

.text-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group_detail01 .text-image .info {
  padding-top: 32px;
  padding-bottom: 50px;
}
.group_detail01 .text-image .info .name {
    font-size: 45px;
    font-weight: 700;
}

.group_detail01 .text-image .box {
  padding-top: 20px;
}

.group_detail01 .text-image .desc {
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
	.group_detail01 .text-image .info .name {
		font-size: 36px;
	}
}

.group_detail02 {
  padding: 33px 0 30px;
}

.outline_table table {
  max-width: 1000px;
  margin: 50px auto 0;
  border-collapse: collapse;
}

.outline_table table tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.outline_table table td {
  padding: 14px 0;
}

.outline_table table .table-left {
  padding-left: 20px;
  width: 7.5em;
  white-space: nowrap;
}

.outline_table .tel {
  letter-spacing: -.03em;
}

.group_detail03 {
  padding: 33px 0 16px;
}

.group_detail03 .text-image {
  margin-top: 56px;
}

.group_detail03 .text-image .box {
  padding-top: 8px;
}

.group_detail03 .info .desc {
  padding: 0;
  margin-bottom: 30px;
}

.group_detail04 {
  padding: 30px 0 56px;
}

.group_detail04 .interview_list {
	counter-reset: number 0; /* number のカウンタを 0 にセット */
}
.group_detail04 .interview_item {
  margin-bottom: 34px;
}

.group_detail04 .interview_item .interview_q {
    font-size: 30px;
    font-weight: 700;
}
.group_detail04 .interview_item .interview_q::before {
	counter-increment: number 1; /* number カウンタの増加数をセット */
	content: "0" counter(number); /* 表示形式を指定 */
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    padding: 5px 0 0 6px;
    width: 69px;
    height: 59px;
    background: url(../images/interview-count.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 13px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.group_detail04 .interview_item .interview_q {
		font-size: 5.7vw;
	}
	.group_detail04 .interview_item .interview_q::before {
		counter-increment: number 1;
		content: "0" counter(number);
		font-size: 28px;
		padding: 4px 0 0 4px;
		width: 59px;
		height: 49px;
		margin-right: 8px;
	}
}


.group_detail05 {
  padding: 25px 0 54px;
  background-color: #f3f3f3;
}

.group_detail05 .tx-center {
  margin-bottom: 32px;
}

.group_detail05 .flex {
  column-gap: 8px;

}

.group_detail05 .image {
  margin-top: 32px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.group_detail05 .image img {
  border-top-right-radius: 50px;
}
@media screen and (max-width: 768px) {
  .group_detail05 .flex {
    display: block;
  }
  .group_detail05 .image {
    text-align: center;
  }
  .group_detail05 .image img {
    max-width: 250px;
  }
}
.group_detail06 {
  padding: 66px 0 68px;
}

.group_detail06 .images {
  margin-top: 80px;
}

.group_detail06 .slick-class {
  width: 88%;
  margin: 0 auto;
}

.group_detail06 .slick-slide {
  transform: scale(.8);
  margin: 0 -8px;
  transition: all .3s;
}

.group_detail06 .slick-center {
  transform: scale(1);
}

.group_detail06 .image {
  border-radius: 40px;
}
.group_detail06 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.group_detail06 .slick-slide .box {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  min-height: 20px;
  min-width: 150px;
  width: fit-content;
  margin: -20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.group_detail06 .slick-arrow,
.group_detail07 .slick-arrow {
  background-color: transparent;
}


.group_detail06 .slick-prev {
  left: -36px;
}

.group_detail06 .slick-next {
  right: -44px;
}

.group_detail06 .slick-prev::before,
.group_detail06 .slick-next::before,
.group_detail07 .slick-prev::before,
.group_detail07 .slick-next::before {
  content: '';
  width: 18px;
  height: 34px;
  background-image: url('../images/slick-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.group_detail07 {
  background-color: #f3f3f3;
  padding: 64px 0 70px;
}

.group_detail07 .slick-list {
  padding-top: 35px;
}

.group_detail07 .slick-slide {
  margin: 0 12px;
}

.group_detail07 .job-slider {
  margin-left: -12px;
  margin-right: -12px;
}

.group_detail07 .box {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 16px 2px rgba(202, 203, 204);
  margin-bottom: 20px;
}

.group_detail07 .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group_detail07 .box .text {
  padding: 14px 16px 24px;
  background-color: #fff;
}

.group_detail07 .box .title {
  letter-spacing: -.02em;
  margin-top: 6px;
  font-weight: 700;
}
.group_detail07 .box .sub-text {
  color: #7d7e7d;
  font-size: 14px;
}

.group_detail07 .box .info {
  margin-top: 12px;
}

.group_detail07 .box .item {
  margin-top: 2px;
}
.group_detail07 .box .item .icon {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  margin-right: 6px;
}
.group_detail07 .box .item .icon img {
  max-width: 100%;
  display: inline;
}
@media screen and (min-width: 768px) {
  .group_detail01 .text-image {
    padding-bottom: 0;
  }

  .group_detail01 .text-image .info {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .group_detail02 {
    padding: 66px 0 60px;
  }

  .group_detail03 {
    padding: 66px 0 30px;
  }

  .group_detail03 .text-image {
    margin-top: 102px;
  }

  .group_detail03 .info .desc {
    padding-right: 30px;
    margin-bottom: 0;
  }

  .group_detail05 {
    padding: 50px 0 108px;
  }

  .group_detail06 .slick-class {
    width: auto;
  }

  .group_detail06 .slick-slide {
    margin: 0 -30px;
  }

  .group_detail06 .slick-slide .box {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    min-height: 80px;
    min-width: 300px;
    width: fit-content;
    margin: -40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }

  .group_detail06 .slick-prev::before,
  .group_detail06 .slick-next::before,
  .group_detail07 .slick-prev::before,
  .group_detail07 .slick-next::before {
    width: 37px;
    height: 67px;
  }

  .group_detail06 .slick-prev {
    left: -60px;
  }

  .group_detail06 .slick-next {
    right: -60px;
  }
}

.group_detail01 {
  background-color: #fefff5;
}

.group_list01 {
  padding: 20px 0;
  background-color: #fefff5;
}
.interview_list01 .inner,
.group_list01 .inner,
.group_detail01 .inner,
.qa01 .inner,
.number01 .inner,
.contents_list01 .inner,
.fukuri .inner {
  padding: 4em 0 5.0em;
}

.interview_list02,
.group_list02,
.qa02,
.number02 {
  padding: 80px 0;
}

.group_list02 .tabs {
  margin-top: 65px;
  gap: 25px;
  margin-bottom: 72px;
}

.group_list02 .tabs li {
  flex: 1;
}

.group_list02 .tabs li a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  height: 70px;
  border-radius: 30px 30px 0 0;
}

.group_list01 {
  background-color: #fefff5;
}

.group_list02 .heading {
  line-height: 1;
}

.group_list02 .tabs li a {
  display: block;
  text-align: center;
  background-color: #fd9e84;
  color: #fff;
  padding: 16px 0;
  border-radius: 18px 18px 0 0;
}

.group_list02 .tabs li:nth-child(2) a {
  background-color: #fdc284;
}

.group_list02 .tabs li:nth-child(3) a {
  background-color: #88be8d;
}

.group_list02 .tabs li:nth-child(4) a {
  background-color: #adbe88;
}

@media screen and (min-width: 768px) {
  .group_list02 .tabs li {
    width: 23%;
  }
}


.group-list-block {
  padding: 0 0 32px;
  text-align: center;
}

.group-list-block h3 {
  background-color: #fd9e84;
  color: #fff;
  padding: 16px 0;
}

.group-list-block.welfare h3 {
  background-color: #fdc284;
}

.group-list-block.daycare h3 {
  background-color: #88be8d;
}

.group-list-block.other h3 {
  background-color: #adbe88;
}

.group-list-block .flex-contents {
  width: 90%;
  max-width: 370px;
  margin: 16px auto 27px;
  justify-content: flex-start;
  row-gap: 40px;
}

.group-list-block .box {
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(202, 203, 204);
}

.group-list-block .image {
    width: 100%;
    height: 260px;
	position: relative;
}
.group-list-block .image img {
	border-radius: 50px 50px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.group-list-block .text-wrap {
  padding: 8px 0 23px;
  text-align: left;
  letter-spacing: 0.05em;
}

.group-list-block .title {
  /* padding: 0 4.3%; */
}

.group-list-block .text-wrap-head {
  padding: 0 4.3%;
}

.group-list-block .title span {
  display: block;
  font-weight: 500;
}

.group-list-block .address {
  background-color: #8b8d89;
  color: #fff;
  padding: 4px 4.3%;
}

.group-list-block .text-bottom {
  padding: 0 4.3%;
  line-height: 1.85;
}

.group-list-block .btn-wrap {
  margin-top: 16px;
  padding: 0 4.3%;
  column-gap: 14px;
}

@media screen and (min-width: 768px) {
  .group-list-block {
    padding: 0 0 64px;
  }

  .group-list-block .flex-contents {
    margin: 28px 0 0;
    width: 100%;
    max-width: initial;
  }

  .group-list-block .box {
    border-radius: 40px;
    width: 30.6%;
	margin-right: 4.1%;
  }
  .group-list-block .box:nth-child(3n) {
	margin-right: 0;
  }

  .group-list-block .image img {
    border-radius: 40px 40px 0 0;
  }

  .group-list-block .text-wrap-head {
    padding: 0 16px;
  }

  .group-list-block .address {
    padding: 4px 16px;
  }

  .group-list-block .text-bottom {
    padding: 0 16px;
  }

  .group-list-block .btn-wrap {
    padding: 0 16px;
  }
}

/* ----------------------------------------------
 * 職員紹介 *
 ---------------------------------------------- */
.interview_detail01 {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}

.interview_detail01 .box {
  padding: 16px 0;
}

.interview_detail01 .text-image .desc {
  padding: 0;
}

.interview_detail01 .info {
  margin-top: 60px;
}

.interview_detail01 .info .flex {
  column-gap: 12px;
}

.interview_detail01 .info .name {
    font-size: 42px;
}

.interview_detail01 .info-num {
  color: #fd9e84;
  font-size: 72px;
  font-style: italic;
  line-height: 1;
  font-feature-settings: "palt";
  font-family: 'Roboto', sans-serif;
}

.interview_detail02 h2 {
  line-height: 1;
}

.interview {
  margin: 36px 0 55px;
}

.interview .text-image {
  margin-bottom: 50px;
  counter-increment: interview;
}

.interview .text-image h3 {
	font-size: 36px;
    margin-bottom: 26px;
    padding-top: 91px;
    line-height: 1.4em;
    position: relative;
}

.interview .text-image h3::before {
  content: '0' counter(interview);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #fd9e84;
  border-radius: 50%;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  font-feature-settings: "palt";
  font-family: 'Roboto', sans-serif;
  padding-left: 4px;
  position: absolute;
  top: -8px;
  left: 0;
}

.interview .text-image h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #fd9e84 transparent transparent transparent;
  position: absolute;
  top: 70px;
  left: 32px;
}

.interview .text-image .box {
  padding: 0;
}

.interview .text-image .desc {
  padding: 0;
  margin-bottom: 30px;
}

.interview .text-image .image img {
  border-radius: 32px 32px 0 0;
}

.interview-detail .btn-wrap {
  text-align: center;
}

.interview-detail .btn01 {
  width: max(13vw, 260px);
}

@media screen and (min-width: 768px) {
  .interview_detail01 {
    padding-bottom: 0;
  }

  .interview .text-image {
    margin-bottom: 100px;
  }

  .interview .text-image h3 {
    margin-bottom: 30px;
  }

  .interview .text-image .box {
    padding: 0 50px 0 0;
  }

  .interview .text-image .image img {
    border-radius: 30px 0 0 30px;
  }

  .interview .text-image:nth-child(even) .box {
    padding: 0 0 0 50px;
  }

  .interview .text-image:nth-child(even) .image img {
    border-radius: 0 30px 30px 0;
  }

  .interview .text-image .desc {
    margin-bottom: 0;
  }

  .interview .text-image:nth-child(even) .box {
    order: 1
  }

  .interview {
    margin: 72px 0 190px;
  }
}

@media screen and (max-width: 768px) {
	.interview_detail01 .info .name {
		font-size: 30px;
	}
	
	.interview .text-image h3 {
		font-size: 6.0vw;
	}
}

/* ----------------------------------------------
 * 職員インタビュー一覧*
 ---------------------------------------------- */
.interview-list {
  padding: 52px 0;
  text-align: center;
}

.group_list02 .lead,
.interview_list02 .lead {
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.interview-list .flex-contents {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  width: 90%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.interview-list .box {
  border-radius: 13%;
  box-shadow: 0 0 16px 2px rgba(202, 203, 204);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  /*counter-increment: box;*/
  position: relative;
  display: block;
}

.interview-list .box::after {
	content: '0' counter(box);
	width: 56px;
	height: 51px;
	position: absolute;
	color: #fff;
	bottom: 12px;
	right: 24px;
	font-size: 56px;
	font-style: italic;
	vertical-align: bottom;
	display: inline-block;
	line-height: 1;
	font-feature-settings: "palt";
	font-family: 'Roboto', sans-serif;
	display: none;
}

.interview-list .box .image {
    width: 100%;
    height: 260px;
	position: relative;
}
.interview-list .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px 40px 0 0;
	position: absolute;
    top: 0;
    left: 0;
}

.interview-list .text-wrap {
	text-align: left;
    padding: 14px 0 12px;
    border-radius: 0 0 40px 40px;
    color: #453721;
    background: #dfe1d2;
    position: relative;
}

.interview-list .title {
  padding: 0 4.3% 12px;
  line-height: 1.66;
  font-size: 16px;
}

.interview-list .title p {
	font-size: 16px;
	line-height: 1.66;
	position: relative;
	width: 100%;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.interview-list .title p::before,
.interview-list .title p::after { content: none; }
/*
.interview-list .box:nth-of-type(3n-2) .text-wrap {
  background-color: #eb8787;
}
.interview-list .box:nth-of-type(3n-1) .text-wrap {
  background-color: #7dd0fc;
}
.interview-list .box:nth-of-type(3n) .text-wrap {
  background-color: #9ad579;
}*/

.interview-list .text-bottom {
  border-top: 1px solid #fff;
  padding-top: 8px;
  letter-spacing: 0.05em;
	position: relative;
}

.interview-list .text-bottom-name {
  margin: 0 5%;
}

.interview-list .text-bottom-department {
  padding: 7px 14px;
  color: #fff;
  border-radius: 14px;
  display: inline-block;
  margin: 0 4.3% 8px;
  line-height: 1;
}

.interview-list .number {
    color: #fff;
    font-size: 72px;
    line-height: 1;
    font-feature-settings: "palt";
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 10px;
    bottom: -13px;
	display: none;
}

.interview-list .box:nth-of-type(3n-2) .text-bottom-department {
  background: #fe857f;
}
.interview-list .box:nth-of-type(3n-1) .text-bottom-department {
  background: #adbe88;
}
.interview-list .box:nth-of-type(3n) .text-bottom-department {
  background: #f7ae74;
}



.interview-list > .inner {
	counter-reset: number 0;           /* number のカウンタを 0 にセット */
}
.interview-list > .inner .box .text-bottom {position: relative;}
.interview-list > .inner .box .text-bottom::after {
	counter-increment: number 1;      /* number カウンタの増加数をセット */
	content: counter(number) " ";      /* 表示形式を指定 */
	color: #fff;
    font-size: 72px;
    line-height: 1;
    font-feature-settings: "palt";
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 10px;
    bottom: -13px;
	content: none;
}

@media screen and (min-width: 768px) {
  .interview-list {
    padding: 52px 0 60px;
  }
  .interview_list02 .lead,
  .group_list02 .lead,
  .number02 .lead {
    margin-top: 16px;
  }

  .interview-list .flex-contents {
    justify-content: space-between;
    margin-bottom: 46px;
    width: 100%;
    max-width: initial;
  }

  .interview-list .box {
    border-radius: 40px;
    width: 30.8%;
  }

  .interview-list .box::after {
    width: 80px;
    height: 54px;
    bottom: 12px;
    right: 12px;
    font-size: 60px;
  }

  .interview-list .title {
    font-size: 18px;
    padding: 0 14px 12px;
  }
  .interview-list .title p {
	font-size: 18px;
	font-weight: 300;
  }


  .interview-list .text-bottom-name {
    margin: 0 16px;
  }

  .interview-list .text-bottom-department {
    margin: 0 14px 8px;
  }
}

@media screen and (max-width: 768px) {
	  .interview-list .number {
		font-size: 60px;
		position: absolute;
		bottom: -5px;
	  }
	.interview-list > .inner .box .text-bottom::after {
		font-size: 40px;
		position: absolute;
		right: 26px;
		bottom: -13px;
	}

}

@media screen and (min-width: 1200px) {
  .interview-list .box::after {
    width: 80px;
    height: 64px;
    bottom: 7px;
    right: 10px;
    font-size: 72px;
  }
}

/* ----------------------------------------------
 * Q&A  *
 ---------------------------------------------- */

.qa-flex {
  display: flex;
  column-gap: 15px;
}

.qa-flex img {
  width: 23px;
}

.qa-box {
  margin-bottom: 20px;
  cursor: pointer;
}

.qa-box dt {
  padding: 0.75em 2em 0.75em 0.75em;
  padding: 11px 52px 11px 17px;
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.qa-box dt::after {
  content: '';
  background-image: url('../images/qa-arrow-close.png');
  width: 18px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

.qa-box dt span {
  font-size: 15px;
  line-height: 1.6em;
  flex: 1;
}

.qa-box dd {
  padding: 11px 17px;
  border-left: 1px solid #d1d1d3;
  border-right: 1px solid #d1d1d3;
  border-bottom: 1px solid #d1d1d3;
  display: none;
  /* transition: .3s; */
}

.qa-box dd span {
  font-size: 15px;
  line-height: 1.6em;
}

.qa-box dd img {
  min-width: 23px;
}

.qa02 section {
  margin-bottom: 80px;
}

.qa02 .qa_cateoryName {
	font-size: 20px;
	font-size: 24px;
    font-weight: bold;
    color: #453721;
	text-align: left;
	background: #e7e9d9;
	border-left: 5px solid #656a41;
	padding: 8px 0.5em;
	margin-bottom: 35px;
}

.is-accordion-active.qa-box dd {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding: 18px 17px;
}

.is-accordion-active .qa-box dt::after {
  background-image: url('../images/qa-arrow.png');
}

@media screen and (min-width: 768px) {
  .qa-box dt {
    font-size: 20px;
	padding: 11px 52px 11px 17px;
  }
  .qa-box dt::after {
    width: 22px;
    height: 14px;
    right: 15px;
  }
  .qa-flex {
    column-gap: 28px;
  }
  .qa-box dt span {
	  font-size: 18px;
	  line-height: 1.8;
  }
  
  .qa02 .qa_cateoryName {
	font-size: 24px;
  }
	
  .qa-box dd span {
	font-size: 16px;
	line-height: 1.88;
  }
	
}

.qa-box dd .root-wrap {}
.qa-box dd .root-wrap ul {
	padding-left: 10px;
}
.qa-box dd .root-wrap li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 35px;
}
.qa-box dd .root-wrap ul li:last-child {
	margin-bottom: 0;
}
.qa-box dd .root-wrap li p {
	padding-left: 1em;
    text-indent: -1em;
	line-height: 1.8em;
}
.qa-box dd .root-wrap li figure {}
.qa-box dd .root-wrap li img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.qa-box dd .root-wrap li img + img {
	margin-left: 20px
}
@media screen and (max-width: 767px) {
	.qa-box dd .root-wrap ul {
		padding-left: 0;
	}
	.qa-box dd .root-wrap li {
		flex-direction: column;
	}
	.qa-box dd .root-wrap li figure {
		margin-top: 10px;
		margin-left: 20px;
	}
	.qa-box dd .root-wrap li img {
		width: 45%;
		height: auto;
	}

}






/* ----------------------------------------------
 * number  *
 ---------------------------------------------- */
.number02 {}
.number02 .heading-en {
	display: none;
}
.number02 .heading::before {
	content: "";
    display: block;
    width: 80px;
    aspect-ratio: 165 / 20;
    background-image: url(../images/heading-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto 12px;
}

.number02 .number-list {
    padding: 52px 0 60px;
}


@media screen and (min-width: 768px) {
  .number02 .heading::before  {
    width: 165px;
    height: 20px;
    margin: 0 auto 8px;
  }
}



.ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.recruit_info .recruit_title span {
    width: 70px;
    height: 30px;
    padding: 7px 6px;
    text-align: center;
    display: inline-block;
    background: #eb8787;
    margin-right: 5px;
    border-radius: 5px;
}



/* ------------------------------
* fukuri.html *
------------------------------ */
.fukuri-title {
    padding: 5em 0;
}
.fukuri-title::before,
.fukuri-title::after {
	content: "";
	display: inline-block;
	position: absolute;
}
.fukuri-title::before {
	width: 22vw;
    height: 22vw;
    background: url(../images/fukurikosei_title_l.png) no-repeat;
    background-size: contain;
    top: 2.75em;
    left: 0;
}
.fukuri-title::after {
	width: 43vw;
    height: 19vw;
    background: url(../images/fukurikosei_title_r.png) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 2em;
}
.fukuri-title h2 img { width: 5.0vw; }

.fukuri-content {
	padding: 5em 0;
	position: relative;
}
.fukuri-content::after {
	content: "";
	display: inline-block;
	width: 43vw;
    height: 37vw;
    background: url(../images/fukurikosei_accent.png) no-repeat;
    background-size: contain;
	position: absolute;
    right: 0;
    bottom: 1em;
}
.fukuri-content li {
	width: 48%;
    max-width: 560px;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 45px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.fukuri-content li img {
    border-radius: 45px;
}

@media screen and (max-width: 767px) {
	.fukuri-title {
		padding: 2.5em 0;
	}
	.fukuri-title h2 {}
	.fukuri-title h2 img {
		width: 10vw;
	}
	.fukuri-title::before {
		width: 28vw;
		height: 30vw;
		top: 10%;
	}
	.fukuri-title::after {
		width: 47vw;
		height: 21vw;
	}
	
	.fukuri-content { padding: 3em 0; }
	
	.fukuri-content ul {
		position: relative;
		z-index: 1;
	}
	.fukuri-content li {
		width: 100%;
		margin-bottom: 20px;
	}
	
}



/* ------------------------------
* training.html *
------------------------------ */
.training_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 30px;
}

.training_item .inner { width: 100%; }

.training_item .image {
    width: 33.33%;
    margin-right: 30px;
}
.training_item .image + .inner {
    width: calc(100% - 33.33%);
}

@media screen and (max-width: 767px) {
	
	.training_item { flex-direction: column; }
	.training_item .image {
		width: 70%;
		margin: 0 auto 10px;
	}
	.training_item .image + .inner { width: 100%; }
}







