@charset "utf-8";

#wrapper {
 width: 100%;
 margin:0 auto;
 position: relative;
}

.btn_top {
	padding-left: calc(50% + 480px);
}
/********************************
HEADER
********************************/

.header {
	width: 100%;
	height: 72px;
	position: fixed;
	background: #fff;
	z-index: 999;
}

.header_pos {
	width:1080px;
	padding-left: 120px;
	margin: 0px auto;
}

.logo {
	padding-top: 15px;
	display: table-cell;
	vertical-align: middle;
}

.nav {
	padding-top: 15px;
	display: table-cell;
}

.nav ul {
	float: right;
	list-style: none;
}

.nav li {
	float: left;
	text-align: center;
	margin-left: 15px;
}

.nav .active {
	border-bottom: 2px solid #a0a0a0;
}

.nav-button {
	display: none;
}

.nav-wrap {
	display: none;
}

.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}



/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.btn_top {
		padding-left: 80%;
	}

	.header_pos {
		width: 100%;
		padding-left: 0px;
	}

	.logo {
		padding-left: 6%;
		width: 53%;
	}

	.logo img{
		width: 100%;
		vertical-align: middle;
	}


	.nav {
		display: none;
	}


	.scroll_stop {
		position: fixed;
	}

	.nav-wrap {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		background-color: rgba(0, 80, 143, 0.6);
		width: 100%;
		height: 100%;
	}

	.nav-wrap ul {
		margin-top: 10%;
		padding: 0px;
	}

	.nav-wrap li {
		padding-top: 25px;
		text-align: center;
		display: block;
		height: 50px;
	}

	.nav-wrap li.active {
		color: #fff;
		background: #000;
		font-size: 27px;
		font-weight: bold;
		border-bottom: none;
		line-height: 27px;
	}

	.nav-wrap a {
		color: #fff;
		font-size: 27px;
		font-weight: bold;
		line-height: 27px;
	}

	.nav_btn_box {
		display: table-cell;
		width: 40%;
		padding-top: 20px;
		padding-left: 30%;
	}


	/*メニューボタンのエフェクト*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}

	.nav-button {
		z-index: 20;
		position: relative;
		width: 30px;
		height: 30px;
	}

	.nav-button span {
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
	}

	.nav-button span:nth-of-type(1) {
		top: 0;
	}

	.nav-button span:nth-of-type(2) {
		top: 14px;
	}

	.nav-button span:nth-of-type(3) {
		bottom: 0;
	}

	.nav-button.activer span:nth-of-type(1) {
		background: #fff;
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}

	.nav-button.activer span:nth-of-type(2) {
		opacity: 0;
	}

	.nav-button.activer span:nth-of-type(3) {
		background: #fff;
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}

}



/********************************
privacy_main
********************************/

.privacy_top {
	padding-top: 72px;
	width: 100%;
	height: 330px;
	background: #00508f;
	color: #fff;
	text-align: center;
}

.privacy_top p {
	margin-top: 30px;
	margin-left: calc(50% - 480px);
	margin-bottom: 90px;
	color: #fff;
	text-align: left;
}


.privacy_main {
	padding-top: 60px;
	width: 960px;
	color: #000;
	text-align: left;
	margin: 0px auto;
}

.privacy_main hr{
	margin: 20px auto;
}

.privacy_main h4 {
	color: #000;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
}

.privacy_top a {
	color: #fff;
}


/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.privacy_top {
		height: 45%;
		padding-bottom: 17%;
	}

	.privacy_top h2{
		font-size: 6vw;
		margin-top: 17%;
		padding-bottom: 10px;
	}

	.privacy_top p {
		display: none;
	}

	.privacy_main {
		padding-top: 60px;
		width: 86%;
		font-size: 16px;
		line-height: 2em;
	}

	.privacy_main hr{
		margin: 50px auto 80px;
	}

	.privacy_main h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

/********************************
FOOTER
********************************/

.footer {
	width: 100%;
	background: #fff;
	padding-top: 100px;
	text-align: center;
}

.footer h2{
	text-align: center;
	padding-bottom: 0px;
}

.btn_inq_box {
	width: 960px;
	background: #fff;
	border: solid 1px #000;
	margin: 0 auto;
	padding: 40px;
}

.box_read {
	font-size: 16px;
	color: #000;
}

.btn_inq {
	background: #00508f;
	color: #fff;
	width: 760px;
	border: solid 1px #00508f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 20px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.btn_inq:hover {
	background: #fff;
	color:  #00508f;
}


.btn_subtxt {
	font-size: 13px;
	font-weight: bold;
}

.tel_txt {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.logo_and_mark {
	display: flex;
	width: 590px;
	margin: 100px auto;
	justify-content: space-between;
	align-items: center;
}

.footer_end {
	width: 100%;
	height: 50px;
	background: #00508f;
}

.footer_end a{
	color: #fff;
}

.footer_end a:hover{
	color: #ccc;
}

.footer_end_txt {
	width: 960px;
	color: #fff;
	font-size: 11px;
	margin: 0px auto;
	line-height: 50px;
}

.footer_end_txt_sp {
	display: none;
}


/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.footer_end {
		height: auto;
	}

	.btn_inq_box {
		width: 86%;
		background: #fff;
		border: solid 1px #000;
		margin: 0 auto;
		padding: 0px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.btn_inq_box .box_read{
		font-size: 3.5vw;
		padding-left: 10px;
	}

	.btn_inq {
		width: 80%;
	}



	.logo_and_mark {
		display: block;
		width: 100%;
	}

	.logo_and_mark a{
		padding-right: 7%;
	}

	.logo_and_mark img{
		vertical-align: middle;
	}

	.footer_end_txt {
		display: none;
	}
	
	.footer_end_txt_sp {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		padding-top: 40px;
		padding-bottom: 40px;
	}

}



