@charset "UTF-8";

/******************************************************************** structure
*/
#wrapper { width: 100%; margin: 0 auto;}
header, #container { width: auto; margin: 0 auto; text-align: left;}
#contents { position: relative;}
footer { clear: both;}

@media screen and (min-width: 640px) {
	#wrapper { width: 100%;}
	body { background: #fff;}
	footer {}
}

/******************************************************************** main
*/

#main {
	background: url("../img/main_bg_sp.jpg") no-repeat;
	background-size: 100% auto;
	padding: 97% 0 68px;
	margin-top: 44px;
	text-align: center;
}
#main h2 {
	margin: -19px auto 0;
}
#main h3 {
	position: relative;
	padding: 50px 0 14px;
	margin-bottom: 14px;
	font-size: 23px;
	font-weight: 600;
}
#main h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	width: 311px;
	height: 1px;
}
#main p {
	font-size: 18px;
	line-height: 1.5em;
}

@media screen and (min-width: 640px) {
	#main {
		background: url("../img/main_bg_pc.jpg") no-repeat 50% 0;
		background-size: auto 640px;
		padding: 640px 0 120px;
		margin-top: 70px;
	}
	#main h2 {
		width: 600px;
		margin: -38px auto 0;
	}
	#main h3 {
		padding: 100px 0 28px;
		margin-bottom: 28px;
		font-size: 46px;
		line-height: 1.2em;
	}
	#main h3::after {
		width: 600px;
		height: 2px;
	}
	#main p {
		font-size: 36px;
		line-height: 1.5em;
	}
}


/******************************************************************** area1
*/

#area1 {
	position: relative;
	background: url("../img/bg.png");
	background-size: 256px;
	padding: 0 24px 200px;
	font-size: 19px;
	line-height: 1.5em;
	overflow: hidden;
}
#area1::after {
	content: "";
	position: absolute;
	bottom: -140px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	width: 112%;
	height: 280px;
}

#area1 .grouplogo {
	padding: 60px 10px 20px;
	text-align: center;
}

#area1 h3 {
	width: 218px;
	margin: 0 auto;
}

#area1 p.image {
	padding: 25px 0 15px;
}

#area1 p.aC {
	padding: 20px 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
}

#area1 .info {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 2px 5px 2px rgba(0,0,0,0.3);
	padding: 0 20px;
	margin: 35px 0;
	text-align: center;
	font-size: 18px;
}
#area1 .info h4 {
	background-color: #000;
	border-radius: 30px 30px 0 0;
	margin: 0 -20px;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	line-height: 66px;
}
#area1 .info p.text {
	padding: 20px 0;
	font-size: 22px;
}
#area1 .info p.tel-link {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}
#area1 .info p.tel-link a {
	display: block;
	width: 265px;
	margin: 0 auto;
}
#area1 .info p.text2 {
	padding: 15px 0 20px;
}
#area1 .info p.text2 span {
	font-size: 23px;
}
#area1 .info p.pc_blind {
	padding-bottom: 25px;
}
#area1 .info p.pc_blind a {
	position: relative;
	display: block;
	background-color: #23368d;
	border-radius: 50px;
	box-shadow: 5px 5px 0 #d5d5d5;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
}
#area1 .info p.pc_blind a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 6px 0px 6px 8px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
}
#area1 .info div {
	background-color: #fff596;
	border-radius: 0 0 30px 30px;
	padding: 0 20px 20px;
	margin: 0 -20px;
}
#area1 .info div h4 {
	border-radius: 0;
	font-size: 27px;
	color: #fff596;
	line-height: 58px;
}
#area1 p.text3 {
	padding: 20px 0;
	font-size: 22px;
	font-weight: 600;
}
#area1 .info dd:nth-last-of-type(2) {
	background-color: #fff596;
	padding: 20px;
	margin: 0 -20px;
}
#area1 p.text4 {
	padding: 20px 0 0;
	font-size: 21px;
	font-weight: 600;
}

@media screen and (min-width: 640px) {
	#area1 {
		padding: 120px 0 260px;
		font-size: 19px;
		line-height: 1.5em;
		text-align: center;
	}

	#area1 .grouplogo { padding: 20px 0 60px;}
	#area1 .grouplogo img { width: auto;}

	#area1 h3 {
		width: 280px;
		margin: 0 auto;
	}

	#area1 p.image {
		width: 600px;
		padding: 50px 0;
		margin: 0 auto;
	}

	#area1 p.aC {
		text-align: center;
	}

	#area1 .info {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		gap: 0 20px;
		width: 1140px;
		padding: 0 0 20px;
		margin: 60px auto;
		text-align: left;
	}
	#area1 .info h4 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#area1 .info p.text1 {
		width: 100%;
		padding: 20px 0;
		text-align: center;
		font-size: 22px;
	}
	#area1 .info p.tel-link {
		border: none;
		width: 400px;
		padding: 0;
		margin: 0;
	}
	#area1 .info p.text2 {
		border-right: 1px solid #000;
		padding: 0 20px 0 0;
	}
	#area1 .info p.text2 span {
		font-size: 23px;
	}
	#area1 .info p.sp_blind a {
		position: relative;
		display: block;
		background-color: #23368d;
		border-radius: 50px;
		box-shadow: 5px 5px 0 #d5d5d5;
		padding: 20px 40px;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.2em;
	}
	#area1 .info p.sp_blind a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
		display: inline-block;
		border-style: solid;
		border-width: 6px 0px 6px 8px;
		border-color: transparent transparent transparent #fff;
		width: 0;
		height: 0;
	}
	#area1 .info p.sp_blind a:hover {
		opacity: 0.6;
	}
	#area1 .info div {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		gap: 20px 40px;
		background-color: #fff596;
		border-radius: 0 0 30px 30px;
		width: 100%;
		padding: 0 0 20px;
		margin: 40px 0 -20px;
	}
	#area1 .info div h4 {
		border-radius: 0;
		font-size: 27px;
		color: #fff596;
		line-height: 58px;
	}
	#area1 .info p.text3 {
		padding: 0;
		font-size: 22px;
		font-weight: 600;
	}
	#area1 .info dd:nth-last-of-type(2) {
		background-color: #fff596;
		padding: 0;
		margin: 0 -20px;
	}
	#area1 .info p.text4 {
		padding: 0;
		font-size: 21px;
		font-weight: 600;
	}
}

#area1 .accBox {
	background-color: #044398;
	border-radius: 30px; 
}
#area1 .accBox h4 {
	position: relative;
	background-color: #fff;
	border: 4px solid #044398;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #044398;
	text-align: center;
	line-height: 86px;
	cursor: pointer;
}
#area1 .accBox h4::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../img/arw1.png") no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

#area1 .accBox .accBox_inner {
	display: none;
	padding: 0 12px 7px;
	margin-top: -25px;
}
#area1 .accBox dl {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	padding: 24px 17px;
	margin: 0 0 46px;
}
#area1 .accBox dl::after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 28px 0px 28px;
	border-color: #fff transparent transparent transparent;
}
#area1 .accBox dt {
	border-bottom: 1px solid #044398;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #044398;
}
#area1 .accBox dd {
	font-size: 18px;
	font-weight: 500;
}
#area1 .accBox ul {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

#area1 .accBox .sub {
	position: relative;
	margin-top: 79px;
}
#area1 .accBox .sub dt {
	position: relative;
	padding-top: 16px;
}
#area1 .accBox .sub dt span {
	position: absolute;
	top: -57px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #044398;
	border: 3px solid #fff;
	border-radius: 20px;
	width: 147px;
	color: #fff;
	text-align: center;
	line-height: 52px;
}
#area1 .accBox .sub dl {
	border: 1px solid #044398;
	border-radius: 0;
	padding: 10px;
	margin: 0 0 20px;
}
#area1 .accBox .sub dl dt {
	padding-top: 0;
	text-align: center;
}

#area1 .accBox dl.last {
	background-color: #fff596;
	margin: 79px 0 38px;
}
#area1 .accBox dl.last::after {
	content: none;
}
#area1 .accBox dl.last dt {
	position: relative;
	border-bottom: 1px solid #c30d23;
	padding-top: 16px;
	color: #c30d23;
}
#area1 .accBox .last dt span {
	position: absolute;
	top: -57px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #c30d23;
	border: 3px solid #fff;
	border-radius: 20px;
	width: 147px;
	color: #fff;
	text-align: center;
	line-height: 52px;
}

#area1 .accBox p.close {
	padding: 0;
	margin: 0 -12px;
}
#area1 .accBox p.close a {
	position: relative;
	display: block;
	background-color: #fff;
	border: 4px solid #044398;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #044398;
	text-align: center;
	line-height: 86px;
}
#area1 .accBox p.close a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../img/arw2.png") no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

@media screen and (min-width: 640px) {
	#area1 .accBox {
		border-radius: 60px;
		width: 800px;
		margin: 60px auto 0;
	}
	#area1 .accBox h4 {
		border: 8px solid #044398;
		border-radius: 60px;
		font-size: 32px;
		line-height: 100px;
	}
	#area1 .accBox h4::after {
		right: 20px;
		width: 40px;
		height: 40px;
	}

	#area1 .accBox .accBox_inner {
		padding: 0 20px;
		margin-top: -25px;
	}
	#area1 .accBox dl {
		border-radius: 30px;
		padding: 40px 30px;
		margin: 0 0 92px;
		text-align: left;
	}
	#area1 .accBox dl::after {
		bottom: -52px;
		border-width: 36px 56px 0px 56px;
	}
	#area1 .accBox dt {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 22px;
	}
	#area1 .accBox dd {
		font-size: 20px;
	}
	#area1 .accBox ul {
		font-size: 20px;
	}

	#area1 .accBox .sub {
		margin-top: 120px;
	}
	#area1 .accBox .sub dt {
		padding-top: 20px;
	}
	#area1 .accBox .sub dt span {
		top: -80px;
		border: 6px solid #fff;
		border-radius: 30px;
		width: 200px;
		line-height: 68px;
	}
	#area1 .accBox .sub dl {
		padding: 20px;
		margin: 0 0 40px;
	}

	#area1 .accBox dl.last {
		background-color: #fff596;
		margin: 120px 0 38px;
	}
	#area1 .accBox dl.last dt {
		padding-top: 20px;
	}
	#area1 .accBox .last dt span {
		top: -80px;
		border: 6px solid #fff;
		border-radius: 30px;
		width: 200px;
		line-height: 68px;
	}

	#area1 .accBox p.close {
		margin: 0 -20px;
	}
	#area1 .accBox p.close a {
		border: 8px solid #044398;
		border-radius: 60px;
		font-size: 32px;
		line-height: 100px;
	}
	#area1 .accBox p.close a::after {
		right: 20px;
		width: 40px;
		height: 40px;
	}
}

#area1 .accBox2 {
	background-color: #044398;
	border-radius: 30px; 
}
#area1 .accBox2 h4 {
	position: relative;
	background-color: #fff;
	border: 4px solid #044398;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #044398;
	text-align: center;
	line-height: 86px;
	cursor: pointer;
}
#area1 .accBox2 h4::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../img/arw1.png") no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

#area1 .accBox2 .accBox_inner2 {
	display: none;
	padding: 0 12px;
	counter-reset: number 0; 
}
#area1 .accBox2 .accBox_inner2 div {
	background-color: #fff;
	border-radius: 15px;
	padding: 24px 17px;
	margin: 30px 0 0;
}
#area1 .accBox2 .accBox_inner2 h5 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 0 10px;
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	color: #044398;
}
#area1 .accBox2 .accBox_inner2 h5 span {
	font-size: 19px;
	font-weight: 600;
	line-height: 1em;
}
#area1 .accBox2 .accBox_inner2 h5 span span {
	font-size: 16px;
}
#area1 .accBox2 .accBox_inner2 h5::before {
	counter-increment: number 1;
	content: counter(number);
	display: block;
	background-color: #044398;
	border-radius: 50vh;
	width: 1.4em;
	height: 1.4em;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
#area1 .accBox2 .accBox_inner2 p {
	font-size: 18px;
	font-weight: 600;
}
#area1 .accBox2 .accBox_inner2 dl.ver1 {
	text-align: center;
	font-size: 18px;
}
#area1 .accBox2 .accBox_inner2 dl.ver1 dt {
	font-weight: 600;
}
#area1 .accBox2 .accBox_inner2 dl.ver1 dd.tel-link {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 20px 0;
}
#area1 .accBox2 .accBox_inner2 dl.ver1 dd.time img {
	width: 170px;
}
#area1 .accBox2 .accBox_inner2 p.link {
	color: #044398;
	text-align: center;
}
#area1 .accBox2 .accBox_inner2 p.link a {
	font-size: 27px;
	font-weight: 600;
	color: #044398;
	text-decoration: underline;
}
#area1 .accBox2 .accBox_inner2 dl.ver2 dt {
	background-color: #044398;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5em;
	text-align: center;
}
#area1 .accBox2 .accBox_inner2 dl.ver2 dt:nth-of-type(2) {
	margin-top: 35px;
}
#area1 .accBox2 .accBox_inner2 dl.ver2 dd.text1 {
	position: relative;
	padding-left: 1.2em;
	margin: 10px 0;
	color: #044398;
	font-size: 19px;
	font-weight: 600;
}
#area1 .accBox2 .accBox_inner2 dl.ver2 dd.text1::before {
	content: "→";
	position: absolute;
	top: 0;
	left: 0;
}
#area1 .accBox2 .accBox_inner2 dl.ver2 dd.text2 {
	font-size: 18px;
	font-weight: 600;
}
#area1 .accBox2 .accBox_inner2 p.memo {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0;
}

#area1 .accBox2 p.close2 {
	padding: 0;
	margin: 0 -12px;
}
#area1 .accBox2 p.close2 a {
	position: relative;
	display: block;
	background-color: #fff;
	border: 4px solid #044398;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #044398;
	text-align: center;
	line-height: 86px;
}
#area1 .accBox2 p.close2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../img/arw2.png") no-repeat;
	background-size: cover;
	width: 27px;
	height: 27px;
}

@media screen and (min-width: 640px) {
	#area1 .accBox2 {
		border-radius: 60px;
		width: 800px;
		margin: 60px auto 0;
	}
	#area1 .accBox2 h4 {
		border: 8px solid #044398;
		border-radius: 60px;
		font-size: 32px;
		line-height: 100px;
	}
	#area1 .accBox2 h4::after {
		right: 20px;
		width: 40px;
		height: 40px;
	}

	#area1 .accBox2 .accBox_inner2 {
		padding: 0 20px;
	}
	#area1 .accBox2 .accBox_inner2 div {
		border-radius: 30px;
		padding: 40px;
		margin: 40px 0 0;
	}
	#area1 .accBox2 .accBox_inner2 h5 {
		font-size: 28px;
	}
	#area1 .accBox2 .accBox_inner2 h5 span {
		font-size: 28px;
	}
	#area1 .accBox2 .accBox_inner2 h5 span span {
		font-size: 20px;
	}
	#area1 .accBox2 .accBox_inner2 h5::before {
		width: 1.4em;
		height: 1.4em;
		padding-top: 0.2em;
		font-size: 32px;
	}
	#area1 .accBox2 .accBox_inner2 p {
		font-size: 20px;
		font-weight: 600;
	}
	#area1 .accBox2 .accBox_inner2 p.image {
		width: 100%;
		padding: 20px 0;
	}
	#area1 .accBox2 .accBox_inner2 dl.ver1 {
		text-align: center;
		font-size: 22px;
	}
	#area1 .accBox2 .accBox_inner2 dl.ver1 dd.tel-link img {
		width: 400px;
	}
	#area1 .accBox2 .accBox_inner2 dl.ver1 dd.time img {
		width: 180px;
		margin-top: 5px;
	}
	#area1 .accBox2 .accBox_inner2 p.link a {
		font-size: 32px;
	}
	
	#area1 .accBox2 .accBox_inner2 dl.ver2 dt {
		background-color: #044398;
		padding: 15px 0;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.5em;
		text-align: center;
	}
	#area1 .accBox2 .accBox_inner2 dl.ver2 dd.text1 {
		width: fit-content;
		margin: 10px auto;
	}
	#area1 .accBox2 .accBox_inner2 dl.ver2 dd.text2 {
		font-size: 18px;
		font-weight: 600;
	}
	#area1 .accBox2 .accBox_inner2 p.memo {
		padding: 20px 0;
		font-size: 19px;
	}

	#area1 .accBox2 p.close2 {
		margin: 0 -20px;
	}
	#area1 .accBox2 p.close2 a {
		border: 8px solid #044398;
		border-radius: 60px;
		font-size: 32px;
		line-height: 100px;
	}
	#area1 .accBox2 p.close2 a::after {
		right: 20px;
		width: 40px;
		height: 40px;
	}
}



/******************************************************************** area2
*/

#area2 {
	position: relative;
	z-index: 0;
}

#area2 h3 {
	width: 320px;
	margin: -70px auto 0;
}

#area2 p.text {
	padding: 30px 20px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5em;
}

#area2 .list-kome {
	padding: 0 20px 30px;
	font-size: 14px;
}

#area2 .box > p {
	padding: 0 20px;
}
#area2 .box div {
	background-color: #f6f6f6;
	padding: 45px 20px 50px;
	margin-top: -40px;
}
#area2 .box div p {
	padding: 30px 0 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5em;
}
#area2 .box div p span {
	font-weight: 600;
	color: #dd1d64;
}
#area2 .box div p a {
	position: relative;
	display: block;
	background-color: #000;
	border-radius: 50px;
	box-shadow: 5px 5px 0 #d5d5d5;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}
#area2 .box div p a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 6px 0px 6px 8px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
}

@media screen and (min-width: 640px) {
	#area2 {
		padding-bottom: 100px;
	}
	
	#area2 h3 {
		width: 382px;
		margin: -50px auto 0;
	}

	#area2 p.text {
		padding: 30px 20px;
		font-size: 19px;
		font-weight: 600;
		line-height: 1.5em;
		text-align: center;
	}

	#area2 .list-kome {
		width: fit-content;
		margin: 0 auto;
		font-size: 14px;
	}

	#area2 .box {
		position: relative;
		background-color: #f6f6f6;
		width: 1140px;
		margin: 120px auto 0;
	}
	#area2 .box > p {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 420px;
		padding: 0;
		margin-left: -500px;
	}
	#area2 .box div {
		background: none;
		padding: 20px 80px 40px 540px;
	}
	#area2 .box div p {
		padding: 30px 0 0;
		font-size: 18px;
		line-height: 1.8em;
	}
	#area2 .box div p a:hover {
		opacity: 0.6;
	}
}


/******************************************************************** area3
*/

#area3 {
	background: url("../img/bg2.png");
	padding: 60px 0;
}
#area3 p {
	padding: 32px 20px 0;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5em;
}
#area3 p a {
	position: relative;
	display: block;
	background-color: #044398;
	border-radius: 50px;
	box-shadow: 5px 5px 0 #fff596;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}
#area3 p a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 6px 0px 6px 8px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
}

@media screen and (min-width: 640px) {
	#area3 {
		padding: 100px 0;
	}
	#area3 h3 {
		width: 580px;
		margin: 0 auto;
	}
	#area3 p {
		padding: 60px 0 0;
		text-align: center;
	}
	#area3 p a {
		width: 500px;
		margin: 0 auto;
	}
}












