@charset "UTF-8";
#mainvisual_lower_block.pattern03 .mv_lw_box::before {
	background: rgba(255, 255, 255, 0.6);
}
#mainvisual_lower_block.pattern03 .sub_txt {
	max-width: 530px;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.ttl_line {
	text-align: left;
	padding-bottom: 7px;
	border-bottom: 1px solid #38af80;
}
p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.05em;
}
.green_pg {
    color: #38af80;
}
#contents .btn {
	/*background: #38af80;*/
	color: #FFFFFF !important;
	border: 4px solid #FFFFFF;
	border-radius: 100px;
	height: 80px;
	width: 80%;
	max-width: 352px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	box-shadow: 12px 12px 12px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
}
#contents .btn::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	display: flex;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.blue_bg {
	background: #37bef0;
}
.pink_bg {
	background: #e2507f;
}
.green_bg {
	background: #6cbb5a;
}
.yellow_bg {
	background: #f3982d;
}
@media screen and (max-width: 640px) {
	h3 {
		font-size: 18px;
	}
	.ttl_line {
		padding-bottom: 5px;
	}
	p {
		font-size: 13px;
	}
	#contents .btn {
		box-shadow: 6px 6px 6px 0px rgba(4, 0, 0, 0.1);
	}
}
/*-----------------------------------

	poster_block

-----------------------------------*/
#poster_block {
	padding-top: 200px;
}
#poster_block picture img {
	max-width: 680px;
    width: 90%;
    margin: auto;
}
#poster_block p{
	margin: 40px auto 0;
	text-align: center;
	/*border: 1px solid #000;*/
	max-width: 680px;
	width: 90%;
}
#poster_block p bold{
	font-weight: 700;
}
/*-----------------------------------

	okoshi_block

-----------------------------------*/
#okoshi_block {
	padding-top: 200px;
	margin-bottom: 533px;
}
@media screen and (max-width: 640px) {
	#okoshi_block {
		padding-top: 100px;
		margin-bottom: 183px;
	}	
}
/* map_wrapper */
#okoshi_block .map_wrapper h3 {
	margin-bottom: 24px;
}
#okoshi_block .map_wrapper p {
	text-align: center;
	margin-bottom: 118px;
}
#okoshi_block .map_wrapper .map_wrap {
	position: relative;
	width: 100%;
}
/*#okoshi_block .map_wrapper .tab_box {
	display: none;
}
#okoshi_block .map_wrapper .left_btn_box,
#okoshi_block .map_wrapper .right_btn_box {
	position: absolute;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

} 
#okoshi_block .map_wrapper .left_btn_box {
	left: 0;
}
#okoshi_block .map_wrapper .right_btn_box {
	right: 0;
}*/
/*#okoshi_block .map_wrapper .btn {
	width: 204px;
	height: 55px;
	border: 4px solid #FFFFFF;
} */
/*#okoshi_block .map_wrapper .btn.blue_bg {
    left: 42%;
    top: 15%;
}
#okoshi_block .map_wrapper .btn.pink_bg {
    left: 17%;
    bottom: 23%;
}
#okoshi_block .map_wrapper .btn.green_bg {
	right: 35%;
    top: 5%;
}
#okoshi_block .map_wrapper .btn.yellow_bg {
    right: 18%;
    bottom: 36.5%;
}
#okoshi_block .map_wrapper #job_okoshi_map {
	display: block;
	width: 62%;
	max-width: 661px;
	margin: 0 auto 195px;
}*/
#okoshi_block .map_wrap .map_box{
	margin: 0 auto 195px;
}

#okoshi_block .job_okoshi_map_link a.active path {
	fill: rgba(255, 255, 0);
}

@media screen and (max-width: 840px) {
	#okoshi_block .map_wrapper p {
		margin-bottom: 58px;
	}
}
@media screen and (max-width: 640px) {
	#okoshi_block .map_wrap .map_box{
		margin: 0 auto 75px;
	}
}
/* area_wrapper */
#okoshi_block .area_wrapper {
	margin-bottom: 233px;
}
#okoshi_block .area_box:not(:last-of-type) {
	margin-bottom: 115px;
}
#okoshi_block .area_box h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 47px;
}
#okoshi_block .area_box .area_link {
	justify-content: flex-start;
	gap: 35px 16px;
}
#okoshi_block .area_box .area_link a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	width: calc((100% - 48px) /  4);
	padding: 10px 0;
	border-radius: 50vw;
	position: relative;
}
#okoshi_block .area_box.murayama .area_link a {
	background: #fef2e4;
	border: 4px solid #f3982d;
	box-shadow: 10px 10px 10px rgba(243, 152, 45, 0.1);
}
#okoshi_block .area_box.mogami .area_link a {
	background: #eef6e9;
	border: 4px solid #6cbb5a;
	box-shadow: 10px 10px 10px rgba(108, 187, 90, 0.1);
}
#okoshi_block .area_box.okitama .area_link a {
	background: #fceef1;
	border: 4px solid #e2507f;
	box-shadow: 10px 10px 10px rgba(226, 80, 127, 0.1);
}
#okoshi_block .area_box.shonai .area_link a {
	background: #eaf6fd;
	border: 4px solid #37bef0;
	box-shadow: 10px 10px 10px rgba(55, 190, 240, 0.1);
}
#okoshi_block .area_box .area_link a::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50vw;
	margin: auto;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	z-index: 1;
}
#okoshi_block .area_box.murayama .area_link a::after {
	background: #f3982d;
}
#okoshi_block .area_box.mogami .area_link a::after {
	background: #6cbb5a;
}
#okoshi_block .area_box.okitama .area_link a::after {
	background: #e2507f;
}
#okoshi_block .area_box.shonai .area_link a::after {
	background: #37bef0;
}

#okoshi_block .area_btm_btn {
	margin-top: 50px;
	margin: auto;
	display: block;
	padding: 24px 0;
	width: 400px;
	font-size: 16px;
	text-align: center;
	position: relative;
	border-radius: 50px;
	font-weight: 500;
	background: #fff;
	border: 5px solid #38AF80 !important;
	color: #38AF80 !important;
	box-shadow: none;
}
#okoshi_block .area_btm_btn::after {
	background: url(../img/common/arw_rt_gr.svg);
	width: 24px;
    height: 14px;
	right: 26px;
	background-repeat: no-repeat;
}
#okoshi_block .area_wrapper .bottom_wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 14px;
}

@media screen and (max-width: 640px) {
	#okoshi_block .area_wrapper {
		margin-bottom: 103px;
	}
	#okoshi_block .area_box:not(:last-of-type) {
		margin-bottom: 45px;
	}
	#okoshi_block .area_box h4 {
		font-size: 16px;
		margin-bottom: 27px;
	}
	#okoshi_block .area_box .area_link {
		gap: 20px 8px;
	}
	#okoshi_block .area_box .area_link a {
		font-size: 14px;
		padding: 7px 0;
		width: calc((100% - 8px) / 2);
		border-width: 2px !important;
		box-shadow: 5px 5px 5px rgba(243, 152, 45, 0.1);
	}
	#okoshi_block .area_box .area_link a::after {
		width: 5px;
		height: 5px;
	}
	#okoshi_block .area_btm_btn {
		height: 70px;
		border: 3px solid #38AF80 !important;
		width: 100%;
		max-width: 400px;
	}
}
	@media screen and (max-width: 360px) {
		#okoshi_block .area_btm_btn {
			font-size: 14px;
		}
	}
/* active_wrapper */
#okoshi_block .active_wrapper {
	margin-bottom: 191px;
}
#okoshi_block .active_wrapper .active_wrap {
	align-items: center;
	margin-top: 50px;
}
#okoshi_block .active_wrapper .img_box {
	width: 52%;
	max-width: 560px;
	overflow: hidden;
	border-radius: 14px;
}
#okoshi_block .active_wrapper .text_box {
	width: 40%;
	max-width: 435px;
}
#okoshi_block .active_wrapper .text_box h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: 0.1em;
	margin-bottom: 13px;
}
#okoshi_block .active_wrapper .text_box .more {
	margin-top: 87px;
	margin-left: auto;
}
@media screen and (max-width: 840px) {
	#okoshi_block .active_wrapper .active_wrap {
		align-items: flex-start;
	}
}
@media screen and (max-width: 640px) {
	#okoshi_block .active_wrapper {
		margin-bottom: 81px;
	}
	#okoshi_block .active_wrapper .active_wrap {
		gap: 20px 0;
	}
	#okoshi_block .active_wrapper .img_box,
	#okoshi_block .active_wrapper .text_box {
		width: 100%;
	}
	#okoshi_block .active_wrapper .img_box {
		border-radius: 7px;
	}
	#okoshi_block .active_wrapper .text_box h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#okoshi_block .active_wrapper .text_box .more {
		margin-top: 47px;
	}
}

/*#index_link_block*/
#index_link_block {
	margin-bottom: 179px !important;
}
#index_link_block ul li .inner p{
	display: block!important;
}
#index_link_block ul li .inner p a{
	display: inline;
}
#index_link_block ul li .inner p .bold{
	font-weight: 500;
}
#index_link_block p {
	font-weight: 400;
	line-height: 1.4;
}
#index_link_block p span {
	font-weight: 500;
}
#index_link_block p.cate_ttl {
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	#index_link_block {
		margin-bottom: 103px !important;
	}
}
/* faq_wrapper */
#okoshi_block .faq_wrapper .faq_box {
	border-bottom: 1px solid #b2b2b2;
}
#okoshi_block .faq_wrapper .faq_box:first-of-type {
	margin-top: 48px;
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.03em;
	background: url(../img/common/q_icon_bk.svg) no-repeat top 28px left / 18px 25px;
	padding: 26px 40px 26px 54px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl.active {
	color: #38af80;
	background: url(../img/common/q_icon_clr.svg) no-repeat top 28px left / 18px 25px;
	margin-top: 10px;
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl:hover {
	opacity: 0.7;
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle {
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 28px;
	right: 0;
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle::before,
#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle::after {
	content: "";
	display: block;
	background: #b2b2b2;
	width: 100%;
	height: 5px;
	margin: auto;
	position: absolute;
	inset: 0;
	transition: 0.3s;
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle::after {
	transform: rotate(90deg);
}
#okoshi_block .faq_wrapper .faq_box .faq_ttl.active .circle::after {
	transform: rotate(0deg);
}
#okoshi_block .faq_wrapper .faq_box .faq_txt {
	background: url(../img/common/a_icon_bk.svg) no-repeat top 28px left / 21px 25px;
	padding: 17px 40px 39px 54px;
}
#okoshi_block h3.ttl_line {
	justify-content: flex-start;
    font-size: 28px;
    width: 100%;
    border-bottom: 1px solid #38af80;
    padding-bottom: 10px;
    margin-bottom: 38px;
}
#okoshi_block .faq_wrapper .faq_box .faq_txt a.link_underline {
	display: ruby;
}
@media screen and (max-width: 640px) {
	#okoshi_block .faq_wrapper .faq_box:first-of-type {
		margin-top: 38px;
	}	
	#okoshi_block .faq_wrapper .faq_box .faq_ttl {
		font-size: 16px;
		background: url(../img/common/q_icon_bk.svg) no-repeat top 20px left / 15px 22px;
		padding: 16px 30px 16px 34px;
	}
	#okoshi_block .faq_wrapper .faq_box .faq_ttl.active {
		background: url(../img/common/q_icon_clr.svg) no-repeat top 20px left / 15px 22px;
		margin-top: 7px;
	}
	#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle {
		width: 17px;
		height: 17px;
		top: 20px;
	}
	#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle::before,
	#okoshi_block .faq_wrapper .faq_box .faq_ttl .circle::after {
		height: 3px;
	}
	#okoshi_block .faq_wrapper .faq_box .faq_txt {
		background: url(../img/common/a_icon_bk.svg) no-repeat top 15px left / 18px 22px;
		padding: 7px 30px 29px 34px;
	}
	#okoshi_block h3.ttl_line {
		font-size: 22px;
	}
}

