@charset "UTF-8";
/* CSS Document */

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	color: #666666;
}
p,h1,h2,h3,h4,h5,h6{ line-height: 1.6em; }
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
}
.f-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.f-jc-sb{
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jc-c{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-jc-fe{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.f-ai-c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.f-ai-fs{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f-ai-fe{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f-ac-c{
	-ms-flex-line-pack: center;
	align-content: center;
}
.base{
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 15px;
}
@-webkit-keyframes jump {
	0% { -webkit-transform: translateY(0);
		transform: translateY(0); }
	100% { -webkit-transform: translateY(-10px);
		transform: translateY(-10px); }
	}
	@keyframes jump {
		0% { -webkit-transform: translateY(0);
			transform: translateY(0); }
		100% { -webkit-transform: translateY(-10px);
			transform: translateY(-10px); }
		}

.btn01{
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
	border: 3px solid #fff;
	background: #3aae36;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.4s;
}
.btn01.size01{
	width: 490px;
	padding: 18px 0;
	border-radius: 23px;
}
.btn01.size02{
	width: 152px;
	padding: 3px 0;
}
.btn01.size03{
	width: 310px;
	padding: 15px 0;
}
.btn01 span{
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
.btn01.size01 span{
	font-size: 35px;
	padding-left: 20px;
}
.btn01.size02 span{
	font-size: 14px;
	padding-left: 10px;
}
.btn01.size03 span{
	font-size: 22px;
	padding-left: 10px;
}
.btn01 span:before,
.btn01 span:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.btn01 span:before{
	background: url(../img/ico_line.png) no-repeat left top;
	background-size: 100%;
}
.btn01.size01 span:before{
	width: 55px;
	height: 52px;
	left: -45px;
}
.btn01.size02 span:before{
	width: 18px;
	height: 17px;
	left: -12px;
}
.btn01.size03 span:before{
	width: 35px;
	height: 34px;
	left: -40px;
}
.btn01 span:after{
	background: url(../img/ico_arrow01.png) no-repeat left top;
	background-size: 100%;
}
.btn01.size01 span:after{
	width: 28px;
	height: 28px;
	right: -40px;
}
.btn01.size02 span:after{
	width: 12px;
	height: 12px;
	right: -15px;
}
.btn01.size03 span:after{
	width: 17px;
	height: 17px;
	right: -35px;
}
.btn01.size01 small{
	font-size: 27px;
}
.btn01.size02 small{
	font-size: 10px;
}
.btn01.size03 small{
	font-size: 17px;
}
.btn01:hover{
	background: #1e691c;
}

.btn02{
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
	border: 3px solid #fff;
	background: #036eb8;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.4s;
	width: 310px;
	padding: 8px 0;
}
.btn02 span{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 20px;
	position: relative;
}
.btn02 span:after{
	content: "";
	background: url(../img/ico_arrow01.png) no-repeat left top;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.btn02 small{
	font-size: 12px;
}
.btn02:hover{
	background: #003f6f;
}

.sec-mv{
	position: relative;
}
.sec-mv .btn01{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6%;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
	animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}

.sec-job{
	background: url(../img/bg_stripe01.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}
.sec-job .img{
	margin-bottom: 50px;
}
.sec-job .txt01{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: -30px 0 10px;
}
.sec-job .txt02{
	font-size: 12px;
}

.sec-register{
	background: url(../img/bg_register.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 30px 0;
}
.sec-register .box{
	-webkit-animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
	animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
.sec-register .img{
	transform: translateX(93px);
}
.sec-register .txt{
	font-size: 17px;
	color: #ffffff;
	margin-top: 15px;
	letter-spacing: 1px;
}

.sec-support{
	background: url(../img/bg_support.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0 100px;
}
.sec-support .img{
	margin-bottom: 30px;
}
.sec-support .btn01{
	margin: 0 20px 0 auto;
	-webkit-animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
	animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}

.sec-official{
	background: url(../img/bg_official.jpg) no-repeat center top;
	background-size: cover;
	padding: 0 0 40px;
	margin-bottom: 80px;
}
.sec-official .box{
	transform: translateY(-35px);
	margin-bottom: -10px;
}
.sec-official .box .img{
	margin-bottom: 10px;
}
.sec-official .box .ttl{
	font-size: 24px;
	color: #036eb8;
	font-weight: bold;
}
.sec-official .txt01{
	font-size: 17px;
	color: #036eb8;
	font-weight: bold;
	margin: 20px 0 10px;
}
.sec-official .txt01 span{
	text-decoration: underline;
}
.sec-official .txt02{
	font-size: 14px;
	color: #036eb8;
	margin-bottom: 20px;
}
.sec-official .btn01{
	-webkit-animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
	animation: jump .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
.sec-official .txt03{
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.sec-voice{
	background: url(../img/bg_stripe02.jpg) no-repeat center center;
	background-size: cover;
}
.sec-voice .base{
	transform: translateY(-40px);
}
.sec-voice .ttl{
	margin-bottom: 40px;
}

footer{
	padding: 15px 0;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer p{
	font-size: 12px;
}


@media only screen and (min-width: 768px) {
	.sp{
		display:none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pc{
		display:none !important;
	}

.btn01.size01{
	width: 310px;
	padding: 10px 0;
	border-radius: 9999px;
}
.btn01.size01 span{
	font-size: 22px;
	padding-left: 10px;
}
.btn01.size01 span:before{
	width: 35px;
	height: 33px;
	left: -30px;
}
.btn01.size01 span:after{
	width: 17px;
	height: 17px;
	right: -23px;
}
.btn01.size01 small{
	font-size: 17px;
}

.btn02{
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
	border: 3px solid #fff;
	background: #036eb8;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.4s;
	width: 310px;
	padding: 8px 0;
}
.btn02 span{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 20px;
	position: relative;
}
.btn02 span:after{
	content: "";
	background: url(../img/ico_arrow01.png) no-repeat left top;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.btn02 small{
	font-size: 12px;
}
.btn02:hover{
	background: #003f6f;
}

.sec-mv .btn01{
	bottom: 2%;
}

.sec-job{
	background: url(../img/bg_stripe01_sp.jpg) no-repeat center center;
	background-size: cover;
}
.sec-job .img{
	margin-bottom: 40px;
}
.sec-job .txt01{
	letter-spacing: 0;
	margin: -20px 0 10px;
}
.sec-job .txt02{
	font-size: 11px;
}

.sec-register{
	overflow: hidden;
	background: url(../img/bg_register_sp.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 20px 0 30px;
}
.sec-register .img{
	transform: translateX(50px);
}
.sec-register .img img{
	width: 242px;
}
.sec-register .txt{
	font-size: 12px;
	margin-top: 10px;
}

.sec-support{
	background: url(../img/bg_support_sp.jpg) no-repeat center top;
	background-size: contain;
	padding: 70px 0 60px;
}
.sec-support .img{
	margin-bottom: 0;
}

.sec-official{
	background: url(../img/bg_official_sp.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 60px;
}
.sec-official .box{
	transform: translateY(-15px);
	margin-bottom: 0;
}
.sec-official .box .img img{
	width: 158px;
}
.sec-official .box .ttl{
	font-size: 17px;
}
.sec-official .txt01{
	font-size: 15px;
}
.sec-official .txt02{
	font-size: 12px;
}
.sec-official .txt03{
	font-size: 12px;
}

.sec-voice{
	background: url(../img/bg_stripe02_sp.jpg) no-repeat center center;
	background-size: cover;
}
.sec-voice .base{
	transform: translateY(-30px);
}
.sec-voice .ttl{
	margin-bottom: 30px;
}
.sec-voice .ttl img{
	width: 199px;
}

footer{
	padding: 15px 0;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer p{
	font-size: 12px;
}
}