@charset "utf-8";
/*------------------------------------------------------------
	about-ma
------------------------------------------------------------*/
#main {
	padding-bottom: 12.6rem;
}
#main .pageTitle {
	margin-bottom: 12rem;
}
#conts .anchorBox {
	margin-bottom: 9.3rem;
	padding: 3.3rem 3.2rem;
	background: #E1E6EB;
	border-radius: 0.2rem;
}
#conts .anchorBox .title {
	margin-bottom: 1.4rem;
	color: #465055;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#conts .anchorBox .linkList li:not(:last-child) {
	margin-bottom: 1.4rem;
}
#conts .anchorBox .linkList li a {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#conts .anchorBox .linkList li a:hover {
	opacity: 0.7;
}
#conts .hTitle {
	margin-bottom: 4.1rem;
	padding-bottom: 0.2rem;
	display: flex;
	flex-wrap: nowrap;
	color: #0F52BA;
	font-size: 2.8rem;
	font-weight: 500;
	font-family:"ten-mincho-antique",sans-serif;
	letter-spacing: 0.168rem;
	border-bottom: 1px solid #000;
	line-height: 1.2;
}
#conts .hTitle .number {
	margin: -0.2rem 0.7rem 0 0;
	color: #A99975;
	font-size: 3rem;
	font-family:"neue-frutiger-world",sans-serif;
	letter-spacing: 0.18rem;
}
#conts .outText {
	margin-bottom: 1.4rem;
	line-height: 1.65;
	letter-spacing: 0.096rem;
	text-align: justify;
}
#conts .subInner:not(:last-child) {
	margin-bottom: 9.3rem;
}
#conts .subInner .textArea {
	padding: 2.5rem 2.5rem 2.3rem;
	position: relative;
	z-index: 5;
	background: #E1E6EB;
	border-radius: 0.4rem;
}
#conts .subInner .textArea .title {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	text-align: center;
	line-height: 1.65;
	font-feature-settings: normal;
	-moz-font-feature-settings: normal;
}
#conts .subInner .textArea .subTextUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .subInner .textArea .subTextUl li {
	position: relative;
	width: 50%;
}
#conts .subInner .textArea .subTextUl li::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 10rem;
	background: #A0AAAF;
	content: '';
}
#conts .subInner .textArea .subTextUl li:first-child {
	padding-right: 4rem;
}
#conts .subInner .textArea .subTextUl li:last-child {
	margin: 0;
	padding: 0 1rem 0 3.7rem;
}
#conts .subInner .textArea .subTextUl li:last-child::before {
	display: none;
}
#conts .subInner .textArea .subTextUl li .subTitle {
	margin-bottom: 1.1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #0F52BA;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.096rem;
}
#conts .subInner .textArea .subTextUl li .subTitle .ico {
	margin: -0.1rem 0.8rem 0.2rem 0;
	width: 2.6rem;
}
#conts .subInner .textArea .subTextUl li .text {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.12rem;
	font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	text-align: justify;
}
#conts .subInner .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
#conts .subInner .textList li {
	width: calc((100% - 8rem) / 3);
}
#conts .subInner .textList li .photo {
	margin: 0 auto 1.7rem;
	width: 8rem;
}
#conts .subInner .textList li .title {
	margin-bottom: 0.9rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
	text-align: center;
}
#conts .subInner .textList li .text {
	line-height: 1.65;
	text-align: center;
	letter-spacing: 0.096rem;
}
#conts .subInner .textUl {
	margin-top: 1.9rem;
}
#conts .subInner .textUl li {
	margin-bottom: 1.7rem;
	padding-bottom: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #A0AAAF;
}
#conts .subInner .textUl li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#conts .subInner .textUl li .lBox {
	width: 18rem;
}
#conts .subInner .textUl li .lBox .bigText {
	font-size: 2.4rem;
	letter-spacing: 0.144rem;
}
#conts .subInner .textUl li .lBox .en {
	color: #A0AAAF;
	font-size: 1.2rem;
	line-height: 1.65;
	letter-spacing: 0.072rem;
	font-family:"neue-frutiger-world",sans-serif;
}
#conts .subInner .textUl li .rBox {
	margin-top: 0.6rem;
	width: calc(100% - 18.9rem);
}
#conts .subInner .textUl li .rBox .title {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.108rem;
}
#conts .subInner .textUl li .rBox .text {
	font-size: 1.4rem;
	line-height: 1.65;
	letter-spacing: 0.084rem;
}
#conts .subInner .textBox {
	margin: 8.7rem 0 12.6rem;
	padding: 2.6rem 2rem 2.3rem;
	border-radius: 0.2rem;
	background: radial-gradient(161.16% 290.13% at 50% 50.32%, #E1E6EB 38.64%, #BCD4DD 87.5%);
}
#conts .subInner .textBox .title {
	margin-bottom: 1rem;
	color: #A99975;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.12rem;
	text-align: center;
}
#conts .subInner .textBox .text {
	color: #0F52BA;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.12rem;
	text-align: center;
}
@media all and (min-width: 769px) {
	#main .comContactBox {
		display: none;
	}
	#conts .comBtn.style01 {
		max-width: 70rem;
	}
	#conts .comBtn a .sub {
		padding: 0 1.7rem 0 4.5rem;
	}
	#conts .comBtn.style01 a .sub span {
		margin-bottom: 0.7rem;
	}
}
@media all and (min-width: 769px) and (max-width: 1270px) {
	#conts .subInner .textArea .subTextUl li:first-child {
		padding-right: 2rem;
	}
	#conts .subInner .textArea .subTextUl li:last-child {
		padding: 0 0 0 2rem;
	}
	#conts .subInner .textArea .subTextUl li .subTitle {
		margin-right: -1.5rem;
	}
	#conts .subInner .textList {
		gap: 2rem;
	}
	#conts .subInner .textList li {
		width: calc((100% - 4rem) / 3);
	}
}
@media all and (max-width: 768px) {
	#main {
		padding-bottom: 0;
	}
	#main .pageTitle {
		margin-bottom: 4rem;
	}
	#main .pageTitle .headLine01 {
		margin-bottom: 2.6rem;
	}
	#main .pageTitle .pho {
		margin-top: 3.7rem;
	}
	#conts .anchorBox {
		margin-bottom: 4rem;
	}
	#conts .anchorBox .title {
		margin-bottom: 1.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
	#conts .anchorBox .linkList li a {
		font-size: 1.5rem;
		letter-spacing: 0.09rem;
	}
	#conts .hTitle {
		margin-bottom: 4.1rem;
		padding-bottom: 0.7rem;
		font-size: 2.2rem;
		letter-spacing: 0.132rem;
		line-height: 1.5;
	}
	#conts .hTitle .number {
		margin: 0 0.7rem 0 0;
		font-size: 2.4rem;
		letter-spacing: 0.144rem;
	}
	#conts .outText {
		margin-bottom: 1.5rem;
		letter-spacing: 0.09rem;
	}
	#conts .subInner:not(:last-child) {
		margin-bottom: 4.1rem;
	}
	#conts .subInner .textArea {
		padding: 3.7rem 3.7rem 3.6rem;
	}
	#conts .subInner .textArea .title {
		margin: 0 -1rem 4rem;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
	#conts .subInner .textArea .subTextUl {
		display: block;
	}
	#conts .subInner .textArea .subTextUl li {
		margin-bottom: 4.2rem;
		padding: 0 !important;
		width: auto;
	}
	#conts .subInner .textArea .subTextUl li::before {
		display: none;
	}
	#conts .subInner .textArea .subTextUl li .text {
		font-size: 1.7rem;
		letter-spacing: 0.102rem;
	}
	#conts .subInner .textList {
		display: block;
	}
	#conts .subInner .textList li {
		margin-bottom: 2.3rem;
		width: auto;
	}
	#conts .subInner .textList li .photo {
		margin: 0 auto 0.9rem;
	}
	#conts .subInner .textList li .title {
		margin-bottom: 0;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
	#conts .subInner .textList li .text {
		letter-spacing: 0.09rem;
	}
	#conts .subInner .textUl {
		margin-top: 3.6rem;
	}
	#conts .subInner .textUl li {
		margin-bottom: 2.5rem;
		padding-bottom: 2.3rem;
		display: block;
	}
	#conts .subInner .textUl li .lBox {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	#conts .subInner .textUl li .lBox .bigText {
		margin-right: 0.6rem;
		font-size: 2rem;
		letter-spacing: 0.12rem;
	}
	#conts .subInner .textUl li .lBox .en {
		margin-bottom: 0.3rem;
		font-size: 1.1rem;
		letter-spacing: 0.066rem;
	}
	#conts .subInner .textUl li .rBox {
		margin-top: 0.8rem;
		width: auto;
	}
	#conts .subInner .textUl li .rBox .title {
		margin-bottom: -0.1rem;
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
	#conts .subInner .textUl li .rBox .text {
		font-size: 1.3rem;
		letter-spacing: 0.078rem;
	}
	#conts .subInner .textBox {
		margin: 4rem 0 4rem;
		padding: 1.8rem 1.6rem 1.6rem;
	}
	#conts .subInner .textBox .title {
		margin-bottom: 0.9rem;
		font-size: 1.7rem;
		letter-spacing: 0.102rem;
		text-align: left;
	}
	#conts .subInner .textBox .text {
		font-size: 1.7rem;
		letter-spacing: 0.102rem;
		text-align: justify;
	}
	#main .comContactBox {
		margin-top: 4rem;
	}
}