/* CSS Document */

#visual {
	width: 100%;
	position: relative;
}
#visual .image {
	width: calc( 100vw * ( 1498 / 1918 ));
}
#visual .image img {
	width: 100%;	
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	#visual .image {
		width: calc( 100vw * ( 665 / 730 ));
	}
}

.page-title-wrap {
	padding-top: 100px;
	padding-bottom: 150px;
}
.page-title-wrap h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.page-title-wrap h2 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.page-title-wrap h2 span.en {
	padding: 0 0 40px 0;
}
.page-title-wrap h2 span.en img {
	width: 260px;
}
.page-title-wrap h2 span.ja {
	font-size: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 100 / 1024 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 40 / 1024 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 286 / 1024 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 1024 ));
	}
}
@media only screen and (max-width: 767px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 67 / 730 ));
		padding-bottom: calc( 100vw * ( 130 / 730 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 30 / 730 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 320 / 730 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 730 ));
	}
}

.heading-center-eng {
	padding-bottom: 40px;
}
.heading-center-eng h3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.heading-center-eng h3 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.heading-center-eng h3 span.en {
	font-size: 40px;
	letter-spacing: 0.2rem;
	padding-bottom: 30px;
}
.heading-center-eng h3 span.ja {
	font-size: 28.5px;
}

@media only screen and (max-width: 1024px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 40 / 1024 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 1024 ));
		padding-bottom: calc( 100vw * ( 30 / 1024 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 1024 ));
	}
}

@media only screen and (max-width: 767px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 70 / 730 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 730 ));
		padding-bottom: calc( 100vw * ( 30 / 730 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 730 ));
	}
}


/* reason
-------------------------------------------------------------*/

#reason {
	padding-bottom: 115px;
}
#reason h4 {
	color: #e78513;
	font-size: 36px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#reason p {
	text-align: center;
	font-size: 28px;
	margin: 50px 0 0 0;
	padding: 0;
}

ul.linebox {
	width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0 auto;
	padding: 0;
}
ul.linebox li {
	width: 320px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #e78513;
	color: #e78513;
	padding: 0.5em;
	font-size: 22px;
}

ol.kadomaru {
	width: 670px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	display: flex;
	flex-direction:column;
}
ol.kadomaru li {
	display: flex;
	align-items: center;
	background-color: #e7875d;
	color: #fff;
	border-radius: 35px;
	margin-bottom: 65px;
	padding: 20px 40px;
	font-size: 26px;
}
ol.kadomaru li:last-child {
	margin-bottom: 0;
}
ol.kadomaru li span {
	background-color: #fff;
	color: #e7875d;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;

	width: 61px;
	height: 61px;
	font-size: 40px;
	padding: 20px;
	margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
	#reason {
		padding-bottom: calc(100vw * (115 / 1024));
	}
	#reason h4 {
		font-size: calc(100vw * (36 / 1024));
	}
	#reason p {
		font-size: calc(100vw * (28 / 1024));
		margin: calc(100vw * (50 / 1024)) 0 0 0;
	}

	ul.linebox {
		width: 96%;
		margin: calc(100vw * (40 / 1024)) auto 0 auto;
	}
	ul.linebox li {
		width: calc(100% / 3.1);
		font-size: calc(100vw * (22 / 1024));
	}
	
	ol.kadomaru {
		width: calc(100vw * (670 / 1024));
		margin-top: calc(100vw * (70 / 1024));
	}
	ol.kadomaru li {
		border-radius: calc(100vw * (35 / 1024));
		margin-bottom: calc(100vw * (65 / 1024));
		padding: calc(100vw * (20 / 1024)) calc(100vw * (40 / 1024));
		font-size: calc(100vw * (26 / 1024));
	}
	ol.kadomaru li span {
		width: calc(100vw * (61 / 1024));
		height: calc(100vw * (61 / 1024));
		font-size: calc(100vw * (40 / 1024));
		padding: calc(100vw * (20 / 1024));
		margin-right: calc(100vw * (20 / 1024));
	}

}

@media only screen and (max-width: 767px) {
	#reason {
		padding-bottom: calc(100vw * (85 / 730));
	}
	#reason h4 {
		font-size: calc(100vw * (40 / 730));
	}
	#reason p {
		width: calc(100vw * (600 / 730));
		font-size: calc(100vw * (26 / 730));
		margin: calc(100vw * (55 / 1024)) auto 0 auto;
		text-align: left;
	}
	#reason p.txt2 {
		text-align: center;
	}
	ul.linebox {
		width: calc(100vw * (600 / 730));
		margin: calc(100vw * (40 / 730)) auto 0 auto;
		justify-content: center;
		flex-wrap: wrap;
		gap: calc(100vw * (35 / 730));
	}
	ul.linebox li {
		width: calc(100vw * (281 / 730));
		font-size: calc(100vw * (31 / 730));
	}
	ul.linebox li:nth-child(2) {
		width: calc(100vw * (400 / 730));
		order: -1;
	}
	
	ol.kadomaru {
		width: calc(100vw * (600 / 730));
		margin-top: calc(100vw * (70 / 730));
	}
	ol.kadomaru li {
		border-radius: calc(100vw * (30 / 730));
		margin-bottom: calc(100vw * (65 / 730));
		padding: calc(100vw * (20 / 730)) calc(100vw * (30 / 730));
		font-size: calc(100vw * (22 / 730));
	}
	ol.kadomaru li span {
		width: calc(100vw * (58 / 730));
		height: calc(100vw * (58 / 730));
		font-size: calc(100vw * (38 / 730));
		padding: calc(100vw * (20 / 730));
		margin-right: calc(100vw * (20 / 730));
	}

}

/* six_points
-------------------------------------------------------------*/

#six_points {
	background-color: #efefef;
	padding: 120px 0;
}
#six_points .inner {
	width: 1110px;
}

.upper-block {
	width: 740px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
.bottom-block {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.point-card {
	width: 370px;
	text-align: center;
	position: relative;
}
.point-card p {
	margin-top: 0;
	line-height: 1.4;
	font-size: 15px;
}
.bottom-block .point-card {
	width: 300px;
}
.point-card .num {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 0.05em;
	color: #f18700;
}
.point-card h3 {
	font-size: 2.05rem;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -0.02em; 
	color: #f18700;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
	padding: 18px 0; 
	margin-top: 0;
	margin-bottom: 22px;
	display: inline-block;
}
.point-card h3::before,
.point-card h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 1px;
	background-color: #b5b5b5;
}
.point-card h3::before { top: 0; }
.point-card h3::after { bottom: 0; }
.point-card p {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9rem; 
	line-height: 1.85; 
	text-align: justify;
	word-break: break-all;
}

.svg-interactive-area {
	position: relative;
	max-width: 822px; 
	margin: 20px auto;
	aspect-ratio: 822.08 / 675; 
	container-type: inline-size;
	
	background-image: url('../bunjyo/line.svg');
	background-size: 822px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg-svg svg {
	overflow: visible;
}

.responsive-card {
	width: 34cqw; 
	text-align: center;
	position: relative;
}

.responsive-card .num {
	font-size: 7.8cqw; 
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 1cqw;
	letter-spacing: 0.05em;
	color: #f18700;
}
.responsive-card h3 {
	font-size: 4cqw; 
	font-weight: 900;  
	line-height: 1.35;
	letter-spacing: -0.02em; 
	color: #f18700;

	width: 43.8cqw;
	margin-left: -4.9cqw;
	position: relative;
	padding: 2.2cqw 0; 
	margin-top: 0;
	margin-bottom: 2.6cqw;
	display: inline-block;
}

.responsive-card h3::before,
.responsive-card h3::after {
	content: "";
	position: absolute;
	left: 4.9cqw; 
	width: 34cqw; 
	height: 1px;
	background-color: #b5b5b5; 
}
.responsive-card h3::before { top: 0; }
.responsive-card h3::after { bottom: 0; }

.responsive-card p {
	font-size: 1.75cqw; 
	line-height: 1.85; 
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all; 
	width: 100%; 
}

.card-3 {
	position: absolute;
	top: 0; 
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media only screen and (max-width: 1180px) {
	#six_points {
		padding: calc(100vw * (120 / 1180)) 0;
	}
	#six_points .inner {
		width: calc(100vw * (1110 / 1180));
	}
	.upper-block {
		width: calc(100vw * (740 / 1180));
		margin-top: calc(100vw * (60 / 1180));
	}
	
	.bottom-block {
		width: calc(100vw * (1110 / 1180));
	}
	.point-card {
		width: calc(100vw * (370 / 1180));
	}
	.bottom-block .point-card {
		width: calc(100vw * (300 / 1180));
	}
	.point-card .num {
		margin-bottom: calc(100vw * (10 / 1180));
		font-size: calc(100vw * (80 / 1180));
	}
	.point-card h3 {
		padding: calc(100vw * (18 / 1120)) 0; 
		margin-bottom: calc(100vw * (22 / 1180));
		font-size: calc(100vw * (35 / 1180));
	}
	.point-card h3::before,
	.point-card h3::after {
		width: calc(100vw * (300 / 1180));
	}
	.point-card h3::before { top: 0; }
	.point-card h3::after { bottom: 0; }
	.point-card p {
		width: calc(100vw * (300 / 1180));
	}
	.point-card p {
		font-size: calc(100vw * (15 / 1180));
	}
	.svg-interactive-area {
		max-width: calc(100vw * (822 / 1180));
		margin: calc(100vw * (20 / 1180)) auto;
		background-size: calc(100vw * (822 / 1180));
	}

}

@media only screen and (max-width: 767px) {
	#six_points {
		padding: calc(100vw * (120 / 730)) 0;
	}
	#six_points .inner {
		width: 100%;
	}
	#six_points .heading-center-eng h3 span.ja {
		font-size: calc(100vw * (24 / 730));
	}
	
	.upper-block {
		flex-direction: column;
		width: calc(100vw * (600 / 730));
		margin-top: calc(100vw * (60 / 730));
	}
	.bottom-block {
		flex-direction: column;
		width: calc(100vw * (600 / 730));
	}
	
	.svg-interactive-area {
		max-width: none; 
		margin: 0 auto;
		aspect-ratio: auto;
		background-image: none;
	}
	.bg-svg {
		position: static;
		width: calc(100vw * (600 / 730));
		margin: 0 auto;
	}
	.card-3 {
		position: static;
		width: calc(100vw * (600 / 730));
		margin: 0;
		padding: 0;
		transform: translateX(0);
	}
	
	.point-card {
		width: calc(100vw * (600 / 730));
		margin-bottom: calc(100vw * (50 / 730));
	}
	.bottom-block .point-card {
		width: calc(100vw * (600 / 730));
	}
	.point-card .heading-wrap {
		width: calc(100vw * (600 / 730));
		border-top: 1px solid #b5b5b5;
		border-bottom: 1px solid #b5b5b5;
		display: flex;
		align-items: center;
		flex: 1;
		margin-bottom: calc(100vw * (20 / 730));
	}
	
	.point-card .num {
		width: 1.2em;
		font-size: calc(100vw * ( 80 / 730 ));
		margin-bottom: 0;
		padding: 0.2em 0 0.3em 0;
	}
	.point-card h3 {
		font-size: calc(100vw * ( 38 / 730 ));
		margin: 0;
	}
	.point-card h3::before,
	.point-card h3::after {
		display: none;
	}
	.point-card p {
		width: 100%;
		font-size: calc(100vw * ( 22 / 730 ));
	}


	.card-1 h3 br { display: none; }
	.card-4 h3 br { display: none; }
	.card-6 h3 br { display: none; }
	
}



/* task-content
----------------------------------------------------------------*/

#task-content {
	background-color: #f5eedf;
}
#task-content .outer {
	overflow: hidden;
}
.management-task {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
	position: relative;
}
.management-wrap-flex {
	display: flex;
	padding-bottom: 110px;
}
.management-task .text-wrap {
	width: 520px;
	position: relative;
	z-index: 1;
}
.management-task .text-wrap h3 {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f18700;
	margin-bottom: 40px;
}
.management-task .text-wrap h3 span.en {
	font-size: 28px;
	color: #f18700;
}
.management-task .text-wrap h3 span.ja {
	font-size: 40px;
	color: #f9b700;
}
.management-task .text-wrap p {
	line-height: 1.8;
}
.management-task .image-wrap {
	width: 777px;
	position: absolute;
	top: 0;
	left: 668px;
	z-index: 0;
}

.management-item-flex {
	display: flex;
	justify-content: space-between;
	gap: 56px 37px;
	flex-wrap: wrap;
	
	padding-bottom: 130px;
}
.management-item {
	width: 298px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}
.management-item h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 1em;
}
.management-task .management-item h4 {
	background-color: #f18700;
}
.management-item p {
	font-size: 17px;
	padding: 1.2em;
	margin: 0;
	line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
	.management-task {
		width: calc(100vw * (970 / 1024));
		padding-top: calc(100vw * (150 / 1024));
	}
	.management-wrap-flex {
		padding-bottom: calc(100vw * (110 / 1024));
	}
	.management-task .text-wrap {
		width: calc(100vw * (520 / 1024));
	}
	
	.management-task .text-wrap h3 {
		padding-top: calc(100vw * (16 / 1024));
		padding-bottom: calc(100vw * (30 / 1024));
		margin-bottom: calc(100vw * (40 / 1024));
	}
	.management-task .text-wrap h3 span.en {
		font-size: calc(100vw * (28 / 1024));
	}
	.management-task .text-wrap h3 span.ja {
		font-size: calc(100vw * (40 / 1024));
	}

	.management-task .image-wrap {
		width: calc(100vw * (777 / 1024));
		left: calc(100vw * (668 / 1024));
	}
	.management-task .image-wrap img {
		width: calc(100vw * (777 / 1024));
	}

	.management-item-flex {
		gap: calc(100vw * (56 / 1024)) calc(100vw * (37 / 1024));
		padding-bottom: calc(100vw * (130 / 1024));
	}
	.management-item {
		width: calc(100vw * (298 / 1024));
		border-radius: calc(100vw * (20 / 1024));
	}
	.management-item h4 {
		font-size: calc(100vw * (22 / 1024));
	}
	.management-item p {
		font-size: calc(100vw * (17 / 1024));
	}

}

@media only screen and (max-width: 767px) {
	.management-task {
		width: 100%;
		padding-top: 0;
	}
	.management-wrap-flex {
		flex-direction: column-reverse;
		padding-bottom: calc(100vw * (110 / 730));
	}
	.management-task .text-wrap {
		width: calc(100vw * (600 / 730));
		margin-left: auto;
		margin-right: auto;
	}
	.management-task .image-wrap {
		width: 100%;
		position: static;
	}
	.management-task .image-wrap img {
		width: 100%;
	}
	
	.management-task .text-wrap h3 {
		padding-top: calc(100vw * (70 / 730));
		padding-bottom: calc(100vw * (30 / 730));
		margin-bottom: calc(100vw * (40 / 730));
		text-align: center;
	}
	
	.management-task .text-wrap h3 span.en {
		font-size: calc(100vw * (31 / 730));
		padding-bottom: calc(100vw * (20 / 730));
	}
	.management-task .text-wrap h3 span.ja {
		font-size: calc(100vw * (40 / 730));
	}
	
	.management-task .text-wrap p {
		font-size: calc(100vw * (25 / 730));
	}
	
	.management-item-flex {
		flex-direction: column;
		align-items: center;
		gap: 56px 37px;
		padding-bottom: 130px;
	}
	.management-item {
		width: calc(100vw * (600 / 730));
		border-radius: calc(100vw * (20 / 730));
	}
	.management-item h4 {
		font-size: calc(100vw * (32 / 730));
	}
	.management-item p {
		font-size: calc(100vw * (24 / 730));
	}
	
}

/* point
----------------------------------------------------------------*/

#point {
	background-image: url('../bunjyo/bg_bunjyo.svg');
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.point-wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
}
.point-wrap .text-wrap h3 {
	margin: 0;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 36px;
	border-bottom: 1px solid #fff;
}
.point-wrap .text-wrap p {
	font-size: 18px;
	line-height: 1.6;
	margin: 1em 0;
}
.detail-wrap img {
	width: 141px;
}

@media only screen and (max-width: 1024px) {
	.point-wrap {
		width: calc(100vw * (970 / 1024));
		padding: calc(100vw * (40 / 1024)) 0;
	}
	
	.point-wrap .text-wrap h3 {
		font-size: calc(100vw * (36 / 1024));
	}
	.point-wrap .text-wrap p {
		font-size: calc(100vw * (18 / 1024));
	}
	.detail-wrap img {
		width: calc(100vw * (141 / 1024));
	}
	
}

@media only screen and (max-width: 767px) {
	#point {
		background-image: url('../bunjyo/bg_bunjyo-sp.svg');
	}
	.point-wrap {
		width: calc(100vw * (600 / 730));
		padding: calc(100vw * (50 / 730)) 0;
	}
	
	.point-wrap .text-wrap h3 {
		font-size: calc(100vw * (38 / 730));
	}
	.point-wrap .text-wrap p {
		font-size: calc(100vw * (24 / 730));
	}
	.detail-wrap {
		width: calc(100vw * (600 / 730));
	}
	.detail-wrap img {
		width: 100%;
	}
}
