@charset "UTF-8";
#mainvisual_lower_block.pattern04 .text_box h2 {
	width: 100%;
}
/*----ページ内共通パーツ----*/
.contents_inner {
	max-width: 1100px;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	margin-bottom: 36px;
}

.link_txt {
	display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #38af80 !important;
    padding-right: 45px;
    width: max-content;
    position: relative;
    transition: 0.3s !important;
}
.link_txt::after {
    content: "";
    display: block;
    background: url(../img/common/btn_arw_rt_gr.svg) no-repeat center / cover;
    width: 23px;
    height: 23px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.btn {
	background: #38af80;
	color: #FFFFFF !important;
	border: 8px solid #FFFFFF;
	border-radius: 100px;
	height: 80px;
	width: 80%;
	max-width: 352px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	box-shadow: 12px 12px 12px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
}
.btn.white {
	border: 2px solid #38af80;
	background: #FFFFFF;
	color: #38af80 !important;
	height: 72px;
	max-width: 600px;
	border-radius: 30px;
	width: 80%;
	margin: auto;
	margin-top: 100px;
	font-weight: 400;
	box-shadow: none;
	text-align: center; 
}
.btn.green {
	border: 2px solid #38af80;
	background: #38af80;
	color: #ffffff !important;
	height: 60px;
	max-width: 500px;
	border-radius: 30px;
	width: 80%;
	margin: auto;
	margin-top: 0;
	font-weight: 400;
	box-shadow: none;
	text-align: center; 
}
.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%);
}
.btn.white::after {
	background: url(../img/common/arw_rt_gr.svg) no-repeat center / cover;
    width: 22px;
    height: 12px;
	right: 36px;
}
.btn.green::after {
	background: url(../img/common/arw_rt_wh.svg) no-repeat center / cover;
    width: 22px;
    height: 12px;
	right: 100px;
}
.green_pg {
	color: #38af80;
}
a.more {
    font-size: 16px;
    font-family: "Lato", serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding-right: 44px;
    width: max-content;
    margin-left: auto;
    position: relative;
    transition: 0.3s;
}
a.more::after {
    content: "";
    display: block;
    background: url(../img/common/arw_rt_bk.svg) no-repeat center / cover;
    width: 22px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 840px) {
	.btn.white {
		width: 100%;
		max-width: initial;
	}
	.btn.green::after {
		right: 36px;
	}
}
@media screen and (max-width: 640px) {
	h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.btn {
		width: 100%;
		border: 5px solid #FFFFFF;
		font-size: 14px;
		height: 68px;
	}
	.btn.green {
		width: 100%;
	}
	.btn.white {
		margin-top: 50px;
	}
	.btn.white::after,
	.btn.green::after {
		right: 16px;
	}
	a.more {
		font-size: 14px;
        padding-right: 31px;
	}
	.more::after {
        width: 19px;
        height: 10px;
    }
}

/*-----------------------------------

	index intro_block

-----------------------------------*/
#intro_block {
	margin-top: -210px;
	position: relative;
	z-index: -1;
}
#intro_block .green_area {
	max-width: 1098px;
	width: 90%;
	background: #eef6f1;
	display: flex;
	justify-content: space-between;
	justify-content: center;
    margin: auto;
	padding: 240px 50px 300px;
}
#intro_block .green_area .row_box{
	width: 100%;
	gap: 50px;
}
#intro_block .green_area .left_box,
#intro_block .green_area .right_box  {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% - 50px) / 2);
}

#intro_block .green_area .middle_wrap .inner_wrap {
	display: flex;
	flex-direction: row;
}
#intro_block .green_area .left_box .middle_wrap .inner_wrap,
#intro_block .green_area .right_box .middle_wrap .inner_wrap  {
	align-items: center;
}
#intro_block .green_area .top_wrap {
	min-height: 62px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2em;
}
#intro_block .green_area .top_wrap p {
    font-size: 24px;
    font-weight: 400;
	text-align: center;
}
#intro_block .green_area .top_wrap p .little_pg {
	font-size: 16px;
}
#intro_block .green_area .middle_wrap {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#intro_block .green_area .middle_wrap .right_p ,
#intro_block .green_area .left_box .middle_wrap .left_p,
#intro_block .green_area .right_box .middle_wrap .left_p {
	font-size: 70px;
	font-weight: 700;
}
#intro_block .green_area .middle_wrap .right_p span {
	font-size: 135px;
	line-height: 1;
	padding: 0px 16px;
    position: relative;
    top: 5px;
}

#intro_block .green_area .middle_wrap .green_annotation {
	font-size: 15px;
	font-weight: 500;
	margin-top: 12px;
}
#intro_block .green_area .middle_wrap .green_annotation.green_pg{
	font-weight: 700;
}

#intro_block .green_area .bottom_wrap {
	margin-top: 12px;
}
#intro_block .green_area .bottom_wrap p {
	font-size: 12px;
}

@media screen and (max-width: 1100px) {
	#intro_block .green_area {
		justify-content: space-between;
	}
}
@media screen and (max-width: 990px) {
	#intro_block .green_area .middle_wrap .right_p,
	#intro_block .green_area .left_box .middle_wrap .left_p,
	#intro_block .green_area .right_box .middle_wrap .left_p {
		font-size: 50px;
	}
	#intro_block .green_area .middle_wrap .right_p span {
		font-size: 100px;
	}

}
@media screen and (max-width: 840px) {
	#intro_block .green_area {
		flex-direction: column;
		align-items: center;
		gap: 50px;
		padding: 240px 60px 260px;
	}
	#intro_block .green_area .left_box, #intro_block .green_area .right_box {
		width: 100%;
	}
	#intro_block .green_area .row_box{
		gap: 30px;
	}
}
@media screen and (max-width: 640px) {
	#intro_block .green_area .middle_wrap .right_p,
	#intro_block .green_area .left_box .middle_wrap .left_p,
	#intro_block .green_area .right_box .middle_wrap .left_p {
		font-size: 35px;
	}
	#intro_block .green_area .middle_wrap .right_p span {
		font-size: 80px;
		padding: 0 8px;
	}
	#intro_block .green_area {
		padding: 240px 20px 140px;
	}
	#intro_block .green_area .top_wrap p {
		font-size: 20px;
	}
	#intro_block .green_area .middle_wrap .green_annotation{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	#intro_block .green_area .middle_wrap .green_annotation {
		font-size: 15px;
	}
	#intro_block .green_area {
		padding: 240px 10% 120px;
	}
}
/*-----------------------------------

	index index_info_block

-----------------------------------*/
#index_info_block {
	position: relative;
	padding-bottom: 59px;
}
#index_info_block .wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	row-gap: 97px;
	column-gap: 40px;
	top: -126px;
    position: relative;
}

#index_info_block .wrap .box {
	width: calc((100% - 80px) / 3);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 480px;
}
#index_info_block .wrap .box h3 {
	font-size: 20px;
	width: 100%;
	margin-top: 34px;
	margin-bottom: 16px;
}

#index_info_block .wrap .p_box {
	width: 100%;
}
#index_info_block .wrap .p_box img {
	border-radius: 16px;
}
#index_info_block .wrap .p_box p {
	font-weight: 300;
	line-height: 1.8;
	width: 88%;
    margin: auto;
}

#index_info_block .b400 {
	display: none;
}
#index_info_block  .more {
	margin-top: 24px;
}
@media screen and (max-width: 1000px) {
	#index_info_block .wrap .box {
		width: calc((100% - 8%) / 2);
	}
}

@media screen and (max-width: 840px) {
	#index_info_block {
		padding-top: 0px;
	}
}

@media screen and (max-width: 640px) {
	#index_info_block {
		padding-top: 80px;
		padding-bottom: 0px;
	}
	#index_info_block .wrap .box {
		width: 100%;
		min-height: unset;
	}
	#index_info_block .wrap {
		gap: 50px;
	}
	#index_info_block .wrap .box h3 {
		font-size: 22px;
	}
	#index_info_block .wrap .p_box p {
		margin-bottom: 28px;
	}
	#index_info_block .iju_btn {
		margin-top: 80px;
	}
}
@media screen and (max-width: 400px) {
	#index_info_block .b400 {
		display: flex;
	}
}
/*-----------------------------------

	recruit_info_block

-----------------------------------*/
#recruit_info_block {
	padding-bottom: 450px;
	position: relative;
}
#recruit_info_block::after {
	content: '';
	display: block;
	background: url(../img/job/job_icon.svg) no-repeat center / cover;
	width: 158px;
	height: 127px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 122px;
}
#recruit_info_block .recruit_info_wrapper {
	padding: 69px 86px 72px;
	border: 8px solid #d1e8da;
	border-radius: 30px;
}
#recruit_info_block .recruit_info_wrapper h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 34px;
}
#recruit_info_block .recruit_info_wrapper .img_box {
	max-width: 500px;
	margin: 0 auto 32px;
}
#recruit_info_block .recruit_info_area_container {
	background: #d1e8da;
	padding: 58px 49px 50px;
	margin-top: 94px;
	position: relative;
}
#recruit_info_block .recruit_info_area_container::before {
	content: '';
	display: block;
	background: #000000;
	width: 1px;
	height: 80px;
	margin: auto;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 1;
}
#recruit_info_block .recruit_info_area_container h3 {
	font-size: 22px;
}
#recruit_info_block .recruit_info_area_container h3 span {
	font-size: 18px;
	margin-right: 6px;
}
#recruit_info_block .recruit_info_area_box {
	width: calc(100% / 3);
	padding: 0 16px;
	border-left: 1px dotted #000000;
}
#recruit_info_block .recruit_info_area_box .date {
	display: block;
	font-size: 12px;
	font-weight: 300;
	background: #ffffff;
	width: max-content;
	padding: 6px 7px;
	margin-bottom: 7px;
}
#recruit_info_block .recruit_info_area_box h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#recruit_info_block .recruit_info_area_box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 840px) {
	#recruit_info_block .recruit_info_wrapper {
		padding: 69px 66px 72px;
	}
	#recruit_info_block .recruit_info_area_container {
		padding: 58px 29px 50px;
	}
}
@media screen and (max-width: 640px) {
	#recruit_info_block {
		padding-bottom: 150px;
	}
	#recruit_info_block::after {
		width: 108px;
		height: 87px;
		bottom: 0;
	}
	#recruit_info_block .recruit_info_wrapper {
		padding: 29px 26px 27px;
		border: 4px solid #d1e8da;
		border-radius: 15px;
	}
	#recruit_info_block .recruit_info_wrapper h3 {
		font-size: 20px;
		margin-bottom: 24px;
		flex-direction: column;
	}
	#recruit_info_block .recruit_info_area_container {
		padding: 38px 19px 30px;
		margin-top: 74px;
	}
	#recruit_info_block .recruit_info_area_container::before {
		height: 60px;
		top: -30px;
	}
	#recruit_info_block .recruit_info_area_container h3 span {
		font-size: 16px;
		margin-right: 0;
	}
	#recruit_info_block .recruit_info_area_box {
		width: 100%;
		padding: 20px 0;
		border-left: none;
	}
	#recruit_info_block .recruit_info_area_box:not(:last-of-type) {
		border-bottom: 1px dotted #000000;
	}
	#recruit_info_block .recruit_info_area_box:first-of-type {
		padding-top: 0;
	}
	#recruit_info_block .recruit_info_area_box:last-of-type {
		padding-bottom: 0;
	}
	#recruit_info_block .recruit_info_area_box h4 {
		font-size: 15px;
		margin-bottom: 3px;
	}
	#recruit_info_block .recruit_info_area_box p {
		font-size: 13px;
	}
}
/*-----------------------------------

	index_topic_block

-----------------------------------*/
#index_topic_block {
	background: #38af80;
	padding: 83px 0 112px;
	margin: 83px 0 580px; 
	position: relative;
}
#index_topic_block::before,
#index_topic_block::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}
#index_topic_block::before {
	background: url(../img/job/job_topic_bg_tp.svg) no-repeat center top / cover;
	height: 103px;
	top: -103px;
}
#index_topic_block::after {
	background: url(../img/job/job_topic_bg_btm.svg) no-repeat center bottom / cover;
	height: 140px;
	bottom: -140px;
}
#index_topic_block h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #ffffff;
	margin-bottom: 54px;
}
#index_topic_block .index_topic_wrapper {
	max-width: 785px;
	margin: 0 auto;
	gap: 75px 0;
}
#index_topic_block .index_topic_box {
	width: calc((100% - 100px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
}
#index_topic_block .index_topic_box .img_box {
	margin-bottom: 12px;
}
#index_topic_block .index_topic_box h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #ffffff;
}
#index_topic_block .index_topic_box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.875;
	letter-spacing: 0.05em;
	color: #ffffff;
	flex-grow: 1;
}
@media screen and (max-width: 640px) {
	#index_topic_block {
		padding: 43px 0 56px;
		margin: max(32.2vw, 83px) 0 max(61.4vw, 230px);
	}
	#index_topic_block::before {
		background: url(../img/job/job_topic_bg_tp_sp.svg) no-repeat center top / cover;
		height: max(8vw, 30px);
		top: min(-8vw, -30px);
	}
	#index_topic_block::after {
		background: url(../img/job/job_topic_bg_btm_sp.svg) no-repeat center bottom / cover;
		height: max(8vw, 30px);
		bottom: min(-8vw, -30px);
	}	
	#index_topic_block h3 {
		font-size: 20px;
		margin-bottom: 34px;
	}
	#index_topic_block .index_topic_wrapper {
		gap: 45px 0;
	}
	#index_topic_block .index_topic_box {
		width: 100%;
	}
	#index_topic_block .index_topic_box .img_box {
		margin-bottom: 10px;
	}
	#index_topic_block .index_topic_box h4 {
		font-size: 16px;
	}
	#index_topic_block .index_topic_box p {
		font-size: 13px;
	}
}