@charset "utf-8";
/*------------------------------------------------------------
	works
------------------------------------------------------------*/
#main .promise {
	padding: 8.8rem 0 11.5rem;
}
#main .promise .inner {
	margin-bottom: 4.1rem;
}
#main .promise .inner .textBox {
	width: 42rem;
}
#main .promise .inner .textBox .text {
	line-height: 2.13;
	text-align: justify;
}
#main .promise .inner .textList {
	margin-top: 1rem;
	width: calc(100% - 47.3rem);
	order: 2;
}
#main .promise .inner .textList li {
	margin-bottom: 2.2rem;
	padding: 0.4rem 3rem 1rem;
	color: #f7931e;
	font-size: 4.1rem;
	font-family: "Inter", sans-serif;
	position: relative;
	z-index: 1;
	line-height: 1.2;
	letter-spacing: 0.07em;
}
#main .promise .inner .textList li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	bottom: 0;
	background: #FFF;
	content: '';
	z-index: -1;
}
#main .promise .inner .textList li::after {
	position: absolute;
	bottom: -2rem;
	left: 16.5rem;
	width: 1.9rem;
	height: 1.9rem;
	background: url(../img/common/icon03.png) no-repeat top left / 100%;
	content: '';
}
#main .promise .inner .textList li.style01 {
	margin-left: 4.9rem;
	color: #ed5579;
}
#main .promise .inner .textList li.style01::after {
	left: 11.5rem;
}
#main .promise .inner .textList li.style02 {
	margin-left: 9.6rem;
	color: #0068b6;
}
#main .promise .inner .textList li.style02::after {
	display: none;
}
#main .promise .textImg {
	margin: 0 auto;
	max-width: 83.7rem;
}
#main .objective {
	padding: 9.5rem 0 10.6rem;
}
#main .objective .subInner:not(:last-child) {
	margin-bottom: 5.8rem;
}
#main .objective .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .objective .imgBox .textBox {
	width: calc(100% - 47.4rem);
}
#main .objective .imgBox .textBox .text {
	line-height: 2.13;
	text-align: justify;
}
#main .objective .imgBox .photo {
	margin: -2.2rem 6.6rem 0 0;
	width: 35.8rem;
	order: 2;
}
#main .objective .imgBox .photo.style01 {
	margin: 0.3rem 6.1rem 0 0 ;
}
#main .mission {
	padding: 8.9rem 0 6.8rem;
}
#main .mission .imgBox {
	margin-bottom: 5.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .mission .imgBox:last-child {
	margin-bottom: 0;
}
#main .mission .imgBox .textBox {
	width: calc(100% - 47.4rem);
}
#main .mission .imgBox .textBox .titleBox {
	position: relative;
}
#main .mission .imgBox .textBox .titleBox .comText {
	margin-bottom: 5.4rem;
	text-align: left;
}
#main .mission .imgBox .textBox .titleBox .number {
	position: absolute;
	top: -2rem;
	right: 0;
	color: rgb(255, 255, 255, 0.5);
	font-family: "Inter", sans-serif;
	font-size: 7.6rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#main .mission .imgBox .textBox .text {
	line-height: 2.12;
	text-align: justify;
}
#main .mission .imgBox .photoBox {
	margin: 1.2rem 1.5rem 0 0;
	width: 41rem;
}
#main .mission .imgBox.reverse .textBox {
	order: 2;
}
#main .mission .imgBox.style01 .titleBox .number {
	top: 2.5rem;
}
#main .mission .imgBox.style01 .photoBox {
	margin: 13.6rem 0 0 8.3rem;
	width: 29.4rem;
}
#main .mission .imgBox.style02 .titleBox .number {
	top: -2.5rem;
	right: auto;
	left: -12.5rem;
}
#main .mission .imgBox.style02 .photoBox {
	margin: 14.9rem 20.7rem 0 0;
	width: 18.9rem;
}
#main .requirements {
	padding: 9.5rem 0 17rem;
}
#main .requirements .comText {
	margin-bottom: 6.3rem;
}
#main .requirements .faqList {
	margin-bottom: 15.5rem;
	padding: 0 0.5rem;
	gap: 3.4rem 0;
	align-items: flex-start;
}
#main .requirements .faqList li {
	width: calc((100% - 5rem) / 2);
	background : rgba(0, 104, 182, 0.2);
	
}
#main .requirements .faqList li .topBox {
	padding: 6.7rem 0 9rem;
	position: relative;
	cursor: pointer;
}
#main .requirements .faqList li .topBox::before {
	margin-left: -0.1rem;
	position: absolute;
	bottom: 4.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.3rem;
	height: 1.2rem;
	background: url(../img/common/icon05.png) no-repeat left top / 100%;
	content: '';
	transition: 0.3s;
}
#main .requirements .faqList li .topBox.on::before {
	opacity: 0;
	visibility: hidden;
}
#main .requirements .faqList li .topBox .picture {
	margin: 0 auto 5rem;
	width: 9.7rem;
}
#main .requirements .faqList li .topBox .comText {
	margin-bottom: 0;
}
#main .requirements .faqList li .subBox {
	margin: -4.8rem auto 3.9rem;
	padding: 2.2rem 0 0;
	position: relative;
	max-width: 32.6rem;
	display: none;
}
#main .requirements .faqList li .subBox::before {
	position: absolute;
	top: 0;
	left: 1.3rem;
	right: 1.3rem;
	height: 1px;
	background-color: #0068b6;
	content: '';
}
#main .requirements .faqList li .subBox .text {
	line-height: 2.12;
	text-align: justify;
}
#main .requirements .faqList li .subBox .close {
	position: absolute;
	bottom: -2.5rem;
	right: -2.3rem;
	width: 1.8rem;
	transition: 0.3s;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .requirements .faqList li .subBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .promise {
		padding: 3.2rem 0 2.5rem;
	}
	#main .promise .inner {
		margin-bottom: 0;
		display: block;
	}
	#main .promise .inner .textBox {
		width: auto;
	}
	#main .promise .inner .textBox .text {
		line-height: 1.82;
	}
	#main .promise .inner .textList {
		margin-top: 0;
		width: auto;
	}
	#main .promise .inner .textList li {
		margin-bottom: 0.9rem;
		padding: 0.2rem 1.3rem 0.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.04em;
	}
	#main .promise .inner .textList li::after {
		bottom: -0.8rem;
		left: 6.6rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	#main .promise .inner .textList li.style01 {
		margin-left: 2rem;
	}
	#main .promise .inner .textList li.style01::after {
		left: 4.6rem;
	}
	#main .promise .inner .textList li.style02 {
		margin-left: 4rem;
	}
	#main .promise .textImg {
		margin: 3.7rem 1.1rem 2.6rem 0.7rem;
		max-width: inherit;
	}
	#main .promise .textImg img {
		width: 100%;
	}
	#main .objective {
		padding: 3rem 0 2.5rem;
	}
	#main .objective .subInner:not(:last-child) {
		margin-bottom: 6.6rem;
	}
	#main .objective .comText {
		margin-bottom: 1.8rem;
	}
	#main .objective .imgBox {
		display: block;
	}
	#main .objective .imgBox .textBox {
		width: auto;
	}
	#main .objective .imgBox .textBox .text {
		line-height: 1.8;
	}
	#main .objective .imgBox .photo {
		margin: 0 3.7rem 1.7rem 4rem;
		width: auto;
	}
	#main .objective .imgBox .photo img {
		width: 100%;
	}
	#main .objective .imgBox .photo.style01 {
		margin: 3rem 3rem 1.9rem 1.8rem;
	}
	#main .mission {
		padding: 3.5rem 0 2.4rem;
		background: #d9e9f5;
	}
	#main .mission .imgBox {
		margin-bottom: 3.7rem;
		display: block;
	}
	#main .mission .imgBox .textBox {
		width: auto;
	}
	#main .mission .imgBox .textBox .titleBox .comText {
		margin-bottom: 1rem;
		text-align: center;
	}
	#main .mission .imgBox .textBox .titleBox .number {
		top: -0.6rem !important;
		right: auto !important;
		left: 3rem !important;
		font-size: 3.2rem;
	}
	#main .mission .imgBox .textBox .text {
		line-height: 1.8;
	}
	#main .mission .imgBox .photoBox {
		margin: 0 3.1rem 0.9rem 2.8rem;
		width: auto !important;
	}
	#main .mission .imgBox .photoBox img {
		width: 100%;
	}
	#main .mission .imgBox.style01 .photoBox {
		margin: 1.6rem 3.1rem 1.7rem 2.8rem;
	}
	#main .mission .imgBox.style02 .photoBox {
		margin: 1.9rem 3.1rem 1.7rem 2.8rem;
	}
	#main .requirements {
		padding: 2.9rem 0 3.6rem;
	}
	#main .requirements .headLine02 {
		padding-bottom: 0.2rem;
	}
	#main .requirements .comText {
		margin-bottom: 1.4rem;
	}
	#main .requirements .faqList {
		margin: 0 -0.2rem 4.5rem;
		padding: 0;
		display: block;
	}
	#main .requirements .faqList li {
		margin-bottom: 1.3rem;
		padding-bottom: 0.6rem;
		width: auto;
	}
	#main .requirements .faqList li .topBox {
		padding: 1.2rem 5.5rem 1.2rem 2.5rem;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		background: url(../img/common/icon06.png) no-repeat right 3.6rem top calc(50% + 0.5rem) / 1.7rem;
	}
	#main .requirements .faqList li .topBox::before {
		display: none;
	}
	#main .requirements .faqList li .topBox .picture {
		margin: 0 2.7rem 0 0;
		width: 4.5rem;
	}
	#main .requirements .faqList li .topBox .comText {
		margin-bottom: 0;
		padding-top: 0.7rem;
		font-size: 1.8rem;
	}
	#main .requirements .faqList li .subBox {
		margin: 0;
		padding: 2.2rem 2rem 4rem;
		max-width: inherit;
		display: none;
	}
	#main .requirements .faqList li .subBox .text {
		line-height: 1.8;
	}
	#main .requirements .faqList li .subBox .close {
		bottom: 1rem;
		right: 1.5rem;
	}
}