@charset "utf-8";

/* ---------------------------------------------

 File name:  pages.css
 Style Info: 下層ページ用レイアウト

------------------------------------------------ */

/* パンくず
------------------------------------------------ */
/* @media screen and (max-width:767px) {
	.breadcrumb {display: none;}
} */
/* @media screen and (min-width:768px) { */
	.breadcrumb {
		padding: 8px 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.breadcrumb a {
		margin-right: 8px;
		text-decoration: none;
		color: #111;
	}
	.breadcrumb a:hover {color: #2013dd;}
	.breadcrumb a:after {
		margin-left: 8px;
		font-family: "Font Awesome 5 Free";
    font-weight: 900;
		content: "\f105";
	}
/* } */


/* 一覧ページ
------------------------------------------------ */
.list__main-ttl {
	padding: .5em 1em;
	background: #77d86e;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
.list__main-ttl i {
	margin-right: .25em;
	color: #fff;
}

.list__search-criteria {
	background: #FFF;
	line-height: 1.5;
}
.list__search-criteria dt {font-weight: bold;}

.pagination-num {
	margin: 32px 0 24px;
	line-height: 1.2;
}
.pagination-num span {
	font-weight: bold;
	color: #77d86e;
}

.list-box {
	position: relative;
	margin-bottom: 24px;
	background: #FFF;
}
.list-box:before {
	display: block;
	content: "";
	width: 100%;
	border-top: 4px solid #499244;
	top: 0;
}
.list-box__header {margin-bottom: 8px;}
.list-box__header .name {
	margin-bottom: .5em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
	line-height: 1.5;
}
.list-box__header .ttl {
	font-weight: bold;
	line-height: 1.5;
	color: #111;
}
.list-box__header a:hover {opacity: .5;}

.job-options {letter-spacing: -.40em;}
.job-options li {
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 6px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.job-options li:not(:last-child) {margin-right: 6px;}
.job-options li a {
	display: block;
	padding: .25em .5em;
	border-style: solid;
	border-width: 1px;
	border-color: #499244;
	border-radius: 2px;
	color: #499244;
}
.job-options li a:hover {
	border-color: #77d86e;
	color: #77d86e;
}
.job-options li a.job-status {
	background: #499244;
	color: #FFF;
}
.job-options li a.job-status:hover {background: #499244;}
.list-box__header .job-options {margin-top: 8px;}

.list-box__contents {margin-bottom: 16px;}
.list-box__contents .thumb img {vertical-align: bottom;}
.list-box__contents_tbl {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
	line-height: 1.5;
}
.list-box__contents_tbl th {
	width: 7em;
	padding: .75em 0 .75em .5em;
	background: #77d86e;
	border-bottom: 1px solid #e3e3e3;
	color: #fff;
	font-weight: bold;
}
.list-box__contents_tbl th i {
	margin-right: .5em;
	color: #fff;
}
.list-box__contents_tbl td {
	padding: .75em 1em;
	border-bottom: 1px solid #e3e3e3;
}

.list-btns {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.list-btns a {
	width: 50%;
	height: 40px;
	line-height: 37px;
	padding: 0 .25em;
	letter-spacing: normal;
}
a.favorite-btn {
	display: block;
	background: #FFF;
	border-style: solid;
	border-width: 1px 1px 4px 1px;
	border-color: #77d86e;
	border-radius: 4px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
a.favorite-btn.del-fv {
	background: #e7e7e7;
	color: #888;
}
a.favorite-btn i {
	margin-right: .25em;
	color: #ffba00;
}
a.favorite-btn:hover {border-color: #499244;}
a.to-detail-btn {
	display: block;
	background: #ff7c35;
	border-style: solid;
	border-width: 1px 1px 4px 1px;
	border-color: #ff7c35 #ff7c35 #ff5b02;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
a.to-detail-btn i {
	margin-left: .25em;
	color: rgba(255,255,255,.5);
}
a.to-detail-btn:hover {background: #ffa879;}
.list-btn-sg {
	margin-top: 16px;
	text-align: center;
}
.list-btn-sg a {
	width: 100%;
	max-width: 640px;
	height: 48px;
	line-height: 46px;
}
.list-box .signup-btn {
	font-size: 20px;
	font-size: 2rem;
}
.list-box .signup-btn span {margin-left: 4px;}

.pagination {
	margin: 40px 0;
	letter-spacing: -.40em;
	text-align: center;
}
.pagination a,
.pagination span {
	display: inline-block;
	letter-spacing: normal;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 3px 2px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	border-radius: 4px;
}
.pagination .current,
.pagination a:hover {
	background: #77d86e;
	border-color: #77d86e;
	font-weight: 700;
	color: #FFF;
}

/*----- エリア -----*/
.list-area-box {
	background: #FFF;
}
.list-area_btn {text-align: center;}
.list-area_btn a {
	width: 100%;
	max-width: 640px;
	height: 40px;
	line-height: 38px;
}
.list-areabox_ttl {
	margin: 1.5em 0 .75em;
	padding-bottom: .75em;
	border-bottom: 1px dotted #d3d3d3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.list-areabox_ttl i {
	margin-right: .25em;
	color: #499244;
}
.list-area_list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.list-area_list li {margin-bottom: 16px;}
.list-area_list li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #111;
	line-height: 1.2;
}
.list-area_list li a:before {
	margin-right: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	color: #499244;
}
.list-area_list li a:hover {color: #499244;}

.acd-check{
    display: none;
}
.acd-label{
	display: block;
	position: relative;
}
.acd-label:after{
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 5px;
	top: 0px;
}
.acd-content{
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label:after{
	content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width:767px) {
	.list__main-ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.list__search-criteria {padding: 16px;}
	.list-box {padding: 0 16px 24px;}
	.list-box__header {padding-top: 16px;}
	.list-box__header .ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.list-box__contents .thumb {margin-bottom: 16px;}
	.list-box__contents_tbl {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.list-btns a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.list-btns a.favorite-btn {margin-right: 8px;}
	
	.cm-btm-area {margin-top: 64px;}
	
	.list-area-box {padding: 16px;}
	.list-area_list li {width: 49%;}
	.list-area_list li:nth-child(odd) {margin-right: 2%;}
}
@media screen and (min-width:768px) {
	.list__main-ttl {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.list__search-criteria,
	.list-box__contents {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.list__search-criteria {padding: 24px;}
	.list-box {padding: 0 24px 32px;}
	.list-box__header {padding-top: 24px;}
	.list-box__header .ttl {
		font-size: 20px;
		font-size: 2rem;
	}
	.list-box__contents .thumb {
		width: 240px;
		margin-right: 24px;
	}
	.list-box__contents .desc {flex: 1;}
	.list-box__contents_tbl {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.list-btns a.favorite-btn {margin-right: 16px;}
	
	.cm-btm-area {margin-top: 80px;}
	
	.list-area-box {padding: 24px;}
	.list-area_list li {width: 25%;}
	
	/*--------------------
	検索フォーム
	（一覧ページ上部時のPCのみ）
	本体はlayout.css内
	--------------------*/
	.list-search__outer .searchform-wrap {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		border-bottom: 1px solid #DDD;
	}
	.list-search__outer .searchform-wrap dt,
	.list-search__outer .searchform-wrap dd {
		padding: 12px 16px;
		border-top: 1px solid #DDD;
	}
	.list-search__outer .searchform-wrap dt {
		width: 20%;
		padding-left: 1em;
		background: #f0f0f0;
	}
	.list-search__outer .searchform-wrap dd {width: 80%;}
	.list-search__outer .searchform-wrap .form__heading {margin-bottom: 0;}
	.list-search__outer .form__submit {text-align: center;}
	.list-search__outer .form__submit_btn {width: 400px;}
}


/* 詳細ページ
------------------------------------------------ */
.detail-wrap {
	position: relative;
	background: #FFF;
}
.detail__main-ttl {
	background: #77d86e;
	font-weight: bold;
	color: #fff;
}
.detail-header {padding-bottom: 12px;}
.detail__hd_catch {
	margin-bottom: .5em;
	font-weight: bold;
	line-height: 1.5;
}
.detail__hd_address {
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.detail-contents {
	margin-bottom: 24px;
	padding: 24px 0;
	border-style: solid;
	border-color: #d3d3d3;
	border-width: 1px 0;
}
.detail__ct_catch {
	margin-bottom: .75em;
	font-weight: bold;
	line-height: 1.5;
}
.detail__ct_point dt {
	position: relative;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	margin-bottom: 16px;
	padding: 0 2em;
	background: #fc8443;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.detail__ct_point dt:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #fc8443 transparent transparent transparent;
}
.detail__ct_list li {
	position: relative;
	padding-left: 1.25em;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.detail__ct_list li:not(:last-child) {margin-bottom: .25em;}
.detail__ct_list li:before {
	position: absolute;
	left: 0;
	top: .1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	color: #fc8443;
}
.detail-contents_btns {
	margin: 16px auto 0;
	text-align: center;
}
.detail-contents_btns .signup-btn {
	width: 100%;
	height: 56px;
	line-height: 54px;
}
.detail-contents_btns .signup-btn span,
.detail-btm-btn .signup-btn span {margin-left: 6px;}
.detail-contents_btns .favorite-btn {
	height: 48px;
	line-height: 46px;
}

.detail-sec_ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.detail-sec_ttl i {
	margin-right: .5em;
	color: #77d86e;
}
.detail-sec_tbl {
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	line-height: 1.6;
}
.detail-sec_tbl th,
.detail-sec_tbl td {
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}
.detail-sec_tbl th {
	background: #f3f3f3;
	font-weight: bold;
}
.shorter-work {margin-top: 1em;}
.shorter-work .signup-btn {
	width: 100%;
	padding: .5em .25em;
}
.more-info {
	background: url("../images/text-blur.png") no-repeat;
	background-size: cover;
	text-align: center;
}
.more-info .signup-btn {padding: 1em;}

.detail-staff-voice dt {
	display: inline-block;
	padding: .5em 1.5em;
	background: #77d86e;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
.detail-staff-voice dd {
	border: 2px solid #77d86e;
	font-size: 14px;
	font-size: 1.4rem;
}

.detail-foot-btn {
	display: none;
	position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    background: #fff;
}

a.signup-foot-btn {
	display: block;
	padding: 6px;
	margin: 12px 8px;
	background: #ff5176;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

@media screen and (max-width:767px) {
	.detail__main-ttl {
		padding: 8px 16px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.detail-wrap_inner {padding: 8px 16px 32px;}
	.detail-head {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.detail-head .detail-contents {
		order: 1;
		padding-bottom: 0;
		border-style: none;
	}
	.detail-head .detail-header {
		order: 2;
		padding-top: 12px;
		margin-bottom: 24px;
		border-style: solid;
		border-color: #d3d3d3;
		border-width: 1px 0;
	}
	.detail-contents_inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.detail-contents_btns {
		order: 2;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		margin: 0 0 24px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.detail-contents .thumb {
		order: 1;
		margin-bottom: 24px;
		overflow:hidden;
		vertical-align:middle;
	}
	.detail-contents .thumb img {
	    margin-top:-20px;
	}
	.detail-contents_btns .form-button-anime {
		order: 1;
	}
	.detail-contents_btns .favorite-btn {
		order: 2;
		width: 120px;
		height: 30px;
		line-height: 25px;
		margin: 12px 0 0 auto;
	}
	.detail-contents .desc {
		order: 3;
	}
	.detail-sec {margin-bottom: 32px;}
	.detail-sec_tbl {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.detail-sec_tbl th,
	.detail-sec_tbl td {padding: 1em .5em;}
	.detail-sec_tbl th {width: 5em;}
	.more-info .signup-btn {width: 180px;}
	.detail-staff-voice {margin-top: 24px;}
	.detail-staff-voice dt {width: 100%;}
	.detail-staff-voice dd {padding: 1em .5em;}
	.detail-btm-btn .signup-btn {
    width: 100%;
    height: 56px;
    line-height: 54px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:768px) {
	.detail__main-ttl {padding: 12px 24px;}
	.detail-wrap_inner {padding: 16px 24px 48px;}
	.detail__hd_catch {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.detail-contents_inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.detail-contents .thumb {
		width: 240px;
		margin-right: 24px;
	}
	.detail-contents .desc {flex: 1;}
	.detail__ct_catch {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.detail-contents_btns {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack:center;
		-webkit-justify-content:center;
		justify-content:center;
		width: 100%;
	}
	.detail-contents_btns .signup-btn {
		font-size: 18px;
		font-size: 1.8rem;
		flex: 1;
	}
	.detail-contents_btns .favorite-btn {
		width: 240px;
		height: 56px;
		line-height: 54px;
		margin-right: 24px;
	}
	.detail-sec {margin-bottom: 48px;}
	.detail-sec_tbl {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.detail-sec_tbl th,
	.detail-sec_tbl td {padding: 1em;}
	.more-info {padding: 96px 0;}
	.more-info .signup-btn {width: 320px;}
	.detail-staff-voice {margin-top: 40px;}
	.detail-staff-voice dd {padding: 1em 1.5em;}
	.detail-btm-btn .signup-btn {
		width: 100%;
		height: 64px;
		line-height: 62px;
		font-size: 20px;
		font-size: 2rem;
	}
}


/* サービス紹介
------------------------------------------------ */
.about-wrap {background: #FFF;}
.about-main-ttl img {vertical-align: bottom;}
.about-nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}.about-nav li {width: 50%;}
.about-nav li:not(:last-child) {margin-right: 1px;}
.about-nav li a {
	display: block;
	padding: .75em;
	background: #77d86e;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.about-nav li a:hover {
	background: #499244;
	color: #FFF;
}
.about-nav li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f13a";
	margin-left: 4px;
	color: #fff;
	transition:all 0.3s;
}
.about-nav li a:hover:after {color: #FFF;}
.about-sec_ttl {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom: 1em;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.about-sec_ttl:before,
.about-sec_ttl:after {
	content: "";
	height:4px;
	flex-grow: 1;
	background-color:#499244;
}
.about-sec_ttl:before {margin-right: 1em;}
.about-sec_ttl:after {margin-left: 1em;}
.about-flow__outer {counter-reset: number 0;}
.about-flow__box {position: relative;}
.about-flow__box:not(:last-child) {margin-bottom: 80px;}
.about-flow__box:not(:last-child):after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f103";
	font-size: 64px;
	font-size: 6.4rem;
	bottom: -72px;
	left: 50%;
	margin-left: -20px;
	line-height: 1;
	color: #77d86e;
}
.about-flow__box .desc .ttl {
	margin-bottom: .5em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.about-flow__box .desc .ttl:before {
	counter-increment: number 1;
	content: counter(number);
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
	top: -.15em;
	margin-right: 6px;
	background: #77d86e;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFF;
	text-align: center;
}
.about-flow__box .desc .txt {
	font-size: 14px;
	font-size: 1.4rem;
}
.about-flow__box .thumb img {vertical-align: bottom;}
.about-signup {
	margin-top: 32px;
	text-align: center;
}
.about-signup .signup-btn {
	width: 100%;
	max-width: 640px;
	height: 56px;
	line-height: 54px;
}
.about-signup .signup-btn span {margin-left: 6px;}
.about-faq__box .question {
	position: relative;
	background: #f5f5f5;
	font-weight: bold;
	line-height: 1.5;
}
.about-faq__box .question:before,
.about-faq__box .answer:before {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
.about-faq__box .question:before {
	content: "Q";
	left: .5em;
	background: #2ca681;
}
.about-faq__box .answer {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}
.about-faq__box .answer:before {
	content: "A";
	left: .5em;
	background: #ff9c67;
}

@media screen and (max-width:767px) {
	.about-wrap {padding: 16px 16px 40px;}
	.about-main-ttl {margin-bottom: 48px;}
	.about-nav li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.l-main .anchor {
    margin-top: -96px;
    padding-top: 96px;
	}
	.about-flow__box .desc {margin-bottom: 16px;}
	.about-sec {margin: 40px 0;}
	.about-faq__box:not(:last-child) {border-bottom: 1px solid #EEE;}
	.about-faq__box .question {padding: .75em 2em .75em 36px;}
	.about-faq__box .question:before,
	.about-faq__box .answer:before {top: 1em;}
	.about-faq__box .question:after {
		position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -.75em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13a";
		font-size: 14px;
		font-size: 1.4rem;
    color: rgba(0,0,0,.25);
	}
	.about-faq__box .answer {padding: .75em 0 1em 36px;}
	
	.accordion .acdn-btn {cursor: pointer;}
	.accordion .acdn-child {display: none;}
}
@media screen and (min-width:768px) {
	.about-wrap {padding: 24px 40px 48px;}
	.about-main-ttl {margin-bottom: 64px;}
	.about-sec {margin: 80px 0;}
	.about-flow__box {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.about-flow__box .desc {flex: 1;}
	.about-flow__box .thumb {
		width: 240px;
		margin-left: 24px;
	}
	.about-faq__box .question {
		padding: .75em 1em .75em 48px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.about-faq__box .question:before,
	.about-faq__box .answer:before {
		width: 24px;
		height: 24px;
		line-height: 22px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.about-faq__box .question:before,
	.about-faq__box .answer:before {top: .85em;}
	.about-faq__box .answer {padding: .75em 0 1em 48px;}
}
