@charset "utf-8";



.sec_f_outline .img_area{
	width: 80%;
	max-width: 750px;
	margin: 0 auto 2em;
}
.sec_f_outline .txt_area{
	background: #fff;
	border-radius: var(--br30);
	padding: 3.5em 4em;
}
.sec_f_outline .txt_area .txt_link{
	margin-bottom: .5em;
}
.sec_f_outline .txt_area .txt_link a{
	text-decoration: underline;
	color: var(--c_blue);
}
.sec_f_outline .txt_area .img_link{
	width: 70%;
	max-width: 251px;
	border-radius: var(--br10);
}

.sec_access ul{
	padding: 2.5em 4em;
	border-radius: var(--br30);
	font-weight: 800;
}

.sec_access .gmap{
	padding-bottom: 30%;
	border: 1px solid var(--c_line);
}


.sec_attempt .list{gap: 3em 1.5em}
.sec_attempt li{width: calc(100% / 3 - 1.5em);}
.sec_attempt .img_area{
	width: 80%;
	max-width: 320px;
	margin: 0 auto 2em;
}
.sec_attempt .img_area img{
	object-fit: cover;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.sec_attempt h3{
	color: #fff;
	padding: .5em;
	border-radius: var(--br20);
	position: relative;
}
.sec_attempt li:nth-of-type(1) h3{background: #5CC980;}
.sec_attempt li:nth-of-type(2) h3{background: #50C2D5;}
.sec_attempt li:nth-of-type(3) h3{background: #EEC703;}






@media (max-width: 799px){


.sec_f_outline .txt_area{padding: 1.75em 2em;}


.sec_attempt .list{gap: 3em 0}
.sec_attempt li{width: 100%;}
.sec_attempt .img_area { max-width: unset; width: clamp( 150px, 40%, 320px );}

.sec_access .gmap{padding-bottom: 90vw;}
.sec_access ul{padding: 1.75em 2em;}


}


@media (max-width: 599px){


.sec_f_outline .txt_area{padding: 1.25em 1.5em;}
.sec_access ul{padding: 1.25em 1.5em;}

}