@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');

/* MATERIALS */

a:link{
	color:#082e6c;
	text-decoration:none;
}

a:visited{
	color:#082e6c;
	text-decoration:none;
}

a:hover{
	color:#0886aa;
	text-decoration:underline;
}

a:active{
	color:#0886aa;
	text-decoration:underline;
}

a.btn_more{
	display:inline-block;
	padding:8px 30px 10px 15px;
	font-size:13px;
	line-height:1em;
	color:#082e6c;
	background-color:#fec415;
	border-radius:10px;
	background-image:url(../img/interface/arrow.svg);
	background-repeat:no-repeat;
	background-size:6px 7px;
	background-position:right 17px center;
}

a.btn_more:hover,
a.btn_more:active{
	text-decoration:none;
	color:#082e6c;
	background-position:right 12px center;
}

a.btn_large{
	display:inline-block;
	width:150px;
	padding:15px 30px 17px 15px;
	font-size:15px;
	line-height:1em;
	color:#082e6c;
	background-color:#fec415;
	border-radius:10px;
	background-image:url(../img/interface/arrow.svg);
	background-repeat:no-repeat;
	background-size:7px 8px;
	background-position:right 17px center;
}

a.btn_large:hover{
	text-decoration:none;
	background-color:#082e6c;
	color:#fff;
	background-image:url(../img/interface/arrow_wh.svg);
}

/* INTERFACE */

body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#082e6c;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#nav_sp{
	display:block;
	width:20px;
	height:20px;
	padding:10px;
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	z-index:11;
}

#nav_sp span{
	display:block;
	margin:6px 0 6px;
	border-top:1px solid #082e6c;
}

#nav_sp.open span:first-of-type{
	margin:6px 0 0;
	transform:rotate(45deg);
	transition-duration:0.5s;
}

#nav_sp.open span:last-of-type{
	margin:0;
	transform:rotate(-45deg);
	transition-duration:0.5s;
}

#nav_sp.close span:first-of-type{
	transition-duration:0.5s;
}

#nav_sp.close span:last-of-type{
	transition-duration:0.5s;
}

#sns{
	margin:100px 0 40px;
	text-align:center;
}

#sns h2{
	margin:0 20px 40px;
}

#sns h2 span{
	display:table;
	margin:0 auto;
	padding:10px 35px 15px 40px;
	font-size:20px;
	font-weight:400;
	line-height:1.2em;
	background-image:url("../img/interface/title_shape01.svg"),url("../img/interface/title_shape02.svg");
	background-repeat:no-repeat;
	background-position:left center,right center;
	background-size:auto 35px;
}

#sns a img{
	width:45px;
	margin:0 15px;
}
