@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

section {
	font-family: "Noto Sans JP", sans-serif;
}

.effect-act {
	-webkit-animation: fadeUpAnime 0.7s ease-out 0.2s forwards;
	animation: fadeUpAnime 0.7s ease-out 0.2s forwards;
	opacity: 0;
}

body {
	background: #F5F5F5;
}

.youngfaq-fv {
	background: #ffffff;
}

.youngfaq-fv--mt {
	padding-top: 5.875rem;
}

.youngfaq-fv__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 43.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	width: 100%;
}

.youngfaq-fv__image {
	color: #fff;
	margin-top: 1.25rem;
	padding-top: 71.66667%;
	position: relative;
	width: 100%;
	z-index: 3;
}

.youngfaq-fv__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.youngfaq_title {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 5;
}

.youngfaq_title img {
	max-width: 1156px;
	width: 95%;
	height: auto;
}

main {
	overflow: hidden;
}

sub {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.sponly {
		display: none !important;
	}
	
	.contents_inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	
	.youngfaq-fv--mt {
		padding-top: 1.875rem;
	}
	
	.youngfaq-fv__inner {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.youngfaq-fv__image-wrapper {
		padding-left: 0;
	}
	
	.youngfaq-fv__image {
		margin-top: 0;
		max-width: 100%;
		padding-top: 61.1026%;
	}
	
	.youngfaq_lead {
		padding: 65px 0;
		text-align: center;
		margin-bottom: 100px;
	}
	
	.youngfaq_lead p {
		font-size: 16px;
		line-height: 1.8;
		font-weight: 500;
		color: #3C3C3C;
	}
	
	.youngfaq_section_title {
		border-top: 5px solid #042D84;
		position: relative;
		text-align: center;
	}
	
	.youngfaq_section_title_num {
		position: absolute;
		top: -88px;
		left: 50%;
		width: 110px;
		height: 101px;
		background: url("../../images/young-faq/youngfaq_title_num.svg") no-repeat;
		background-size: 110px auto;
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
		padding: 29px 0 0 27px;
		margin-left: -55px;
		text-align: left;
	}
	
	.youngfaq_section_title h3 {
		font-size: 30px;
		font-weight: bold;
		color: #042D84;
		margin: 25px 0 0;
	}
	
	.youngfaq_section_title h2 {
		border-top: 1px solid transparent;
		border-image: repeating-linear-gradient(
	    to right,
	    #042D84 0 5px,
	    transparent 5px 10px
	  ) 1 stretch;
		margin: 25px 0 0;
	}
	
	.youngfaq_section_title h2 span {
		font-size: 22px;
		font-weight: 500;
		width: 440px;
		color: #ffffff;
		background: #042D84;
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
		padding: 6px 0;
		display: block;
		margin: 0 auto;
	}
	
	.youngfaq_section01_container {
		display: flex;
		justify-content: space-between;
		margin: 45px 0 0;
		position: relative;
	}
	
	.youngfaq_section01_box {
		width: 48.5%;
	}
	
	.youngfaq_section01_box img {
		width: 100%;
		height: auto;
	}
	
	.youngfaq_q_lead {
		background: #FF5757;
		color: #ffffff;
		font-size: 21px;
		font-weight: bold;
		display: inline-block;
		padding: 13px 30px;
		margin: 0 0 15px 15px;
		position: relative;
	}
	
	.youngfaq_q_lead:before {
		position: absolute;
		content: "";
		bottom: -28px;
		left: 0;
		width: 0;
		height: 0;
		border-top: 30px solid #FF5757;   /* 高さ */
		border-right: 24px solid transparent; /* 幅（右が透明） */
		z-index: 1;
	}
	
	.youngfaq_section01_person {
		position: absolute;
		bottom: -178px;
		right: -143px;
		z-index: 1;
	}
	
	.youngfaq_section01_person img {
		width: 365px;
		height: auto;
	}
	
	.youngfaq_section02, .youngfaq_section03, .youngfaq_section04 {
		margin: 178px 0 0;
	}
	
	.youngfaq_section02 .youngfaq_section_title {
		margin-bottom: 45px;
	}
	
	.youngfaq_section02_container {
		background: #ffffff;
		display: flex;
		justify-content: space-between;
		position: relative;
		align-items: center;
		margin-bottom: 30px;
	}
	
	.youngfaq_section02_box {
		width: 50%;
		text-align: center;
	}
	
	.youngfaq_fukidashi {
		border-radius: 20px;
		font-weight: 500;
		text-align: left;
		color: #ffffff;
		position: relative;
		padding: 30px;
		margin: 0 auto;
	}
	
	.youngfaq_fukidashi01 {
		background: #2AA0B5;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi01:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi01.svg") no-repeat;
	}
	
	.youngfaq_section02_container2 {
		background: #ffffff;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
		padding: 0 45px;
		margin-bottom: 30px;
	}
	
	.youngfaq_section02_box2 {
		width: 31%;
		text-align: center;
		padding: 88px 0;
	}
	
	.youngfaq_section02_box2 img {
		width: 100%;
		height: auto;
		max-width: 300px;
	}
	
	.youngfaq_fukidashi h4 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.youngfaq_fukidashi02 {
		background: #4492CC;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi02:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 24px;
		top: 50%;
		right: -30px;
		margin-top: -12px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi02.svg") no-repeat;
	}
	
	.youngfaq_fukidashi03 {
		background: #072772;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi03:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 24px;
		top: 50%;
		left: -30px;
		margin-top: -12px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi03.svg") no-repeat;
	}
	
	.youngfaq_section02_container3 {
		background: #ffffff;
	}
	
	.youngfaq_section02_box3 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		padding: 30px 45px 50px 200px;
	}
	
	.youngfaq_section02_person {
		position: absolute;
		bottom: -65px;
		left: 0;
		z-index: 1;
	}
	
	.youngfaq_section02_person img {
		width: 270px;
		height: auto;
	}
	
	.youngfaq_fukidashi04 {
		max-width: 620px;
		background: #CAD7FA;
		width: 100%;
		color: #3C3C3C;
		margin-bottom: 30px;
	}
	
	.youngfaq_fukidashi04:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 24px;
		top: 50%;
		left: -30px;
		margin-top: -12px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi04.svg") no-repeat;
	}
	
	.youngfaq_fukidashi05 {
		max-width: 390px;
		background: #70D0F4;
		color: #3C3C3C;
		width: 45%;
	}
	
	.youngfaq_fukidashi05:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi05.svg") no-repeat;
	}
	
	.youngfaq_fukidashi06 {
		max-width: 600px;
		background: #D6F9FD;
		color: #3C3C3C;
		width: 45%;
	}
	
	.youngfaq_fukidashi06:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi06.svg") no-repeat;
	}
	
	.youngfaq_section03 .youngfaq_section_title, .youngfaq_section04 .youngfaq_section_title, .youngfaq_section05 .youngfaq_section_title {
		margin-bottom: 45px;
	}
	
	.youngfaq_section03_container {
		background: #ffffff;
		display: flex;
		justify-content: space-between;
		position: relative;
		align-items: center;
		margin-bottom: 30px;
		padding: 90px 40px 90px 0;
	}
	
	.youngfaq_section03_box {
		width: 50%;
		text-align: center;
	}
	
	.youngfaq_section03_box img {
		max-width: 300px;
	}
	
	.youngfaq_section03_person01 {
		position: absolute;
		bottom: 0;
		left: -110px;
		z-index: 1;
	}
	
	.youngfaq_section03_person01 img {
		width: 320px;
		height: auto;
	}
	
	.youngfaq_fukidashi07 {
		background: #D6F9FD;
		color: #3C3C3C;
		margin-bottom: 25px;
	}
	
	.youngfaq_fukidashi07:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		top: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi07.svg") no-repeat;
	}
	
	.youngfaq_fukidashi08 {
		background: #FFF4D3;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi08:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi08.svg") no-repeat;
	}
	
	.youngfaq_section03_container2 {
		margin-bottom: 30px;
	}
	
	.youngfaq_section03_box2 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		padding: 30px 160px 50px 45px;
		background: #ffffff;
	}
	
	.youngfaq_section03_person02 {
		position: absolute;
		bottom: -65px;
		right: 30px;
		z-index: 1;
	}
	
	.youngfaq_section03_person02 img {
		width: 146px;
		height: auto;
	}
	
	.youngfaq_fukidashi09 {
		max-width: 620px;
		background: #D6F9FD;
		width: 100%;
		color: #3C3C3C;
		margin-bottom: 30px;
	}
	
	.youngfaq_fukidashi09:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 24px;
		top: 50%;
		right: -30px;
		margin-top: -12px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi09.svg") no-repeat;
	}
	
	.youngfaq_fukidashi10 {
		max-width: 390px;
		background: #C8EBFA;
		color: #3C3C3C;
		width: 45%;
	}
	
	.youngfaq_fukidashi10:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi10.svg") no-repeat;
	}
	
	.youngfaq_fukidashi11 {
		max-width: 600px;
		background: #FFF4D3;
		color: #3C3C3C;
		width: 45%;
	}
	
	.youngfaq_fukidashi11:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi11.svg") no-repeat;
	}
	
	.youngfaq_section03_container3 {
		background: #ffffff;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
		padding: 0 45px;
		margin-bottom: 30px;
	}
	
	.youngfaq_section03_box3 {
		width: 34%;
		text-align: center;
		padding: 45px 0 120px;
	}
	
	.youngfaq_section03_box3:first-child {
		width: 28%;
	}
	
	.youngfaq_section03_box3 img {
		width: 100%;
		height: auto;
		max-width: 300px;
	}
	
	.youngfaq_fukidashi12 {
		background: #C5F0F4;
		color: #3C3C3C;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi12:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		top: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi12.svg") no-repeat;
	}
	
	.youngfaq_fukidashi13 {
		background: #C8EBFA;
		color: #3C3C3C;
		max-width: 390px;
		margin-bottom: 30px;
	}
	
	.youngfaq_fukidashi13:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		top: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi13.svg") no-repeat;
	}
	
	.youngfaq_fukidashi14 {
		background: #FFF4D3;
		color: #3C3C3C;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi14:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi14.svg") no-repeat;
	}
	
	.youngfaq_section03_person03 {
		position: absolute;
		bottom: -365px;
		left: 77px;
		z-index: 1;
	}
	
	.youngfaq_section03_person03 img {
		width: 214px;
		height: auto;
	}
	
	.youngfaq_section04_container {
		background: #ffffff;
		display: flex;
		justify-content: space-between;
		position: relative;
		align-items: center;
		margin-bottom: 30px;
		padding: 90px 40px 90px 0;
	}
	
	.youngfaq_section04_box {
		width: 50%;
		text-align: center;
	}
	
	.youngfaq_section04_box img {
		max-width: 300px;
	}
	
	.youngfaq_fukidashi15 {
		background: #CAD7FA;
		color: #3C3C3C;
		margin-bottom: 25px;
	}
	
	.youngfaq_fukidashi15:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		top: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi15.svg") no-repeat;
	}
	
	.youngfaq_fukidashi16 {
		background: #C8EBFA;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi16:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi16.svg") no-repeat;
	}
	
	.youngfaq_section04_container2 {
		background: #ffffff;
		display: flex;
		justify-content: space-between;
		position: relative;
		align-items: center;
		margin-bottom: 30px;
	}
	
	.youngfaq_section04_box2 {
		width: 32%;
		margin-left: 15%;
	}
	
	.youngfaq_section04_box3 {
		width: 50%;
		text-align: center;
	}
	
	.youngfaq_fukidashi17 {
		background: #C5F0F4;
		max-width: 390px;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi17:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 24px;
		top: 50%;
		left: -30px;
		margin-top: -12px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi17.svg") no-repeat;
	}
	
	.youngfaq_section04_person01 {
		position: absolute;
		bottom: 0;
		left: -55px;
		z-index: 1;
	}
	
	.youngfaq_section04_person01 img {
		width: 177px;
		height: auto;
	}
	
	.youngfaq_section05_container {
		position: relative;
	}
	
	.youngfaq_section05_person {
		position: absolute;
		bottom: -214px;
        left: 536px;
		z-index: 1;
	}
	
	.youngfaq_section05_person img {
		width: 365px;
		height: auto;
	}
	
	.youngfaq_foot {
		position: relative;
		z-index: 2;
		margin: 90px 0 500px;
	}
	
	.youngfaq_foot_inner {
		position: absolute;
		top: 205px;
		left: 0;
		text-align: center;
		width: 100%;
		color: #FF5757;
		font-weight: 500;
		font-size: 24px;
		line-height: 2;
	}
	
	.youngfaq_foot_back {
		text-align: center;
	}
	
	.youngfaq_foot_person01 {
		position: absolute;
		top: 182px;
		left: -40px;
		z-index: 3;
	}
	
	.youngfaq_foot_person01 img {
		width: 336px;
		height: auto;
	}
	
	.youngfaq_foot_person02 {
		position: absolute;
		top: 467px;
		left: 267px;
		z-index: 3;
	}
	
	.youngfaq_foot_person02 img {
		width: 221px;
		height: auto;
	}
	
	.youngfaq_foot_person03 {
		position: absolute;
		top: 529px;
		left: 594px;
		z-index: 3;
	}
	
	.youngfaq_foot_person03 img {
		width: 200px;
		height: auto;
	}
	
	.youngfaq_foot_person04 {
		position: absolute;
		top: 106px;
		right: 64px;
		z-index: 3;
	}
	
	.youngfaq_foot_person04 img {
		width: 214px;
		height: auto;
	}
}


@media only screen and (max-width: 768px) {
	.pconly {
		display: none !important;
	}
	
	.contents_inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	
	.youngfaq-fv__image {
		padding-top: 92.67%;
	}
	
	.youngfaq-fv--mt {
		padding-top: 1.3rem;
		margin-bottom: 80px;
	}
	
	.youngfaq_title {
		bottom: -100px;
	}
	
	.youngfaq_lead {
		padding: 65px 0;
		text-align: center;
		margin-bottom: 100px;
	}
	
	.youngfaq_lead p {
		font-size: 14px;
		line-height: 1.8;
		font-weight: 500;
		color: #3C3C3C;
	}
	
	.youngfaq_section_title {
		border-top: 5px solid #042D84;
		position: relative;
		text-align: center;
	}
	
	.youngfaq_section_title_num {
		position: absolute;
		top: -77px;
		left: 50%;
		width: 89px;
		height: 82px;
		background: url("../../images/young-faq/youngfaq_title_num.svg") no-repeat;
		background-size: 89px auto;
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		padding: 27px 0 0 22px;
		margin-left: -45px;
		text-align: left;
	}
	
	.youngfaq_section_title h3 {
		font-size: 16px;
		font-weight: bold;
		color: #042D84;
		margin: 18px 0 0;
		letter-spacing: 0.1em;
	}
	
	.youngfaq_section_title h2 {
		border-top: 1px solid transparent;
		border-image: repeating-linear-gradient(
	    to right,
	    #042D84 0 5px,
	    transparent 5px 10px
	  ) 1 stretch;
		margin: 18px 0 0;
	}
	
	.youngfaq_section_title h2 span {
		font-size: 12px;
		font-weight: 500;
		width: 85%;
		color: #ffffff;
		background: #042D84;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 6px 0 8px;
		display: block;
		margin: 0 auto;
	}
	
	.youngfaq_section01_container {
		margin: 45px 0px 0;
		position: relative;
	}
	
	.youngfaq_section01_box {
		margin-bottom: 20px;
	}
	
	.youngfaq_section01_box img {
		width: 100%;
		height: auto;
	}
	
	.youngfaq_q_lead {
		background: #FF5757;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
		padding: 10px 15px;
		margin: 0 0 7px 10px;
		position: relative;
	}
	
	.youngfaq_q_lead:before {
		position: absolute;
		content: "";
		bottom: -14px;
		left: 0;
		width: 0;
		height: 0;
		border-top: 15px solid #FF5757;   /* 高さ */
		border-right: 12px solid transparent; /* 幅（右が透明） */
		z-index: 1;
	}
	
	.youngfaq_section01_person {
		position: absolute;
		bottom: -47px;
		right: -20px;
		bottom: -12.5vw;
		right: -5.33vw;
		z-index: 1;
	}
	
	.youngfaq_section01_person img {
		width: 165px;
		width: 44vw;
		height: auto;
	}
	
	.youngfaq_section02, .youngfaq_section03, .youngfaq_section04 {
		margin: 120px 0 0;
	}
	
	.youngfaq_section02 .youngfaq_section_title {
		margin-bottom: 20px;
	}
	
	.youngfaq_section02_container {
		background: #ffffff;
		position: relative;
		margin: 0 0px 30px;
		padding-bottom: 40px;
	}
	
	.youngfaq_section02_box {
		text-align: center;
	}
	
	.youngfaq_fukidashi {
		border-radius: 10px;
		font-weight: 500;
		text-align: left;
		color: #ffffff;
		position: relative;
		padding: 30px;
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.8;
	}
	
	.youngfaq_fukidashi01 {
		background: #2AA0B5;
		margin: 20px 20px 0px;
	}
	
	.youngfaq_fukidashi01:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi01.svg") no-repeat;
	}
	
	.youngfaq_section02_container2 {
		background: #ffffff;
		position: relative;
		padding: 40px 0 20px;
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
	}
	
	.youngfaq_section02_box2 {
		text-align: center;
	}
	
	.youngfaq_section02_box2:nth-child(1) {
		order: 2;
		padding: 0px 0 20px;
	}
	
	.youngfaq_section02_box2:nth-child(2) {
		order: 1;
		padding: 20px 0 40px;
	}
	
	.youngfaq_section02_box2:nth-child(3) {
		order: 3;
	}
	
	.youngfaq_section02_box2 img {
		width: 100%;
		height: auto;
		max-width: 220px;
	}
	
	.youngfaq_fukidashi h4 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 2px;
	}
	
	.youngfaq_fukidashi02 {
		background: #4492CC;
		margin: 0px 20px 0px 40px;
	}
	
	.youngfaq_fukidashi02:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 12px;
		top: 50%;
		left: -15px;
		margin-top: -6px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi02.svg") no-repeat;
		background-size: 15px auto;
		transform: scale(-1,1);
	}
	
	.youngfaq_fukidashi03 {
		background: #072772;
		margin: 0px 40px 0px 20px;
	}
	
	.youngfaq_fukidashi03:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 12px;
		top: 50%;
		right: -15px;
		margin-top: -6px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi03.svg") no-repeat;
		background-size: 15px auto;
		transform: scale(-1,1);
	}
	
	.youngfaq_section02_container3 {
		background: #ffffff;
		padding: 20px 20px 40px;
	}
	
	.youngfaq_section02_box3 {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	
	.youngfaq_section02_person {
		margin: -50px 0 20px;
		position: relative;
		z-index: 2;
	}
	
	.youngfaq_section02_person img {
		width: 135px;
		height: auto;
	}
	
	.youngfaq_fukidashi04 {
		background: #CAD7FA;
		width: 100%;
		color: #3C3C3C;
		margin-bottom: 30px;
	}
	
	.youngfaq_fukidashi04:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 12px;
		bottom: -12px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi04.svg") no-repeat;
		background-size: 15px auto;
		transform: rotate(-90deg);
	}
	
	.youngfaq_fukidashi05 {
		background: #70D0F4;
		color: #3C3C3C;
		margin-bottom: 40px;
	}
	
	.youngfaq_fukidashi05:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi05.svg") no-repeat;
		transform: scale(-1,1);
	}
	
	.youngfaq_fukidashi06 {
		background: #D6F9FD;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi06:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi06.svg") no-repeat;
	}
	
	.youngfaq_section03 .youngfaq_section_title, .youngfaq_section04 .youngfaq_section_title, .youngfaq_section05 .youngfaq_section_title {
		margin-bottom: 45px;
	}
	
	.youngfaq_section03_container {
		display: flex;
		flex-direction: column;
		position: relative;
		align-items: center;
		margin-bottom: 30px;
		padding: 60px 0px 0px 0;
	}
	
	.youngfaq_section03_box {
		text-align: center;
	}
	
	.youngfaq_section03_box:last-child {
		background: #ffffff;
		padding: 20px 20px 40px;
	}
	
	.youngfaq_section03_box img {
		max-width: 220px;
		margin-bottom: 45px;
	}
	
	.youngfaq_section03_person01 {
		position: absolute;
		top: 140px;
		left: -20px;
		z-index: 1;
	}
	
	.youngfaq_section03_person01 img {
		width: 165px;
		height: auto;
	}
	
	.youngfaq_fukidashi07 {
		background: #D6F9FD;
		color: #3C3C3C;
		margin-bottom: 40px;
	}
	
	.youngfaq_fukidashi07:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi07.svg") no-repeat;
		transform: scale(1,-1);
	}
	
	.youngfaq_fukidashi08 {
		background: #FFF4D3;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi08:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi08.svg") no-repeat;
		transform: scale(-1,1);
	}
	
	.youngfaq_section03_container2 {
		margin-bottom: 30px;
	}
	
	.youngfaq_section03_box2 {
		position: relative;
		display: flex;
		flex-direction: column;
		padding: 20px 20px 40px 20px;
		background: #ffffff;
	}
	
	.youngfaq_section03_person02 {
		margin: -80px -20px 20px 0;
		text-align: right;
		position: relative;
		z-index: 2;
	}
	
	.youngfaq_section03_person02 img {
		width: 72px;
		height: auto;
	}
	
	.youngfaq_fukidashi09 {
		background: #D6F9FD;
		width: 100%;
		color: #3C3C3C;
		margin-bottom: 30px;
	}
	
	.youngfaq_fukidashi09:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 12px;
		bottom: -12px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi09.svg") no-repeat;
		background-size: 15px auto;
		transform: rotate(90deg);
	}
	
	.youngfaq_fukidashi10 {
		background: #C8EBFA;
		color: #3C3C3C;
		margin-bottom: 40px;
	}
	
	.youngfaq_fukidashi10:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi10.svg") no-repeat;
		transform: scale(-1,1);
	}
	
	.youngfaq_fukidashi11 {
		background: #FFF4D3;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi11:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi11.svg") no-repeat;
	}
	
	.youngfaq_section03_container3 {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	
	.youngfaq_section03_box3 {
		text-align: center;
	}
	
	.youngfaq_section03_box3:nth-child(1) {
		order: 2;
		background: #ffffff;
		padding: 20px;
	}
	
	.youngfaq_section03_box3:nth-child(2) {
		order: 1;
		padding: 45px 0;
	}
	
	.youngfaq_section03_box3:nth-child(3) {
		order: 3;
		background: #ffffff;
		padding: 20px 20px 40px;
	}
	
	.youngfaq_section03_box3 img {
		width: 100%;
		height: auto;
		max-width: 220px;
	}
	
	.youngfaq_fukidashi12 {
		background: #C5F0F4;
		color: #3C3C3C;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi12:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi12.svg") no-repeat;
		transform: scale(-1,-1);
	}
	
	.youngfaq_fukidashi13 {
		background: #C8EBFA;
		color: #3C3C3C;
		max-width: 390px;
		margin-bottom: 30px;
	}
	
	.youngfaq_fukidashi13:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi13.svg") no-repeat;
		transform: scale(-1,-1);
	}
	
	.youngfaq_fukidashi14 {
		background: #FFF4D3;
		color: #3C3C3C;
		max-width: 390px;
	}
	
	.youngfaq_fukidashi14:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi14.svg") no-repeat;
	}
	
	.youngfaq_section03_person03 {
		position: absolute;
		top: 172px;
		left: -20px;
		z-index: 1;
	}
	
	.youngfaq_section03_person03 img {
		width: 165px;
		height: auto;
	}
	
	.youngfaq_section04_container {
		background: #ffffff;
		display: flex;
		flex-direction: column;
		position: relative;
		align-items: center;
		margin-bottom: 30px;
		padding: 20px 20px 40px 20px;
	}
	
	.youngfaq_section04_box {
		text-align: center;
	}
	
	.youngfaq_section04_box img {
		max-width: 220px;
		padding: 40px 0;
	}
	
	.youngfaq_fukidashi15 {
		background: #CAD7FA;
		color: #3C3C3C;
		margin-bottom: 40px;
	}
	
	.youngfaq_fukidashi15:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		left: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi15.svg") no-repeat;
		transform: scale(1,-1);
	}
	
	.youngfaq_fukidashi16 {
		background: #C8EBFA;
		color: #3C3C3C;
	}
	
	.youngfaq_fukidashi16:before {
		position: absolute;
		content: "";
		width: 21px;
		height: 24px;
		bottom: -24px;
		right: 13%;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi16.svg") no-repeat;
		transform: scale(-1,1);
	}
	
	.youngfaq_section04_container2 {
		background: #ffffff;
		display: flex;
		flex-direction: column;
		position: relative;
		align-items: center;
		margin-bottom: 300px;
		padding: 0 0 60px;
	}
	
	.youngfaq_section04_box2 {
		order: 2;
	}
	
	.youngfaq_section04_box3 {
		order: 1;
		text-align: center;
	}
	
	.youngfaq_fukidashi17 {
		background: #C5F0F4;
		color: #3C3C3C;
		margin: 0 20px;
	}
	
	.youngfaq_fukidashi17:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 24px;
		top: 50%;
		left: -30px;
		margin-top: -12px;
		z-index: 1;
		background: url("../../images/young-faq/fukidashi17.svg") no-repeat;
	}
	
	.youngfaq_section04_person01 {
		position: absolute;
		bottom: -190px;
		left: 0px;
		z-index: 1;
	}
	
	.youngfaq_section04_person01 img {
		width: 100px;
		height: auto;
	}
	
	.youngfaq_section05_container {
		position: relative;
	}
	
	.youngfaq_section05_person {
		position: absolute;
		bottom: -390px;
		right: -30px;
		z-index: 1;
	}
	
	.youngfaq_section05_person img {
		width: 276px;
		height: auto;
	}
	
	.youngfaq_foot {
		position: relative;
		z-index: 2;
		margin: 247px 0 300px;
	}
	
	.youngfaq_foot_inner {
		position: absolute;
		top: 55px;
		top: 14.66vw;
		left: 0;
		text-align: center;
		width: 100%;
		color: #FF5757;
		font-weight: 500;
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 2;
	}
	
	.youngfaq_foot_back {
		text-align: center;
	}
	
	.youngfaq_foot_person01 {
		position: absolute;
		top: 175px;
		left: -60px;
		top: 46.66vw;
		left: -16vw;
		z-index: 3;
	}
	
	.youngfaq_foot_person01 img {
		width: 145px;
		width: 38.66vw;
		height: auto;
	}
	
	.youngfaq_foot_person02 {
		position: absolute;
		top: 250px;
		left: 80px;
		top: 66.66vw;
		left: 21.33vw;
		z-index: 3;
	}
	
	.youngfaq_foot_person02 img {
		width: 91px;
		width: 24.2vw;
		height: auto;
	}
	
	.youngfaq_foot_person03 {
		position: absolute;
		top: 250px;
		left: 200px;
		top: 66.66vw;
		left: 53.33vw;
		z-index: 3;
	}
	
	.youngfaq_foot_person03 img {
		width: 86px;
		width: 22.93vw;
		height: auto;
		max-width: none;
	}
	
	.youngfaq_foot_person04 {
		position: absolute;
		top: 106px;
		right: -43px;
		top: 28.2vw;
		right: -11.4vw;
		z-index: 3;
	}
	
	.youngfaq_foot_person04 img {
		width: 92px;
		width: 24.53vw;
		height: auto;
	}
}
