
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	position: relative;
	font-size: 350%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	font-style: normal;
	line-height: 130%;
	padding-top: 20px;
	font-family: 'Oswald', sans-serif;
}

h1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #003D96;
}

h1 span {
	display: block;
	font-size: 25%;
	margin-top: 0px;
	vertical-align: middle;
	font-weight: 700;
	font-style: normal;
	color: #003D96;
	font-family: 'Noto Sans JP', sans-serif;

}

h2 {
	font-size: 180%;
	text-align: left;
	border-left: 2px solid #003D96;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2 span {
	display: block;
	color: #003D96;
	font-size: 50%;
	border-radius: 100px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	vertical-align: middle;
}

h3 {
	font-size: 140%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: 300;
	color: #003D96;
	padding-right: 10px;
}

h3 span {
	float: right;
	font-size: 60%;
}

h3 span a {
	background: #791725;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF !important;
	padding: 5px 20px;
	box-sizing: border-box;
}

h3 span a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #A6153B;
}

h1 + h2 {
	margin-top: 60px;
}

p + h2,
p + h3,
ul.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 220%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 1000;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#h_left {
	float: left;
	margin-left: 5%;
}

#h_left div {
	margin-top: 10px;
    transition : all 500ms;
}

#fix.fixed2 #h_left div {
	margin-top: 5px;
    transition : all 500ms;
}

#h_left div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #h_left div img {
	transform: scale(0.8, 0.8) translate(-10%, 0%);
    transition : all 500ms;
}

#h_right {
	float: right;
	margin-right: 10%;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 90%;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 35px 15px 35px;
	min-height: 80px;
	margin: 0px;
	box-sizing: border-box;
	transition:all 0.5s ease;
	border-bottom: 3px solid #FFF;
}

#fix.fixed2 #navi ul li a {
	padding: 30px 10px;
	min-height: 60px;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #333;
	border-bottom: 3px solid  rgba(0,64,152,1);
}

#navi ul li a#cat-nav-6 {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(67,188,237,1);
	background: linear-gradient(180deg, rgba(67,188,237,1) 0%, rgba(0,64,152,1) 100%);
	padding: 40px;
	margin-left: 20px;
	color: #FFF;
	border-bottom: none;
	z-index: 500;
	transition:all 0.5s ease;
}

#navi ul li a#cat-nav-6:hover {
	background: rgba(0,64,152,1);
}

#navi ul li a#cat-nav-6 img:hover {
	opacity: 1;
}

#fix.fixed2 #navi ul li a#cat-nav-6 {
	padding: 40px;
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; }
body#service #navi ul li a#cat-nav-2 { color: #CCC; }
body#works #navi ul li a#cat-nav-3 { color: #CCC; }
body#company #navi ul li a#cat-nav-4 { color: #CCC; }
body#recruit #navi ul li a#cat-nav-5 { color: #CCC; }

/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

#home #container {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 0px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column3Box {
	width: 33.3333%;
	float: left;
	margin-bottom: 0px;
}

.left60 {
	float: left;
	width: 60%;
}

.right35 {
	float: right;
	width: 35%;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left70 {
	float: left;
	width: 70%;
}

.right30 {
	float: right;
	width: 25%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 50px;
	padding: 80px 0 20px;
	background: rgb(0,61,150);
	background: linear-gradient(0deg, rgba(0,61,150,1) 65%, rgba(11,80,163,1) 65%);
}

#home #footer {
	margin-top: 0px;
	padding: 80px 0 20px;
	background: rgb(0,61,150);
	background: linear-gradient(0deg, rgba(0,61,150,1) 65%, rgba(11,80,163,1) 65%);
}

#footer_map {
	border: 10px solid #FFF;
	box-sizing: border-box;
}

#footer_map iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#footer_main {
	padding-top: 60px;
}

#footer_main_left {
	float: left;
}

#footer_main_left p {
	font-size: 85%;
	color: #FFF;
}

#footer_main_left p:nth-child(1) {
	margin-bottom: 30px;
}

#footer_main_right {
	float: right;
}

.sitemap {
	margin-top: 25px;
}

.sitemap ul li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
	font-size: 90%;
}

.sitemap ul li a {
	color: #FFF;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

#footer_address {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 30px 0;
	margin-top: 20px;
}

#footer_address_left {
	float: left;
}

#footer_address_left ul li {
	list-style: none;
	float: left;
	font-size: 85%;
	margin-right: 20px;
}

#footer_address_left ul li a {
	color: #FFF;
}

#footer_address_left ul li a:hover {
	text-decoration: underline;
}

#footer_address_right {
	float: right;
}

address {
	font-style: normal;
	font-size: 85%;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	background: #FFF;
	z-index: 100;
	margin-top: 80px;
	height: auto;
}

#main_bg {
	position: absolute;
	background: rgba(79,190,237,0.3);
	z-index: 200;
	width: 100%;
	height: 100%;
}

#main p {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	z-index: 300;
	letter-spacing: 0;
	color: #FFF;
	margin-bottom: 40px;
	vertical-align: middle;
	font-size: 500%;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-shadow: 2px 2px 1px rgba(79,190,237,1);
}

#main p span {
	display: block;
	font-size: 30%;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 0;
	color: #FFF;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

.bg {
	background: #EEF9FE;
	padding: 80px 0px;
}

.caption {
	font-size: 130%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}

.box {
	box-shadow: 0 0 5px #CCC;
	margin: 5px;
	margin-bottom: 20px;
}

.box p {
	margin-bottom: 0px;
	text-align: center;
	font-size: 110%;
	font-weight: 700;
}

.box div {
	border-left: 1px solid #B6DDF3;
	border-right: 1px solid #B6DDF3;
	border-bottom: 1px solid #B6DDF3;
	box-sizing: border-box;
	padding: 20px;
}

.blue_bg01 {
	background: #003D96;
	padding: 50px 40px;
}

.blue_bg02 {
	background: #196FB8;
	padding: 50px 40px;
}

.blue_bg03 {
	background: #4FBEED;
	padding: 50px 40px;
}

.title {
	text-align: center;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 120%;
	line-height: 100%;
}

.title span {
	display: block;
	font-size: 180%;
}

.blue_bg01 p,
.blue_bg02 p,
.blue_bg03 p {
	color: #FFF;
}

/* スライダー
-------------------------------------*/

.slider {
	margin: 40px auto;
}

.slide_main　{
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.slide_img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.slide_img img {
	border-left: 1px solid #B6DDF3;
	border-right: 1px solid #B6DDF3;
	border-top: 1px solid #B6DDF3;
	box-sizing: border-box;
}

.slide_img div {
	margin-top: -10px;
	border-left: 1px solid #B6DDF3;
	border-right: 1px solid #B6DDF3;
	border-bottom: 1px solid #B6DDF3;
	background: #FFF;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 30;
}

.prev-arrow {
	left: 30px;
	width: 50px;
	height: 50px;
}

.next-arrow {
	right: 30px;
	width: 50px;
	height: 50px;
}

.slide_img p {
	margin-bottom: 10px;
	line-height: 120%;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	position: relative;
	margin-top: 80px;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

#prt_main #main_bg {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100px 0;	
}

#service #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#works #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
	#civil #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
	#demolition #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
	#exterior #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
	.error404 #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
	.archive #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#company #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#recruit #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#contact #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }


#prt_main h1 {
	padding: 0;
	margin: 0 auto;
	color: #FFF;
	font-size: 400%;
}

#prt_main h1::after {
	display: none;
}

#prt_main h1 span {
	color: #FFF;
}

#list_navi {
	background: #EEF9FE;
	padding: 15px 0;
	font-size: 75%;
}

#list_navi div {
	text-align: left;
	line-height: 100%;
}

#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 35px;
}

#list_navi div a {
	color: #333;
	text-decoration: underline;
}

#list_navi div a:hover {
	text-decoration: none;
}
	
/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: left;
	width: 70%;
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
}

#sidebar h3 {
	background: #003D96;
	text-align: center;
	color: #FFF;
	font-size: 110%;
	padding: 15px 0;
	margin-bottom: 0;
}

#sidebar h3::before {
	content:"";
	padding-right: 0px;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #BBB;
	background: url("../img/side/arrow.svg") center left no-repeat;
	padding-left: 16px;
}

#sidebar ul li a {
	display: block;
	padding: 15px 0;
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	height: 35px;
	color: #666;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 10px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transition: 0.3s;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #4FBEED;
	margin-top: 40px;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	border-radius: 100px;
	width: 350px;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 23px 0;
	border-radius: 100px;
	box-sizing: border-box;
	background: url("../img/common/btn_bg.svg") center right 20px no-repeat;
}

.btn a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #003D96;
}

.btn2 {
	background: #4FBEED;
	margin: 40px auto 0;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	border-radius: 100px;
	width: 350px;
}

.btn2 a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 23px 0;
	border-radius: 100px;
	box-sizing: border-box;
	background: url("../img/common/btn_bg.svg") center right 20px no-repeat;
}

.btn2 a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #003D96;
}


/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    font-size: 80%;
	z-index: 10000;
}

#page-top a {
    background: #0B50A3;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #4FBEED;
}

#page-top a:hover img {
	opacity: 1;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #0E6EB8; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #73C2DC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #0E6EB8; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

.width {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


} /* /@media */

/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 860px) {

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 2000;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: none;
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 3000;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#h_left {
	float: left;
	width: 30%;
	margin-left: 5%;
}

#h_left div {
	margin-top: 15px;
    transition : all 500ms;
}

#fix.fixed2 #h_left div {
	margin-top: 15px;
    transition : all 500ms;
}

#h_left div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #h_left div img {
	transform: scale(1,1);
    transition : all 500ms;
}

#h_right {
	float: right;
	margin-right: 10%;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 90%;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 35px 10px 25px;
	min-height: 60px;
	margin: 0px;
	box-sizing: border-box;
	transition:all 0.5s ease;
	border-bottom: 3px solid #FFF;
}

#fix.fixed2 #navi ul li a {
	padding: 35px 10px 25px;
	min-height: 60px;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #333;
	border-bottom: 3px solid  rgba(0,64,152,1);
}

#navi ul li a#cat-nav-6 {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(67,188,237,1);
	background: linear-gradient(180deg, rgba(67,188,237,1) 0%, rgba(0,64,152,1) 100%);
	padding: 30px;
	margin-left: 20px !important;
	color: #FFF;
	border-bottom: none;
	z-index: 500;
	transition:all 0.5s ease;
}

#navi ul li a#cat-nav-6:hover {
	background: rgba(0,64,152,1);
}

#navi ul li a#cat-nav-6 img:hover {
	opacity: 1;
}

#fix.fixed2 #navi ul li a#cat-nav-6 {
	padding: 30px;
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; }
body#service #navi ul li a#cat-nav-2 { color: #CCC; }
body#works #navi ul li a#cat-nav-3 { color: #CCC; }
body#company #navi ul li a#cat-nav-4 { color: #CCC; }
body#recruit #navi ul li a#cat-nav-5 { color: #CCC; }

/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

#home #container {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column3:nth-child(3n) {
	margin-right: 4%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column3Box {
	width: 33.3333%;
	float: left;
	margin-bottom: 0px;
}

.left60 {
	float: left;
	width: 60%;
}

.right35 {
	float: right;
	width: 35%;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left70 {
	float: left;
	width: 48%;
}

.right30 {
	float: right;
	width: 48%;
}

}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	position: relative;
	font-size: 300%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	font-style: normal;
	line-height: 130%;
	padding-top: 20px;
	font-family: 'Oswald', sans-serif;
}

h1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background-color: #003D96;
}

h1 span {
	display: block;
	font-size: 25%;
	margin-top: 0px;
	vertical-align: middle;
	font-weight: 700;
	font-style: normal;
	color: #003D96;
	font-family: 'Noto Sans JP', sans-serif;

}

h2 {
	font-size: 170%;
	text-align: left;
	border-left: 2px solid #003D96;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2 span {
	display: block;
	color: #003D96;
	font-size: 50%;
	border-radius: 100px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	vertical-align: middle;
}

h3 {
	font-size: 140%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: 300;
	color: #003D96;
	padding-right: 10px;
}

h3 span {
	float: right;
	font-size: 60%;
}

h3 span a {
	background: #791725;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF !important;
	padding: 5px 20px;
	box-sizing: border-box;
}

h3 span a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #A6153B;
}

h1 + h2 {
	margin-top: 60px;
}

p + h2,
p + h3,
ul.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 90%;
	line-height: 220%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: relative;
	top: 0;
	left: 0%;
	z-index: 1000;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: none;
}

#fix.fixed2 {
	position: relative;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#h_left {
	float: left;
	width: 65%;
	margin-left: 5%;
}

#h_left div {
	margin-top: 20px;
    transition : all 500ms;
}

#fix.fixed2 #h_left div {
	margin-top: 5px;
    transition : all 500ms;
}

#h_left div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #h_left div img {
	transform: scale(1, 1) translate(0%, 0%);
    transition : all 500ms;
}

#h_right {
	float: right;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	display: none;
	width: 100%;
}

#menu {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(67,188,237,1);
	background: linear-gradient(180deg, rgba(67,188,237,1) 0%, rgba(0,64,152,1) 100%);
	padding: 30px;
	margin-left: 20px;
	color: #FFF;
	border-bottom: none;
	z-index: 1000;
	transition:all 0.5s ease;
}

#menu a:hover {
	background: rgba(0,64,152,1);
}

#menu a img:hover {
	opacity: 1;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

#home #container {
	margin-top: 0;
	position: relative;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

.column2 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	float: none;
	width: 100%;
	margin-bottom: 0px;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column3Box {
	float: none;
	width: 100%;
	margin-bottom: 0px;
}

.left60 {
	float: none;
	width: 100%;
}

.right35 {
	float: none;
	width: 100%;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left70 {
	float: none;
	width: 100%;
}

.right30 {
	float: none;
	width: 100%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 50px;
	padding: 80px 0 20px;
	background: rgb(0,61,150);
	background: linear-gradient(0deg, rgba(0,61,150,1) 65%, rgba(11,80,163,1) 65%);
}

#home #footer {
	margin-top: 0px;
	padding: 80px 0 20px;
	background: rgb(0,61,150);
	background: linear-gradient(0deg, rgba(0,61,150,1) 65%, rgba(11,80,163,1) 65%);
}

#footer_map {
	border: 10px solid #FFF;
	box-sizing: border-box;
}

#footer_map iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#footer_main {
	padding-top: 60px;
}

#footer_main_left {
	float: none;
}

#footer_main_left p {
	font-size: 85%;
	color: #FFF;
}

#footer_main_left p:nth-child(1) {
	margin-bottom: 30px;
}

#footer_main_right {
	display: none;
}

#footer_address {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 30px 0;
	margin-top: 20px;
}

#footer_address_left {
	display: none;
	float: left;
}

#footer_address_left ul li {
	list-style: none;
	float: left;
	font-size: 85%;
	margin-right: 20px;
}

#footer_address_left ul li a {
	color: #FFF;
}

#footer_address_left ul li a:hover {
	text-decoration: underline;
}

#footer_address_right {
	float: none;
}

address {
	font-style: normal;
	text-align: center;
	font-size: 85%;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	background: #FFF;
	z-index: 100;
	margin-top: 40px;
	height: auto;
}

#main_bg {
	position: absolute;
	background: rgba(79,190,237,0.3);
	z-index: 200;
	width: 100%;
	height: 100%;
}

#main p {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	z-index: 300;
	letter-spacing: 0;
	color: #FFF;
	margin-bottom: 40px;
	vertical-align: middle;
	font-size: 300%;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-shadow: 2px 2px 1px rgba(79,190,237,1);
}

#main p span {
	display: block;
	font-size: 30%;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 0;
	color: #FFF;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

.bg {
	background: #EEF9FE;
	padding: 80px 0px;
}

.caption {
	font-size: 120%;
	text-align: left;
	font-weight: 700;
	margin-bottom: 40px;
}

.box {
	box-shadow: 0 0 5px #CCC;
	margin: 5px;
	margin-bottom: 20px;
}

.box p {
	margin-bottom: 0px;
	text-align: center;
	font-size: 110%;
	font-weight: 700;
}

.box div {
	border-left: 1px solid #B6DDF3;
	border-right: 1px solid #B6DDF3;
	border-bottom: 1px solid #B6DDF3;
	box-sizing: border-box;
	padding: 20px;
}

.blue_bg01 {
	background: #003D96;
	padding: 50px 40px;
}

.blue_bg02 {
	background: #196FB8;
	padding: 50px 40px;
}

.blue_bg03 {
	background: #4FBEED;
	padding: 50px 40px;
}

.title {
	text-align: center;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 120%;
	line-height: 100%;
}

.title span {
	display: block;
	font-size: 180%;
}

.blue_bg01 p,
.blue_bg02 p,
.blue_bg03 p {
	color: #FFF;
}

/* スライダー
-------------------------------------*/

.slider {
	margin: 40px auto;
}

.slide_main　{
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.slide_img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.slide_img img {
	border-left: 1px solid #B6DDF3;
	border-right: 1px solid #B6DDF3;
	border-top: 1px solid #B6DDF3;
	box-sizing: border-box;
}

.slide_img div {
	margin-top: -10px;
	border-left: 1px solid #B6DDF3;
	border-right: 1px solid #B6DDF3;
	border-bottom: 1px solid #B6DDF3;
	background: #FFF;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 30;
}

.prev-arrow {
	left: 30px;
	width: 50px;
	height: 50px;
}

.next-arrow {
	right: 30px;
	width: 50px;
	height: 50px;
}

.slide_img p {
	margin-bottom: 10px;
	line-height: 120%;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	position: relative;
	margin-top: 40px;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

#prt_main #main_bg {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100px 0;	
}

#service #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#works #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#company #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#recruit #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#contact #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }


#prt_main h1 {
	padding: 0;
	margin: 0 auto;
	color: #FFF;
	font-size: 300%;
}

#prt_main h1::after {
	display: none;
}

#prt_main h1 span {
	color: #FFF;
}

#list_navi {
	background: #EEF9FE;
	padding: 15px 0;
	font-size: 75%;
}

#list_navi div {
	text-align: left;
	line-height: 100%;
}

#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 35px;
}

#list_navi div a {
	color: #333;
	text-decoration: underline;
}

#list_navi div a:hover {
	text-decoration: none;
}
	
/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: none;
	width: 100%;
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: none;
	width: 100%;
}

#sidebar h3 {
	background: #003D96;
	text-align: center;
	color: #FFF;
	font-size: 110%;
	padding: 15px 0;
	margin-bottom: 0;
}

#sidebar h3::before {
	content:"";
	padding-right: 0px;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #BBB;
	background: url("../img/side/arrow.svg") center left no-repeat;
	padding-left: 16px;
}

#sidebar ul li a {
	display: block;
	padding: 15px 0;
}
	
.normalTbl table th,
.normalTbl table td {
	display: block;
	width: auto;
	padding: 20px;
}
	
.normalTbl2 table th,
.normalTbl2 table td {
	display: block;
	width: auto;
}
	
.normalTbl2 table th {
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 0;
}
	
.normalTbl2 table td {
	padding-top: 10px;
	padding-left: 0;
}


} /* /@media */
