@charset "UTF-8";
#mainvisual_lower_block.education_mv .sub_txt {
	max-width: 500px;
}
/*----ページ内共通パーツ----*/
.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::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: 196px;
	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;
}
.red_annotation {
	color: red;
	font-size: 12px;
	margin-top: 5px;
}
@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;
	}
}

/*-----------------------------------

	index以外 parenting_block

-----------------------------------*/
#parenting_block {
	position: relative;
	padding-top: 184px;
	padding-bottom: 156px;
}
#parenting_block .wrap {
	position: relative;
	display: flex;
    flex-direction: column;
	gap: 68px;
}
#parenting_block .wrap .box {
	display: flex;
    align-items: center;
	gap: 110px;
}
#parenting_block .wrap .box img {
	width: 50%;
	max-width: 560px;
	height: auto;
	max-height: 420px;
	border-radius: 12px;
}
#parenting_block .wrap .box .p_box {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 40%;
	max-width: 435px;
}
#parenting_block .wrap .box .p_box h3 {
	margin-bottom: 16px;
}

#parenting_block .wrap .box .p_box p {
	line-height: 2;
}
@media screen and (max-width: 1100px) {
	#parenting_block .wrap .box {
		gap: 10%;
	}
}
@media screen and (max-width: 640px) {
	#parenting_block .wrap .box {
		flex-direction: column-reverse;
	}
	#parenting_block .wrap .box img ,
	#parenting_block .wrap .box .p_box {
		width: 100%;
	}
	#parenting_block .wrap .box .p_box {
		max-width: unset;
		align-items: center;
	}
	#parenting_block .wrap .box .p_box h3 {
		margin-top: 20px;
		margin-bottom: 16px;
	}
	#parenting_block .wrap {
		gap: 60px;
	}
	#parenting_block::before {
		height: 50px;
	}
	#parenting_block {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#parenting_block .wrap .box .p_box p {
		font-size: 12px;
	}
	#parenting_block h3 {
        font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	#parenting_block::before {
		top: -30px;
	}
}

#ft_tp_block{
	margin-top: 520px;
}
@media screen and (max-width: 640px){
	#ft_tp_block{
		margin-top: 400px;
	}
}
@media screen and (max-width: 480px){
	#ft_tp_block{
		margin-top: 220px;
	}
}

/*-----------------------------------

	link_block

-----------------------------------*/
#link_block {
	margin-bottom: 550px;
}
#link_block h3 {
	flex-direction: column;
	margin-bottom: 48px;
}
#link_block h3 span {
	font-size: 18px;
}

#link_block ul {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	gap: 32px;
}
#link_block ul li {
	width: calc((100% - 64px) / 3);
}
#link_block ul li .linkimg {
	aspect-ratio: 1.3 / 1;
	object-fit: cover;
	object-position: top;
}
@media screen and (max-width: 1100px) {
	#link_block {
		margin-bottom: 400px;
	}
}
@media screen and (max-width: 640px) {
	#link_block {
		margin-bottom: 300px;
	}
	#link_block ul {
		width: 100%;
		flex-wrap: wrap;
		gap: 20px;
	}
	#link_block ul li {
		width: calc((100% - 20px) / 2);
	}
	#link_block h3 span {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	#link_block {
		margin-bottom: 200px;
	}
}