@charset "utf-8";

.ftbox { overflow: hidden; *zoom: 1;}

/* wrapper
----------------------------------------------- */
#wrapper {
	min-width:1300px;
	background:#fff;
}
#wrapper .inner {
	max-width:1280px;
	margin:0 auto;
}
@media (max-width: 1080px) {
#wrapper {
	min-width:320px;
}
#wrapper .inner {
	margin:auto;
	padding:0 20px;
}
}


/* header
----------------------------------------------- */
#header {
	display:block;
	padding: 50px 20px;
}
@media (max-width: 1080px) {
#header {
	display:none;
}
}

.headerlogo {
	text-align: center;
	padding-bottom: 30px;
}
.headerlogo img {
/*	width: 180px;*/
	width: 90px;/*2025変更*/
}

#headersp {
	display: none;
}

@media (max-width: 1080px) {
#headersp {
	display: block;
	padding: 25px 20px;
}
.navbar-toggle {
	position: fixed;
	top: 15px;
	right: 15px;
	background: url(../images/common/menu_open.png) 0 0 no-repeat;
	width: 40px;
	height: 40px;
	z-index: 10;
}
.navbar-toggle.on {
	background: url(../images/common/menu_close.png) 0 0 no-repeat;
}
.pullmenu {
	display: none;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:100vh;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.menumain {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
.pullmenu .list li {
	text-align:center;
}
.pullmenu .list li + li {
	margin-top:30px;
}
.pullmenu .list li a {
	text-align:center;
	color: #009fe3;
	font-size: 15px;
}
.pullmenu .menumali {
	margin-top: 50px !important;
}
.pullmenu .menumali a {
	background: url(../images/common/mail_menu.png) 0 center  no-repeat;
	padding-left: 20px;
}
}

.splogo img {
	width: 160px;
}



/* gnavi
----------------------------------------------- */
#gnavi {
	background: #fff;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
}
#gnavi a {
	display: inline-block;
	font-size: 15px;
	padding: 0 45px;
}
#gnavi a:hover {
	color: #009fe3;
}
#gnavi a.active {
	color: #009fe3;
}
#gnavi.off {
	background: rgba(255,255,255,.8);
	padding: 20px 10px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index:4;
}
#gnavi .gnavimail {
	background: url(../images/common/mailico_navi.png) 0 center no-repeat;
	padding-left: 22px;
}


/* teaser
----------------------------------------------- */
#teaser {
	padding: 20px 25px;
	position: relative;
}
#teaser .decorateleft {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#teaser .decorateright {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#teaser .teaserin {
	background: url(../images/common/bg_teaser_pc.png) center center no-repeat;
	height: 240px;
	background-size: cover;
	position: relative;
}
#teaser .teaserhd {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 2;
}

/*2025 page h2*/

#teaser h2.teaserhd{
	font-size: 24px;
	font-weight: 700;
	line-height: 48px;
	color: #FFFFFF;
}

@media (max-width: 767px) {
#teaser {
	padding: 15px 20px;
}
#teaser .teaserin {
	background: url(../images/common/bg_teaser_sp.png) center center no-repeat;
	height: 130px;
	background-size: cover;
}
}


.teaserhalf {
	background: -moz-linear-gradient(top, #fff, #fff 50%, #f5fbfe 50%, #f5fbfe);
	background: -webkit-linear-gradient(top, #fff, #fff 50%, #f5fbfe 50%, #f5fbfe);
	background: -webkit-gradient(linear, top, from(#fff), color-stop(0.5, #fff), color-stop(0.5, #f5fbfe), to(#f5fbfe));
}


/* contents
----------------------------------------------- */
#contents {
	background: #f5fbfe;
}


/* combnr
----------------------------------------------- */
.combnr {
	background: url(../images/common/bg_dot01.png) 0 0 repeat;
	margin-top: 190px;
}
.combnr .combnrlist {
	position: relative;
	top: 0;
	transform: translateY(-30%);
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
}
.combnr .combnrlist ul {
	overflow: hidden;
	margin: 0 0 0 -50px;
}
.combnr .combnrlist ul li {
	float: left;
	width: 50%;
	padding-left: 50px;
}
.combnr .combnrlist ul li a {
	display: block;
	color: #fff;
	height: 300px;
	font-size: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.combnr .combnrlist .combnrbg01 {
	background: url(../images/common/bg_combnr01.jpg) center 0 no-repeat;
	background-size: cover;
}
.combnr .combnrlist .combnrbg02 {
	background: url(../images/common/bg_combnr02.jpg) center 0 no-repeat;
	background-size: cover;
}
.combnr .combnrcont {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 3;
}
.combnr .combnrcont span {
	margin-top: 20px;
	border: 1px #fff solid;
	display: inline-block;
	font-size: 15px;
	width: 170px;
	padding: 15px 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
@media (max-width: 1080px) {
.combnr .combnrlist {
	padding: 0 20px;
}
}
@media (max-width: 767px) {
.combnr {
	margin-top: 90px;
}
.combnr .combnrlist {
	transform: translateY(-10%);
}
.combnr .combnrlist ul {
	overflow: hidden;
	margin: 0;
}
.combnr .combnrlist ul li {
	float: none;
	width: auto;
	padding-left: 0;
}
.combnr .combnrlist ul li+li {
	margin-top: 20px;
}
.combnr .combnrlist ul li a {
	height: 200px;
	font-size: 23px;
}
.combnr .combnrcont span {
	margin-top: 10px;
}
}


/* footer
----------------------------------------------- */
#footer {
	padding: 90px 0;
	font-size: 13px;
}
.footerinner {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
@media (max-width: 1080px) {
.footerinner {
	padding: 0 20px;
}
}

.footerlogo {
	margin-bottom: 15px;
}
.footerlogo img {
/*	width: 230px;*/
	width: 180px;
}
.footerlink {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.footernavi {
	overflow: hidden;
}
.footernavi li {
	float: left;
}
.footernavi li a:hover {
	color: #009fe3;
}
.footernavi li+li {
	margin-left: 60px;
}
.footermail {
	background: url(../images/common/mailico_navi.png) 0 center no-repeat;
	padding-left: 22px;
}
.copyright {
	text-align: right;
	margin-top: 20px;
}
@media (max-width: 1080px) {
.footermess {
	text-align: center;
}
.footerlink {
	position: inherit;
	right: inherit;
	bottom: inherit;
	margin-top: 60px;
}
.footernavi li {
	float: none;
	text-align: center;
}
.footernavi li+li {
	margin: 40px 0 0 0;
}
.copyright {
	text-align: center;
	margin-top: 60px;
}
}

@media (max-width: 767px) {
#footer {
	padding: 60px 0;
}
}


/* H
----------------------------------------------- */
.hdl {
}


@media (max-width: 1080px) {
	
}
@media (max-width: 767px) {
	
}




