@charset "UTF-8";

/* ヘッダー */
@media (min-width: 834.1px) {
	.overlayMenuBtn,.overlayMenu { display: none;}
}
@media only screen and (max-width: 834px) {
	.overlayMenuBtn { position: fixed; top: 11px; right: 11px; height: 24px; width: 35px; cursor: pointer; z-index: 900;}
	.overlayMenuBtn span{ display: block; height: 2px; background: #fff; position:absolute; width: 100%; left: 0;
	-webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
	.headerColor-default .overlayMenuBtn span{ background: #fff;}
	.overlayMenuBtn span:nth-child(1){ top: 0;}
	.overlayMenuBtn span:nth-child(2){ top: 10px;}
	.overlayMenuBtn span:nth-child(3){ top: 20px;}
	
	/* 開閉ボタンopen時 */
	.open.overlayMenuBtn { position: fixed; top: 11px; right: 11px; width: 35px; height: 35px; cursor: pointer; z-index: 900;}
	.open.overlayMenuBtn::before{ content: ""; background-color: transparent; width: 70px; height: 70px; right: -16px; top: -8px; position: absolute;}
	.open.overlayMenuBtn span{ background-color: #fff;}
	.open.overlayMenuBtn span:nth-child(1) { top: 10px; left: 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
	.open.overlayMenuBtn span:nth-child(2) { width: 0;}
	.open.overlayMenuBtn span:nth-child(3) { top: 10px; left: 0px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}

	.overlayMenu { display: none; position: fixed; width: 100%; height: 100%; overflow: scroll; left: 0; background-color: #000; z-index: 101; margin: 0; -webkit-overflow-scrolling: touch;}
	.overlayMenuInner { color: white; margin: 0 auto; width: 100%; height: 100%; display: table;}   	
	.header_ul{ display: flex; flex-wrap: wrap; margin: 0; padding: 70px 20px 0; list-style: none; font-size: 16px;}
	.header_ul a{ width: 100%; padding: 20px 0; text-align: center; border-bottom: 1px solid #fff; color: #fff;}
	.header_ul a:first-child{ border-top: 1px solid #fff;}
	.header_ul a:hover{ text-decoration: none;}
}


@media (min-width: 834.1px) {
	/* 共通 */
	body{ font-family: 'Noto Serif JP', sans-serif!important;}
	.title_detail{ background-color: #dae9e2; display: flex; justify-content: center; align-items: center; font-size: 30px; height: 150px;}
	.title1{ text-align: center; font-size: 30px;}
	#l-contents { margin-top: 0;}
	.pcnone{ display: none!important;}
	
	.recruit-header { padding: 0 0 0 40px; position: sticky; min-width: 1200px; top: 0; width: 100%; z-index: 100;}
	.recruit-header__inner{ display: flex; justify-content: space-between; align-items: center; width: 100%; z-index: 100;}
	.recruit-header__inner>div:first-child{ width: 280px;}
	.recruit-header__inner>div:last-child{ display: flex; justify-content: end; align-items: center; width: calc(100% - 280px);}
	
	.menu{ display: flex;}
	.menu .menu1 a{ display: inline-flex; justify-content: center; align-items: center; color: #fff; margin: 0 6px;}
	.menu .menu1 a:hover{ text-decoration: none;}
	.menu .menu2{ margin: 0 15px;}
	.menu .menu2 a{ display: inline-flex; justify-content: center; align-items: center; width: 150px; height: 36px; background-color: #fff; color: #000; margin: 0 3px;}
	.menu .menu2 a:hover{ text-decoration: none;}
	.menu .menu3 a{ display: inline-flex; justify-content: center; align-items: center; width: 170px; height: 66px; background-color: #59856f; color: #fff; margin: 0;}
	.menu .menu3 a:hover{ text-decoration: none;}
	
	.recruit-contact-detail__tel { width: 320px; margin: 0 auto;} 
	.recruit-contact-detail h3{ width: 309px; margin: 0 auto 5px;}
	
	
	/* 動画 */
	#movie { width: 100%; height: auto; position: relative;}
	#movie::before { display: block; content: ''; width: 100%; height: 0; padding-top: 56.25%;}
	#movie video { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
	#movie .movie_button{ width: 117px; height: 98.5px; position: absolute; top: calc(50% - 58px); left: calc(50% - 49px);}
	/*#movie-button { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor:pointer; z-index: 2; display: flex;
    justify-content: center; align-items: center;}
	#movie-button::before{ content: ""; background-color: rgba(0,0,0,0.4); position: absolute; width: 100%; height: 100%;}
	#movie-button.current::before{ background-color: rgba(0,0,0,0.0);}
	#movie-button .movie-button{ display: none;}
	#movie-button .movie-button { display: flex; justify-content: center; align-items: center; z-index: 2; position: absolute; 
    bottom: 70px;}
	#movie-button .movie-button span { display: flex; flex-direction: column; justify-content :center; align-items: center; color: #fff; border: 1px solid #fff; border-radius: 50px; padding: 8px 20px; font-size: 18px;}
	#movie-button .movie-button span img{ width: 10vw; max-width: 120px;}
	#movie-button.current .movie-button span{ border: 0;}*/
	#movie-button a{ border: 1px solid #fff; padding: 8px 20px; border-radius: 20px; position: absolute; bottom: 70px; left: calc(50% - 77px); color: #fff; z-index: 5; font-size: 18px;}
	#movie-button a:hover{ text-decoration: none;}

	.movie_mini{  width: 600px!important; height: 337px!important; margin: 0 auto 0;}
	.movie_mini .movie-button span img{ width: 116px;}
	
	#movie::after{ content: ""; background-color: rgba(0,0,0,0.1); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAF0lEQVQYV2NkYGBogGIGEGAEkxAAlgAAH1UCAxI0vTkAAAAASUVORK5CYII=); background-repeat: repeat; background-size: 4px 3px; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 1;}

	
	/* リード文 */
	.lead{ padding: 160px 0; text-align: center;}
	.lead2{ padding: 100px 0;}
	.lead h2{ margin: 0 0 50px 0; font-size: 24px; line-height: 1.6; font-weight: bold;}
	.lead p{ font-size: 18px; line-height: 2.0;}

	
	/* スタッフ */
	.staff_back{ background-color: #fff; padding: 80px 0 60px; position: relative;}
	.staff_list{ position: relative; width: 100%; max-width: 1086px; display: flex; justify-content: center; flex-wrap: wrap; margin: 70px auto 0;}
	.staff{ color: #171717; text-align: center; display: inline-block; margin: 0 10px;}
	.staff:nth-child(1),.staff:nth-child(2),.staff:nth-child(3),.staff:nth-child(4){ margin-bottom: 50px;}
	.staff:hover{ text-decoration: none; color: #171717;}
	.staff img{ border-radius: 50%; width: 250px; height: 250px; display: block; border: 5px solid #bbb; margin: 0 auto; transition: 0.3s ease-in-out;}
	.staff:hover img{ border-radius: 50%; width: 250px; height: 250px; display: block; border: 5px solid #8a9bc1; margin: 0 auto;}
	.staff .position{ font-size: 14px; display: block; margin: 20px 0 10px 0;}
	.staff .name{ font-size: 18px; display: block; margin: 0 0 10px 0;}
	.staff .date{ font-size: 14px; display: block;}
	.staff .staff_btn{ margin: 15px 0 0 0; border-radius: 30px; border: 1px solid #777; padding: 8px 10px; width: 120px; display: inline-flex; justify-content: center; align-items: center; transition: 0.3s ease-in-out;}
	.staff:hover .staff_btn{ background-color: #8a9bc1; color: #fff; border: 1px solid #8a9bc1;}
	
	.modal-dialog { width: 80%; max-width: 800px; color: #171717;}
	.modal-content { background-color: #fff; border: 0; font-size: 14px; padding: 40px; border-radius: 20px;}
	.modal-body .close { color: #171717; font-size: 14px; display: inline-block; margin: 0; font-family: 'Noto Serif JP', sans-serif!important; position: absolute; left: calc(50% - 23px); bottom: 0; opacity: 1.0; font-weight: normal; text-shadow: none;}
	.modal-body .close:hover { color: #171717; cursor: pointer; outline: none;}
	
	.modal_flex{ display: flex; text-align: left;}
	.modal_flex>div:first-child{ width: 250px;}
	.modal_flex>div:last-child{ width: calc(100% - 250px); padding: 0 0 0 30px; line-height: 1.6;}
	.modal_flex>div:last-child p{ margin: 0 0 50px 0;}
	.modal_flex img{ border-radius: 50%; width: 250px; height: 250px; border: 1px solid #eee;}
	.modal_flex .position{ display: block; font-size: 14px;}
	.modal_flex .name{ display: block; font-size: 18px; margin: 0 0 20px 0;}
	.modal_flex .name small{ font-size: 14px; margin: 0 0 0 15px;}

	
	/* 3施設 */
	.facility_flex{ display: flex; justify-content: space-between; max-width: 1090px; width: 100%; margin: 100px auto 50px; padding: 0 10px;}
	.facility_flex2{ margin: 150px auto 80px;}
	.facility_flex a{ margin: 0 5px;}
	.facility_flex img{ width: 100%; max-width: 320px;}
	
	
	/* 働く魅力 */
	.copy_back{ background-color: #dae9e2; padding: 55px 0 100px 0;}
	.copy_back .copy_list{ display: flex; justify-content: center; align-items: center; position: relative; right: -45px; margin: 50px 0 0 0;}
	.copy_back .copy_list>div:nth-child(1) img{ width: 500px; height: 300px;}
	.copy_back .copy_list>div:nth-child(2) { width: 622px; min-height: 200px; background-color: rgba(247,248,252,0.8); position: relative; left: -90px; display: flex; justify-content: center; flex-direction: column; padding: 20px 60px 20px 80px; font-size: 16px;}
	.copy_back .copy_list>div:nth-child(2) h3{ font-size: 20px; margin: 0 0 10px 0; line-height: 1.6; font-weight: bold;}
	.copy_back .copy_list>div:nth-child(2) p{ line-height: 1.6;}
	
	.copy_back .copy_list2{ display: flex; justify-content: center; align-items: center; position: relative; left: -45px; margin: 50px 0 0 0;}
	.copy_back .copy_list2>div:nth-child(2) img{ width: 500px; min-height: 300px;}
	.copy_back .copy_list2>div:nth-child(1) { width: 622px; min-height: 200px; background-color: rgba(247,248,252,0.8); position: relative; right: -90px; display: flex; justify-content: center; flex-direction: column; padding: 20px 80px 20px 60px; font-size: 16px;}
	.copy_back .copy_list2>div:nth-child(1) h3{ font-size: 20px; margin: 0 0 10px 0; line-height: 1.6; font-weight: bold;}
	.copy_back .copy_list2>div:nth-child(1) p{ line-height: 1.6;}

	
	/* その他 */
	.other_back{ background-color: #f8faf4; padding: 55px 0 100px 0;}
	.other_box{ position: relative; width: 100%; max-width: 1086px; margin: 0 auto;}
	
	.title2{ font-size: 20px; padding: 0 0 5px 0; margin: 50px 0 30px; text-align: center; position: relative;}
	.title2::before{ content: ""; width: 986px; height: 1px; border-bottom: 1px solid #aaa; position: absolute; bottom: 16px; left: calc(50% - 493px);}
	.title2 span{ background-color: #f8faf4; z-index: 2; position: relative; padding: 0 15px;}
 	
	.scroll_left { width: 100%; list-style: none; margin: 0; padding: 0; display: none;}
	.scroll_left li{ width: 300px; height: 200px; position: relative;}
	.scroll_left li>div{ width: 300px; height: 200px;}
	.image2{ width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute;}
	
	.homeka_flex{ display: flex; align-items: center; margin: 0 50px;}
	.homeka_flex>div:first-child{ width: 350px;}
	.homeka_flex>div:last-child{ width: calc(100% - 350px); padding: 0 0 0 30px; font-size: 14px; line-height: 1.5;}
	.homeka_flex>div:last-child strong{ font-size: 18px; display: block; margin: 0 0 15px 0; font-weight: normal;}
	.slack{ margin: 0 50px; font-size: 16px; display: flex; justify-content: center; flex-wrap: wrap;}
	.slack li{ background-color: #fff; border-radius: 50px; padding: 10px 20px; margin: 0 5px 10px;}

	
	/* 募集要項 */
	.qa_box{ max-width: 900px; width: 100%; margin: 0 auto;}
	.qa_font img{ width: 16px; height: auto; margin: 0;}
	.qa_flex{ display: flex;}
	.qa_flex p{ margin: 0; font-size: 18px; width: 100%; display: flex; align-items: center;}
	.qa_flex p span{ background-color: #fff; color: #c20000; display: flex; justify-content: center; align-items: center; border-radius: 50px; font-size: 16px; width: 80px; height: 30px; margin: 0 0 0 12px;}
	.qa_flex a{ color: #e04a5d; text-decoration: underline; text-underline-offset: 0.1em;}
	
	.acd-check_plus { display: none;}
	.acd-label_plus{ position: relative; display: flex; padding: 22px 30px; font-size: 16px; font-weight: 500; cursor: pointer; background-color: #59856f; color: #fff; max-width: 900px; width: 100%; height: 74px; margin: 0 auto 20px;}
	.acd-content{ height: 0; opacity: 0; padding: 0 10px; transition: .5s; visibility: hidden; }
	.acd-check_plus:checked + .acd-label_plus + .acd-content{ height: auto; opacity: 1; padding: 0; visibility: visible;}
	label.acd-label_plus:before{ content:""; display:block; width: 30px; height: 30px; border-top: #fff 5px solid; position: absolute; right: 20px; top: 34px;}
	label.acd-label_plus:after{ content:""; display:block; width: 30px; height: 30px; border-right: #fff 5px solid; position: absolute; right: 32px; top: 22px;}
	input[type=checkbox]:checked + label.acd-label_plus:after { display: none;}
	input[type=checkbox]:checked + label.acd-label_plus{ border-bottom: 0;}
	
	.recruit-entry-detail-item__header { font-weight: normal;}
	
	.recruit-header-logo img{ width: 280px;}
	
	.footer_logo img{ height: 26px;}
}
@media only screen and (max-width: 834px) {
	/* 共通 */
	body{ font-family: 'Noto Serif JP', sans-serif!important;}
	.title_detail{ background-color: #dae9e2; display: flex; justify-content: center; align-items: center; font-size: 24px; height: 130px;}
	.title1{ text-align: center; font-size: 20px;}
	#l-contents { margin-top: 45px;}
	.spnone{ display: none!important;}
	
	.recruit-header { padding: 0 10px 0 10px; position: fixed; top: 0; width: 100%; z-index: 100;}
	.recruit-header__inner{ display: flex; justify-content: space-between; align-items: center; width: 100%;}
	.recruit-header__inner>div{ width: 100%;}
	.recruit-header__inner>div:last-child{ display: flex; justify-content: end;}
	
	.menu{ display: none!important;}
	.menu a{ display: inline-flex; justify-content: center; align-items: center; width: 150px; height: 36px; background-color: #fff; color: #000; margin: 0 3px;}
	.menu a:hover{ text-decoration: none;}
	
	.recruit-contact-detail__tel { } 
	.recruit-contact-detail h3{ text-align: center; margin: 0 0 5px 0;}
	
	
	/* 動画 */
	#movie { width:100%; height: auto; position: relative;}
	#movie::before { display: block; content: ''; width: 100%; height: 0; padding-top: 56.25%;}
	#movie video { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
	#movie .movie_button{ width: 117px; height: 98.5px; position: absolute; top: calc(50% - 58px); left: calc(50% - 49px);}
	/*#movie-button { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor:pointer; z-index:1; display: flex;
    justify-content: center; align-items: center;}
	#movie-button::before{ content: ""; background-color: rgba(0,0,0,0.4); position: absolute; width: 100%; height: 100%;}
	#movie-button.current::before{ background-color: rgba(0,0,0,0.0);}
	#movie-button .movie-button{ display: none;}
	#movie-button .movie-button { display: flex; justify-content: center; align-items: center; z-index: 2;}
	#movie-button .movie-button span { display: flex; flex-direction: column; justify-content :center; align-items: center; color: #CF000F; font-size: 1.2rem;}
	#movie-button .movie-button span img{ width: 15vw;}*/
	#movie-button a{ border: 1px solid #fff; padding: 8px 10px; border-radius: 20px; position: absolute; bottom: 40px; left: calc(50% - 55px); color: #fff; z-index: 5; font-size: 14px;}
	#movie-button a:hover{ text-decoration: none;}
	
	.movie_mini{ width: 100%; height: auto; margin: 0 auto 0;}
	.movie_mini .movie-button span img{ width: 116px;}

	
	/* リード文 */
	.lead{ padding: 70px 15px; text-align: center;}
	.lead2{ padding: 50px 15px;}
	.lead h2{ margin: 0 0 20px 0; font-size: 18px; line-height: 1.6; font-weight: bold;}
	.lead p{ font-size: 14px; line-height: 2.0;}

	
	/* スタッフ */
	.staff_back{ background-color: #fff; padding: 50px 0 50px; position: relative;}
	.staff_list{ position: relative; display: flex; justify-content: center; flex-wrap: wrap; margin: 50px auto 0; padding: 0 10px}
	.staff{ width: 48%; margin: 0 1%; color: #171717; text-align: center; display: inline-block;}
	.staff:nth-child(1),.staff:nth-child(2),.staff:nth-child(3),.staff:nth-child(4),.staff:nth-child(5),.staff:nth-child(6){ margin-bottom: 40px;}
	.staff:hover{ text-decoration: none; color: #171717;}
	.staff img{ border-radius: 50%; width: 90%; object-fit: contain; display: block; border: 4px solid #8a9bc1; margin: 0 auto;}
	.staff .position{ font-size: 14px; display: block; margin: 20px 0 10px 0;}
	.staff .name{ font-size: 16px; display: block; margin: 0 0 10px 0;}
	.staff .date{ font-size: 12px; display: block;}
	.staff .staff_btn{ margin: 15px 0 0 0; border-radius: 30px; border: 1px solid #777; padding: 6px 10px; width: 120px; display: inline-flex; justify-content: center; align-items: center; transition: 0.3s ease-in-out;}
	
	.modal-dialog { width: 80%; max-width: 800px; color: #171717; margin: 0 auto;}
	.modal-content { background-color: #fff; border: 0; font-size: 14px; border-radius: 20px;}
	.modal-body{ padding: 20px;}
	.modal-body .close{ background-color: #171717; color: #fff; font-size: 12px; display: inline-block; margin: 0; position: absolute; top: 0; right: 0; border-radius: 0 20px 0 0; padding: 10px; font-family: 'Noto Serif JP', sans-serif!important; opacity: 1; font-weight: normal; text-decoration: none; text-shadow: none;}
	.modal-body .close:hover { background-color: #171717; color: #fff; cursor: pointer; text-decoration: none; outline: none;}
	
	.modal_flex{ display: flex; text-align: left; flex-wrap: wrap;}
	.modal_flex>div:first-child{ width: 100%; text-align: center;}
	.modal_flex>div:last-child{ width: 100%; line-height: 1.4; font-size: 12px; margin: 15px 0 0 0;}
	.modal_flex img{ border-radius: 50%; width: 120px; height: 120px; border: 1px solid #eee;}
	.modal_flex .position{ display: block; font-size: 12px; margin: 0 0 5px 0;}
	.modal_flex .name{ display: block; font-size: 16px; margin: 0 0 20px 0; margin: 0 0 5px 0;}
	.modal_flex .name small{ font-size: 12px; margin: 0;}
	.modal_flex .sp_flex{ display: flex; align-items: center; width: 100%;}
	.modal_flex .sp_flex>div:first-child{ width: 130px; padding: 0 0 0 5px;}
	.modal_flex .sp_flex>div:nth-child(2){ width: calc(100% - 130px); padding: 0 0 0 20px; line-height: 1.2;}

	
	/* 3施設 */
	.facility_flex{ display: flex; justify-content: center; flex-wrap: wrap; width: 100%; margin: 70px auto 40px; padding: 0 20px;}
	.facility_flex2 { }
	.facility_flex a{ margin: 0 10px 30px 10px;}
	.facility_flex a img{ width: 300px;}
	.facility_flex a:last-child{ margin: 0 10px;}
	
	
	/* 働く魅力 */
	.copy_back{ background-color: #dae9e2; padding: 55px 0 70px 0;}
	.copy_back .copy_list{ display: flex; justify-content: center; align-items: center; position: relative; margin: 30px 0 0 0; flex-wrap: wrap; text-align: center;}
	.copy_back .copy_list>div:nth-child(1) img{ width: 90%; height: auto;}
	.copy_back .copy_list>div:nth-child(2) { width: 90%; height: auto; background-color: rgba(247,248,252,0.8); position: relative;  display: flex; justify-content: center; flex-direction: column; padding: 20px; font-size: 16px;}
	.copy_back .copy_list>div:nth-child(2) h3{ font-size: 16px; margin: 0 0 10px 0; line-height: 1.6; font-weight: bold;}
	.copy_back .copy_list>div:nth-child(2) p{ line-height: 1.6; font-size: 14px; text-align: left;}
	
	.copy_back .copy_list2{ display: flex; justify-content: center; align-items: center; flex-direction: column-reverse; flex-wrap: wrap; position: relative;  margin: 30px 0 0 0; text-align: center;}
	.copy_back .copy_list2>div:nth-child(2) img{ width: 90%; height: auto;}
	.copy_back .copy_list2>div:nth-child(1) { width: 90%; height: auto; background-color: rgba(247,248,252,0.8); position: relative;  display: flex; justify-content: center; flex-direction: column; padding: 20px; font-size: 16px;}
	.copy_back .copy_list2>div:nth-child(1) h3{ font-size: 15px; margin: 0 0 10px 0; line-height: 1.6; font-weight: bold;}
	.copy_back .copy_list2>div:nth-child(1) p{ line-height: 1.6; font-size: 14px; text-align: left;}

	
	/* その他 */
	.other_back{ background-color: #f8faf4; padding: 50px 0;}
	.other_box{ position: relative; width: 100%; max-width: 1086px; margin: 0 auto;}
	
	.title2{ font-size: 18px; padding: 0 0 5px 0; margin: 40px 20px 20px; text-align: center; position: relative;}
	.title2::before{ content: ""; width: 100%; height: 1px; border-bottom: 1px solid #aaa; position: absolute; bottom: 50%; left: 0;}
	.title2 span{ background-color: #f8faf4; z-index: 2; position: relative; padding: 0 10px; line-height: 1.4; text-align: center;     display: inline-block;}
 	
	.scroll_left { width: 100%; list-style: none; margin: 0; padding: 0; display: none;}
	.scroll_left li{ width: 200px; height: 140px; position: relative;}
	.scroll_left li>div{ width: 200px; height: 140px;}
	.image2{ width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute;}
	
	.homeka_flex{ display: flex; align-items: center; flex-wrap: wrap; margin: 0 20px;}
	.homeka_flex>div:first-child{ width: 100%;}
	.homeka_flex>div:last-child{ width: 100%; padding: 20px 0 0 0; font-size: 14px;}
	.homeka_flex>div:last-child strong{ font-size: 16px; display: block; margin: 0 0 20px 0; font-weight: normal;}
	.slack{ margin: 0 20px; font-size: 14px; display: flex; justify-content: left; flex-wrap: wrap;}
	.slack li{ background-color: #fff; border-radius: 50px; padding: 10px 25px; margin: 0 3px 7px;}
	
	
	/* 募集要項 */
	.qa_box{ width: 100%; margin: 0 auto;}
	.qa_font img{ width: 16px; height: auto; margin: 0;}
	.qa_flex{ display: flex;}
	.qa_flex p{ font-size: 16px; width: 100%; display: flex; align-items: center; margin: 0 40px 0 0;}
	.qa_flex p span{ background-color: #fff; color: #c20000; display: flex; justify-content: center; align-items: center; border-radius: 50px; font-size: 14px; width: 80px; height: 24px; margin: 0 0 0 12px;}
	.qa_flex a{ color: #e04a5d; text-decoration: underline; text-underline-offset: 0.1em;}
	.qa_flex strong{ font-weight: normal;}
	
	.acd-check_plus { display: none;}
	.acd-label_plus{ position: relative; display: flex; padding: 20px 15px; font-size: 16px; font-weight: 500; cursor: pointer; background-color: #59856f; color: #fff; width: 100%; height: 70px; margin: 0 auto 20px;}
	.acd-content{ height: 0; opacity: 0; padding: 0 10px; transition: .5s; visibility: hidden; }
	.acd-check_plus:checked + .acd-label_plus + .acd-content{ height: auto; opacity: 1; padding: 0; visibility: visible;}
	label.acd-label_plus:before{ content:""; display:block; width: 26px; height: 26px; border-top: #fff 3px solid; position: absolute; right: 20px; top: 33px;}
	label.acd-label_plus:after{ content:""; display:block; width: 26px; height: 26px; border-right: #fff 3px solid; position: absolute; right: 31px; top: 22px;}
	input[type=checkbox]:checked + label.acd-label_plus:after { display: none;}
	input[type=checkbox]:checked + label.acd-label_plus{ border-bottom: 0;}
	
	.recruit-header-logo{ justify-content: center;}
	.recruit-header-logo img{ width: 180px;}
	
	.footer_logo img{ height: 20px;}
}

@keyframes modalopen { from {opacity: 0} to {opacity: 1}}



/*@media screen and (min-width: 768px){
	#header .inner>div>a{opacity:0;transition:opacity 0.2s}
	#header .inner>div>a.show{opacity:1}
	#header .inner>div>a.open{opacity:1}
}
	.kv .slides{ width: 100%; position: relative;}
	.kv .slides .slick-slide::after{ content: ""; background-color: rgba(0,0,0,0.1); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAF0lEQVQYV2NkYGBogGIGEGAEkxAAlgAAH1UCAxI0vTkAAAAASUVORK5CYII=); background-repeat: repeat; background-size: 4px 3px; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 1;}
	.kv .slides video{ width: 100%}

	#movie-button { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor: pointer; z-index: 2; display: flex; justify-content: center; align-items: center;}
	#movie-button::before{ content: ""; background-color: rgba(0,0,0,0.0); position: absolute; width: 100%; height: 100%;}
	#movie-button.current::before{ background-color: rgba(0,0,0,0.4);}
	#movie-button .movie-button{ display: none;}
	#movie-button .movie-button { display: flex; justify-content: center; align-items: center; z-index: 2; position: absolute; top: 34vw;}
	#movie-button .movie-button span { display: flex; flex-direction: column; justify-content :center; align-items: center; color: #fff; border-radius: 50px; padding: 8px 20px; font-size: 18px;}
	#movie-button .movie-button span img{ width: 10vw; max-width: 120px;}
	#movie-button.current .movie-button span{ }
	#movie-button.current .movie-button-play{ border: 1px solid #fff;}

	.kv-navi{margin:30px 21px 18px;display:flex;justify-content:flex-end;align-items:stretch}
	.kv-navi .indi{display:flex;align-items:center}
	.kv-navi .indi>span{display:inline-block;margin-left:7px;width:13px;height:1px;background-color:#000;transition:width 0.4s}
	.kv-navi .indi>span.active{position:relative;width:72px}
	.kv-navi .indi>span.active span{position:absolute;left:0;top:0;width:0%;height:1px;background-color:#0ff}
@media screen and (max-width: 767px){
	.kv-navi .indi>span{width:10px}
	.kv-navi .indi>span.active{width:56px}
}
	.kv-navi .slide_prev{margin-left:20px}
	.kv-navi .slide_prev img{width:13px}
	.kv-navi .slide_next{margin-left:46px}
	.kv-navi .slide_next img{width:13px}
	.modal-backdrop{z-index:999998}
	.modal{z-index:999999}


@media screen and (min-width: 768px){
	#header .inner>div>a{opacity:0;transition:opacity 0.2s}
	#header .inner>div>a.show{opacity:1}
	#header .inner>div>a.open{opacity:1}
}*/

	.kv {
		visibility: hidden;
		opacity: 0;
		transition: opacity 1s;
	}
	.kv.loaded {
		visibility: visible;
		opacity: 1;
	}

	.kv .slides{width:100%}
	.kv .slides .slick-slide:first-child::after{ content: ""; background-color: rgba(0,0,0,0.1); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAF0lEQVQYV2NkYGBogGIGEGAEkxAAlgAAH1UCAxI0vTkAAAAASUVORK5CYII=); background-repeat: repeat; background-size: 4px 3px; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 1;}
	.kv .slides video{ width: 100%}
	.kv .slides video{width:100%}
	.kv .slides .icon-play{ position:absolute; top:calc( 65% - 32px );left:calc( 50% - 78px ); display: flex; flex-direction: column; justify-content :center; align-items: center; color: #fff; border-radius: 50px; padding: 8px 20px; font-size: 18px; border: 1px solid #fff; z-index: 4;}
	.kv .slides .icon-play:hover{ text-decoration: none;}
	.modal_movie .modal-content{ padding: 10px; border-radius: 5px;}
@media screen and (max-width: 767px){
	.kv .slides .icon-play{ top:calc( 65% - 5px );left:calc( 50% - 55px ); display: flex; flex-direction: column; justify-content :center; align-items: center; color: #fff; border-radius: 50px; padding: 8px 10px; font-size: 14px;}
	.modal_movie .modal-dialog{ width: 90%;}
}

	.kv-navi{margin:30px 21px 18px;display:flex;justify-content:flex-end;align-items:stretch}
	.kv-navi .indi{display:flex;align-items:center}
	.kv-navi .indi>span{display:inline-block;margin-left:7px;width:13px;height:1px;background-color:#000;transition:width 0.4s}
	.kv-navi .indi>span.active{position:relative;width:72px}
	.kv-navi .indi>span.active span{position:absolute;left:0;top:0;width:0%;height:1px;background-color:#0ff}

@media screen and (max-width: 767px){
	.kv-navi .indi>span{width:10px}
	.kv-navi .indi>span.active{width:56px}
}
	.kv-navi .slide_prev{margin-left:20px}
	.kv-navi .slide_prev img{width:13px}
	.kv-navi .slide_next{margin-left:46px}
	.kv-navi .slide_next img{width:13px}
	.modal-backdrop{z-index:999998}
	.modal{z-index:999999}

	.list-unstyled{ width: 100%;}


@keyframes main1 {
	0%{ opacity: 0;}
	25%{ opacity: 0;}
	50%{ opacity: 1;}
	100%{ opacity: 1;}
}
@media (min-width: 834.1px) {
	.top_img_box{ background-color: #ddd;}
	.top_img{ max-width: 1366px; margin: 0 auto; position: relative;}
	.top_img .top_back{ }
	.top_img .top_text{ position: absolute; top: 35px; left: 30px; width: 24vw; min-width: 250px; animation: main1 3s ease-in-out; z-index: 2;}
	.top_img_right .top_img .top_text{ left: auto; right: 30px; top: auto; bottom: 35px;}
}
@media (min-width: 1366px) {
	.top_img .top_text{ max-width: 330px;}
}
@media only screen and (max-width: 834px) {
	.top_img_box{ background-color: #ddd;}
	.top_img{ max-width: 100%; margin: 0 auto; position: relative;}
	.top_img .top_back{ }
	.top_img .top_text{ position: absolute; top: 40px; left: 0px; width: auto; width: 40vw; animation: main1 3s ease-in-out; z-index: 2;}
	.top_img_right .top_img .top_text{ left: auto; right: 0px; top: auto; bottom: 20px;}
}

@media (min-width: 834.1px) {
	.slide_container { position: relative; width: 345px; max-width: inherit; margin-right: auto; margin-left: auto;}
	.slick_slide { margin: 30px auto 25px!important;}
	.slick_slide .slick-list img { width: 345px; height: auto;}
	.slick-dots li { width: 40px; height: 10px; margin: 0px 3px;}
	.slick-dots li button{ width: 40px; height: 10px;}
	.slick-dots li button:before{ position: absolute; top: 0; left: 0; width: 40px; height: 5px; content: ''; text-align: center; opacity: 1;}
}
@media only screen and (max-width: 834px) {
	.slide_container { padding: 0;}
	.slick_slide { margin: 0 auto 0;}
	.slick_slide a{ outline: none;}
	.slick_slide .slick-list img { width: 90%; height: auto; margin: 0 auto;}
	.slick-dots li { width: 40px; height: 10px; margin: 0px 3px;}
	.slick-dots li button{ width: 40px; height: 10px;}
	.slick-dots li button:before{ position: absolute; top: 0; left: 0; width: 40px; height: 5px; content: ''; text-align: center; opacity: 1;}
	.slick_slide img{ max-width: calc(100vw - 20px);}	
}


@media (min-width: 834.1px) {
	.head1{ margin-top: 70px;}
	.mail_box{ text-align: center; font-size: 18px; width: 100%!important;}
}
@media only screen and (max-width: 834px) {
	.head1{ margin-top: 50px;}
	.mail_box{ text-align: center; font-size: 16px; width: 100%!important;}
}


/* 20230427 修正 */
@media (min-width: 834.1px) {	
	.form_btn{ background-color: #59856f; color: #fff; display: flex; justify-content: center; align-items: center; width: 100%; height: 140px; margin: 15px 0 0 0; font-size: 24px; position: relative;}
	.form_btn img{ position: absolute; right: 12px; width: 12px; height: auto;}
	.form_btn:hover{ text-decoration: none; color: #fff; opacity: 0.9;}
	
	.recruit-contact-detail__exText { margin-bottom: 70px;}
	
	.recruit-entry { background: #fff;}
	
	.banner_back{ background-color: #fff;}
	.banner_back .banner_flex{ display: flex; justify-content: center; align-items: center; padding: 65px 0; margin: 0 auto;}
	.banner_back .banner_flex img{ width: 400px; margin: 0 20px;}
}
@media only screen and (max-width: 834px) {
	.form_btn{ background-color: #59856f; color: #fff; display: flex; justify-content: center; align-items: center; width: 100%; height: 90px; margin: 0px 0 0 0; font-size: 18px; position: relative;}
	.form_btn img{ position: absolute; right: 12px; width: 12px; height: auto;}
	.form_btn:hover{ text-decoration: none; color: #fff; opacity: 0.9;}
	
	.recruit-contact-detail__exText { margin-bottom: 60px;}
	
	.recruit-entry { background: #fff;}
	
	.banner_back{ background-color: #fff;}
	.banner_back .banner_flex{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align: center; padding: 50px 0; margin: 0 auto;}
	.banner_back .banner_flex img{ width: 90%; margin: 10px auto;}
}

/* フォーム */
@media (min-width: 768px) {
	.alert-danger{ margin: 0 0 40px 0; font-size: 16px;}
	.recruit-form table{ width: 100%; font-size: 15px;}
	.recruit-form table tr{ border-bottom: 1px solid #ddd;}
	.recruit-form table th{ width: 287px; line-height: 1.6; padding: 15px 0;}
	.required{ background-color: #c20000; color: #fff; border-radius: 50px; font-size: 12px; padding: 0px 10px 2px; margin: 0 0 0 10px;}
	
	.label_box{ margin: 15px 0;}
	.label_box span{ display: inline-block; margin: 0 20px 0 10px;}
	.label_box p{ display: inline-block; margin: 0 0 5px 0; font-size: 14px;}
	.form-control { border-radius: 2px; font-size: 16px;}
	.form-control2{ display: inline-block; width: 120px; margin: 0;}
	.form-control3{ display: inline-block; width: 456px; margin: 0;}
	.form-control4{ display: inline-block; width: 491px; margin: 0;}
	
	.selectbox_box{ display: inline-flex; align-items: center;}
	
	input[type="radio"] { appearance: auto;}
	
	.label_box label{ margin: 0 20px 0 0;}
	.label_box label input{ margin: 0 10px 0 0;}
	
	.submit_box{ margin: 80px 0 0;}
	.submit_box .btn{ background-color: #59856f;  color: #fff; border-color: #59856f; width: 330px; line-height: 60px; font-size: 16px; padding: 0; margin: 0 20px;}
	.submit_box .btn:hover{ opacity: 0.9;}
	.btn-back{ background-color: #b4b4b4!important; border: 1px solid #b4b4b4!important;}
	
	.contact_thankyou{ line-height: 1.8; font-size: 16px;}
	.contact_thankyou strong{ font-size: 20px;}
	
	.btn-info { color: #000; background-color: #dae9e2; border-color: #dae9e2; font-size: 14px;}
}
@media (max-width: 767.98px) {
	.alert-danger{ margin: 0 0 40px 0; font-size: 14px;}
	.recruit-form table{ width: 100%; font-size: 14px;}
	.recruit-form table tr{ border-bottom: 1px solid #ddd;}
	.recruit-form table th{ width: 287px; line-height: 1.6; display: flex; align-items: center; padding: 10px 0 0 0;}
	.recruit-form table td{ display: block;}
	.required{ background-color: #c20000; color: #fff; border-radius: 50px; font-size: 11px; padding: 0px 10px 1px; margin: 0 0 0 10px;}
	
	.label_box{ margin: 10px 0 15px;}
	.label_box span{ display: inline-block; margin: 0 10px 0 0;}
	.label_box span.mr2{ display: inline-block; margin: 0 0 10px 0;}
	.label_box span.ml3{ display: inline-block; margin: 0 10px 0 10px}
	.label_box p{ display: inline-block; margin: 0 0 5px 0; font-size: 13.5px;}
	.form-control { border-radius: 2px; font-size: 16px;}
	.form-control2{ display: inline-block; width: 120px; margin: 0;}
	.form-control3{ display: inline-block; width: 100%; margin: 0;}
	.form-control4{ display: inline-block; width: 100%; margin: 0;}
	
	.selectbox_box{ display: inline-flex; align-items: center;}
	.selectbox_box.mb1{ display: flex;}
	
	input[type="radio"] { appearance: auto;}
	
	.label_box label{ margin: 0 20px 0 0;}
	.label_box label input{ margin: 0 10px 0 0;}
	
	.submit_box{ margin: 40px 0 0;}
	.submit_box .btn{ background-color: #59856f;  color: #fff; border-color: #59856f; width: 150px; line-height: 45px; font-size: 14px; padding: 0; margin: 0 10px;}
	.submit_box .btn:hover{ opacity: 0.9;}
	.btn-back{ background-color: #b4b4b4!important; border: 1px solid #b4b4b4!important;}
	
	.contact_thankyou{ line-height: 1.8; font-size: 14px;}
	.contact_thankyou strong{ font-size: 18px;}
	
	.btn-info { color: #000; background-color: #dae9e2; border-color: #dae9e2; font-size: 14px; margin: 5px auto;}
}


/* セレクトボックス */
.cp_ipselect { overflow: hidden; text-align: center; font-size: 16px; font-family: "Lato","Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; font-weight: normal; color: #495057;}
.cp_ipselect select { width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none;}
.cp_ipselect select::-ms-expand { display: none;}
.cp_ipselect.cp_sl01 { display: inline-block; position: relative; border: 1px solid #ced4da;; border-radius: 2px;background: #ffffff;}
.cp_ipselect.cp_sl01::before { position: absolute; top: 0.7em; right: 0.7em; width: 0; height: 0; padding: 0;content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #666666; pointer-events: none;}
.cp_ipselect.cp_sl01 select {padding: 5px 38px 5px 8px; color: #495057; height: 33px;}
.cp_ipselect.cp_sl02 {position: relative; border: 0px solid #ced4da;;border-radius: 2px;background: #ffffff;}
.cp_ipselect.cp_sl02::before {position: absolute; top: 0.9em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #666666; pointer-events: none;}
.cp_ipselect.cp_sl02 select {padding: 8px 38px 8px 8px; color: #495057;}


/* 2025.11.7 募集終了 */
@media (min-width: 768px) {
	.closed{ margin: 0 0 50px 0!important;}
}
@media (max-width: 767.98px) {
	.closed{ margin: 0 0 40px 0!important;}
}