@charset "utf-8";

/*****************************
					構造・共通
*****************************/
#wrap {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.container {
	display: block;
	max-width: 645px;
	width: 100%;
	margin: 0 auto;
}

.container2 {
	display: block;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/*****************************
				メインビジュアル
*****************************/
#mainvisual {
	display: block;
	width: 100%;
	position: relative;
}


#mainvisual img {
	width: 100%;
}

.illust {
	max-width: 1000px;
	width: 100%;
	position: absolute;
	bottom: -105px;
	left: 50%;
	transform: translateX(-50%);
}

/*****************************
				メインビジュアル
*****************************/

#copy_title {
	max-width: 220px;
	width: 100%;
	margin: 110px auto 40px auto;
	background-color: #005aaa;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	padding: 10px;
	line-height: 1;
}

p.copy {
	display: block;
	color: #005aaa;
	font-size: 1.65rem;
	text-align: center;
	line-height: 2;
}

#map {
	display: block;
	width: 100%;
	margin: 75px 0 25px 0;
	text-align: center;
}


#course_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 845px;
	margin: 0 auto 80px auto;
}

.course_col {
	width: calc(100% / 2 - 90px);
	margin-right: 90px;
	margin-bottom: 50px;
}

.course_col:nth-child(even) {
	margin-right: 0;
}

.course_col:last-child {
	margin-right: 0;
}

#present {
	width: 100%;
	height: auto;
	position: relative;
}

.present_img {
	display: block;
	width: 100%;
}

.present_img img {
	width: 100%;
}


.present_inner {
	display: block;
	background-color: #e6f0fa;
}

p.goods_present {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 65px;
}

#wave01 {
	width: 100%;
}

#wave01 img {
	width: 100%;
}

#flow {
	display: block;
	padding-bottom: 60px;
	padding-top: 65px;
	background-color: #005aaa;
	position: relative;
}

#flow:before {
	content: url("../images/flow_section_img.png");
	position: absolute;
	top: -28%;
	left: 50%;
	transform: translateX(-50%);
}

.flow_section_img {
	position: absolute;
	bottom: -60px;
	z-index: 9999;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.flow_img {
	display: block;
	text-align: center;
	margin: 0 auto 50px auto;
}

.flow_img img {
	margin: 0 auto;
}

.precautions p {
	display: block;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.inquery_btn {
	max-width: 420px;
	width: 100%;
	text-align: center;
	margin: 35px auto 0 auto;
}

.inquery_btn a {
	display: block;
	color: #fff;
	font-size: 1.8rem;
	padding: 20px 40px;
	border-radius: 20px;
	background-color: #ff6928;
	text-align: center;
	line-height: 1;
}

#wave02 {
	width: 100%;
}

#wave02 img {
	width: 100%;
}

#apparea {
	display: block;
	padding: 80px 0 120px 0;
	background-color: #96d2f0;
}

.app_img {
	display: block;
	width: 100%;
	text-align: center;
}

#footer {
	display: block;
	background-color: #96d2f0;
	padding-bottom: 100px;
}

.footer_label {
	display: block;
	margin: 0 auto 10px auto;
	max-width: 130px;
	background-color: #ff6928;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 10px;
	font-size: 1.4rem;
}

.footer_title {
	display: block;
	color: #005aaa;
	font-size: 2.6rem;
	margin-bottom: 10px;
	line-height: 1;
	text-align: center;
}

.contact_txt {
	display: block;
	color: #005aaa;
	font-size: 1.4rem;
	text-align: center;
}