@charset "utf-8";

/* Google Fonts
========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);



/* layout
========================================================================== */

html {
	overflow-y: scroll;
}

body {

}

#wrap {
	width: 100%;
	min-width: 1080px;
	min-height: 100%;
	position: relative;

	overflow: hidden;
}


/* selected text
-------------------------------------------------------------------------- */

::selection {
	background: #dddddd; /* Safari */
}
::-moz-selection {
	background: #dddddd; /* Firefox */
}



/* anchor
========================================================================== */

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #000;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}



/* header
========================================================================== */

header {
	width: 1080px;
	margin: 10px auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}



/* CSS（小）
-------------------------------------------------------------------------- */
header div.header_left {
	display: flex;
	text-align: left;
}

header div.header_left div.logo_newtohoku {
}

header div.header_left div.logo_newtohoku img {
	width: 120px;
}

header div.header_left div.logo_bussiness {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 20px;
}



/* CSS（小）
-------------------------------------------------------------------------- */
header div.header_right {
}

header div.header_right div.logo_reconstruction {
}

header div.header_right div.logo_reconstruction img {
	width: 120px;
}



/* visual
========================================================================== */
#visual {
	width: 100%;
	height: 300px;
	
	position: relative;
	background-image: url(../img/common/visual.jpg);
	background-repeat: no-repeat;
	background-position: center top -500px;
	background-size: cover;
	zoom: 1;
}
#visual:after {
	content:"";
	display: block;
	clear: both;
}
#visual h1 {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 400%;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
#visual h1 span {
	margin-top: 1em;
	font-size: 38%;
	font-weight: 400;
	display: block;
}


/* global navi
========================================================================== */

#gnav {
	width: 800px;
	padding: 0;
	margin: -56px auto 0;
	background: rgba(255, 255, 255, .5);
	zoom: 1;
	position: relative;
	z-index: 100;
}
#gnav:after {
	content:"";
	display: block;
	clear: both;
}

#gnav ul li {
	width: 200px;
	float: left;
}

#gnav ul li a {
	padding: 1em 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
}
#gnav ul li a:hover,
#gnav ul li a.active {
	background: #005ac8;
}


/* sublobal navi
========================================================================== */

#snav {
	width: 100%;
	padding: 0 20px;
	margin: 0;
	background: #005ac8;
	zoom: 1;
}
#snav:after {
	content:"";
	display: block;
	clear: both;
}

#snav ul {
}

#snav ul li {
	display: inline-block;
	
}
#snav ul li a {
	padding: 1.5em;
	color: #fff;
	display: block;
}
#snav ul li a:after {
	margin-left: .5em;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 100%; /* 14px */
	display: inline-block;
}
#snav ul li a:hover {
	opacity: .7;
}


/* footer
========================================================================== */

footer {
	width: 100%;
	min-width: 1120px;
	background: #005ac8;
}

/* page up
-------------------------------------------------------------------------- */
#pageup {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#pageup a {
	display: block;
	font-size: 30px;
	padding: .4em .6em;
	background: #005ac8;
	color: #fff;
	line-height: 1;
}

/* copyright
-------------------------------------------------------------------------- */
#copyright {
	padding: 1em 0;
	color: #fff;
}


/* font-size (14px)
==========================================================================

72% = 10px
79% = 11px
86% = 12px
93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
150% = 21px
158% = 22px
165% = 23px
172% = 24px
179% = 25px
186% = 26px
193% = 27px
200% = 28px

========================================================================== */