@charset "UTF-8";


	
	
/* language
--------------------- */
#language {
	position: fixed;
	top: 110px;
	right: 20px;
	z-index: 4;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
	#language #linkSelect {
		width: 220px;
		height: 46px;
		padding: 0 20px;
		border-radius: 23px;
		border: none;
		background: #000 url("../../common/img/icon_arrow_language.svg") no-repeat right 7px center;
		font-size: 1.4rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		color: #fff;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}


	
	
/* profile
--------------------- */
#profile .pht-text {
	margin-bottom: 40px;
}
	#profile .pht-text .text {
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
		margin-right: 50px;
		order: 1;
	}
		#profile .pht-text .text .txt {
			margin-bottom: 15px;
		}
		#profile .pht-text .text .txt:nth-last-child(1) {
			margin-bottom: 0;
		}

	#profile .pht-text .pht {
		width: 220px;
		order: 2;
	}
		#profile .pht-text .pht img {
			border-radius: 10px;
		}


	
	
/* group
--------------------- */
#group .list a.linkbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	background: #FFF4F4 url("../../common/img/icon_arrow_red.svg") no-repeat right 30px center;
	border-radius: 20px;
	padding: 30px 80px 30px 30px;
}
#group .list a.linkbox:nth-child(2n) {
	margin-right: 0;
}
#group .list a.linkbox:hover {
	background: #DE0000 url("../../common/img/icon_arrow_white.svg") no-repeat right 25px center;
	color: #fff;
}
	#group .list a.linkbox h3 {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3em;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#group .list a.linkbox:hover h3 {
		color: #fff;
	}

	#group .list a.linkbox .txt {
		margin-top: 3px;
	}


	
	
/* organization-chart
--------------------- */
#organization-chart .chart {
	border-radius: 20px;
	border: solid 1px #ddd;
	padding: 20px 30px;
}


	
	
/* history
--------------------- */
#history .text {
	margin-bottom: 40px;
}
	#history .text .txt {
		margin-bottom: 15px;
	}
	#history .text .txt:nth-last-child(1) {
		margin-bottom: 0;
	}


	
	
/* faq
--------------------- */
.faq dl {
	background: #FFF4F4;
	border-radius: 20px;
	margin-bottom: 20px;
}
.faq dl:nth-last-child(1) {
	margin-bottom: 0;
}
	.faq dl dt {
		padding: 20px 30px 20px 70px;
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.4em;
		position: relative;
		cursor: pointer;
	}
	.faq dl dt.active {
		color: #DE0000;
	}
	.faq dl dt:before {
		content: "Q";
		font-family: "Roboto", serif;
		font-size: 2.2rem;
		font-weight: 500;
		color: #DE0000;
		position: absolute;
		top: 20px;
		left: 30px;
	}
		.faq dl dt span {
			display: block;
			padding-right: 40px;
			position: relative;
		}
		.faq dl dt span:before {
			content: "";
			width: 20px;
			height: 1px;
			background: #000;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -0.5px;
		}
		.faq dl dt span:after {
			content: "";
			width: 1px;
			height: 20px;
			background: #000;
			position: absolute;
			top: 50%;
			right: 9.5px;
			margin-top: -10px;
		}
		.faq dl dt.active span:after {
			display: none;
		}

	.faq dl dd {
		display: none;
		padding: 0 30px 20px 70px;
		position: relative;
	}
	.faq dl dd:before {
		content: "A";
		font-family: "Roboto", serif;
		font-size: 2.2rem;
		font-weight: 500;
		color: #000;
		position: absolute;
		top: -2px;
		left: 30px;
	}
		.faq dl dd a {
			color: #DE0000;
			text-decoration: underline;
		}
		.faq dl dd a:hover {
			text-decoration: none;
		}


	
	
/* area-map
--------------------- */
#area-map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 6;
	border-radius: 20px;
}

#area-map .step {
	margin-top: 25px;
}
	#area-map .step .row {
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: dashed 1px #ddd;
		text-align: center;
		position: relative;
	}
	#area-map .step .row:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#area-map .step .row:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #de0000 transparent transparent transparent;
		border-width: 15px 15px 0px 15px;
		position: absolute;
		bottom: -7.5px;
		left: 50%;
		margin-left: -15px;
	}
	#area-map .step .row:nth-last-child(1):before {
		
		display: none;
	}
		#area-map .step .row .pht {
			max-width: 479px;
			margin: 0 auto;
			margin-bottom: 15px;
		}

		#area-map .step .row .txt {
			line-height: 1.7em;
		}
			#area-map .step .row .txt a {
				text-decoration: underline;
				color: #DE0000;
			}
			#area-map .step .row .txt a:hover {
				text-decoration: none;
			}

		#area-map .step .row .sub-txt {
			margin-top: 5px;
		}


	

/* neighborhood-map
--------------------- */
#neighborhood-map .map {
	border: solid 1px #ddd;
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 45px;
}

#neighborhood-map .step .box:nth-child(1) {
	width: 33.5%;
}
#neighborhood-map .step .box:nth-child(2) {
	width: 62%;
}
	#neighborhood-map .step .box h3 {
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 15px;
	}

	#neighborhood-map .step .box .pht {
		margin-bottom: 12px;
	}





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


	
	
/* language
--------------------- */
#language {
	top: 100px;
}
	#language #linkSelect {
		width: 170px;
	}


	
	
/* profile
--------------------- */
#profile .pht-text {
	margin-bottom: 35px;
}
	#profile .pht-text .text {
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
		margin-right: 40px;
	}
		#profile .pht-text .text .txt {
			margin-bottom: 12px;
		}

	#profile .pht-text .pht {
		width: 230px;
	}


	
	
/* group
--------------------- */
#group .list a.linkbox {
	background: #FFF4F4 url("../../common/img/icon_arrow_red.svg") no-repeat right 25px center;
	border-radius: 15px;
	padding: 25px 80px 25px 25px;
}
#group .list a.linkbox:hover {
	background: #DE0000 url("../../common/img/icon_arrow_white.svg") no-repeat right 20px center;
}
	#group .list a.linkbox h3 {
		font-size: 2.0rem;
	}


	
	
/* organization-chart
--------------------- */
#organization-chart .chart {
	border-radius: 15px;
	padding: 20px 20px;
}


	
	
/* history
--------------------- */
#history .text {
	margin-bottom: 35px;
}
	#history .text .txt {
		margin-bottom: 12px;
	}


	
	
/* faq
--------------------- */
.faq dl{
	border-radius: 15px;
}
	.faq dl dt {
		font-size: 1.8rem;
	}
	.faq dl dt:before {
		font-size: 2.0rem;
	}

	.faq dl dd:before {
		font-size: 2.0rem;
	}


	
	
/* area-map
--------------------- */
#area-map iframe {
	aspect-ratio: 16 / 8;
	border-radius: 15px;
}

#area-map .step {
	margin-top: 20px;
}
	#area-map .step .row {
		margin-bottom: 35px;
		padding-bottom: 25px;
	}


	

/* neighborhood-map
--------------------- */
#neighborhood-map .map {
	border-radius: 15px;
	padding: 20px 20px;
	margin-bottom: 35px;
}
	
#neighborhood-map .step .box h3 {
	font-size: 1.8rem;
}
	#neighborhood-map .step .box h3 br {
		display: block;
	}




}





/* max 768px */
@media screen and (max-width: 768px) {


	
	
/* language
--------------------- */
#language {
	top: 75px;
	right: 10px;
}
	#language #linkSelect {
		width: 130px;
	}


	
	
/* profile
--------------------- */
#profile .pht-text {
	display: block;
}
	#profile .pht-text .text {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
		#profile .pht-text .text .txt {
			margin-bottom: 12px;
		}

	#profile .pht-text .pht {
		width: 180px;
		margin: 0 auto;
	}


	
	
/* group
--------------------- */
#group .list {
	display: block;
}
	#group .list a.linkbox {
		width: 100%;
		background: #FFF4F4 url("../../common/img/icon_arrow_red.svg") no-repeat right 25px center;
		padding: 20px 70px 20px 25px;
		margin-bottom: 20px;
	}
	#group .list a.linkbox:nth-last-child(1) {
		margin-bottom: 0;
	}
	#group .list a.linkbox:hover {
		background: #FFF4F4 url("../../common/img/icon_arrow_red.svg") no-repeat right 25px center;
	}
		#group .list a.linkbox h3 {
			font-size: 1.8rem;
		}
		#group .list a.linkbox:hover h3 {
			 color: #DE0000;
		}
	
	#group .list a.linkbox .txt {
		margin-top: 6px;
	}
	#group .list a.linkbox .txt {
		color: #000;
	}


	
	
/* organization-chart
--------------------- */
#organization-chart .chart {
	padding: 20px 0;
}
	#organization-chart .chart img {
		width: 700px;
		padding: 0 20px;
	}


	
	
/* faq
--------------------- */
.faq dl {
	margin-bottom: 15px;
}
	.faq dl dt {
		padding: 16px 20px 16px 45px;
		font-size: 1.6rem;
		position: relative;
	}
	.faq dl dt:before {
		font-size: 1.7rem;
		top: 19px;
		left: 20px;
	}
		.faq dl dt span {
			padding-right: 25px;
		}

	.faq dl dd {
		padding: 0 20px 16px 45px;
	}
	.faq dl dd:before {
		font-size: 1.7rem;
		top: -4px;
		left: 20px;
	}


	
	
/* area-map
--------------------- */
#area-map iframe {
	aspect-ratio: 16 / 8;
	border-radius: 15px;
}

#area-map .step {
	margin-top: 15px;
}
	#area-map .step .row {
		margin-bottom: 30px;
		padding-bottom: 25px;
		text-align: left;
	}


	

/* neighborhood-map
--------------------- */
#neighborhood-map .map {
	margin-bottom: 30px;
}

#neighborhood-map .step {
	display: block;
}
#neighborhood-map .step .box:nth-child(1) {
	width: 100%;
	margin-bottom: 30px;
}
	#neighborhood-map .step .box:nth-child(2) {
		width: 100%;
	}






}