@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #1e395f;
	text-align: left;
	line-height: 1.8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none; 
}
a:hover { 
	opacity: 0.5;
	transition: 0.5s;
}
body a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition: 0.5s;
}
body img{
	border-style:none;
	width: 100%;
	display: block;
}
body a img{
	border-style:none; 
}
ul,li{
	list-style-type:none;
	margin:0;
	padding:0;
}

/*==========================================================
FOOTER
==========================================================*/
footer{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.contents1200#footer{
	border-top: 1px #1e395f solid;
	margin-top: 60px;
	padding: 45px 0;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 799px) {
	.footer_info{
		width: 80%;
		max-width: 494px;
	}
}
@media screen and (min-width: 800px) {
	.footer_info{
		width: 494px;
	}
}

/*==========================================================
MAIM
==========================================================*/
main{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.mainimg_bg{
	background-image: url("images/teaser_main_bg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 30px 10px 65px 10px;
}
h1{
	text-align: center;
	line-height: 1.5em;
}
.teaser_txt{
	line-height: 2.2em;
}
.btn{
	display: flex;
	justify-content: center;
}
.btn:last-of-type{
	margin-top: 25px;
}
.btn a{
	color: #FFFFFF;
	background-color: #1e395f;
	display: flex;
	justify-content: center;
	align-items: center;
	clear: both;
}
@media screen and (max-width: 799px) {
	.pc{
		display: none;
	}
	.contents1200{
		width: 94%;
		margin: 0 3%;
		display: block;
		clear: both;
		overflow: hidden;
	}
	h1{
		font-size: 30px;
		margin-top: 0;
	}
	h1 span{
		font-size: 20px;
	}
	.teaser_txt{
		font-size: 18px;
		margin-top: 20px;
	}
	.teaser_imgs{
		margin-top: 40px;
	}
	.teaser_img:last-of-type{
		margin-top: 30px;
	}
	.btn{
		margin-top: 50px;
	}
	.btn a{
		width: 100%;
		max-width: 320px;
		height: 60px;
		font-size: 18px;
		border-radius: 20px;
	}
}
@media screen and (min-width: 800px) {
	.sp{
		display: none;
	}
	.contents1200{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 40px;
		display: block;
		clear: both;
		overflow: hidden;
	}
	h1{
		font-size: 43px;
		margin-top: 60px;
	}
	h1 span{
		font-size: 31px;
	}
	.teaser_txt{
		text-align: center;
		font-size: 28px;
		margin-top: 40px;
	}
	.teaser_imgs{
		display: flex;
		justify-content: space-between;
		margin-top: 65px;
	}
	.teaser_img{
		width: 49%;
	}
	.btn{
		margin-top: 75px;
	}
	.btn a{
		width: 500px;
		height: 80px;
		font-size: 25px;
		border-radius: 30px;
	}
	
}
