@charset "UTF-8";

#contents {
	position: relative;
	padding-top: 35px;
}

@media screen and (max-width: 767px) {
	#contents {
		padding-top: 0
	}
}

#header .site_logo {
	display: none;
}

/* ----------------------------
KV
---------------------------- */
#kv {
	position: relative;
	z-index: 20;
	margin-bottom: 70px;
}
#kv .inner {
	width: auto;
	padding: 0
}
#kv .inner .title {
	margin-bottom: 30px;
}
#header .site_logo {
	display: none;
}

@media screen and (max-width: 767px) {
	#kv {
		margin-bottom: 3.3rem;
	}
}

/* ----------------------------
swiper
---------------------------- */
.swiper {
	position: relative;
}
.swiper-wrapper {
  transition-timing-function: linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
/* 画像のサイズ調整 */
.swiper-slide img {
	width: auto;
	height: 320px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.swiper-slide {
	width: auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	padding: 0 4%;
}
@media screen and (max-width: 767px) {
	.swiper-slide img {
		width: auto;
		height: 200px;
	}
}


/* ----------------------------
動画誘導
---------------------------- */

#movie {
	position: relative;
	margin-bottom: 17rem;
}
#movie .inner {
	display: flex;
	align-items: flex-start;
	padding: 0;
	border-radius: 1.6rem;
}
#movie .inner h2 {
	font-size: 3.8rem;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	width: 26rem;
	padding: 0 0.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#movie .inner h2::before {
	content: "";
	display: block;
	width: 4.6rem;
	height: 5.1rem;
	background-image: url(/assets/images/common/ico_steps2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 2rem;
}
#movie .inner h2 > span {
	display: block;
	padding-bottom: 1.3rem;
}

#movie .inner h2 span.jp {
	font-size: 1.2rem;
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin-top: 1.2rem;
}
#movie .inner .body {
	position: relative;
	flex: 1;
	border-top: 0.1rem solid #e7eaee;
}
#movie .inner .body .link {
	font-size: 1.6rem;
	fz16
	line-height: 1.6;
	padding: 1rem 0;
	border-bottom: 1px solid #e7eaee;
}
#movie .inner .body .link a {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 1rem 0;
	padding-right: 3.5rem;
}
#movie .inner .body .link a::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(/assets/images/common/arrow_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	z-index: 10;
	margin: auto;
}

#movie .inner .body .link em {
	display: block;
	font-size: 1.2rem;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	padding: 0.1rem 0.7rem 0.3rem;
	background-color: #3592c1;
	border-radius: 0.3rem;
	margin-right: 1rem;
	margin-top: 0.2rem;
	white-space: nowrap;
}

#movie::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -31rem;
	left: -1rem;
	z-index: -1;
	width: 21.5rem;
	height: 38rem;
	background-image: url(/assets/images/common/pickup_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	#movie {
		margin-bottom: 8rem;
	}
	#movie .inner {
		display: block;
		align-items: flex-start;
		padding: 0 1.75rem;
		border-radius: 1.6rem;
	}
	#movie .inner h2 {
		font-size: 2.7rem;
		width: auto;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 2.5rem;
	}
	#movie .inner h2::before {
		width: 4.15rem;
		height: 4.55rem;
		margin-right: 1.5rem;
		margin-top: 0.4rem;
	}
	#movie .inner h2 > span {
		display: block;
		padding-bottom: 0;
	}
	#movie .inner h2 span.jp {
		font-size: 0.9rem;
		margin-top: 0.9rem;
	}


	#movie .inner .body {
		position: relative;
		flex: 1;
		border-top: 0.05rem solid #e7eaee;
	}
	#movie .inner .body .link {
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0.7rem 0;
		border-bottom: 0.05rem solid #e7eaee;
	}
	#movie .inner .body .link a {
		display: flex;
		align-items: flex-start;
		position: relative;
		padding: 0.5rem 0;
		padding-right: 3.5rem;
	}
	#movie .inner .body .link a::after {
		width: 1.3rem;
		height: 1.3rem;
		right: 0.8rem;
	}

	#movie .inner .body .link em {
		font-size: 1rem;
		padding: 0.1rem 0.7rem 0.3rem;
		border-radius: 0.3rem;
		margin-right: 1rem;
		margin-top: 0.2rem;
	}

	#movie::after {
		bottom: -15.5rem;
		width: 10.75rem;
		height: 19rem;
	}
}


/* ----------------------------
#sec1
---------------------------- */
#sec1 h2 {
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 3.3rem;
	position: relative;
}

#sec1 .ico {
	width: 6.3rem;
	margin: 0 auto 5.6rem;
}

#sec1 .group {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sec1 .group .body {
	width: 71rem;
}
#sec1 .group .txt {
	/* font-size: 1.6rem; */
/* 	letter-spacing: 0.1em; */
	line-height: 1.9;
}
#sec1 .group .txt strong {
	color: #e54a67;
	font-weight: 600;
}

#sec1 .frame {
	background-color: #fffaee;
	border: 0.4rem solid #303030;
	border-radius: 2rem;
	padding: 3.6rem;
	padding-bottom: 2.7rem;
	margin-top: 7rem;
	position: relative;
}

#sec1 .frame h3 {
	display: inline-block;
	padding: 0.1em 3rem 0.25em 2rem;
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	border: 0.3rem solid #303030;
	border-radius: 2.5rem/4rem;
	background-color: #fff;
	position: absolute;
	top: -2.5rem;
	left: 3rem;
	z-index: 30;
}
#sec1 .frame h3::before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 100%;
	background-color: #303030;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -0.1rem;
	z-index: 10;
	border-radius: 2.5rem/5rem;
}
#sec1 .frame h3::after {
	content: "?";
	font-size: 1.7rem;
	font-size: 17px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	display: block;
	position: absolute;
	top: 0.9rem;
	bottom: 0;
	right: 0;
	z-index: 20;
	transform: skew(0, -20deg) scaleX(0.8);
}
#sec1 .frame h3 span {
	font-size: 1.6rem;
}

#sec1 .group .img {
	width: 34.7rem;
	margin-right: 2rem;
	margin-left: 3rem;
}

@media screen and (max-width: 767px) {
	#sec1 h2 {
		font-size: 2.4rem;
		margin: 0 -0.5em 2.2rem;
	}

	#sec1 .ico {
		width: 4.7rem;
		margin: 0 auto 4.2rem;
	}

	#sec1 .group {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#sec1 .group .body {
		width: auto;
	}
	#sec1 .group .txt {
		font-size: 1.5rem;
	/* 	letter-spacing: 0.1em; */
	}

	#sec1 .frame {
		background-color: #fffaee;
		border: 0.2rem solid #303030;
		border-radius: 1.2rem;
		padding: 3rem 2.1rem;
		margin-top: 4rem;
	}

	#sec1 .frame h3 {
		padding: 0.6rem 1.2rem;
		font-size: 1.7rem;
		border: 0.2rem solid #303030;
		border-radius: 10rem;
		top: -1.9rem;
		left: 1.2rem;
	}
	#sec1 .frame h3::before {
		display: none;
	}
	#sec1 .frame h3::after {
		content: "?";
		font-size: inherit;
		color: inherit;
		line-height: inherit;
		display: inline;
		position: static;
		transform: none;
	}
	#sec1 .frame h3 span {
		font-size: 1.3rem;
	}

	#sec1 .group .img {
		order:1;
		width: 25rem;
		margin: -2.5rem auto 0;
		position: relative;
		z-index: 10;
	}
}


/* ----------------------------
#sec2
---------------------------- */
#sec2 {
	position: relative;
	margin-top: 18rem;
}
#sec2 .inner {
	max-width: 1160px;
	width: auto;
	padding: 0 7rem;
	position: relative;
	z-index: 20;

}


.inner h2.ico_title {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.25em;
	line-height: 1.6;
	display: flex;
	align-items: center;
	margin-bottom: 7.5rem;
}
.inner h2.ico_title strong {
	font-size: 3.2rem;
	font-size: 32px;
	display: block;
}

.inner h2.ico_title .ico {
	width: 6rem;
	margin-right: 3rem;
}

#sec2::after {
	content: "";
	display: block;
	position: absolute;
	top: -15rem;
	right: -1rem;
	z-index: -1;
	width: 59.7rem;
	height: 113.8rem;
	background-image: url(/assets/images/common/interview_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	#sec2 {
		position: relative;
		margin-top: 5rem;
	}
	#sec2 .inner {
		padding: 0;
	}


	.inner h2.ico_title {
		font-size: 1.7rem;
		flex-direction: column-reverse;
		margin: 0 0.5em 3.3rem;
		text-align: center;
	}
	.inner h2.ico_title strong {
		font-size: 2.4rem;
	}

	.inner h2.ico_title .ico {
		width: 4.4rem;
		margin-right: 0;
		margin-top: 1.9rem;
	}

	#sec2::after {
		top: -32.5rem;
		right: -20rem;
		width: 29.85rem;
		height: 56.9rem;
	}
}


/* ----------------------------
#sec3
---------------------------- */
#sec3 {
	position: relative;
	margin-top: 14.5rem;
	padding-bottom: 17rem;
}
#sec3 .inner {
	max-width: 1140px;
	width: auto;
	padding: 0 7rem;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
#sec3 .inner .ico_title strong::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6.4rem;
	height: 0.4rem;
	background-color: #303030;
	margin-top: -0.5rem;
}

#sec3::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6rem;
	left: -1rem;
	z-index: -1;
	width: 21.5rem;
	height: 38rem;
	background-image: url(/assets/images/common/pickup_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	#sec3 {
		position: relative;
		margin-top: 6.5rem;
		padding-bottom: 8rem;
	}
	#sec3 .inner {
		padding: 0;
	}
	#sec3 .inner .ico_title strong::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 4.4rem;
		height: 0.3rem;
		margin-top: -0.5rem;
	}

	#sec3::after {
		bottom: 3rem;
		left: 0;
		width: 10.75rem;
		height: 19rem;
	}

}


/* ----------------------------
#sec4
---------------------------- */
#sec4 {
	position: relative;
}
#sec4 .inner {
	margin-bottom: 8rem;
}
#sec4 h2 {
	font-size: 4.4rem;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 3.3rem;
	position: relative;
}
#sec4 .ico {
	width: 7.2rem;
	margin: 0 auto 5.4rem;
}

#sec4 .head .txt {
	width: 82rem;
	margin: 0 auto;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.9;
}
#sec4 .head .txt strong {
	color: #e54a67;
	font-weight: bold;
}
#sec4 .head .basic_frame {
	max-width: 910px;
	width: auto;
}

#sec4::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10rem;
	right: -1rem;
	z-index: -1;
	width: 30.1rem;
	height: 56rem;
	background-image: url(/assets/images/common/requirements_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#sec4 .inner {
		margin-bottom: 4rem;
	}
	#sec4 h2 {
		font-size: 2.7rem;
		margin-bottom: 1.8rem;
	}
	#sec4 .ico {
		width: 5rem;
		margin: 0 auto 3.5rem;
	}

	#sec4 .head .txt {
		width: auto;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#sec4 .head .basic_frame {
		width: auto;
		padding-top: 7rem;
		margin-top: 8.2rem;
	}
	#sec4 .head .basic_frame h3 {
		margin-top: -1.7rem;
	}
	#sec4::after {
		bottom: -15rem;
		right: 0;
		width: 15rem;
		height: 28rem;
	}
}

#sec4 .body {
	margin-top: 9rem;
	overflow: hidden;
}
#sec4 .body .tab {
	position: relative;
	padding-bottom: 1.8rem;
}
#sec4 .body .tab h3 {
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	border: 0.4rem solid #303030;
	border-bottom: none;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	padding: 2rem 3rem 0;
	position: relative;
}
#sec4 .body .tab::before {
	content: "";
	display: block;
	height: 3rem;
	border-left: 0.4rem solid #303030;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sec4 .body .tab h3::after {
	content: "";
	display: block;
	width: 100rem;
	height: 3rem;
	position: absolute;
	bottom: -1.8rem;
	left: 100%;
	border-left: 0.4rem solid #303030;
	border-bottom: 0.4rem solid #303030;
	border-bottom-left-radius: 2rem;
}
#sec4 .body .tab h3 span {
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-left: 1rem;
}

#sec4 .body .frame_inner {
	padding: 7.4rem 6.5rem 9.5rem;
}
#sec4 .body .frame_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: -6.6rem;
}
#sec4 .body .frame_inner ul li {
	width: 22rem;
	min-width: 20rem;
	margin-bottom: 6.6rem;
	margin-right: 4.2rem;
}
#sec4 .body .frame_inner ul li:nth-child(4n) {
	margin-right: 0;
	/* background-color: #f00; */
}

#sec4 .body .frame_inner ul li .img {
	position: relative;
}
#sec4 .body .frame_inner ul li .img::after {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background-color: #f0f2f5;
	background-image: url(/assets/images/common/arrow_black.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1.1rem;
	border-radius: 0.6rem;
	position: absolute;
	bottom: -1rem;
	right: 1.5rem;
	z-index: 10;
}
#sec4 .body .frame_inner ul li .name {
	font-weight: 600;
	margin: 2rem auto 0;
	width: 17rem;
	text-align: center;
}
#sec4 .body .frame_inner ul li .name span {
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#sec4 .body {
		margin-top: 3.5rem;
		overflow: visible;
	}
	#sec4 .body .tab {
		position: relative;
		padding-bottom: 1rem;
	}
	#sec4 .body .tab h3 {
		min-width: 5rem;
		font-size: 1.8rem;
		border: 0.2rem solid #303030;
		border-bottom: none;
		border-left: none;
		border-top-left-radius: 0;
		border-top-right-radius: 1rem;
		padding: 2rem 2.5rem 0;
		padding-left: 0;
		position: relative;
	}
	#sec4 .body .tab::before {
		display: none;
	}
	#sec4 .body .tab h3::after {
		content: "";
		display: block;
		width: 100rem;
		height: 1rem;
		position: absolute;
		bottom: -0.8rem;
		left: 100%;
		border-left: 0.2rem solid #303030;
		border-bottom: 0.2rem solid #303030;
		border-bottom-left-radius: 1rem;
	}
	#sec4 .body .tab h3 span {
		font-size: 1.3rem;
		margin-left: 0;
		display: block;
		margin-top: 0.5rem;
	}

	#sec4 .body .frame_inner {
		padding: 3rem 1.5rem 4rem;
	}
	#sec4 .body .frame_inner ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: -3rem;
	}
	#sec4 .body .frame_inner ul li {
		width: 13.8rem;
		min-width: 0;
		margin-bottom: 3rem;
		margin-right: 3.3rem;
	}
	#sec4 .body .frame_inner ul li:nth-child(2n) {
		margin-right: 0;
		/* background-color: #f00; */
	}

	#sec4 .body .frame_inner ul li .img::after {
		width: 2.2rem;
		height: 2.2rem;
		background-size: 0.8rem;
		border-radius: 0.4rem;
		bottom: -0.6rem;
		right: 0.8rem;
		z-index: 10;
	}
	#sec4 .body .frame_inner ul li .name {
		margin: 1rem auto 0;
		width: 100%;
	}
}


/* ----------------------------
#sec5
---------------------------- */
#sec5 {
	margin-bottom: 115px;
}
#sec5 .inner {
	padding: 0 7.2rem;
}
#sec5 .inner .head {
	display: flex;
	justify-content: space-between;
}
#sec5 .inner .head .body {
	flex: 1;
}
#sec5 .inner .head .img {
	width: 30rem;
	margin-left: 5rem;
	margin-top: 1.5rem;
}
#sec5 .inner h2 {
	text-align: center;
	margin-bottom: 3rem;
}
#sec5 .inner h2.ico_title strong {
	font-size: 4.4rem;
	font-size: 44px;
	text-align: left;
}

#sec5 .inner .lead {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 2;
}
#sec5 .inner .lead strong {
	font-weight: bold;
	color: #e54a67;
}

#sec5 .inner .basic_frame {
	padding: 5.5rem 5rem;
}
#sec5 .inner .basic_list li,
#sec5 .inner .basic_list li::before {
	font-size: 1.6rem;
	font-size: 16px;
}
#sec5 .inner .basic_list li::before {
	width: 3rem;
	margin-right: 0.5rem;
}
#sec5 .inner .basic_list li span {
	flex: 1;
}

#sec5 .inner .detail {
	font-size: 1.6rem;
	font-size: 16px;
	text-align: center;
	margin-top: 3.4rem;
}
#sec5 .inner .detail a {
	font-weight: 600;
	color: #3592c1;
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
	#sec5 {
		margin-bottom: 7rem;
	}
	#sec5 .inner {
		padding: 0 1.75rem;
	}
	#sec5 .inner .head {
		display: block;
	}
	#sec5 .inner .head .body {
		flex: 1;
	}
	#sec5 .inner .head .img {
		width: 33.1rem;
		margin-left: 5rem;
		margin-top: 1.5rem;
	}
	#sec5 .inner h2 {
		text-align: center;
		margin-bottom: 3rem;
	}
	#sec5 .inner h2.ico_title strong {
		font-size: 2.7rem;
	}

	#sec5 .inner .lead {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	#sec5 .inner .basic_frame {
		padding: 4.3rem 2.5rem;
	}
	#sec5 .inner .basic_list li,
	#sec5 .inner .basic_list li::before {
		font-size: 1.5rem;
	}
	#sec5 .inner .basic_list li::before {
		width: 3rem;
		margin-right: 0.5rem;
		padding-top: 0.3rem;
	}
	#sec5 .inner .basic_list li span {
		flex: 1;
	}

	#sec5 .inner > .img {
		width: 17rem;
		margin-left: auto;
		margin-top: -3rem;
		position: relative;
		z-index: 10;
	}

	#sec5 .inner .detail {
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
		margin-top: 1.5rem;
	}
	#sec5 .inner .detail a {
		font-weight: 600;
		color: #3592c1;
		text-decoration: underline;
	}

}


/* ----------------------------
#sec6
---------------------------- */
#sec6 {
	position: relative;
	margin-bottom: 180px;
}
#sec6 .inner {

}
#sec6 h2 {
	font-size: 4.4rem;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 3.3rem;
	position: relative;
}
#sec6 .ico {
	width: 9.3rem;
	margin: 0 auto 5rem;
}
#sec6 .lead {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

#sec6::after {
	content: "";
	display: block;
	position: absolute;
	top: -21rem;
	left: -1rem;
	z-index: -1;
	width: 21.5rem;
	height: 38rem;
	background-image: url(/assets/images/common/pickup_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	#sec6 {
		position: relative;
		margin-bottom: 8rem;
	}
	#sec6 .inner {

	}
	#sec6 h2 {
		font-size: 2.7rem;
		margin-bottom: 3.3rem;
	}
	#sec6 .ico {
		width: 6.6rem;
		margin: 0 auto 3.6rem;
	}
	#sec6 .lead {
		font-size: 1.5rem;
		line-height: 1.8;
		text-align: left;
	}

	#sec6::after {
		top: -13rem;
		left: 0;
		width: 10.75rem;
		height: 19rem;
	}
}


/* ----------------------------
#sec8
---------------------------- */
#sec8 {
	position: relative;
	margin-bottom: 15rem;
}
#sec8 .inner {

}
#sec8 h2 {
	font-size: 4.4rem;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 3.3rem;
	position: relative;
}
#sec8 .ico {
	width: 6.5rem;
	margin: 0 auto 5.4rem;
}



#sec8 .inner .link {
	margin-top: 6rem;
}
#sec8 .inner .link a {
	font-size: 2.2rem;
	font-size: 22px;
	font-weight: bold;
	color: #3592c1;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec8 .inner .link a::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(/assets/images/_v1/common/circle_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 13px;
}

#sec8 .inner .link {
	margin-top: 6rem;
	text-align: center;
}
#sec8 .inner .link a {
	min-width: 36rem;
	display: inline-block;
	background-color: #3592c1;
	border-radius: 0.8rem;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 2.3rem 0 2.5rem;
	padding-right: 3.6rem;
	position: relative;
	overflow: hidden;
}
#sec8 .inner .link a::after {
	content: "";
	display: block;
	width: 3.6rem;
	height: 100%;
	background-color: #1e80b1;
	background-image: url(/assets/images/common/arrow_white.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#sec8::after {
	content: "";
	display: block;
	position: absolute;
	top: -6rem;
	right: -1rem;
	z-index: -1;
	width: 20.2rem;
	height: 35.6rem;
	background-image: url(/assets/images/common/qa_decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#sec8 {
		position: relative;
		margin-bottom: 8.3rem;
	}
	#sec8 .inner {

	}
	#sec8 h2 {
		font-size: 2.7rem;
		margin-bottom: 2rem;
	}
	#sec8 .ico {
		width: 4.8rem;
		margin: 0 auto 4.5rem;
	}




	#sec8 .inner .link {
		margin-top: 4.5rem;
		text-align: center;
	}
	#sec8 .inner .link a {
		min-width: 0;
		width: 26.5rem;
		font-size: 1.3rem;
		padding: 1.5rem 0 1.8rem;
		padding-right: 3rem;
	}
	#sec8 .inner .link a::after {
		width: 3rem;
		background-size: 1.3rem;
	}

	#sec8::after {
		top: 3rem;
		right: 0;
		width: 10.1rem;
		height: 17.8rem;
	}
}

#sec_notice .inner {
	width: 100rem;
	margin: 0 auto;
	padding: 0;
}
#sec_notice .txt {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.8;
	display: inline-block;
	text-align: left;
}
#sec_notice a {
	color: #3592c1;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#sec_notice .inner {
		width: auto;
		margin: 0 auto;
		padding: 0 1.75rem;
	}
	#sec_notice .txt {
		font-size: 1.5rem;
		line-height: 1.7;
		display: block;
		text-align: left;
	}
}


/* ----------------------------
QA
---------------------------- */
#qa {
	width: 100rem;
	margin: 0 auto;
}
#qa li {
	padding-bottom: 3rem;

	background-image: url(/assets/images/common/qa_border.svg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto 4px;
}
#qa li + li {
	margin-top: 3rem;
}
#qa li .panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#qa li .panel::after {
	content: "";
	display: block;
	width: 2.3rem;
	height: 1.3rem;
	background-image: url(/assets/images/common/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.5rem;
	z-index: 10;
	margin: auto;
	transition: transform 0.3s ease;
}
#qa li .panel.open::after {
	transform: scaleY(-1);
}

#qa li .panel .num {
	width: 7.5rem;
}
#qa li .panel .txt {
	width: 88rem;

	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	padding-right: 8rem;
}
#qa li .body {
	width: 88rem;
	margin-left: auto;
	display: none;
	padding-top: 1rem;
}

#qa li .body .txt {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.8;
}
#qa li .body .txt a {
	font-weight: 500;
	color: #3592c1;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#qa {
		width: auto;
		margin: 0 auto;
	}
	#qa li {
		padding-bottom: 2rem;

		background-image: url(/assets/images/common/qa_border.svg);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: auto 0.2rem;
	}
	#qa li + li {
		margin-top: 2rem;
	}
	#qa li .panel {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	#qa li .panel::after {
		width: 1.3rem;
		height: 0.7rem;
		right: 0;
	}
	#qa li .panel.open::after {
		transform: scaleY(-1);
	}

	#qa li .panel .num {
		width: 4.8rem;
	}
	#qa li .panel .txt {
		width: 27.7rem;

		font-size: 1.5rem;
		line-height: 1.7;
		padding-right: 1.7rem;
	}
	#qa li .body {
		width: auto;
		margin-left: 0;
		display: none;
		padding-top: 1.5rem;
	}

	#qa li .body .txt {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}