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

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* LAYOUT
-------------------------------------*/

body {
	color: #4a4a4a;
	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;
}

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

/* CHARACTER
--------------------------------------------------------------------------*/

h1 {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 350%;
	margin-bottom: 50px;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
    color: #0B9EDB;
}

h1 span {
    font-family: "Oswald", sans-serif;
	display: block;
	font-size: 30%;
	margin-top: 10px;
	vertical-align: middle;
	font-weight: 500;
    color: #4a4a4a;
	font-style: normal;
}

#contact h1 {
    color: #666;
}

#contact h1 span {
    color: #CCC;
}

h2 {
	font-size: 160%;
	text-align: left;
	margin-bottom: 20px;
    padding-left: 15px;
	font-weight: 400;
	font-style: normal;
    border-left: 3px solid #0B9EDB;
}

#contact h2 {
    border-left: 3px solid #666;
}

h2 span {
    background: #0B9EDB;
	color: #FFFFFF;
	font-size: 50%;
    font-weight: 500;
	padding: 2px 10px 3px 14px;
    margin-left: 10px;
	border-radius: 100px;
	font-style: normal;
	vertical-align: middle;
    text-align: left;
    font-family: "Oswald", sans-serif;
}

h3 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
	font-style: normal;
}

h3::before {	
	content:"ー";
    font-weight: 400;
	color: #0B9EDB;
	padding-right: 5px;
}

h3 span {
    display: block;
    text-align: left;
    margin-left: 30px;
	font-size: 60%;
	color: #0B9EDB;
}

/*
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: 50px;
}

/*
p + h3 {
	margin-top: 50px;
}
*/

p + h2 {
	margin-top: 50px;
}

ul.text + h2 {
	margin-top: 30px;
}

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

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

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

ol.text {
	counter-reset:list;
	list-style-type:none;
	padding:0;
	text-align: left;
	margin-bottom: 50px;
}

ol.text li {
	position:relative;
	padding: 10px 0 10px 55px;
	font-weight: normal;
	font-size: 100%;
    margin: 5px 0;
}

ol.text li span {
	display: block;
	font-size: 75%;
}

ol.text li:before {
    font-family: "Rubik", sans-serif;
	font-size: 110%;
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
    padding: 5px;
    box-sizing: border-box;
	color: #fff;
	line-height: 30px;
	background: #488484;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* HEADER
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
    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;
	padding-left: 5%;
}

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

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

#h_left div img {
    transition : all 500ms;
	text-align: left;
}

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

#h_right {
	float: right;
}

/* NAVI
--------------------------------------------------------------------------*/

nav {
}

#header_btn {
    position: absolute;
    display: block;
    right: 150px;
    z-index: 100;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

#fix.fixed2 #header_btn {
    right: 120px;
    transition: 0.3s;
}


#header_btn ul li {
    font-size: 80%;
}

#header_btn ul li a {
    display: block;
    background: #57AE5C;
    padding: 7px 15px;
    color: #FFF;
    border-radius: 0 0 10px 10px;
}

#header_btn ul li a:hover {
    background: #1F7623;
}

#navi {
	width: 100%;
}

#dropmenu {
    position: relative;
    z-index: 10;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#dropmenu li {
	position: relative;
	z-index: 1000;
	line-height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: center;
	box-sizing: border-box;
    font-weight: 500;
    font-style: normal;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 50px 15px 20px 15px;
	color: #333333;
    font-weight: 500;
	line-height: 100%;
	text-decoration: none;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	width: 230px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	border-right: none;
}

#dropmenu li ul li a {
	padding: 15px;
	text-align: left;
    font-weight: 500;
	color: #FFF;
}

#dropmenu > li:hover > a { background: none; color:#0B9EDB; }
#dropmenu > li:hover li:hover > a {  background: #0780CB; color: #FFF; transition: 0.5s; }
#dropmenu li:hover > ul > li {
    position: relative;
    top: -10px;
	overflow: visible;
	height: 44px;
	background: #0B9EDB;
	border-bottom: 1px solid #84CDEC;
	box-sizing: border-box;
}

#dropmenu li #cat-nav-5 {
    padding-right: 150px;
}

#dropmenu li #cat-nav-6 {
	position: absolute;
	top: 0;
	right: 0;
	background: #0B9EDB url("../img/header/mail.svg") center center no-repeat;
	padding: 50px 60px;
}

#dropmenu li a#cat-nav-6:hover {
	background: #0780CB url("../img/header/mail.svg") center center no-repeat;
}

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

#fix.fixed2 #dropmenu li a {
	padding: 50px 10px 15px 10px;
    margin-bottom: 10px;
}

#fix.fixed2 #dropmenu li a#cat-nav-5 {
    padding-right: 120px;
}

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

#fix.fixed2 #dropmenu li:hover li a {
	padding: 15px;
}

.tab_menu {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tab_menu ul li {
    list-style: none;
    float: left;
	width: 23.5%;
    margin-right: 2%
}

.tab_menu ul li:nth-child(4) {
    margin-right: 0;
}

.tab_menu ul li a {
    display: block;
    background: #FFF;
    padding: 20px;
    border: 1px solid #0B9EDB;
}

.tab_menu ul li a:hover {
    background: #0B9EDB;
    color: #FFF;
}

.tab_menu ul li a.now {
    background: #0B9EDB;
    color: #FFF;
}

.tab_menu2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tab_menu2 ul li {
    list-style: none;
    float: left;
	width: 15%;
    margin-right: 2%
}

.tab_menu2 ul li:nth-child(6) {
    margin-right: 0;
}

.tab_menu2 ul li a {
    display: block;
    background: #FFF;
    padding: 20px;
    border: 1px solid #0B9EDB;
}

.tab_menu2 ul li a:hover {
    background: #0B9EDB;
    color: #FFF;
}

.tab_menu2 ul li a.now {
    background: #0B9EDB;
    color: #FFF;
}

body#profile .tab_menu ul li a#cat-nav-11,
body#access .tab_menu ul li a#cat-nav-12,
body#csr .tab_menu ul li a#cat-nav-13,
body#piping .tab_menu2 ul li a#cat-nav-21,
body#welldrilling .tab_menu2 ul li a#cat-nav-22,
body#transport .tab_menu2 ul li a#cat-nav-23,
body#transmission .tab_menu2 ul li a#cat-nav-24,
body#civil .tab_menu2 ul li a#cat-nav-25,
body#materials .tab_menu2 ul li a#cat-nav-26 {
    background: #0B9EDB;
    color: #FFF;
}

#menu_btn {
	display: none;
}


/* COMMON
--------------------------------------------------------------------------*/

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

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

section {
	margin-bottom: 80px;
}

article {
    margin-bottom: 40px;
}

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

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

.column3 {
	width: 31%;
	float: left;
	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;
}

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

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

.left40 {
	float: left;
	width: 40%;
}

.right60 {
	float: right;
	width: 55%;
}

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

.right40 {
	float: right;
	width: 40%;
}

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

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


/* FOOTER
--------------------------------------------------------------------------*/

footer {
    margin-top: 60px;
}

#home footer {
    margin-top: 20px;
}

#footer_contact {
    background: url("../img/footer/bg_contact.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer_contact_bg {
    background: rgba(0,0,0,0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 80px 0 40px;
}

#footer_contact h1 {
    font-size: 300%;
	color: #FFF;
    margin-bottom: 30px;
}

#footer_contact h1 span {
    color: #FFF;
}

#footer_contact_left {
	float: left;
	width: 47%;
}

#footer_contact_left p {
	color: #FFF;
}

#footer_contact_right {
	float: right;
	width: 47%;
}

#footer_contact_right p {
}

#footer_contact_right p a {
    display: block;
    text-align: right;
	background: url("../img/footer/arrow_contact.png") center right no-repeat;
	transition: 0.3s;
	color: #FFF;
    text-decoration: none;
	padding: 90px 220px 90px 0;
	font-size: 120%;
}

#footer_contact_right p a:hover {
	background: url("../img/footer/arrow_contact_over.png") center right 10px no-repeat;
	transition: 0.3s;
    color: #FFF500;
	text-decoration: none;
}

#footer_link {
    background: #F5F5F5;
    padding: 30px 0;
}

#footer_link ul li {
    list-style: none;
    /*
    float: left;
	width: 23.5%;
    margin-right: 2%
    */
    display: inline-block;
    margin: 0 5px;
}

#footer_link ul li:nth-child(4) {
    margin-right: 0;
}

#footer_main {
	padding-top: 60px;
}

#footer_main_left {
	float: left;
    width: 48%;
}

#footer_main_left p,
#footer_main_right p {
	font-size: 80%;
	margin-bottom: 20px;
    line-height: 150%;
}

#footer_main_right {
	float: right;
    width: 48%;
}

#footer_main_left .sitemap ul li {
    background: url("../img/footer/sitemap_blue_arrow01.png") top 7px left no-repeat;
    padding-left: 15px;
}

#footer_main_left .sitemap ul li ul li {
    background: url("../img/footer/sitemap_blue_arrow02.png") center left no-repeat;
    padding-left: 18px;
}

#footer_main_right .sitemap ul li {
    background: url("../img/footer/sitemap_green_arrow01.png") top 7px left no-repeat;
    padding-left: 15px;
}

#footer_main_right .sitemap ul li ul li {
    background: url("../img/footer/sitemap_green_arrow02.png") center left no-repeat;
    padding-left: 18px;
}

#footer_main_left_mt,
#footer_main_right_mt {
    margin-top: -20px;
}

.sitemap {
	float: left;
	text-align: left;
	font-size: 85%;
    width: 50%;
}

.sitemap ul li {
	list-style: none;
	margin-top: 15px;
}

.footer_border01,
.footer_border02 {
    margin-bottom: 0;
}
    
.footer_border01 a {
    display: block;
    background: url("../img/footer/footer_border01.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer_border02 a {
    display: block;
    background: url("../img/footer/footer_border02.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

#footer_address {
	border-top: 1px solid #E5E5E5;
	padding: 30px 0 0;
	margin-top: 40px;
}

#footer_address_left {
    float: left;
}

#footer_address_left ul {
    margin-bottom: 40px;
}

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

#footer_address_right {
    float: right;
    padding-right: 50px;
}

address {
    text-align: left;
    font-style: normal;
	font-size: 85%;
    color: #AAAAAA;
    font-family: "Oswald", sans-serif;
}


/* TOP PAGE
--------------------------------------------------------------------------*/

#main {
    position: relative;
	background: #FFF;
	z-index: 10;
	margin-top: 100px;
	height: auto;
    width: 95%;
    margin-left: 5%;
}

#main img {
    border-radius: 20px 0 0 20px;
}

#title {
	position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 11;
}

#title p {
    font-size: 750%;
    color: #FFF;
    line-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: 1px 1px 3px #AAA;
}

#title p span {
    display: block;
    margin-top: 20px;
    font-size: 30%;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.15em;
    font-family: "Oswald", sans-serif;
}

#main_news {
	position: absolute;
	bottom: 0%;
	right: 0%;
    z-index: 101;
    background: #FFF;
    border-radius: 20px 0 0 0;
    box-sizing: border-box; 
    padding: 30px 30px 10px;
    width: 50%;
    display: flex;
	justify-content: space-between;
	align-items: stretch;    
}

#main_news .newsUl {
    margin-bottom: 0px;
}

#main_news .newsUl ul li {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
    color: #999;
    transition: 0.3s;
}

#main_news .newsUl ul li a {
    display: block;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
    margin-left: 0;
    padding: 14px 80px 14px 0;
    transition: 0.3s !important;
}

#main_news .newsUl ul li a:hover {
    background: url("../img/common/arrow_blue.png") center right 10px no-repeat;
    padding: 14px 80px 14px 0;
    transition: 0.3s !important;
}

/* about
-------------------------------------*/

.copy {
    font-size: 130%;
    font-weight: 400;
    line-height: 160%;
}

/* slider
-------------------------------------*/

#town {
    background: url("../img/content/top/green_town.svg") bottom right no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 200px;
}

.slider {
    margin-bottom: 40px;
}

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

.slide_img {
	position: relative;
	top: 0;
	left: 0;	
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.slide_img p {
    margin-bottom: 0px;
    font-size: 100%;
}

.slide_img a {
	display: block;
	box-sizing: border-box;
	background: #FFF;
	text-decoration: none;
	padding: 15px 15px 20px;
    box-shadow: 0 0 5px #E5E5E5;
    margin: 5px 10px !important;
}

.slide_img a:hover {
    color: #333;
}

.slide_img div {
	box-sizing: border-box;
}

.slide_img a .imgWrap {
    overflow: hidden;
    background: #000;
    margin-bottom: 10px;
}

.slide_img a .imgWrap img {
    width: 100%;
    height: auto;
    transition: .3s;
}

.slide_img a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

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

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

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

.box_work {
	position: relative;
	top: 0;
	left: 0;	
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 100;
    margin-bottom: 30px;
}

.box_work a {
	display: block;
	box-sizing: border-box;
	background: #FFF;
	text-decoration: none;
	padding: 15px 15px 20px;
    box-shadow: 0 0 5px #E5E5E5;
    margin: 5px;
}

.day {
    margin-top: 10px;
    font-size: 70% !important;
    color: #0B9EDB;
}

/* link
-------------------------------------*/

#bg_green {
    background: #F2F8F3 url("../img/content/top/sand_mark.png") top 40px right 40px no-repeat;
    border-radius: 30px 0 0 30px;
    padding: 50px 0;
    margin-left: 5%;
    /*
    width: 95%;
    margin-left: 5%;
    */
    box-sizing: border-box;   
}

#bg_green .width {
    width: calc(1100px - 5%);
}

#bg_green h1 {
    color: #57AE5C;
    margin-bottom: 30px;
    line-height: 120%;
    font-size: 250%;
}

#bg_green h1 span {
    font-size: 45%;
    margin-top: 0px;
}

.ul_sand {
    margin-bottom: 30px;
}

.ul_sand ul {
    border-top: 1px solid #E5E5E5;
}

.ul_sand ul li {
    text-align: left;
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_sand ul li a {
    display: block;
    padding: 25px 80px 25px 0;
    font-size: 110%;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
    color: #57AE5C;
}

.ul_sand ul li a:hover {
    background: url("../img/common/arrow_green.png") center right 10px no-repeat;
}

.ul_sand ul li a span {
    display: block;
    color: #4a4a4a;
    margin-top: 5px;
    font-size: 70%;
    font-weight: 400;
}


/* news
-------------------------------------*/

ul#tab {
    width: 100%;
}

#tab li {
    text-align: left;
	list-style: none;
	cursor: pointer;
	font-size: 85%;
	box-sizing: border-box;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    padding: 15px;
	font-weight: 400;
}

#tab li.select {
    /*
    background: #F5F5F5;
    */
    color: #0B9EDB;
}

#tab li:hover {
	transition: 0.3s;
}

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.news_left {
    float: left;
    width: 25%;
}

.news_left div {
    background: #C1E7F6;
    border: 1px solid #C1E7F6;
    padding: 15px;
	font-size: 95%;
    font-weight: 500;
}

.news_right {
    float: right;
    width: 70%;
}

.newsUl {
}

.newsUl ul {
	text-align:left;
    font-size: 85%;
}

.newsUl ul li {
	list-style: none;
	line-height: 160%;
    margin-bottom: 30px;
    border-bottom: 1px dotted #E5E5E5;
    padding-bottom: 20px;
    color: #999;
}

.newsUl ul li span {
    display: inline-block;
	text-align: center;
	background: #0B9EDB;
	color: #FFF;
	margin-right: 20px;
	padding: 3px 0 2px;
	width: 80px;
	font-size: 80%;
    border-radius: 100px;
    font-family: "Oswald", system-ui;
	font-weight: 400;
	font-style: normal;
    text-transform: uppercase;
}

.newsUl ul li a {
    display: block;
    transition: 0.3s;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
    padding: 15px 100px 15px 0;
}

.newsUl ul li a:hover {
    transition: 0.3s;
    background: url("../img/common/arrow_blue.png") center right 10px no-repeat;
}

/* DIRECTORY
--------------------------------------------------------------------------*/

#prt_main {
    position: relative;
	background: url("../img/common/prt_main_bg.jpg") top center repeat-x;
	z-index: 10;
    width: 100%;
	height: auto;
	margin-top: 100px;
}

#contact #prt_main {
    position: relative;
	background: url("../img/common/prt_main_bg2.jpg") top center repeat-x;
	z-index: 10;
    width: 100%;
	height: auto;
	margin-top: 100px;
}

#prt_main_bg {
    width: 95%;
    margin-left: 5%;
    padding: 80px 0 80px;
    border-radius: 20px 0 0 20px !important;
    margin-bottom: 20px;
}

#service #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/main.jpg") center center no-repeat; background-size: contain, cover;}
    #piping #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/piping/main.jpg") center center no-repeat; background-size: contain, cover;}
    #welldrilling #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/welldrilling/main.jpg") center center no-repeat; background-size: contain, cover;}
    #transport #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/transport/main.jpg") center center no-repeat; background-size: contain, cover;}
    #transmission #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/transmission/main.jpg") center center no-repeat; background-size: contain, cover;}
    #civil #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/civil/main.jpg") center center no-repeat; background-size: contain, cover;}
#materials #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/service/materials/main.jpg") center center no-repeat; background-size: contain, cover;}
#company #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/company/main.jpg") center center no-repeat; background-size: contain, cover;}
    #profile #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/company/profile/main.jpg") center center no-repeat; background-size: contain, cover;}
    #access #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/company/access/main.jpg") center center no-repeat; background-size: contain, cover;}
    #csr #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/company/csr/main.jpg") center center no-repeat; background-size: contain, cover;}
#works #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/works/main.jpg") top center no-repeat; background-size: contain, cover;}
#news #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/news/main.jpg") center center no-repeat; background-size: contain, cover;}
#contact #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/contact/main.jpg") center center no-repeat; background-size: contain, cover;}
#privacy #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/privacy/main.jpg") center center no-repeat; background-size: contain, cover;}
#policy #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/policy/main.jpg") center center no-repeat; background-size: contain, cover;}
.error404 #prt_main_bg { background: url("../img/common/mark_hibisei.png") center right 5% no-repeat ,url("../img/content/policy/main.jpg") center center no-repeat; background-size: contain, cover;}

#prt_main h1 {
	background: none;
	margin: 0;
	text-align: left;
    padding-left: 5%;
    padding-bottom: 0;
    color: #FFF;
    font-size: 400%;
    text-shadow: 1px 1px 3px #AAA;
    font-family: "Oswald", sans-serif;
}

#prt_main h1 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
}

#list_navi {
    padding: 10px 0 30px;
}

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

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

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

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

#list_navi div a:hover {
	text-decoration: none;
}
	
/* CONTENT
--------------------------------------------------------------------------*/

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

.picture {
	position: relative;
    margin-bottom: 30px;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.picture_box p {
    margin-bottom: 20px;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.8;
}

#bg_blue {
    background: #ECF8FB;
    padding: 50px 0;
    box-sizing: border-box;   
}

.pic {
    background: #0B9EDB;
    border: 5px solid #ECF8FB;
    box-sizing: border-box;
}


/* company
-------------------------------------*/

#bg_company {
    background: url("../img/content/company/bg_company.jpg") center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

#bg_company h1,
#bg_company h1 span,
#bg_company p {
    color: #FFF;
}

/* service
-------------------------------------*/

.ul_menu ul {
    border-top: 1px solid #E5E5E5;
}

.ul_menu ul li {
    text-align: left;
    font-weight: 500;
    font-size: 110%;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_menu ul li a {
    display: block;
    padding: 25px 0;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
}

.ul_menu ul li a:hover {
    background: url("../img/common/arrow_blue.png") center right 10px no-repeat;
}

.ul_menu ul li a span {
    display: block;
    color: #0B9EDB;
    font-size: 60%;
}

/* Q&A
-------------------------------------*/

.faq {
    font-size: 90%;
}

.faq dt {
    background: url("../img/common/faqQ.png") center left no-repeat;
    text-align: left;
    padding: 10px 0 10px 50px;
    margin-bottom: 15px;
    font-size: 110%;
}

.faq dd {
    background: #F6F9F9 url("../img/common/faqA.png") top 30px left 25px no-repeat;
    text-align: left;
    padding: 30px 10px 30px 80px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* works
-------------------------------------*/

.before,
.after {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.before p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #57AE5C;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 130%;
    text-align: center;
    margin-bottom: 0;
}

.after p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D63737;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 130%;
    text-align: center;
    margin-bottom: 0;
}

.arrow {
    background: url("../img/content/works/arrow.svg") center center no-repeat;
}

/* contact
-------------------------------------*/

.contact_box {
    border: 1px solid #AAA;
}

.contact_box p {
    text-align: center;
    font-size: 300%;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    font-weight: 500;
    /*
    color: #0B9EDB;
    */
}

.contact_box p sell {
    font-size: 60%;
    color: #4a4a4a;
    font-weight: 400;
}

.contact_box p em {
    color: #4a4a4a;
}

.contact_box p span {
    display: block;
    padding: 10px;
    font-size: 60%;
    background: #AAA;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
    color: #FFF;
}

/* SIDEBAR
--------------------------------------------------------------------------*/

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

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

#side_main {
    background: #FFF;
    border-left: 1px solid #D0DFDF;
    border-right: 1px solid #D0DFDF;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #D0DFDF;
	padding-left: 16px;
    font-size: 90%;
}

#sidebar ul li a {
	display: block;
	background: url("../img/side/side_arrow.png") center right 10px no-repeat;
	padding: 15px 0;
}

#sidebar ul li a:hover {
	background: url("../img/side/side_arrow.png") center right 5px no-repeat;
}

/* OTHER
--------------------------------------------------------------------------*/

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

.normalTbl label input[type="checkbox"],
.normalTbl2 label input[type="checkbox"] {
	height: 20px;
    width: 20px;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
}

.normalTbl label input[type="radio"],
.normalTbl2 label input[type="radio"] {
	height: 15px;
    width: 15px;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
    margin: 10px 5px;
}

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

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

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus,
.normalTbl2 input:focus,
.normalTbl2 select:focus,
.normalTbl2 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: #FF8800;
	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:#D95419;
	transition: 0.3s;
}

.formText {
    text-align: center;
    font-size: 120%;
    padding: 40px 0 0;
}

iframe {
	vertical-align:bottom;
}

/* LOADING
-------------------------------------*/

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

.loading img {
	position: absolute;
    transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
    width: 15%;
}

/* BUTTON
--------------------------------------------------------------------------*/

.btn {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

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

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

.btn2 {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

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

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

.btn_center {
     margin-left: auto;
    margin-right: auto;
}

.btn_300 {
    width: 300px;
}

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* PAGETOP
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 80%;
	z-index: 500;
}

#page-top a {
    background: #0B9EDB;
    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: #333;
}

#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 #488484;
	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: #0B9EDB; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #73C2DC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #0780CB; /* 現在のページの背景色 */
}

@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: 1200px) {

#title p {
    font-size: 550%;
    color: #FFF;
    line-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: 1px 1px 3px #AAA;
}

#title p span {
    display: block;
    margin-top: 20px;
    font-size: 30%;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.15em;
    font-family: "Oswald", sans-serif;
}
}

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

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

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

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



}


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

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

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

/* CHARACTER
--------------------------------------------------------------------------*/

h1 {
	font-size: 210%;
	margin-bottom: 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
	font-style: normal;
	line-height: 180%;
    color: #0B9EDB;
}

h1 span {
	display: block;
	font-size: 25%;
	margin-top: 0px;
	vertical-align: middle;
	font-weight: 500;
    color: #4a4a4a;
	font-style: normal;
}

#contact h1 {
    color: #666;
}

#contact h1 span {
    color: #CCC;
}

h2 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
    padding-left: 15px;
	font-weight: 400;
	font-style: normal;
    border-left: 3px solid #0B9EDB;
}

#contact h2 {
    border-left: 3px solid #666;
}

h2 span {
    background: #0B9EDB;
	color: #FFFFFF;
	font-size: 50%;
    font-weight: 500;
	padding: 2px 10px 3px 14px;
    margin-left: 10px;
	border-radius: 100px;
	font-style: normal;
	vertical-align: middle;
    text-align: left;
    font-family: "Oswald", sans-serif;
}

h3 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
	font-style: normal;
}

h3::before {	
	content:"ー";
    font-weight: 400;
	color: #0B9EDB;
	padding-right: 5px;
}

h3 span {
    display: block;
    text-align: left;
    margin-left: 30px;
	font-size: 60%;
	color: #0B9EDB;
}

/*
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: 50px;
}

/*
p + h3 {
	margin-top: 50px;
}
*/

p + h2 {
	margin-top: 50px;
}

ul.text + h2 {
	margin-top: 30px;
}

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

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

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

/* HEADER
--------------------------------------------------------------------------*/

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

#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;
	padding-left: 5%;
    width: 65%;
}

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

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

#h_left div img {
    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;
}

/* NAVI
--------------------------------------------------------------------------*/

nav {
}

#header_btn {
    position: absolute;
    display: block;
    top: 0;
    right: auto;
    left: 5%;
    z-index: 100;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

#fix.fixed2 #header_btn {
    right: auto;
    left: 5%;
    transition: 0.3s;
}


#header_btn ul li {
    font-size: 80%;
}

#header_btn ul li a {
    display: block;
    background: #57AE5C;
    padding: 7px 15px;
    color: #FFF;
    border-radius: 0 0 10px 10px;
}

#header_btn ul li a:hover {
    background: #1F7623;
}

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

.tab_menu {
    margin-top: 20px;
    margin-bottom: 0px;
}

.tab_menu ul li {
    list-style: none;
    float: left;
	width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}

.tab_menu ul li:nth-child(2n) {
    margin-right: 0;
}

.tab_menu ul li a {
    display: block;
    background: #FFF;
    padding: 15px 5px;
    font-size: 90%;
    border: 1px solid #0B9EDB;
}

.tab_menu ul li a:hover {
    background: #0B9EDB;
    color: #FFF;
}

.tab_menu ul li a.now {
    background: #0B9EDB;
    color: #FFF;
}

.tab_menu2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.tab_menu2 ul li {
    list-style: none;
    float: left;
	width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.tab_menu2 ul li:nth-child(2n) {
    margin-right: 0;
}

.tab_menu2 ul li a {
    display: block;
    background: #FFF;
    padding: 15px 5px;
    font-size: 90%;
    border: 1px solid #0B9EDB;
}

.tab_menu2 ul li a:hover {
    background: #0B9EDB;
    color: #FFF;
}

.tab_menu2 ul li a.now {
    background: #0B9EDB;
    color: #FFF;
}

body#profile .tab_menu ul li a#cat-nav-11,
body#access .tab_menu ul li a#cat-nav-12,
body#csr .tab_menu ul li a#cat-nav-13,
body#piping .tab_menu2 ul li a#cat-nav-21,
body#welldrilling .tab_menu2 ul li a#cat-nav-22,
body#transport .tab_menu2 ul li a#cat-nav-23,
body#transmission .tab_menu2 ul li a#cat-nav-24,
body#civil .tab_menu2 ul li a#cat-nav-25 {
    background: #0B9EDB;
    color: #FFF;
}

#menu_btn {
    position: fixed;
    top: 0;
    right: 0;
	display: block;
}

#menu_btn a {
	display: block;
    padding: 30px;
    background: #0B9EDB;
}


/* COMMON
--------------------------------------------------------------------------*/

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

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

section {
	margin-bottom: 40px;
}

article {
    margin-bottom: 40px;
}

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

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

.column3 {
	width: 100%;
	float: none;
	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;
}

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

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

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

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

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

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

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

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


/* FOOTER
--------------------------------------------------------------------------*/

footer {
    margin-top: 60px;
}

#home footer {
    margin-top: 20px;
}

#footer_contact {
    background: url("../img/footer/bg_contact.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer_contact_bg {
    background: rgba(0,0,0,0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 60px 0 20px;
}

#footer_contact h1 {
    font-size: 220%;
	color: #FFF;
    margin-bottom: 20px;
}

#footer_contact h1 span {
    color: #FFF;
    margin-top: 0px;
}

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

#footer_contact_left p {
	color: #FFF;
}

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

#footer_contact_right p {
    font-family: "Oswald", sans-serif;
}

#footer_contact_right p a {
    display: block;
    text-align: right;
	background: url("../img/common/arrow_gray.svg") center right no-repeat;
	transition: 0.3s;
	color: #FFF;
    text-decoration: none;
	padding: 12px 65px 12px 0;
	font-size: 150%;
}

#footer_contact_right p a:hover {
	background: url("../img/common/arrow_blue.svg") center right 10px no-repeat;
	transition: 0.3s;
    color: #FFF500;
	text-decoration: none;
}

#footer_link {
    background: #F5F5F5;
    padding: 20px 0 10px;
}

#footer_link ul li {
    list-style: none;
    float: left;
	width: 48%;
    display: inherit;
    margin: 0 4% 10px 0;
}

#footer_link ul li:nth-child(2n) {
    margin-right: 0;
}

#footer_main {
	padding-top: 20px;
}

#footer_main_left {
	float: none;
    width: 100%;
    margin-bottom: 30px;
}

#footer_main_left p,
#footer_main_right p {
	font-size: 70%;
	margin-bottom: 20px;
    line-height: 150%;
}

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

#footer_main_left .sitemap ul li {
    background: url("../img/footer/sitemap_blue_arrow01.png") top 7px left no-repeat;
    padding-left: 10px;
}

#footer_main_left .sitemap ul li ul li {
    background: url("../img/footer/sitemap_blue_arrow02.png") center left no-repeat;
    padding-left: 13px;
}

#footer_main_right .sitemap ul li {
    background: url("../img/footer/sitemap_green_arrow01.png") top 7px left no-repeat;
    padding-left: 10px;
}

#footer_main_right .sitemap ul li ul li {
    background: url("../img/footer/sitemap_green_arrow02.png") center left no-repeat;
    padding-left: 13px;
}

#footer_main_left_mt,
#footer_main_right_mt {
    margin-top: -20px;
}

.sitemap {
	float: left;
	text-align: left;
	font-size: 75%;
    width: 50%;
}

.sitemap ul li {
	list-style: none;
	margin-top: 10px;
}

.footer_border01,
.footer_border02 {
    margin-bottom: 0;
}
    
.footer_border01 a {
    display: block;
    background: url("../img/footer/footer_border01.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer_border02 a {
    display: block;
    background: url("../img/footer/footer_border02.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

#footer_address {
	border-top: 1px solid #E5E5E5;
	padding: 30px 0 0;
	margin-top: 20px;
}

#footer_address_left {
    float: left;
    width: 60%;
}

#footer_address_left ul {
    display: none;
    margin-bottom: 0px;
}

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

#footer_address_right {
    float: right;
    width: 40%;
    padding-right: 0;
    text-align: center;
}
    
#footer_address_right p {
    text-align: center;
}

address {
    text-align: left;
    font-style: normal;
	font-size: 85%;
    margin-bottom: 0px;
    color: #AAAAAA;
    font-family: "Oswald", sans-serif;
}


/* TOP PAGE
--------------------------------------------------------------------------*/

#main {
    position: relative;
	background: #FFF;
	z-index: 10;
	margin-top: 80px;
	height: auto;
    width: 95%;
    margin-left: 5%;
}

#main img {
    border-radius: 20px 0 0 20px;
}

#title {
	position: absolute;
    bottom: auto;
    top: 30%;
    left: 5%;
    z-index: 11;
}

#title p {
    font-size: 300%;
    color: #FFF;
    font-weight: 500;
    line-height: 100%;
}

#title p span {
    display: block;
    margin-top: 20px;
    font-size: 30%;
    color: #FFF;
    letter-spacing: 0.15em;
}

#main_news {
	position: absolute;
	bottom: -20%;
	right: 0%;
    z-index: 101;
    background: #FFF;
    border-radius: 20px 0 0 0;
    box-sizing: border-box; 
    padding: 30px 20px 10px;
    width: 90%;
    display: flex;
	justify-content: space-between;
	align-items: stretch;    
}

#main_news .newsUl {
    margin-bottom: 0px;
}

#main_news .newsUl ul li {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
    color: #999;
    transition: 0.3s;
}

#main_news .newsUl ul li a {
    display: block;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
    margin-left: 0;
    padding: 5px 60px 5px 0;
    transition: 0.3s !important;
}

#main_news .newsUl ul li a:hover {
    background: url("../img/common/arrow_blue.png") center right 10px no-repeat;
    padding: 5px 80px 5px 0;
    transition: 0.3s !important;
}

/* about
-------------------------------------*/

.copy {
    font-size: 130%;
    font-weight: 400;
    line-height: 160%;
}

/* slider
-------------------------------------*/

#town {
    background: url("../img/content/top/green_town.svg") bottom right no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 200px;
}


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

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

/* link
-------------------------------------*/

#bg_green {
    background: #F2F8F3 url("../img/content/top/sand_mark.png") top 40px center no-repeat;
    border-radius: 0px;
    padding: 40px 0;
    margin-left: 0%;
    /*
    width: 95%;
    margin-left: 5%;
    */
    box-sizing: border-box;   
}

#bg_green .width {
    width: 85%;
}

#bg_green h1 {
    color: #57AE5C;
    margin-bottom: 30px;
    font-size: 140%;
}
    
#bg_green h1 span {
    margin-top: 10px;
}

.ul_sand {
    margin-bottom: 0px;
}

.ul_sand ul {
    border-top: none;
}

.ul_sand ul li {
    text-align: left;
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_sand ul li a {
    display: block;
    padding: 15px 80px 15px 0;
    font-size: 110%;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
    color: #57AE5C;
}

.ul_sand ul li a:hover {
    background: url("../img/common/arrow_green.png") center right 10px no-repeat;
}

.ul_sand ul li a span {
    display: block;
    color: #4a4a4a;
    margin-top: 5px;
    font-size: 70%;
    font-weight: 400;
}


/* news
-------------------------------------*/

ul#tab {
    width: 100%;
    margin-bottom: 20px;
}

#tab li {
    text-align: center;
	list-style: none;
	cursor: pointer;
    float: left;
    width: 50%;
	font-size: 85%;
	box-sizing: border-box;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    padding: 15px;
	font-weight: 400;
}

#tab li.select {
    /*
    background: #F5F5F5;
    */
    color: #0B9EDB;
}

#tab li:hover {
	transition: 0.3s;
}

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

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

.news_left div {
    background: #C1E7F6;
    border: 1px solid #C1E7F6;
    padding: 10px;
	font-size: 95%;
    font-weight: 500;
}

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

.newsUl {
}

.newsUl ul {
	text-align:left;
    font-size: 85%;
}

.newsUl ul li {
	list-style: none;
	line-height: 160%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #E5E5E5;
    padding-bottom: 0px;
    color: #999;
}

.newsUl ul li span {
    display: inline-block;
	text-align: center;
	background: #0B9EDB;
	color: #FFF;
	margin-right: 20px;
	padding: 3px 0 2px;
	width: 80px;
	font-size: 80%;
    border-radius: 100px;
    font-family: "Oswald", system-ui;
	font-weight: 400;
	font-style: normal;
    text-transform: uppercase;
}

.newsUl ul li a {
    display: block;
    transition: 0.3s;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
    padding: 15px 100px 15px 0;
}

.newsUl ul li a:hover {
    transition: 0.3s;
    background: url("../img/common/arrow_blue.png") center right 10px no-repeat;
}

/* DIRECTORY
--------------------------------------------------------------------------*/

#prt_main {
    position: relative;
	background: url("../img/common/prt_main_bg.jpg") top -80px center repeat-x;
	z-index: 10;
    width: 100%;
	height: auto;
	margin-top: 80px;
}

#contact #prt_main {
    position: relative;
	background: url("../img/common/prt_main_bg2.jpg") top -80px center repeat-x;
	z-index: 10;
    width: 100%;
	height: auto;
	margin-top: 80px;
}

#prt_main_bg {
    width: 95%;
    margin-left: 5%;
    padding: 30px 0 60px;
    border-radius: 20px 0 0 20px !important;
    margin-bottom: 20px;
}

#service #prt_main_bg { background: none ,url("../img/content/service/main.jpg") center center no-repeat; background-size: contain, cover;}
    #piping #prt_main_bg { background: none ,url("../img/content/service/piping/main.jpg") center center no-repeat; background-size: contain, cover;}
    #welldrilling #prt_main_bg { background: none ,url("../img/content/service/welldrilling/main.jpg") center center no-repeat; background-size: contain, cover;}
    #transport #prt_main_bg { background: none,url("../img/content/service/transport/main.jpg") center center no-repeat; background-size: contain, cover;}
    #transmission #prt_main_bg { background: none ,url("../img/content/service/transmission/main.jpg") center center no-repeat; background-size: contain, cover;}
    #civil #prt_main_bg { background: none ,url("../img/content/service/civil/main.jpg") center center no-repeat; background-size: contain, cover;}
#materials #prt_main_bg { background: none ,url("../img/content/service/materials/main.jpg") center center no-repeat; background-size: contain, cover;}
#company #prt_main_bg { background: none ,url("../img/content/company/main.jpg") center center no-repeat; background-size: contain, cover;}
    #profile #prt_main_bg { background: none ,url("../img/content/company/profile/main.jpg") center center no-repeat; background-size: contain, cover;}
    #access #prt_main_bg { background: none ,url("../img/content/company/access/main.jpg") center center no-repeat; background-size: contain, cover;}
    #csr #prt_main_bg { background: none ,url("../img/content/company/csr/main.jpg") center center no-repeat; background-size: contain, cover;}
#works #prt_main_bg { background: none ,url("../img/content/works/main.jpg") center center no-repeat; background-size: contain, cover;}
#news #prt_main_bg { background: none ,url("../img/content/news/main.jpg") center center no-repeat; background-size: contain, cover;}
#contact #prt_main_bg { background: none ,url("../img/content/contact/main.jpg") center center no-repeat; background-size: contain, cover;}
#privacy #prt_main_bg { background: none ,url("../img/content/privacy/main.jpg") center center no-repeat; background-size: contain, cover;}
#policy #prt_main_bg { background: none ,url("../img/content/policy/main.jpg") center center no-repeat; background-size: contain, cover;}
.error404 #prt_main_bg { background: none ,url("../img/content/policy/main.jpg") center center no-repeat; background-size: contain, cover;}

#prt_main h1 {
	background: none;
	margin: 0;
	text-align: left;
    padding-left: 5%;
    color: #FFF;
    font-size: 300%;
}

#prt_main h1 span {
    color: #FFF;
    margin-top: -15px;
    text-transform: uppercase;
}

#list_navi {
    padding: 10px 0 20px;
}

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

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

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

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

#list_navi div a:hover {
	text-decoration: none;
}
	
/* CONTENT
--------------------------------------------------------------------------*/

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

.picture {
	position: relative;
    margin-bottom: 30px;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.picture_box p {
    margin-bottom: 20px;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.8;
}

#bg_blue {
    background: #ECF8FB;
    padding: 50px 0;
    box-sizing: border-box;   
}

.pic {
    background: #0B9EDB;
    border: 5px solid #ECF8FB;
    box-sizing: border-box;
}


/* company
-------------------------------------*/

#bg_company {
    background: url("../img/content/company/bg_company.jpg") center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

#bg_company h1 span,
#bg_company p {
    color: #FFF;
}

/* service
-------------------------------------*/

.ul_menu ul {
    border-top: 1px solid #E5E5E5;
}

.ul_menu ul li {
    text-align: left;
    font-weight: 500;
    font-size: 100%;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_menu ul li a {
    display: block;
    padding: 20px 0;
    background: url("../img/common/arrow_gray.png") center right no-repeat;
}

.ul_menu ul li a:hover {
    background: url("../img/common/arrow_blue.png") center right 10px no-repeat;
}

.ul_menu ul li a span {
    display: block;
    color: #0B9EDB;
    font-size: 60%;
}

/* Q&A
-------------------------------------*/

.faq {
    font-size: 90%;
}

.faq dt {
    background: url("../img/common/faqQ.png") center left no-repeat;
    text-align: left;
    padding: 10px 0 10px 50px;
    margin-bottom: 15px;
    font-size: 110%;
}

.faq dd {
    background: #F6F9F9 url("../img/common/faqA.png") top 30px left 25px no-repeat;
    text-align: left;
    padding: 30px 10px 30px 80px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* works
-------------------------------------*/

.before,
.after {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.before {
    margin-bottom: 50px;
}

.before p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #57AE5C;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 130%;
    text-align: center;
    margin-bottom: 0;
    box-sizing: border-box;
}

.after p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D63737;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 130%;
    text-align: center;
    margin-bottom: 0;
    box-sizing: border-box;
}

.arrow {
    background: url("../img/content/works/arrow_sp.svg") center center no-repeat;
}

    
/* contact
-------------------------------------*/

.contact_box {
    border: 1px solid #AAA;
}

.contact_box p {
    text-align: center;
    font-size: 220%;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}
/*
.contact_box p a {
    color: #0B9EDB !important;
}
*/
.contact_box p em {
    display: none;
}

.contact_box p sell {
    font-size: 70%;
}

.contact_box p span {
    display: block;
    padding: 10px;
    font-size: 60%;
    background: #AAA;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
    color: #FFF;
}
    

/* LOADING
-------------------------------------*/

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

.loading img {
	position: absolute;
    transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
    width: 30%;
}

/* BUTTON
--------------------------------------------------------------------------*/

.btn {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

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

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

.btn2 {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
    margin-top: 20px;
}

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

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

.btn_center {
     margin-left: auto;
    margin-right: auto;
}

.btn_300 {
    width: 100%;
}

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* PAGETOP
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: auto;
    left: 5%;
    font-size: 80%;
	z-index: 500;
}

#page-top a {
    background: #0B9EDB;
    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: #333;
}

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

.normalTbl table th {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl table td {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl2 table th {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl2 table td {
    display: block;
    width: auto;
    padding: 20px;
}
    
.normalTbl input,
.normalTbl2 input {
    width: 90% !important;
}
    
.normalTbl label input[type="checkbox"],
.normalTbl2 label input[type="checkbox"] {
	height: 20px;
    width: 20px !important;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
}

.normalTbl label input[type="radio"],
.normalTbl2 label input[type="radio"] {
	height: 15px;
    width: 15px !important;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
    margin: 10px 5px;
}

} /* /@media */

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



} /* /@media */
