@charset "utf-8";

.bk_w {
	width: 100%;
	padding: 120px 0 60px 0;
	text-align: center;
	background: #fff;
}

.bk_w img {
	width: 600px;
}

.con_box {
	text-align: center;
	margin: 60px auto;
	font-size: 1.6rem;
}

.con_box02 {
	text-align: center;
	margin: 150px auto 60px auto;
	font-size: 1.6rem;
}

.titl_en {
	margin: 40px 0 20px 0;
	font-size: 3.6rem;
}

.titl_en span {
	border-bottom: 1px #000 solid;
}

.titl_ja {
	font-size: 3.2rem;
}

.l_txt {
	margin: 20px auto 40px auto;
}

.l_titl{
	font-size: 2.2rem;
	margin:60px 0 20px;
}

.l_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.l_btns div {
	width: 350px;
	margin-bottom: 60px;
	transition: all 0.3s;
}

.l_btns div:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.np_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.np_btns div a {
	display: block;
	width: 250px;
	line-height: 40px;
	border: 4px #000 solid;
	font-size: 2.0rem;
	transition: all 0.3s;
}

.np_btns div a:hover {
	background: #83cac6;
}

.np_btns div a img {
	width: 16px;
	height: 10px;
	margin: 0 5px 3px 5px;
}

/* 2th */

.mv_box {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	margin: 30px auto;
	overflow: hidden;
}

.mv_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub_titl{
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.cw_img{
	margin:40px auto 20px auto;
}
.will_txt{
	line-height: 2.0;
}


@media screen and (max-width: 940px) {}

@media screen and (max-width: 740px) {
	.bk_w {
		width: 100%;
		padding: 60px 0 40px 0;
		text-align: center;
		background: #fff;
	}

	.bk_w img {
		width: 100%;
	}

	.con_box {
		margin: 40px auto;
		font-size: 1.2rem;
	}

	.con_box02 {
		margin: 130px auto 40px auto;
		font-size: 1.2rem;
	}

	.titl_en {
		margin: 20px 0;
		font-size: 2.4rem;
	}

	.titl_ja {
		font-size: 2.0rem;
	}

	.l_titl{
		font-size: 1.5rem;
		margin: 30px 0 10px;
	}

	.l_btns div {
		width: 48%;
		margin-bottom: 20px;
	}

	.np_btns div {
		width: 48%;
	}

	.np_btns div a {
		width: 100%;
		line-height: 30px;
		font-size: 1.5rem;
	}

	/* 2th */

	.mv_box {
		margin: 20px auto;
	}

	.sub_titl{
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

}
