/*
	ホーム
*/

#home #header .jimoq {
	display: none;
}

#home #content .breadcrumb {
	height: 35px;
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
	#home #content .breadcrumb {
	}
}

#home #main h1 {
	width: 820px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 600px) {
	#home #main h1 {
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}
}

#home #main h1 img {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 600px) {
	#home #main h1 img {
		position: relative;
		top: auto;
		left: auto;
	}
}

#home #main #section-area {
	width: 820px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area {
		width: auto;
		margin-bottom: 35px;
	}
}

#home #main #section-bn-pc img,
#home #main #section-bn-sp img {
	width: 100%;
	height: auto;
}

#home #main #section-bn-pc a:hover,
#home #main #section-bn-sp a:hover {
	animation: smallHover 0.5s ease-in;
	display: block;
	opacity: 1;
}

#home #main #section-bn-pc {
	display: block;
	width: 820px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	#home #main #section-bn-pc {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
}

#home #main #section-bn-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	#home #main #section-bn-sp {
		display: block;
		width: 100%;
		max-width: 289px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 35px;
	}
}


#home #main #section-area .site-content {
	position: relative;
	width: 820px;
	height: 970px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .site-content {
		width: 290px;
		height: 815px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		margin: 0;
	}
}

#home #main #section-area .use {
	position: absolute;
	top: 280px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .use {
		top: 0px;
	}
}


#home #main #section-area .use p {
	margin-bottom: 10px;
}

#home #main #section-area .use ul {
	background-color: #fff;
	width: 264px;
	border-radius: 40px;
	padding: 22px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .use ul {
		width: 90px;
		border-radius: 20px;
		padding: 15px 5px;
	}
}

#home #main #section-area .use ul li {
	margin-top: 40px;
	position: relative;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .use ul li {
		margin-top: 30px;
		position: relative;
	}
}

#home #main #section-area .use ul li:first-child {
	margin-top: 0;
}

#home #main #section-area .use ul li:before {
	position: absolute;
	content: "";
	left: 50%;
	top: -27px;
	margin-left: -15px;
	background-image: url(../images/home/use_order_arrow_pc.png);
	width: 30px;
	height: 16px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .use ul li:before {
		position: absolute;
		content: "";
		left: 50%;
		top: -20px;
		margin-left: -10px;
		background-image: url(../images/home/use_order_arrow_sp.png);
		background-size: 20px 10px;
		width: 20px;
		height: 10px;
	}
}

#home #main #section-area .use ul li:first-child::before {
	position: absolute;
	content: normal;
	background-image: none;
	width: 0;
	height: 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .use ul li:first-child::before {
		position: absolute;
		content: normal;
		background-image: none;
		width: 0;
		height: 0;
	}
}

#home #main #section-area .area ul > li {
	position: absolute;
}

#home #main #section-area .area ul > li.open a:before {
	position: absolute;
	content: "";
	top: -6px;
	left: -6px;
	background-image: url(../images/home/area_open_pc.png);
	width: 75px;
	height: 33px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.open a:before {
		position: absolute;
		content: "";
		top: -6px;
		left: -6px;
		background-image: url(../images/home/area_open_sp.png);
		background-size: 47px 22px;
		width: 47px;
		height: 22px;
	}
}


#home #main #section-area .area ul > li.hokkaido {
	top: 0;
	right: 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.hokkaido {
		top: 0;
		right: 0;
	}
}

#home #main #section-area .area ul > li.tohoku {
	top: 280px;
	right: 140px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.tohoku {
		top: 205px;
		right: 0px;
	}
}

#home #main #section-area .area ul > li.kitakanto {
	top: 420px;
	right: 140px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.kitakanto {
		top: 310px;
		right: 0px;
	}
}

#home #main #section-area .area ul > li.hokuriku {
	top: 420px;
	right: 278px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.hokuriku {
		top: 205px;
		right: 99px;
	}
}

#home #main #section-area .area ul > li.shutoken {
	top: 560px;
	right: 140px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.shutoken {
		top: 413px;
		right: 0px;
	}
}

#home #main #section-area .area ul > li.koshinetsu {
	top: 560px;
	right: 278px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.koshinetsu {
		top: 310px;
		right: 99px;
	}
}

#home #main #section-area .area ul > li.kansai {
	top: 700px;
	right: 278px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.kansai {
		top: 413px;
		right: 99px;
	}
}

#home #main #section-area .area ul > li.tokai {
	top: 840px;
	right: 140px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.tokai {
		top: 621px;
		right: 0px;
	}
}

#home #main #section-area .area ul > li.chugoku {
	top: 700px;
	right: 417px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.chugoku {
		top: 517px;
		right: 99px;
	}
}

#home #main #section-area .area ul > li.shikoku {
	top: 840px;
	right: 417px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.shikoku {
		top: 517px;
		right: auto;
		left: 0;
	}
}


#home #main #section-area .area ul > li.kyushu {
	top: 700px;
	left: 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .area ul > li.kyushu {
		top: 621px;
		left: 0;
	}
}

#home #main #section-area ul li a  {
	display: block;
}

#home #main #section-area ul li a:hover {
	opacity: 1;
	animation: hover 0.5s ease-in;
	z-index: 1;
}

@media screen and (max-width: 600px) {
/*
	#home #main #section-area ul li a:hover {
		animation: none;
	}
*/
}

#home #main #section-area figure {
	position: absolute;
}

#home #main #section-area figure.wave {
	top: 317px;
	left: 317px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area figure.wave {
		display: none;
	}
}

#home #main #section-area figure.bigwave {
	top: 590px;
	left: 280px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area figure.bigwave {
		top: 425px;
		left: 6px;
	}
}

#home #main #section-area figure.character {
	top: 700px;
	left: 705px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area figure.character {
		top: 730px;
		left: 205px;
	}
}

#home #main #section-area .note {
	color: #00aeef;
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
	#home #main #section-area .note {
		font-size: 12px;
		margin-top: 12px;
	}
}

/*

*/

#home #main #section-reason {
	width: 820px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason {
		width: auto;
		margin: 0 auto;
		margin-bottom: 40px;
		border-radius: 20px;
	}
}

#home #main #section-reason h2 {
	text-align: center;
	position: relative;
	z-index: 1;
}


#home #main #section-reason h2:before {
	content: "";
	position: absolute;
	width: 74px;
	height: 20px;
	top: 50%;
	left: 0;
	border: 4px solid #00aeee;
	border-right: none;
	border-bottom: none;
	border-radius: 20px 0 0 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason h2:before {
		width: 40px;
		height: 40px;
		border: 3px solid #00aeee;
		border-right: none;
		border-bottom: none;
		border-radius: 10px 0 0 0;
	}
}

#home #main #section-reason h2:after {
	content: "";
	position: absolute;
	width: 74px;
	height: 20px;
	top: 50%;
	right: 0;
	border: 4px solid #00aeee;
	border-left: none;
	border-bottom: none;
	border-radius: 0 20px 0 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason h2:after {
		width: 40px;
		height: 40px;
		border: 3px solid #00aeee;
		border-left: none;
		border-bottom: none;
		border-radius: 0 10px 0 0;
	}
}


#home #main #section-reason .container {
	border: 4px solid #00aeee;
	border-radius: 0 0 20px 20px;
	border-top: none;
	position: relative;
	padding: 30px;
	background-color: #fff;
	position: relative;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason .container {
		border: 3px solid #00aeee;
		border-top: none;
		border-radius: 0 0 10px 10px;
		padding: 20px 15px 15px;
	}
}

#home #main #section-reason .container:before {
	content: "";
	display: block;
	width: 100%;
	height: 38px;
	border-radius: 20px 20px 0 0;
	position: absolute;
	top: -18px;
	left: 0;
	background-color: #fff;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason .container:before {
		border-radius: 10px 10px 0 0;
		top: -24px;
	}
}

#home #main #section-reason .container > ul {
	overflow: hidden;
	margin: -15px -8px 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason .container > ul {
		margin: -10px -5px 0;
	}
}

#home #main #section-reason .container > ul > li {
	float: left;
	padding: 0 4px;
	margin: 15px 0 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason .container > ul > li {
		width: 50%;
		padding: 0 5px;
		margin: 10px 0 0;
	}

	#home #main #section-reason .container > ul > li img {
		width: 100%;
	}
}

#home #main #section-reason-grade {
	margin-top: 28px;
	overflow: hidden;
	font-size: 16px;
	padding: 0 4px;
	margin: 28px -8px auto;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason-grade {
		font-size: 9px;
		margin-top: 20px;
	}
}

#home #main #section-reason-grade h3 {
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason-grade h3 {
		margin-bottom: 15px;
	}
}


#home #main #section-reason-grade figure {
	float: left;
	margin-right: 22px;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason-grade figure {
		margin-right: 7px;
	}
}

#home #main #section-reason-grade .lead {
	margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason-grade .lead {
		width: 264px;
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
}

#home #main #section-reason-grade .note {
	margin-top: 5px;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason-grade .note {
		font-size: 8px;
	}
}


#home #main #section-reason .more {
	margin-top: 30px;
	text-align: center;
	color: #1fa4f6;
	line-height: 24px;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason .more {
		font-size: 12px;
		margin-top: 15px;
	}
}

#home #main #section-reason .more a:before {
	content: "";
	background-image: url(../images/home/reason_more_arrow_pc.png);
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: -6px;
	margin-right: 10px;
}

@media screen and (max-width: 600px) {
	#home #main #section-reason .more a:before {
		content: "";
		background-image: url(../images/home/reason_more_arrow_sp.png);
		background-size: 18px;
		width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: -4px;
		margin-right: 5px;
	}

}

/*

*/

#home #main #section-about {
	width: 820px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	#home #main #section-about {
		width: auto;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 12px;
	}
}

#home #main #section-about h2 {
	position: relative;
	text-align: center;
}

#home #main #section-about h2:before {
	content: "";
	position: absolute;
	width: 74px;
	height: 200px;
	top: 50%;
	left: 0;
	border: 4px solid #00aeee;
	border-right: none;
	border-bottom: none;
	border-radius: 20px 0 0 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-about h2:before {
		width: 10px;
		height: 200px;
		border: 2px solid #00aeee;
		border-right: none;
		border-bottom: none;
		border-radius: 10px 0 0 0;
	}
}

#home #main #section-about h2:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 200px;
	top: 50%;
	right: 0;
	border: 4px solid #00aeee;
	border-left: none;
	border-bottom: none;
	border-radius: 0 20px 0 0;
}

@media screen and (max-width: 600px) {
	#home #main #section-about h2:after {
		width: 10px;
		height: 200px;
		border: 2px solid #00aeee;
		border-left: none;
		border-bottom: none;
		border-radius: 0 10px 0 0;
	}
}

#home #main #section-about  .container {
	border: 4px solid #00aeee;
	border-radius: 0 0 20px 20px;
	border-top: none;
	position: relative;
	padding: 30px;
}

@media screen and (max-width: 600px) {
	#home #main #section-about  .container {
		border: 2px solid #00aeee;
		border-top: none;
		border-radius: 0 0 10px 10px;
		padding: 15px 20px 20px;
	}
}

#home #main #section-about .container > p {
	width: 490px;
	width: 520px;
	margin-top: 24px;
}

@media screen and (max-width: 600px) {
	#home #main #section-about .container > p {
		width: auto;
		margin-top: 12px;
	}
}

#home #main #section-about .container > p:first-child {
	margin-top: 0;
}

#home #main #section-about .container figure {
	width: 230px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: 25px;
}

@media screen and (max-width: 600px) {
	#home #main #section-about .container figure {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		overflow: hidden;
		margin-top: 10px;
	}

	#home #main #section-about  .container figure img {
		float: left;
	}
}

#home #main #section-about  .container figure figcaption {
	background-color: #00aeef;
	border-radius: 8px;
	padding: 15px;
	color: #fff;
	font-size: 13px;
	text-align: left;
	margin-top: 5px;
}

@media screen and (max-width: 600px) {
	#home #main #section-about  .container figure figcaption {
		font-size: 9px;
		padding: 10px;
		margin-left: 100px;
		margin-top: 0;
	}
}

#home #main #section-about  .container figure figcaption p {
	margin-top: 10px;
}

#home #main #section-about  .container figure figcaption p:first-child {
	margin-top: 0;
}
