@charset "UTF-8";
#mainvisual_lower_block.education_mv .sub_txt {
	max-width: 500px;
}
/*----ページ内共通パーツ----*/
.contents_inner {
	max-width: 1100px;
}
#telwork_block h3 {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	margin-bottom: 24px;
}

.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::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%);
}

.green_pg {
	color: #38af80;
}
a.more {
    margin-left: auto;
}

.iju_btn {
	border: 2px solid #38af80;
	background: #FFFFFF;
	color: #38af80 !important;
	height: 72px;
	max-width: 600px;
	border-radius: 30px;
	width: 80%;
	margin: auto;
	margin-top: 116px;
	box-shadow: none;
	text-align: center;
}
.iju_btn::after {
	background: url(../img/common/arw_rt_gr.svg) no-repeat center / cover;
	width: 21.6px;
	height: 12px;
}
.b400 {
	display: none;
}

@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;
	}
	.iju_btn {
		margin-top: 80px;
		border: 2px solid #38af80;
	}
}
@media screen and (max-width: 400px) {
	.b400 {
		display: flex;
	}
}


/*-----------------------------------

	telwork_block

-----------------------------------*/
#telwork_block {
	margin: 136px 0 179px;
}

#telwork_block .title_wrap h3 {
	justify-content: flex-start;
	font-size: 28px;
	width: 100%;
	border-bottom: 1px solid #38af80;
	padding-bottom: 10px;
	margin-bottom: 68px;
}

#telwork_block .area_box:not(:first-child){
	margin-top: 156px;
}
#telwork_block .telwork_list{
	gap: 76px 32px;
}
#telwork_block .telwork_list li{
	width: calc((100% - 64px) / 3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#telwork_block .telwork_list li a img{
	border-radius: 16px;
	object-fit: cover;
    margin-bottom: 24px;
}
#telwork_block .telwork_list li h4{
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
#telwork_block .telwork_list li p{
	font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.05em;
	margin-bottom: 16px;
}

#telwork_block .telwork_list li .pdf_wrap{
	gap: 10px;
    justify-content: flex-end;
}
#telwork_block .telwork_list li .pdf_wrap .pdf_link{
	text-decoration: underline;
    position: relative;
    padding: 10px 0 10px 35px;
	font-weight: 300;
	font-size: 14px;
}
#telwork_block .telwork_list li .pdf_wrap .pdf_link::before{
	content: "";
    background: url(../img/common/pdf.png)no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#telwork_block .telwork_list li .wideimg a {
	height: 100%;
}
#telwork_block .telwork_list li .wideimg {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
#telwork_block .telwork_list li .wideimg a img {
    aspect-ratio: 1.3 / 1;
    object-position: left;
}
@media screen and (max-width: 840px) {
	#telwork_block .telwork_list li{
		width: calc((100% - 32px) / 2);
	}
}

@media screen and (max-width: 640px) {
	#telwork_block{
		margin: 76px 0 80px;
	}
	#telwork_block .title_wrap h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#telwork_block .area_box:not(:first-child){
		margin-top: 45px;
	}
	#telwork_block .telwork_list{
		gap: 35px 20px;
	}
	#telwork_block .telwork_list li{
		width: calc((100% - 20px) / 2);
	}
	#telwork_block .telwork_list li a img{
		border-radius: 6px;
		margin-bottom: 11px;
	}
	#telwork_block .telwork_list li h4{
		font-size: 15px;
	}
	#telwork_block .telwork_list li p{
		font-size: 13px;
		margin-bottom: 10px;
	}
	#telwork_block .telwork_list li .pdf_wrap{
		display: block;
	}
	#telwork_block .telwork_list li .pdf_wrap .pdf_link{
		font-size: 13px;
		padding: 5px 0 5px 29px;
	}
	#telwork_block .telwork_list li .pdf_wrap .pdf_link::before{
		width: 23px;
		height: 23px;
	}
}

/*-----------------------------------

	infomation_block

-----------------------------------*/
#infomation_block {
	margin-bottom: 416px;
}

@media screen and (max-width: 640px) {
	#infomation_block {
		margin-bottom: 185px;
	}
}