@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
body #container {
	position: relative;
}
body #container::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 500px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #fff;
	content: "";
	z-index: -1;
}
#container h3.sub .en {
	display: block;
}
/**/
#reason .features {
	position: relative;
}
#reason .features .ico {
	position: absolute;
	right: 0;
	top: -80px;
}
#reason .features .ttl img {
	width: 400px;
}
#reason .features dl {
	position: relative;
	margin-bottom: 60px;
	padding: 15px 0 0 100px;
}
#reason .features dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	padding-left: 0.2em;
	background: var(--color-secondary) url("../img/reason/bg_dot.png");
	border-radius: 50%;
	color: #fff;
	font-size: 49px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 0.1em;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#reason .features dt::before {
	position: absolute;
	top: -6px;
	left: -6px;
	display: block;
	width: 170px;
	height: 170px;
	border: 2px solid #f8b500;
	border-radius: 50%;
	content: "";
}
#reason .features dd {
	padding: 30px;
	padding-left: 100px;
	background: #b2b49c;
	border-radius: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}
#reason .features dd .fs {
	font-size: 16px;
}
#reason .features dd li {
	position: relative;
	padding-left: 20px;
}
#reason .features dd li+li {
	margin-top: 0.2em;
}
#reason .features dd li::before {
	position: absolute;
	top: 0.6em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: var(--color-secondary);
	content: "";
	transform: rotate(45deg)
}
/**/
/*#reason .reason::before {
	top: 0;
	height: 700px;
}*/
#reason .reason::before {
	top: -90px;
	height: 1740px;
}
/*#reason .reason::after {
	background: #b2b49c;
	top: 700px;
	height: calc(100% - 550px);
}*/
#reason .reason::after {
	background: #b2b49c;
	top: 1040px;
	height: calc(100% - 550px);
}
#reason .reason .txt {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	transform: translateY(-50%);
	text-align: center;
}
#reason .reason .drawing {
	text-align: center;
}
#reason .reason .drawing img {
	width: 752px;
	max-width: 100%;
}
#reason .reason h4 {
	position: relative;
	margin-top: 70px;
	margin-bottom: 1em;
	padding-left: 70px;
	font-size: 28px;
	letter-spacing: 0.1em;
}
#reason .reason h4 b {
	position: absolute;
	top: -5px;
	left: 0;
	width: 50px;
	height: 50px;
	background: #17181c;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#reason .reason h4 span {
	position: relative;
	display: inline-block;
}
#reason .reason h4 span:has(img) {
	padding-right: 140px;
}
#reason .reason h4 span img {
	position: absolute;
	top: 20%;
	right: 0;
	transform: translateY(-50%);
}
#reason .reason dl {
	padding: 50px;
	background: #fff;
	border-radius: 20px;
}
#reason .reason dt {
	margin-bottom: 1em;
	color: #666666;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#reason .reason dl+p {
	margin: 5px 0 0;
	color: #fff;
	font-size: 90%;
}
/**/
#reason .birth {
	padding: 70px;
	padding-left: 0;
	z-index: 2;
}
#reason .birth::before {
	left: auto;
	right: 0;
	margin-right: 0;
	background: #f2f2ec;
	border-radius: 0 90px 0 0;
}
#reason .birth .in {
	position: relative;
}
#reason .birth p {
	line-height: 2.2em;
}
#reason .birth p:nth-last-of-type(1) {
	margin-bottom: 0;
}
#reason .birth .photo img {
	width: 250px;
}
#reason .birth .logo {
	text-align: right;
}
#reason .birth .logo img {
	width: 252px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#reason .features .ttl {
		padding-left: 100px;
	}
	#reason .birth .photo img {
		position: absolute;
		top: -30px;
		right: 0;
		z-index: -1;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#reason .birth .logo {
		position: relative;
		transform: translateY(-100%);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#reason .features .ttl img {
		width: 270px;
	}
	#reason .birth .photo {
		width: 200px;
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#reason .features .ico {
		top: -48px;
	}
	#reason .features .ico img {
		width: 250px;
	}
	#reason .features dd {
		font-size: 25px;
	}
	#reason .reason dl {
		padding: 30px;
	}
	#reason .birth .logo img {
		width: 180px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#reason .features .ico {
		top: -40px;
	}
	#reason .features .ico img {
		width: 180px;
	}
	#reason .features .ttl img {
		width: 180px;
	}
	#reason .features dl {
		margin-bottom: 20px;
		padding: 80px 0 0 40px;
	}
	#reason .features dt {
		width: 110px;
		height: 110px;
		font-size: 35px;
	}
	#reason .features dt::before {
		width: 120px;
		height: 120px;
	}
	#reason .features dd {
		padding: 20px;
		padding-left: 40px;
		font-size: 20px;
	}
	#reason .features dd .fs {
		font-size: 14px;
	}
	#reason .features dd li+li {
		margin-top: 0.5em;
	}
	#reason .features dd li::before {
		width: 6px;
		height: 6px;
	}
	/**/
	#reason .reason::before {
		top: 0px;
		height: 300px;
	}
	#reason .reason::after {
		top: 300px;
		height: calc(100% - 160px);
	}
	#reason .reason h4 {
		margin-top: 50px;
		margin-bottom: 0.8em;
		padding-left: 55px;
		font-size: 22px;
	}
	#reason .reason h4 b {
		top: -3px;
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	#reason .reason h4 span:has(img) {
		padding-right: 70px;
	}
	#reason .reason h4 span img {
		width: 61px;
	}
	#reason .reason dl {
		padding: 20px;
	}
	#reason .reason dt {
		font-size: 120%;
		line-height: 1.5;
	}
	/**/
	#reason .birth {
		padding: 30px 20px;
		padding-left: 0;
	}
	#reason .birth::before {
		border-radius: 0 60px 0 0;
	}
	#reason .birth .photo {
		margin-bottom: 20px;
		text-align: center;
	}
	#reason .birth .photo img {
		width: 200px;
	}
	#reason .birth .logo {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#reason .features .ico {
		top: -40px;
	}
	#reason .features .ico img {
		width: 150px;
	}
	#reason .features .ttl img {
		width: 150px;
	}
}