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

html,body{
    padding:0;
    margin:0;
}

a{
	text-decoration: none;
	color: #fff;
}
body{
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1em;

}

.indexwrap{
	width: 100%;
	overflow-x: hidden;
}

.text01{
font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:0.8em;
	color: #192f61;

}
 
.text02{
	font-family: urw-din, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:0.8em;
	color: #192f61;

}

.text03{
	display: block;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.2em;
	color: #fff;
	width: 38vw;
	padding: 15px 20px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin: 20px auto;
	margin-left: 8vw;
	background-color: #192f62;

}

.text04{
	display: block;
	font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;
	font-size:1.0em;
	color: #192f61;
	width: 50vw;
	letter-spacing: 0.3em;
	margin: 20px auto;
	margin-left: 8vw;
	border: #0044FF;
	line-height: 1.5em;

}
 .box_box{
	width: 100%;
	height: 50vw;
	overflow: hidden;
	margin-top: 100px;
}

.box{
	overflow: hidden;
	z-index: 5;
	width:100%;
	margin: 0 auto;
	margin-top: 0px;
}
 
.inner_box{
	position: absolute;
	top:  27vw;
	right: 5vw;
	background:rgba(255,255,255,0.7);
	height:180px;
	width: 400px;
    padding: 2%;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 3.3em;
	line-height:1.1em;
	color: #192f61;
}



.inner_in_text{
	position: absolute;
	font-family: urw-din, sans-serif;
	font-weight: 700;
	font-style: normal;
	width:240px;
	height:100px;
	font-size:0.35em;
	line-height: 1em;
	top:145px;
	left:250px;
}


/* footer *//* footer */
.site-footer{
	
    background: #fff;
    padding: 0px 0 20px 0;
}

.footerbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#192f61;
	font-family: urw-din, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size:0.7em;
	color: #fff;
	width: 100%;
	height: 20px;
	padding: 10px;
}
.footerinner{
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	width: 200px;
	justify-content: space-between;
}


.copyright{
    text-align: center;
	letter-spacing: 0.3em;
	text-decoration: none;
	float: right;
	margin-right: 35px;
}


.footer_add{
	width: 100%;
	padding: 10px 0 0 0;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.8em;
	color: #192f62;
	text-align: center;
}
.footer_tel{
	width: 100%;
	padding: 0 0 10px 0;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.8em;
	color: #192f62;
	text-align: center;
}
.footer_iconbox{
	display: none;
	flex-direction: row;
}

.footer_icon{
	width: 50%;
	height: 80px;
	border-top: solid 1px #192f62;
	border-bottom: solid 1px #192f62;
	background-color: #192f62;
	text-align: center;
	padding: 25px;
	color: #fff;
	font-size:0.7em;
	letter-spacing: 0.3em;
	font-weight: 100;
	
}
#rightborder{
	border-right:  solid 1px #fff;
}

/* header *//* header */
ul {
  list-style: none;
}

.header {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.5);
	z-index: 25;
	margin-top: 0px;
		
}

.header .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    width: 100%;
	padding: 0 5px;
}


.header-nav a {
    display: inline-block;
	position: relative;
	width: 80px;
    padding: 18px 0 5px 0;
	transition: 0.3s;
}


.header .header-logo_s {
    float: left;
    margin-top: 20px;
	margin-left: 4vw;
	margin-right: 4vw;
    width: 200px;
	height: 40px;
	background-image: url("../img/logo-trans.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.header .header-nav {
	display: flex;
	justify-content: flex-end;
	margin-right: 2vw;
    width: 60vw;
	
}


.header .header-nav li {
    float: left;
    width: 60px;
	margin-right: 3vw;
    text-align: center;
}


/* スクロール後のヘッダー */
.header.fix a {
    display: block;
	margin-top: -6px;
    padding: 8px 0;
	transition: 0.3s;
	
}
.header.fix .text01 {
    display:none;
	
}

.header.fix .header{
	background-color: rgba(255,255,255,0.5);
}

.header.fix .header-logo_s {
	margin-top: 5px;
	transition: 0.3s;
}



.header-nav a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background:#192f61;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;

}
.header-nav a:hover:before {
	transform: scale(1);
}


/* map */
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

@media screen and (max-width: 960px) {
/* 960pxまでの幅の場合に適応される */
	
	.text01{
		display: none;
	}

	.header-nav a {
    padding: 12px 0 5px 0;
}
	
	.inner_box{
	top:  25vw;
	right: 6vw;
	height:160px;
	width: 380px;
    padding: 2%;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 3.0em;
	line-height:1.1em;
	color: #192f61;
}



.inner_in_text{
	position: relative;
	margin-top: -200px;
	margin-left: -30px;
}
	
}

.iconbox{
	display: none;
	
}

