@charset "utf-8";
/*------------------------------------------------------------
	correction
------------------------------------------------------------*/
#conts .common-bg {
	padding: 92px 0 0;
}
#conts .headline01 {
	margin-bottom: 25px;
}
#conts .img-box {
	margin-bottom: 76px;
	display: flex;
	gap: 37px;
	align-items: flex-start;
}
#conts .img-box .photo-box {
	margin-top: 5px;
	width: 484px;
	position: relative;
}
#conts .img-box .photo-box01 p,#conts .img-box .photo-box02 p {
	position: absolute;
	font-weight: bold;
}
#conts .img-box .photo-box01 p {
	letter-spacing: 0.05em;
}
#conts .img-box .photo-box01 .txt01 {
	left: 31%;
	top: 8%;
	color: #16AB5C;
}
#conts .img-box .photo-box01 .txt02 {
	left: 8.5%;
	top: 71%;
	color: #D20507;
}
#conts .img-box .photo-box01 .txt03 {
	right: 16.5%;
	bottom: 32%;
	color: #2F96F0;
}
#conts .img-box .photo-box .switch {
	margin: 30px 0 0;
	display: flex;
	background-color: #fff;
}
#conts .img-box .photo-box02 p {
	color: #fff;
	font-size: 1rem;
}
#conts .img-box .photo-box02 .txt01 {
	left: 56.5%;
	top: 41%;
	font-size: 1.1rem;
	line-height: 1.1;
	text-align: center;
}
#conts .img-box .photo-box02 .txt02 {
	top: 27%;
	left: 58%;
	font-size: 1.6rem;
}
#conts .img-box .photo-box02 .txt03 {
	top: 57%;
	left: 56%;
	font-size: 1.6rem;
}
#conts .img-box .photo-box02 .txt04 {
	left: 2%;
	top: 41%;
	color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}
#conts .img-box .photo-box02 .txt05 {
	left: 3%;
	top: 25%;
	font-size: 1.35rem;
	line-height: 1;
	text-align: center;
}
#conts .img-box .photo-box02 .txt06 {
	left: 5%;
	top: 56%;
	font-size: 1.35rem;
	line-height: 1;
	text-align: center;
}
#conts .img-box .photo-box02 .txt07 {
	top: 2.5%;
	left: 35%;
}
#conts .img-box .photo-box02 .txt08 {
	top: 11%;
	left: 35.5%;
	font-size: 0.9rem;
}
#conts .img-box .photo-box02 .txt09 {
	top: 2.5%;
	left: 55%;
}
#conts .img-box .photo-box02 .txt10 {
	top: 11%;
	left: 59%;
	font-size: 0.9rem;
}
#conts .img-box .photo-box02 .txt11 {
	top: 2.5%;
	right: 3%;
}
#conts .img-box .photo-box02 .txt12 {
	top: 11%;
	right: 5%;
	font-size: 0.9rem;
}
#conts .img-box .photo-box02 .txt13 {
	bottom: 2%;
	right: 2%;
	font-size: 0.85rem;
	opacity: 0.6;
}
#conts .img-box .photo-box02 .txt14 {
	bottom: 20%;
	left: 46%;
	font-size: 0.9rem;
}
#conts .img-box .photo-box02 .txt15 {
	bottom: 13%;
	left: 45%;
}
#conts .img-box .photo-box02 .txt16 {
	bottom: 20%;
	right: 17%;
	font-size: 0.9rem;
}
#conts .img-box .photo-box02 .txt17 {
	bottom: 13%;
	right: 12%;
	font-size: 0.9rem;
}
#conts .img-box .photo-box02 .txt17 sup {
	font-size: 0.5rem;
}
#conts .img-box .photo-box .switch span {
	width: 50%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	background-color: #2c2c2c;
	border: 2px solid transparent;
	cursor: pointer;
	text-align: center;
}
#conts .img-box .photo-box .switch span.active {
	border-color: #fff;
	background-color: #b90000;
}
#conts .img-box .text-box {
	flex: 1;
}
#conts .img-box .text-box p {
/*	text-align: justify;*/
	line-height: 1.625;
	letter-spacing: 0.08em;
}
#conts .reason .img-box .photo-box .photo {
	aspect-ratio: 484/300;
	overflow: hidden;
}
#conts .reason .img-box .photo-box .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#conts .effect {
	margin-bottom: 100px;
}
@media all and (min-width: 768px) {
	#conts .img-box .photo-box .switch span:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-top: 50px;
	}
	#conts .img-box {
		margin-bottom: 46px;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 15px;
	}
	#conts .img-box .text-box p {
		line-height: 1.5;
	}
	#conts .img-box .photo-box {
		width: auto;
	}
	#conts .img-box .photo-box .switch {
		margin-top: 15px;
	}
	#conts .img-box .photo-box .switch span {
		min-height: 42px;
		font-size: 1.6rem;
	}
	#conts .effect {
		margin-bottom: 50px;
	}
	#conts .img-box .photo-box01 p {
		font-size: 3vw;
	}
	#conts .img-box .photo-box02 p {
		font-size: 1.9vw;
	}
	#conts .img-box .photo-box02 .txt01 {
		font-size: 2vw;
	}
	#conts .img-box .photo-box02 .txt02 {
		font-size: 3vw;
	}
	#conts .img-box .photo-box02 .txt03 {
		font-size: 3vw;
	}
	#conts .img-box .photo-box02 .txt04 {
		font-size: 2vw;
	}
	#conts .img-box .photo-box02 .txt05 {
		font-size: 2.3vw;
	}
	#conts .img-box .photo-box02 .txt06 {
		font-size: 2.3vw;
	}
	#conts .img-box .photo-box02 .txt08,#conts .img-box .photo-box02 .txt10,#conts .img-box .photo-box02 .txt12,#conts .img-box .photo-box02 .txt13,#conts .img-box .photo-box02 .txt14,#conts .img-box .photo-box02 .txt16,#conts .img-box .photo-box02 .txt17 {
		font-size: 1.7vw;
	}
	#conts .img-box .photo-box02 .txt17 sup {
		font-size: 0.7vw;
	}
	#conts .img-box .photo-box02 .txt07,#conts .img-box .photo-box02 .txt09,#conts .img-box .photo-box02 .txt11 {
		top: 3.5%;
	}
	#conts .img-box .photo-box02 .txt15,#conts .img-box .photo-box02 .txt17 {
		bottom: 13%;
	}
}