@charset "utf-8";


body {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 200%;
	font-family: "Noto Sans Japanese";
}

.serif {
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	transform: rotate(0.05deg);
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}


.wrap {
	width: 1000px;
}

.center {
	margin: 0 auto;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.two_columns {
	width: 475px;
}

.button {
	font-size: 16px;
	text-align: center;
	width: 400px;
	height: 45px;
	line-height: 45px;
}

.button a {
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
}

.button_1, .button_2:hover {
	color: #1b5fa4;
	background-color: #FFF;
	border: 1px solid #1b5fa4;
	transition: .1s;
	transition-timing-function: ease-out;
}

.button_2, .button_1:hover{
	color: #FFF;
	background-color: #0a326e;
	border: 1px solid #FFF;
	transition: .1s;
	transition-timing-function: ease-out;
}


h2 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #1b5fa4;
}

h2 span {
	font-size: 50px;
	line-height: 150%;
}

.h3_dsc {
	width: 650px;
	padding-top: 20px;
	font-size: 25px;
	line-height: 150%;
	font-weight: bolder;
}

.ta_center {
	text-align: center;
}

.text_white {
	color: #FFF;
}


.img_border {
	border: 5px solid rgba(255,255,255,0.5)
}

.circle_imgs_box {
	width: 440px;
}

.circle_imgs_box img {
	border-radius: 50%;
}

.circle_imgs_box img:nth-child(1) {
	margin-right: 30px;
}

.txt_link {
	color: #1b5fa4;
}

.left_500px {
	width: 499px;
	border-right: 1px dotted #FFF;
}

.right_500px {
		width: 499px;
}

/*【ヘッダー】ここから=====================================*/

.top_photo {
	width: 400px;
	padding-top: 120px;
}

.logo {
	width: 300px;
}

.logo p {
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.18em;
	line-height: 27px;
}

.header {
	height: 700px;
	width: 100%;
	background-image: url(../images/top_photo_2.jpg);
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	background-color: rgba(240,242,245,.6)
}

.spmenubtn, .spmenu {
	display: none;
}

/*【ナビゲーション】ここから=====================================*/

.nav_label {
	position: absolute;
	left: 0;
	top: -100px;
	height: 100px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
}

.nav_label nav ul {
	width: 800px;
}

.nav_label nav ul li {
	display: inline-block;
	width: 19%;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 150%;
}

.nav_label nav ul li span {
	font-size: 23px;
	line-height: 180%;
}

.nav_label nav ul li a {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	color: #FFF;
	text-decoration: none;
	height: 80px;
}

.nav_label nav ul li a:hover {
	color: #1b5fa4;
	background-color: #FFF;
	transition: .2s;
	transition-timing-function: ease-out;
}

/*【途中で出てくるヘッダー】ここから=====================================*/

.nav_label_2 {
	position: fixed;
	top: -70px;
	left: 0;
	height: 70px;
	width: 100%;
	background-image: url(../images/nav_label_2.png);
	background-position: center top;
	background-repeat: repeat-x;
	transition: .2s;
	transition-timing-function: ease-out;
	z-index: 999;
}

.nav_label_2.active {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	transition: .2s;
	transition-timing-function: ease-out;
	z-index: 999;
}

.wrap_2 {
	width: 1100px;
}

.nav_label_2 img {
	padding-right: 260px;
	background-color: #FFF;
}

.nav_label_2 nav ul {
	width: 480px;
}

.nav_label_2 nav ul li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 150%;
	border: 0;
}

.nav_label_2 nav ul li span {
	font-size: 18px;
	line-height: 165%;
}

.nav_label_2 nav ul li a {
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	color: #1b5fa4;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	height: 58px;
}

.nav_label_2 nav ul li a:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	transition: .2s;
	transition-timing-function: ease-out;
}

.nav_label_2 p {
	width: 180px;
	background-color: #FFF;
	padding: 13px 0 15px 40px;
	font-weight: bold;
}

.nav_label_2 p a {
	display: block;
	font-weight: bold;
	height: 40px;
	width: 178px;
	background-color: #0a326e;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 0;
	border: 1px solid #FFF;
	transition: .2s;
	transition-timing-function: ease-out;
}

.nav_label_2 p a:hover {
	color: #1b5fa4;
	background-color: #FFF;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: bold;
	border: 1px solid #1b5fa4;
	transition: .2s;
	transition-timing-function: ease-out;
}

.header_right {
	width: 700px;
}

.header_bb {
	width: 100%;
	height: 70px;
	position: fixed;
	top: -70px;
	z-index: 999;
}

.header_bb.active {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #bbb;
	z-index: 999;
}

/*【セクション系】ここから=====================================*/

section {
	padding: 100px 0;
	width: 100%;
}

.bg_lightblue {
	background-color: #bacfe4;
}

.bg_blue {
	background-color: rgba(27,95,164,1);
}

.bg_gray {
	background-color: #333;
}

#feature {
	background-color: #FFF;
}

/*【しごとのリスト】ここから=====================================*/

#works {
	position: relative;
}


.works li {
	line-height: 56px;
} 

.works li img {
	vertical-align: -10px;
} 

.works li span {
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;
	background-image: url(../images/underline.png);
	background-position: 0 24px;
	background-repeat: repeat-x;
} 

/*【理念】ここから=====================================*/

.concept {
	width: 847px;
	height: 374px;
	background-image: url(../images/concept.png);
}

.concept p {
	text-indent: -9999px;
}

.concept p:nth-child(n+2) {
	font-weight: bold;
}
/*【table】ここから=====================================*/

th {
	text-align: left;
}

/*【お問合せ】ここから=====================================*/

.contact th {
	width: 60px;
}

.contact td:nth-child(2) {
	width: 80px;
}

.contact td:nth-child(3) {
	width: 310px;
}

.contact td:nth-child(3) a {
	font-size: 24px;
}

.contact td:nth-child(4) {
	width: 400px;
}

.contact_btn_1 {
	color: #FFF;
	background-color: #00d7b9;
	transition: .1s;
	transition-timing-function: ease-out;
	margin-bottom: 10px;
}

.contact_btn_1:hover {
	color: #00d7b9;
	background-color: #FFF;
	transition: .1s;
	transition-timing-function: ease-out;
}

.contact_btn_2 {
	color: #00a596;
	background-color: #c3fffa;
	transition: .1s;
	transition-timing-function: ease-out;
	margin-bottom: 10px;
}

.contact_btn_2:hover {
	color: #c3fffa;
	background-color: #00a596;
	transition: .1s;
	transition-timing-function: ease-out;
}

#contact p:nth-child(3) {
	margin-top: 10px;
}

.address {
	font-weight: normal;
	color: aquamarine;
}

/*【フッター(会社概要)】ここから=====================================*/

.company_1 tr {
	height: 75px;
}

.company_1 th {
	width: 100px;
}

.company_1 tr:nth-child(3) {
	height: 140px;
}

.company_2 {
	width: 400px;
}

.company_2 th, .company_2 td{
	width: 33%;
}

#company .left_500px {
	height: 400px;
}

.company_right {
	width: 450px;
}

.company_right ul {
	width: 400px;
}

small {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	width: 525px;
}

/*【to_top】ここから=====================================*/

.to_top {
	position: fixed;
	right: 30px;
	bottom: -75px;
	transition: .2s;
	z-index: 999;
}

.to_top a, .to_top.active a {
	display: block;
	width: 75px;
	height: 75px;
	background-image: url(../images/to_top_1.png);
	transition: .2s;
	z-index: 999;
}

.to_top.active {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: .2s;
	transition-timing-function: ease-out;
	z-index: 999;
}

.to_top.active a:hover {
	background-image: url(../images/to_top_2.png);
	transition: .2s;
	transition-timing-function: ease-in;
}

.whole_contents {
	position: relative;
	margin-top: 700px;
	z-index: 10;
}

