@charset "UTF-8";

body{
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	/*font-family: "M PLUS 1p";*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;

	font-size: 100%;
	line-height:100%;
	color: #444444;
	height: 100% !important;
	background-color: #fff;
	position: relative;
}


/*
----------------------------------------------------*/
.pc { display: block!important; }
.sp { display: none!important; }

/*body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}*/

article{
	position: relative;
	z-index: 1 !important;
}

/*----------header-footer----------*/
header{
	width: 90%;
	margin: 0 auto 30px;
}
header .logo{
	width: 160px;
}
/*header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}*/

/*header .logo:hover,
.footerAll .logo:hover{
	opacity: 0.5;
	transition-duration: 0.6s;
}*/

.footerAll{
	position: relative;
}
.footerAll .footBg{
	padding: 175px 0 25px;
	background-image: url(../images/foot_bg01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top right;
	background-color: #f0edec;
	position: relative;
}
.footerAll .inner{
	max-width: 1100px;
	margin: 0 auto;
}
.footerAll h3{
	font-size: 32px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0.03em;
	margin-bottom: 25px;
}
.footerAll p{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.05em;
	padding-bottom: 25px;
}
.footerAll p span{
	background-color: #f0edec;
}
.footerAll h4{
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
.footerAll h4 span{
	padding: 2px 30px;
	background-image: url(../images/titbg_01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*.footerAll .btn{
	width: 560px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-align: center;
	margin: 0 auto 80px;
	padding: 35px 0;
	background-image: url(../images/btn_04.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.footerAll .btn a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footerAll .btn img{
	width: 38px;
	margin-left: 10px;
	vertical-align: middle;
}
.footerAll .btn:hover{
	transform: scale(1.05);
	transition-duration: 0.6s;
}*/
.footBtn01{
	margin-bottom: 35px;
}
.footBtn01 li{
	width: 540px;	
}
.footBtn02{
	margin-bottom: 50px;
	position: relative;
}
.footBtn02 li{
	width: 260px;
	margin-right: 20px;
	float: left;	
}
.footBtn02 li:last-child{
	margin-right: 0;
}
.footBtn01 li:hover,
.footBtn02 li:hover{
	transform: scale(1.03) !important;
	transition-duration: 0.6s !important;
}
.footerAll .sns{
	width: 320px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.footerAll .sns li{
	width: 50px;
	margin: 0 15px;
	float: left;
}
.footerAll .sns li:hover{
	transform: scale(1.15) !important;
	transition-duration: 0.6s !important;
}
footer{
	text-align: center;
	padding: 25px 0 20px;
	background-color: #234368;
}
footer .logo{
	width: 167px;
	margin: 0 auto 15px;
}
footer address{
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.2em;
}

/*#page-top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 2%;
	z-index: 998;
}
#page-top{
	cursor: pointer;
}
#page-top img{
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
#page-top:hover img{
	transform: scale(1.2);
	opacity:1.0;
}*/



/*------------------menu---------------------*/
.spMenu{
	width: 67px;
	position: fixed;
	top: 15px;
	right: 4%;
	z-index: 1200;
	display: block;
}
.spMenu{
	cursor: pointer;
}

.gnavi{
	width: 100%;
	height: 100%;
	background-color: #e2f2fa;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: 0 !important;
	display: block;
}
.gnavi.active {
	opacity: 1;
	z-index: 1100 !important;
}

.gnavi_logo{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 20px;
}
.gnavi_logo img{
	width: 160px;
}
.gnavi .inner{
	width: 60%;
	/*min-height: 100vh;*/
	margin: 0 auto;
	position: relative;
}
.gnavi .menuBlock01{
	margin: 30px auto 60px;
	padding: 0 25px;
	background-color: #fff;
	border-radius: 4px;
}
.gnavi .menuBlock01_1{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	padding: 25px 0;
	border-bottom: 1px solid #a0a0a0;
	position: relative;
}
.gnavi .menuBlock01_1 span{
	font-size: 28px;
}
.gnavi .menuBlock01_1 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gnavi .menuBlock01_1:last-of-type{
	border: none;
}

.gnavi .menuBlock02{
	margin-bottom: 50px;
}
.gnavi .menuBlock02 .btn{
	width: 560px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
	padding: 35px 0;
	background-image: url(../images/btn_04.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.gnavi .menuBlock02 .btn a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gnavi .menuBlock02 .btn img{
	width: 38px;
	margin-left: 10px;
	vertical-align: middle;
}
.gnavi .menuBlock02 .btn:hover{
	transform: scale(1.05);
	transition-duration: 0.6s;
}
.gnavi .menuBlock02 ul{
	width: 240px;
	margin: 0 auto;
	position: relative;
	/*sz-index: 10;*/
}
.gnavi .menuBlock02 li{
	width: 50px;
	margin: 0 15px;
	float: left;
}
.gnavi .menuBlock02 li:hover{
	transform: scale(1.15) !important;
	transition-duration: 0.6s !important;
}

.gnavi .menuFooter{
	text-align: center;
	padding: 25px 0 20px;
	background-color: #234368;
}
.gnavi .menuFooter{
	position: sticky;
	top: 100vh;
}
.gnavi .menuFooter .logo{
	width: 167px;
	margin: 0 auto 15px;
}
.gnavi .menuFooter address{
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.2em;
}


/*------------------contents---------------------*/
sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.4em;
}

.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.secondafade{
	position: relative;
	z-index: 5;
	animation: secfadein 1s ease-out forwards;
	animation-delay: 1.5s;/*0.8*/
	opacity: 0;
}
@keyframes secfadein {
	0%{
		opacity: 0
	}
	100%{
		opacity: 1
	}
}





/*----------------------------------------------------*/
@media only screen and (max-width: 1115px) {

/*----------header-footer----------*/
header{
	width: 94%;
	/*margin: 0 auto 30px;*/
}

/*.footerAll{
	position: relative;
}*/
.footerAll .footBg{
	padding: 120px 0 25px;
	/*background-image: url(../images/foot_bg01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top right;
	background-color: #f0edec;
	position: relative;*/
}
.footerAll .inner{
	width: 92%;
	/*margin: 0 auto;*/
}
/*.footerAll h3{
	font-size: 32px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0.03em;
	margin-bottom: 25px;
}
.footerAll p{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.05em;
	padding-bottom: 25px;
}
.footerAll p span{
	background-color: #f0edec;
}
.footerAll h4{
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
.footerAll h4 span{
	padding: 2px 30px;
	background-image: url(../images/titbg_01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}*/
/*.footBtn01{
	margin-bottom: 35px;
}*/
.footBtn01 li{
	width: 70%;	
}
/*.footBtn02{
	margin-bottom: 50px;
	position: relative;
}*/
.footBtn02 li{
	width: 23.5%;
	margin-right: 2%;
	/*float: left;*/
}
/*.footBtn02 li:last-child{
	margin-right: 0;
}
.footBtn01 li:hover,
.footBtn02 li:hover{
	transform: scale(1.03) !important;
	transition-duration: 0.6s !important;
}*/
.footerAll .sns{
	width: 50%;
	/*margin: 0 auto;
	position: relative;
	z-index: 10;*/
}
.footerAll .sns li{
	width: 15%;
	margin: 0 5%;
	/*float: left;*/
}
/*.footerAll .sns li:hover{
	transform: scale(1.15) !important;
	transition-duration: 0.6s !important;
}
footer{
	text-align: center;
	padding: 25px 0 20px;
	background-color: #234368;
}
footer .logo{
	width: 167px;
	margin: 0 auto 15px;
}
footer address{
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.2em;
}*/


/*------------------menu---------------------*/
.spMenu{
	width: 60px;
	/*position: fixed;*/
	top: 10px;
	right: 2%;
	/*z-index: 1200;
	display: block;*/
}
/*.spMenu{
	cursor: pointer;
}

/*.gnavi{
	width: 94%;
	height: 100%;
	background-color: #e2f2fa;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	z-index: 0 !important;
	display: block;
}
.gnavi.active {
	opacity: 1;
	z-index: 1100 !important;
}*/

.gnavi_logo{
	width: 94%;
	/*margin: 0 auto;
	padding: 20px 0 20px;*/
}
/*.gnavi_logo img{
	width: 160px;
}*/
.gnavi .inner{
	width: 80%;
	/*margin: 0 auto;
	position: relative;*/
}
.gnavi .menuBlock01{
	margin: 30px auto 50px;
	/*padding: 0 25px;
	background-color: #fff;
	border-radius: 4px;*/
}
.gnavi .menuBlock01_1{
	font-size: 18px;
	/*font-weight: 500;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;*/
	padding: 20px 0;
	/*border-bottom: 1px solid #a0a0a0;
	position: relative;*/
}
.gnavi .menuBlock01_1 span{
	font-size: 24px;
}
/*.gnavi .menuBlock01_1 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gnavi .menuBlock01_1:last-of-type{
	border: none;
}*/

.gnavi .menuBlock02{
	margin-bottom: 30px;
}
/*.gnavi .menuBlock02 .btn{
	width: 560px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-align: center;
	margin: 0 auto 40px;
	padding: 35px 0;
	background-image: url(../images/btn_04.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.gnavi .menuBlock02 .btn a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gnavi .menuBlock02 .btn img{
	width: 38px;
	margin-left: 10px;
	vertical-align: middle;
}
.gnavi .menuBlock02 .btn:hover{
	transform: scale(1.05);
	transition-duration: 0.6s;
}*/
.gnavi .menuBlock02 ul{
	width: 55%;
	/*margin: 0 auto;
	position: relative;*/
}
.gnavi .menuBlock02 li{
	width: 20%;
	margin: 0 6.5%;
	/*float: left;*/
}
/*.gnavi .menuBlock02 li:hover{
	transform: scale(1.15) !important;
	transition-duration: 0.6s !important;
}

.gnavi .menuFooter{
	text-align: center;
	padding: 25px 0 20px;
	background-color: #234368;
}
.gnavi .menuFooter{
	position: sticky;
	top: 100vh;
}
.gnavi .menuFooter .logo{
	width: 167px;
	margin: 0 auto 15px;
}
.gnavi .menuFooter address{
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.2em;
}*/


}




/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc { display: none!important; }
.sp { display: block!important; }


/*----------header-footer----------*/
header{
	width: 94%;
	margin: 0 auto 6%;
}
header .logo{
	width: 30%;
}

.footerAll .footBg{
	padding: 35% 0 10%;
	background-image: url(../images/foot_bg01sp.png);
}
.footerAll .inner{
	width: 94%;
}
.footerAll h3{
	font-size: 6.0vw;
	line-height: 100%;
	letter-spacing: 0.02em;
	margin-bottom: 5%;
}
.footerAll p{
	font-size: 3.6vw;
	line-height: 170%;
	letter-spacing: 0.05em;
	padding-bottom: 7%;
}
.footerAll h4{
	font-size: 4.4vw;
	line-height: 110%;
	letter-spacing: 0.08em;
	margin-bottom: 6%;
}
.footerAll h4 span{
	padding: 1% 5%;
	/*background-image: url(../images/titbg_01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
}
.footBtn01{
	margin-bottom: 8%;
}
.footBtn01 li{
	width: 100%;	
}
.footBtn02{
	margin-bottom: 8%;
}
.footBtn02 li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	/*float: left;*/
}
.footBtn02 li:nth-child(2){
	margin-right: 0;
}
.footBtn02 li:last-child{
	margin-right: 0;
}

.footerAll .sns{
	width: 80%;
}
.footerAll .sns li{
	width: 17%;
	margin: 0 4%;
	/*float: left;*/
}
footer{
	padding: 5% 0 4%;
}
footer .logo{
	width: 36%;
	margin: 0 auto 2%;
}
footer address{
	font-size: 2.6vw;
	letter-spacing: 0.1em;
}


/*------------------menu---------------------*/
.spMenu{
	width: 13%;
	top: 5px;
	right: 2%;
}

.gnavi_logo{
	width: 94%;
	padding: 3% 0 3%;
}
.gnavi_logo img{
	width: 30%;
}
.gnavi .inner{
	width: 92%;
}

.gnavi .menuBlock01{
	margin: 4% auto 10%;
	padding: 0 5%;
}
.gnavi .menuBlock01_1{
	font-size: 3.8vw;
	line-height: 160%;
	letter-spacing: 0.00em;
	padding: 5.5% 0;
}
.gnavi .menuBlock01_1 span{
	font-size: 5.0vw;
}
.gnavi .menuBlock02{
	margin-bottom: 10%;
}
.gnavi .menuBlock02 ul{
	width: 60%;
}
.gnavi .menuBlock02 li{
	width: 23%;
	margin: 0 5%;
}

.gnavi .menuFooter{
	padding: 5% 0 4%;
}
.gnavi .menuFooter{
	position: sticky;
	top: 100vh;
}
.gnavi .menuFooter .logo{
	width: 36%;
	margin: 0 auto 2%;
}
.gnavi .menuFooter address{
	font-size: 2.6vw;
	letter-spacing: 0.1em;
}



}