@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Work+Sans:400,700&display=swap');

/*!
Theme Name: 鳳建設株式会社
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 基本設定
************************************/
body {
	font-family: 'Work Sans', "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 16px !important;
	background: #fff;
	line-height: 1.7;
}

.wrap,
header .wrap {
	width: 100%;
}
header .wrap {
	max-width: 980px;
}

.main,
#main {
	width: 100%;
	margin: 0;
	padding :0;
    border: none;
}

.content {
	margin: 0;
	padding: 0;
}

#sidebar {
	display: none;
}

ul.ls-none {
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

ul.ls-none li {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 568px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

.fa-angle-down:before {
	display: none;
}

@media all and (-ms-high-contrast: none){
	.container {
    	overflow: hidden;
    }
}

/************************************
** レイアウト
************************************/
/* カラム */
.row {
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.col-1 {flex:1;}
.col-2 {flex:2;}
.col-3 {flex:3;}
.col-4 {flex:4;}
.col-5 {flex:5;}
.col-6 {flex:6;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    margin: 20px;
}

.row.row_footer .col-1 {
	margin: 0 10px;
}
.row.row_lineup .col-1,
.row.row_link-bnr .col-1 {
	margin: 0;
}

.row.row_footer {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.row.row_footer .col-1 .row .col-1 {
	margin: 30px 15px 0;
}
.row.row_footer .col-1 .row .col-1:first-child {
	margin-left: 0;
}
.row.row_footer .col-1 .row .col-1:last-child {
	margin-right: 0;
}

.sp_row {
	margin-top: 15px;
}

.order-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

@media screen and (min-width: 569px) {
	.row div:first-child {
	    margin-left: 0 !important;
	}
	.row div:last-child {
	    margin-right: 0 !important;
	}
}
@media screen and (max-width: 812px) {
	.row {
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
	    margin: 20px 10px;
	}
}

@media screen and (max-width: 568px) {
	.row {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
	    margin: 20px 0;
	}
	
	.row.row_footer .col-1,
	.row.row_footer .col-1 .row .col-1 {
	    margin: 10px 0;
	}
	
	.row.row_footer .col-1 .row.sp_row {
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	.row.row_footer .col-1 .row.sp_row .col-1 {
	    margin: 10px;
	}
	.row.row_footer .col-1 .row.sp_row .col-1:first-child {
	    margin-left: 0;
	}
	.row.row_footer .col-1 .row.sp_row .col-1:last-child {
	    margin-right: 0;
	}

    .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    
    
    .sp_row {
		margin-top: 30px;
	}
}

.container980 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container980 {
    max-width: 980px;
}

@media screen and (max-width: 1024px) {
	.container980 {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/************************************
** マージン
************************************/
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mb-130 {
	margin-bottom: 130px !important;
}

@media screen and (max-width: 568px) {
	.sp_mt-0 {
		margin-top: 0 !important;
	}
	.sp_mt-30 {
		margin-top: 30px !important;
	}
	
	.sp_mb-0 {
		margin-bottom: 0 !important;
	}

	.mt-50 {
		margin-top: 30px !important;
	}
	.mt-60 {
		margin-top: 30px !important;
	}
	.mt-70 {
		margin-top: 30px !important;
	}
	.mt-80 {
		margin-top: 40px !important;
	}
	.mt-90 {
		margin-top: 40px !important;
	}

	.mb-60 {
		margin-bottom: 30px !important;
	}
	.mb-70 {
		margin-bottom: 30px !important;
	}
}

/************************************
** パディング
************************************/
.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-110 {
	padding-top: 110px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pb-120 {
	padding-bottom: 120px !important;
}
.pb-150 {
	padding-bottom: 150px !important;
}

@media screen and (max-width: 568px) {
	.pt-50 {
		padding-top: 30px !important;
	}
	.pt-60 {
		padding-top: 30px !important;
	}
	.pt-70 {
    	padding-top: 30px !important;
	}
	.pt-80 {
    	padding-top: 40px !important;
	}
	.pt-90 {
    	padding-top: 40px !important;
	}
	.pt-110 {
    	padding-top: 40px !important;
	}
	
	.pb-60 {
    	padding-bottom: 30px !important;
	}
	.pb-70 {
		padding-bottom: 30px !important;
	}
	.pb-90 {
		padding-bottom: 40px !important;
	}
	.pb-100 {
		padding-bottom: 40px !important;
	}
	.pb-120 {
		padding-bottom: 60px !important;
	}
	.sp_pb-80 {
		padding-bottom: 80px !important;
	}
}

/************************************
** テキスト
************************************/
.fs-18 {
	font-size: 18px !important;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

@media screen and (min-width: 569px) {
	.pc_ta-c {
    	text-align: center;
	}
}

@media screen and (max-width: 568px) {
	.sp_ta-c {
    	text-align: center;
	}
}

/************************************
** 見出し
************************************/
h3 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.67;
}

.heading_normal {
	font-size: 1.75em;
	font-weight: 400;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}

.home .heading_normal.c-blue {
	font-size: 1.875em;
	color: #00A0BE;
	line-height: 1.5;
	margin: 0 auto 2em;
}

.heading_sub {
	font-size: 3.75em;
	font-weight: 700;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
	line-height: 1;
}
.heading_sub span {
	position: relative;
	font-size: .26666667em;
	font-weight: 700;
	display: block;
	margin-top: 2.5em;
}
.heading_sub span:after {
	position: absolute;
	top: -25px;
	left: 50%;
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	transform: translate(-50%,0);
  	margin:0;
  	padding:0;
  	content: "";
  	width: 100px;
  	height: 1px;
  	background: #fff;
}

.home .heading_sub {
	color: #ccc;
	margin: 0 auto .67em;
}
.home .heading_sub span {
	font-weight: 400;
	color: #00A0BE;
}
.home .heading_sub span:after {
	background: #00A0BE;
}

.bg_blue .heading_sub {
	color: #00A0BE;
	margin-bottom: 0;
}
.bg_blue .heading_sub span {
	font-weight: 400;
}
.bg_blue .heading_sub span:after {
	background: #00A0BE;
}

.heading_brd-l {
	font-size: 1.25em;
	font-weight: 400;
	margin: 2.5em auto 1em;
	padding: 0;
	padding-left: 1em;
	line-height: 1.5;
	border-left: 7px solid #00A0BE;
}
.heading_brd-l.fs-18 {
	margin-bottom: 28px;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.25;
  font-weight: bold;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 2.4em 0 1em;
}
.article h4,
.article h5,
.article h6 {
  font-size: 20px;
  padding: 9px 10px;
}
.article h2 {
  font-size: 24px;
  padding: 25px;
  background-color: #f3f4f5;
  border-radius: 2px;
}
.article h3 {
  border-left: 7px solid #777;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  padding: 12px 20px;
}
.article h4 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.article h5 {
  border-bottom: 2px solid #ccc;
}
.article h6 {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
	.heading_brd-l.fs-18 {
		font-size: 17px !important;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 812px) {
	.heading_brd-l {
		font-size: 1.125em !important;
	}
	.heading_brd-l.fs-18 {
		font-size: 14px !important;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 768px) {
	.heading_brd-l {
		font-size: 1em !important;
	}
	.heading_brd-l.fs-18 {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 736px) {
	.heading_brd-l.fs-18 {
		font-size: 13px !important;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 667px) {
	.heading_brd-l.fs-18 {
		font-size: 1em !important;
		margin: 2.5em auto 1em;
	}
}

@media screen and (max-width: 568px) {
	h3 {
		font-size: 1.125em !important;
	}
	
	h4 {
  		font-size: 1.0625em;
  	}
  	
  	.heading_normal {
		font-size: 1.125em;
	}
	
	.heading_sub {
		font-size: 1.875em;
	}
	.heading_sub span {
		font-size: .4em;
	}
	.heading_sub span:after {
		top: -18px;
		width: 60px;
	}

	.page-mv .heading_sub {
		font-size: 1.25em;
	}
	.page-mv .heading_sub span {
		font-size: .55em;
	}
	.page-mv .heading_sub span:after {
		top: -15px;
		width: 30px;
	}
		
	.heading_brd-l,
	.heading_brd-l.fs-18 {
		font-size: 1.125em !important;
		margin: 2em auto 1em;
	}
	
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		padding: 0.6em;
		margin: 1.2em 0 0.8em;
	}
	
	.article h2 {
		font-size: 20px;
		padding: 0.6em 0.8em;
	}
	
	.article h3 {
    	font-size: 18px;
    }
    
    .article h4,
    .article h5,
    .article h6 {
    	font-size: 16px;
  	}
}

/************************************
** リンクボタン
************************************/
.btn_flat {
	position: relative;
	display: block;
	width: 100%;
	max-width: 520px;
	height: 55px;
	margin: 0 auto;
	font-size: 1.125em;
	text-align: center;
	line-height: 54px;
	text-decoration: none;
	color: #fff;
	background: #00A0BE;
	transition: .4s;
	border: 1px solid #00A0BE;
	border-radius: 27.5px;
}
.btn_flat:hover {
	background: #fff;
	color: #00A0BE;
}
.btn_flat:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f054";
	top: 2px;
	right: 35px;
}

.btn_flat.out:after {
	content: "\f08b";
	right: 35px;
}

.btn_flat.btn_blue {
	background: #00A0BE;
	border: 1px solid #00A0BE;
}
.btn_flat.btn_blue:hover {
	color: #00A0BE;
	background: #fff;
}

.btn_flat.w-full {
	width: 100%;
	max-width: unset;
	color: #00A0BE;
	background: #fff;
	border: 1px solid #00A0BE;
}
.btn_flat.w-full:hover {
	background: #00A0BE;
	color: #fff;
}
.btn_flat.w-full:after {
	display: none;
}

.post-type-archive-works .btn_flat.w-full {
	background: #00A0BE;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.btn_flat:after {
		right: 15px;
	}
}

@media screen and (max-width: 812px) {
	.btn_flat.w-full {
		font-size: .75em;
		height: 40px;
		line-height: 39px;
	}
}

@media screen and (max-width: 640px) {
	.btn_flat {
		font-size: .8em;
	}
}

@media screen and (max-width: 568px) {
	.btn_flat {
		font-size: .875em;
	}
	.btn_flat:after {
		right: 20px;
	}
}

@media screen and (max-width: 320px) {
	.btn_flat:after {
		right: 10px;
	}
}

/************************************
** リスト
************************************/
ul.article-list {
    list-style: none;
    padding: 0;
}
ul.article-list .date {
    margin-right: 55px;
}
ul.article-list li {
    border-top: 1px solid #CBCBCB;
}
ul.article-list li:last-child {
    border-bottom: 1px solid #CBCBCB;
}
ul.article-list li a {
    color: #333;
    text-decoration: none;
    padding: 1em 0;
    display: inline-block;
}

/*200729追加*/
ul.article-list span.cat {
	background: #00a0be;
    margin-right: 0.5em;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 12px;
    font-size: 80%;
}

ul.article-list span.cat.-works {
	background: #C4E9EF;
    color: #333;
}

/*ここまで*/

/************************************
** ボックス
************************************/
.box_border {
	margin: 50px 0;
	padding: 50px;
	border: 1px solid #ccc;
	background: #fff;
}
.box_border p {
	margin: 0;
}

.link-bnr {
	position: relative;
	height: 280px;
	display: block;
}
.link-bnr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .4s;
	transition: .4s;
}
.link-bnr:hover img {
	opacity: .8;
}
.link-bnr p {
	font-family: 'Work Sans', "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	line-height: 1.5;
}
.link-bnr:hover p {
	color: #fff;
}
.link-bnr p span {
	font-size: .5em;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 568px) {
	.link-bnr {
    	height: 166px;
	}
	.link-bnr p {
		font-size: 1.5em;
	}
	.link-bnr p span {
		font-size: .583em;
	}
	
	.box_border {
		margin: 40px 0;
		padding: 20px;
	}
	.box_border p {
    	font-size: .875em;
	}
}

/************************************
** 背景
************************************/
.bg_wh {
	background: #fff;
}
.bg_blue {
	background:  rgba(0,160,190,0.1);
}

.single .bg_wh,
.home .bg_blue,
.single .bg_blue {
	padding: 80px 0;
}

@media screen and (max-width: 568px) {
	.single .bg_wh,
	.single .bg_blue {
		padding: 35px 0;
	}
	
	.home .bg_wh .mb-90 {
		margin-bottom: 45px !important;
	}
	
	.home .bg_wh.pt-100 {
		padding-top: 50px !important;
	}
	.home .bg_wh.pb-150 {
		padding-bottom: 70px !important;
	}
	
	.home .mt-60 {
		    margin-top: 45px !important;
	}
}

/************************************
** ヘッダー
************************************/
.header {
	border-top: 4px solid #CB2E1A;
	border-bottom: 1px solid #ccc;
}

.tagline {
	display: none;
}

.header-in {
	display: block;
	line-height: 0;
}

.logo-text {
	text-align: left;
	display: inline-block;
	padding: 15px 0 0;
}

.site-name-text-link img {
	width: 180px;
}

/*.header-tel01,
.header-recruit {
	display: inline-block;
	float: right;
	line-height: 0;
}
.header-tel01 img,
.header-recruit img {
	max-height: 60px;
}

.site-name-text-link img,
.header-tel01 img,
.header-recruit img {
	-webkit-transition: .4s;
	transition: .4s;
}
.site-name-text-link:hover img,
.header-tel01:hover img,
.header-recruit:hover img {
	opacity: .8;
}

@media screen and (max-width: 940px) {
	.header-tel01 img,
	.header-recruit img {
		max-height: 55px;
	}
}

@media screen and (max-width: 875px) {
	.header-tel01 img,
	.header-recruit img {
		max-height: 50px;
	}
}*/

@media screen and (max-width: 812px) {
	.logo-text {
    	padding: 6px 0 0 4%;
	}

/*	.header-tel01 img,
	.header-recruit img {
    	max-height: 45px;
	}*/
}

@media screen and (max-width: 768px) {
	.logo-text {
    	padding: 4px 0 0 4%;
	}
	
	.site-name-text-link img {
		width: 170px;
	}
	
/*	.header-tel01 img,
	.header-recruit img {
    	max-height: 43px;
	}*/
}

/*@media screen and (max-width: 768px) {
	.header-tel01 img,
	.header-recruit img {
    	max-height: 37px;
	}
}*/

@media screen and (max-width: 640px) {
	.logo-text {
    	padding: 3px 0 0 4%;
	}
/*
	.header-tel01 img,
	.header-recruit img {
    	max-height: 35px;
	}*/
}

@media screen and (max-width: 568px) {
	.logo-text {
    	padding: 10px 0;
    	text-align: center;
    	display: block;
	}
	
	.site-name-text-link img {
		width: 222px;
	}

/*	.header-tel01 img,
	.header-recruit img {
    	display: none;
	}*/
}

/************************************
** ナビゲーション
************************************/
.navi {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navi.fixed {
    position: fixed;
    /* top: 0; */
	top: 30px;
    z-index: 10000;
}

.navi-in {
    width: 980px;
}
.navi-in > ul {
    display: inline-block;
    font-size: 0;
     width: 100%;
}
.navi-in > ul li {
	display: inline-block;
    width: unset;
    height: unset;
    line-height: unset;
    border-bottom: 4px solid #fff;
    width: 16.6666667%;
}
.navi-in > ul li:hover,
.navi-in > ul li.current-menu-item,
.categoryid-1 .navi-in > ul li#menu-item-673,
.single-works .navi-in > ul li#menu-item-8 {
    border-bottom: 4px solid #00A0DC;
}
.navi-in a {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 20px 20px 16px;
}

.navi-in > ul .sub-menu {
    background-color: #fff;
    text-align: center;
    top: 63px;
    width: 100%;
    min-width: unset;
    box-shadow: 0px 2px 3px gray;
}
.navi-in > ul .sub-menu li {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.navi-in > ul .sub-menu li:last-child {
    border-bottom: none;
}
.navi-in > ul .sub-menu li:hover {
    border-bottom: 1px solid #ccc;
}

.navi-in > ul .sub-menu li a {
    font-weight: 400;
}

@media all and (-ms-high-contrast: none){
	.navi-in > ul .sub-menu {
    	top: 60px;
    }
	.navi-in a {
		line-height: 1.4;
	}
}

@media screen and (min-width: 569px) {
	#menu-sp_gnav {
    	display: none !important;
	}
}

@media screen and (max-width: 834px) {
	#menu-gnav {
    	display: flex;
	}
}

@media screen and (max-width: 568px) {
	#menu-gnav {
		display: none;
	}
	
	#menu-sp_gnav {
    	display: flex;
	}
	
	#navi .navi-in > .menu-mobile li {
    	width: 33.3333333333%;
    	height: 44px;
    	line-height: 13px;
    	border: 1px solid #ccc;
	}
	#navi .navi-in > .menu-mobile li.current-menu-item {
    	background: #333;
	}
	#navi .navi-in > .menu-mobile li.current-menu-item a {
    	color: #fff;
	}
	
	#navi .navi-in > .menu-mobile li:first-child {
    	border-left: none;
	}
	#navi .navi-in > .menu-mobile li:last-child {
    	border-right: none;
	}
	#navi .navi-in > .menu-mobile li a {
    	font-size: 12px;
    	padding: 16px 20px;
	}
	
	.navi-in a {
    	width: unset;
	}
}

/************************************
** フッター
************************************/
footer {
	color: #fff;
	background: #007D96 !important;
	margin-top: 0 !important;
    padding: 70px 0 !important;
}

footer img {
	-webkit-transition: .4s;
	transition: .4s;
}
footer a:hover img {
	opacity: .8;
}

.footer-logo {
	width: 100%;
	max-width: 245px;
	margin: 0 0 120px;
	display: block;
}
.footer-logo img {
	width: 100%;
}

ul.footer-sitemap,
ul.footer-sitemap li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-sitemap li a {
	font-size: .875em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
ul.footer-sitemap li ul li {
	position: relative;
	padding-left: 1em;
}
ul.footer-sitemap li ul li:before {
	position: absolute;
	content: "−";
	top: 0;
	left: 0;
}
ul.footer-sitemap li ul li a {
	font-weight: 400;
}

.footer-bottom {
    margin-top: 0;
    padding: 1.5em;
    font-size: .6875em;
    background: #333;
    text-align: center;
}
.footer-bottom ul.footer-links {
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.footer-bottom ul.footer-links li {
    padding: 0 1em;
    border-right: 1px solid #fff;
}
.footer-bottom ul.footer-links li:last-child {
    border-right: none;
}
.footer-bottom ul.footer-links li a {
    color: #fff;
}
.footer-bottom ul.footer-links li a i {
    margin-left: .5em;
}

.footer-bottom-content {
    float: initial;
    text-align: center;
}

.copyright {
    width: 100%;
    color: #fff;
}

.footer-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.footer-btn .footer-btn-title {
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #51D12B;
	margin: 0;
	padding: 5px;
	width: 100%;
	position: relative;
}
.footer-btn .footer-btn-title:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
	border-color: #51D12B transparent transparent transparent;
    bottom: -10px;
    left: 47.5%;
}
.footer-btn .footer-btn-tel {
	display: block;
	width: 50%;
	padding: 10px 0;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	float: left;

}

.footer-btn .footer-btn-tel.-left {
	border-right: solid 1px #ccc;
}

.footer-btn .footer-btn-tel img {
	height: 45px;
	vertical-align: bottom;
}

@media all and (-ms-high-contrast: none) {
	.footer-bottom-content {
    	float: initial;
	}
}

@media screen and (min-width: 769px) {
	.footer-btn {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	footer {
    	padding: 25px 4% !important;
	}
}

@media screen and (max-width: 812px) {
	.footer-logo {
    	margin: 0 0 100px;
    }
}

@media screen and (max-width: 768px) {
	.footer-btn .footer-btn-title:after {
		left: 48.7%;
	}
}

@media screen and (max-width: 736px) {
	.footer-logo {
    	margin: 0 0 90px;
    }
}

@media screen and (max-width: 667px) {
	.footer-logo {
		margin: 0 0 85px;
	}
	
	.footer-btn .footer-btn-title:after {
		left: 48.6%;
	}
}

@media screen and (max-width: 568px) {
	.footer-logo,
	.footer_company-info {
		text-align: center;
	}
	
	.footer-logo {
		max-width: 200px;
		margin: 0 auto 30px;
	}
	
	.footer-tel {
		display: block;
	}
	
	.footer-link_access img,
	.footer-link_reform img {
		width: 100%;
	}
	.footer-link_reform img {
		margin-top: 10px;
	}
}

@media screen and (max-width: 375px) {
	.footer-btn .footer-btn-title:after {
		left: 47.3%;
	}

	.footer-btn .footer-btn-tel img {
		height: 35px;
	}

}

/************************************
** トップページのメインビジュアル
************************************/
.mainimg {
	line-height: 1;
}

.mainimg-inner.top {
	position: relative;
}

.mainimg .mv_catch {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
  	z-index: 1;
  	width: 100%;
}
.mainimg .mv_catch img {
	width: 660px;
	height: auto;
	margin: 0 auto;
}

.mainimg .slider {
	position: relative;
	opacity: 0;
	transition: opacity 0.4s linear;
}
.mainimg .slider:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(51,51,51,0.6);
}

.mainimg .slider.slick-initialized {
	opacity: 1;
}
.mainimg .slider img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}
.mainimg .slider button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mainimg .slider-for .slick-list {
	overflow: visible;
}
.mainimg .slider-for .slick-slide.slick-current {
	background-color: #fff;
}
.mainimg .slider-for .slick-slide div {
	display: block;
	position: relative;
}
.mainimg .slider-for .slick-slide div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 2;
	opacity: 0.35;
}
.mainimg .slider-for .slick-slide.slick-current div::before {
	display: none;
}

.mainimg-inner.top {
	width: 100%;
	line-height: 0;
	max-width: 2880px;
	overflow: hidden;
	margin: 0 auto;
}

.mainimg .slick-initialized .slick-slide {
	line-height: 0;
}

.slick-dots {
    bottom: 20px;
    right: 50%;
  	-ms-transform: translate(50%,0);
  	-webkit-transform: translate(50%,0);
  	transform: translate(50%,0);
    display: block !important;
    z-index: 10;
}
.slick-dots li {
	margin: 0 3px;
	width: 12px;
    height: 12px;
}
.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button:before {
    font-size: 8px;
    line-height: 12px;
    width: 10px;
    height: 10px;
    opacity: 1;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media screen and (max-width: 568px) {
	.mainimg .mv_catch img {
		width: 270px;
	}
	
	.slick-dots {
    	bottom: 17px;
	}
	.slick-dots li button {
    	width: 8px !important;
    	height: 8px !important;
	}
	.slick-dots li button:before {
    	font-size: 8px;
    	line-height: 8px;
    	width: 8px;
    	height: 8px;
	}
	
	.slick-dots li.slick-active button {
    	position: relative;
    	top: 1px;
    	background: #fff;
    	width: 10px !important;
    	height: 10px !important;
	}
}

/************************************
** トップページ
************************************/
.top-news {
	background: #007D96;
	padding: 10px 0;
}
.top-news .col-1 {
	padding-right: 20px;
	border-right: 1px solid #fff;
}
.top-news .col-4 {
	padding-left: 25px;
}

.top-news h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
	margin: 0 0 .5em;
	padding: 0;
	line-height: 1;
}
.top-news .top-news-btn {
	position: relative;
	font-size: .75em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0;
	padding: 1em;
	display: block;
	transition: all .4s;
}
.top-news .top-news-btn:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f054";
	top: 12px;
	right: 10px;
}
.top-news .top-news-btn:hover {
	color: #007D96;
	background: #fff;
}

.top-news ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.top-news ul li,
.top-news ul li a {
	color: #fff;
}
.top-news ul li {
	margin-bottom: 15px;
}
.top-news ul li:last-child {
	margin-bottom: 0;
}
/*.top-news ul li a {
	text-decoration: underline;
}*/
.top-news ul li a span {
	font-size: .86em;
	/*padding-right: 20px;*/
}

/*200729追加*/

.top-news ul li a {
	text-decoration: none;
}

.top-news ul li a span.date,
.top-news ul li a span.the_title {
	text-decoration: underline;
}

.top-news ul li a span.cat {
	background: #fff;
	margin: 0 1em;
	color: #00a0be;
	padding: 0.5em 2em;
	border-radius: 12px;
}

.top-news ul li a span.cat.-works {
	background: #C4E9EF;
	color: #333;
}

.top-news ul li a span.the_title {
	font-size: 1em;
}
/*ここまで*/

@media screen and (max-width: 568px) {
	.top-news h2 {
		font-size: 1.75em;
		text-align: center;
		margin: 0 auto 1em;
	}
	.top-news h2 span {
		font-size: .5em;
		font-weight: 400;
		display: block;
		margin-top: .5em;
	}
	
	.top-news ul li a {
    	font-size: .875em;
	}
	
	.top-news .col-1 {
		margin-top: 0;
    	padding-right: 0;
    	border-right: none;
	}
		
	.top-news .top-news-btn {
		font-size: .875em;
		border-radius: 26px;
	}
	.top-news .top-news-btn:after {
    	top: 14px;
    	right: 35px;
	}


	/*200729追加*/

	.top-news .col-4 {
		padding: 0;
	}

	.top-news ul li a span.cat {
		padding: 0.3em 1em;
		font-size: 80%;
	}

	.top-news ul li a span.the_title {
		display: block;
	}

	/*ここまで*/

}

/************************************
** 記事一覧
************************************/
ul.post-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	width: 100%;
}

ul.post-list li {
	width: 100%;
	background: #fff;
	padding: 10px;
	vertical-align: top;
}
ul.post-list li .post-link {
	text-decoration: none;
	color: #333;
}
ul.post-list li .post-thumb {
	position: relative;
	line-height: 0;
}

/* アーカイブページ */
ul.post-list.list_works {
	display: inline-block;
	margin-top: 35px;
}
ul.post-list.list_works li {
	width: 30.2%;
    display: inline-block;
    margin: 24px 2%;
    padding: 0;
    background: transparent;
}

ul.post-list.list_works li:nth-child(1),
ul.post-list.list_works li:nth-child(4),
ul.post-list.list_works li:nth-child(7),
ul.post-list.list_works li:nth-child(10),
ul.post-list.list_works li:nth-child(13),
ul.post-list.list_works li:nth-child(16),
ul.post-list.list_works li:nth-child(19),
ul.post-list.list_works li:nth-child(22) {
	margin-left: 0;
}

ul.post-list.list_works li:nth-child(3),
ul.post-list.list_works li:nth-child(6),
ul.post-list.list_works li:nth-child(9),
ul.post-list.list_works li:nth-child(12),
ul.post-list.list_works li:nth-child(15),
ul.post-list.list_works li:nth-child(18),
ul.post-list.list_works li:nth-child(21),
ul.post-list.list_works li:nth-child(24) {
	margin-right: 0;
}

ul.post-list.list_works li .post-thumb {
    position: relative;
    width: 100%;
    height: auto;
}
ul.post-list.list_works li .post-thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.post-list.list_works li .post-thumb img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.post-list.list_works li .works-information p {
    font-size: 1em;
    text-align: center;
    margin: 1em auto 0;
}
ul.post-list.list_works li .works-information p .post-ttl {
    font-weight: 400;
    display: block;
}

.list_w-term {
    display: flex;
    position: relative;
    z-index: 1;
    height: 60px;
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
}
.list_w-term > li {
	list-style: none;
    position: relative;
    width: 100%;
    margin: 0 6.5px;
    background: #fff;
    border: 1px solid #00A0BE;
    border-radius: 20px;
    transition: all .4s;
}
.list_w-term > li:hover {
    background: #00A0BE;
}
.list_w-term > li:first-child {
    margin-left: 0;
}
.list_w-term > li:last-child {
    margin-right: 0;
}
.list_w-term > li a {
    font-size: 1.125em;
    color: #00A0BE;
    line-height: 59px;
    transition: all .4s;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.list_w-term > li:hover a {
    color: #fff;
}

.tax_commercial-public .list_w-term > li.cat-item-68,
.term-commercial-public .list_w-term > li.cat-item-68,
.tax_hotel-amusement .list_w-term > li.cat-item-69,
.term-hotel-amusement .list_w-term > li.cat-item-69,
.tax_educational .list_w-term > li.cat-item-70,
.term-educational .list_w-term > li.cat-item-70,
.tax_medical-welfare .list_w-term > li.cat-item-71,
.term-medical-welfare .list_w-term > li.cat-item-71,
.tax_apartment .list_w-term > li.cat-item-72,
.term-apartment .list_w-term > li.cat-item-72 {
    background: #00A0BE;
}
.tax_commercial-public .list_w-term > li.cat-item-68 a,
.term-commercial-public .list_w-term > li.cat-item-68 a,
.tax_hotel-amusement .list_w-term > li.cat-item-69 a,
.term-hotel-amusement .list_w-term > li.cat-item-69 a,
.tax_educational .list_w-term > li.cat-item-70 a,
.term-educational .list_w-term > li.cat-item-70 a,
.tax_medical-welfare .list_w-term > li.cat-item-71 a,
.term-medical-welfare .list_w-term > li.cat-item-71 a,
.tax_apartment .list_w-term > li.cat-item-72 a,
.term-apartment .list_w-term > li.cat-item-72 a {
    color: #fff;
}

@media screen and (max-width: 858px) {
	ul.post-list.list_works li {
		margin: 24px 1.9%;
	}
}

@media screen and (max-width: 812px){
	.list_w-term > li {
    	height: 40px;
	}
	.list_w-term > li a {
    	font-size: .75em;
    	line-height: 39px;
	}
}

@media screen and (max-width: 669px) {
	ul.post-list.list_works li {
		margin: 24px 1.8%;
	}
}

@media screen and (max-width: 568px) {
	ul.post-list.list_works {
		margin-top: 28.5px;
		display: flex;
	}
	ul.post-list.list_works li {
		width: 47.8%;
	}
	ul.post-list.list_works li:nth-child(odd) {
		margin-left: 0 !important;
		margin-right: 2.2% !important;
	}
	ul.post-list.list_works li:nth-child(even) {
		margin-right: 0 !important;
		margin-left: 2.2% !important;
	}
		
	ul.post-list {
    	display:-webkit-box;
    	display:-moz-box;
    	display:-ms-flexbox;
    	display:-webkit-flex;
    	display:-moz-flex;
    	display:flex;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
	}
	ul.post-list li {
    	width: 50%;
    	float: left;
	}
	    
    
	
	ul.article-list .date {
    	margin: 15px 0 0;
    	/*display: block;*/
	}

	ul.article-list span.cat {
		margin: 0 0 0 0.5em;
		padding: 0.4em 1em;
	}

	ul.article-list .the_title {
		display: block;
	}
	
	ul.list_w-term {
    	display: inline-block;
    	text-align: center;
    	height: unset;
    	margin: 5px auto 0;
    }
    ul.list_w-term > li {
    	display: inline-block;
    	width: 48.5%;
    	margin: 5px;
	}
	ul.list_w-term > li:nth-child(1),
	ul.list_w-term > li:nth-child(3) {
    	margin-left: 0;
	}
	ul.list_w-term > li:nth-child(2),
	ul.list_w-term > li:nth-child(4) {
    	margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	ul.list_w-term > li {
    	width: 47.9%;
    }
}

@media screen and (max-width: 375px) {
	ul.list_w-term > li {
    	width: 47.6%;
    }
}

@media screen and (max-width: 320px) {
	ul.list_w-term > li {
    	width: 47.3%;
    }
}

/************************************
** 下層ページ
************************************/
/* MV */
.page-mv {
	position: relative;
	height: 260px;
}
.page-mv img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.page-mv:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,160,190,0.6);
}
.page-mv .heading_sub {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width: 100%;
	color: #fff;
	z-index: 1;
}

@media screen and (max-width: 568px){
	.page-mv {
		height: 100px;
	}
}

/* ぱんくずリスト */
#breadcrumb {
	font-size: .75em;
	padding: 1em 0;
	background: #f7f7f7;
}
#breadcrumb,
#breadcrumb a {
	color: #666666;
}
#breadcrumb .fa-home {
	margin-right: 1em;
}
#breadcrumb .fa-chevron-right {
	margin: 0 1em;
}

@media screen and (max-width: 568px){
	#breadcrumb {
		font-size: .6875em;
		padding: .5em 0;
	}
}

/* ページネーション */
.pagination {
    margin: 30px 0 0;
}
.pagination-next-link {
	position: relative;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 27.5px;
    color: #fff;
    font-size: 1.125em;
    line-height: 20px;
    width: 100%;
    max-width: 520px;
    height: 55px;
    margin: 70px auto 0;
    padding: 1em;
    transition: .4s;
}
.pagination-next-link:hover {
	background: #fff;
	color: #333;
}
.pagination-next-link:after {
	position: absolute;
    font-family: FontAwesome;
    content: "\f054";
    top: 1em;
    right: 35px;
}

.page-numbers {
    color: #666;
    height: 50px;
    width: 50px;
    margin: 0 7.5px;
    line-height: 47px;
    border-radius: 0;
    transition: .4s;
}
.page-numbers:hover {
    color: #fff !important;
    background: #333 !important;
}
.pagination .current {
    background-color: #fff;
}
.page-numbers.dots {
    opacity: 1;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 568px) {
	.pagination-next-link {
		margin: 40px auto 0;
   }
}

/************************************
** 投稿ページ
************************************/
.entry-title,
.archive-title {
    font-size: 1.5em;
    font-weight: 400 !important;
    text-align: center;
    margin: 0 auto 1em;
    line-height: 1.7;
}
.entry-title span {
    font-size: .67em;
}

.single .article .b_date {
	text-align: center;
}

.single .addtoany_shortcode {
	margin: 0 auto 40px;
	padding: 0;
	display: table;
}

.pager-wrap {
	padding: 25px 120px;
	background: #fff;
	border-radius: 10px;
}
.pager-wrap .row,
.pager-wrap .col-1 {
	margin: 0;
}
.pager-wrap .col-1 p {
	font-size: .875em;
	font-weight: 400;
	color: #00A0BE;
	margin: 0 0 .5em;
}
.pager-wrap .col-1 a {
	font-weight: 700;
	color: #2F2A27;
	text-decoration: none;
	line-height: 1.5;
	margin: 0;
}

.pager-wrap .col-1 {
	position: relative;
}
.pager-wrap .col-1.pager-next {
	padding-right: 60px;
}
.pager-wrap .col-1.pager-prev {
	border-left: 1px solid #ccc;
	padding-left: 60px;
}
.pager-wrap .col-1.pager-next:before,
.pager-wrap .col-1.pager-prev:before {
	font-family: FontAwesome;
	font-size: 1.25em;
	position: absolute;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.pager-wrap .col-1.pager-next:before {
	content: "\f053";
	left: -50px;
}
.pager-wrap .col-1.pager-prev:before {
	content: "\f054";
	right: -50px;
}

@media screen and (max-width: 568px){
	.entry-title,
	.archive-title {
    	font-size: 1.125em;
	}
	.entry-title span {
    	display: block;
	}
	
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    	height: 30px !important;
    	line-height: 30px !important;
    	width: 30px !important;
	}
}

@media screen and (max-width: 568px){	
	.pager-wrap {
    	padding: 20px;
    }
    
    .pager-wrap .col-1.pager-next {
    	border-bottom: 1px solid #ccc;
    	padding: 0 0 20px 50px;
	}
    .pager-wrap .col-1.pager-next:before {
    	left: 0px;
	}
	
	.pager-wrap .col-1.pager-prev {
		border-left: none;
    	padding: 20px 50px 0 0;
	}
	.pager-wrap .col-1.pager-prev:before {
    	right: 0px;
	}
	
	.pager-wrap .col-1 p {
    	font-size: .75em;
	}
	.pager-wrap .col-1 a {
    	font-size: .875em;
	}
}

/* 施工実績 */
.single-works .w_building-name {
	text-align: center;
	margin: 0 auto 50px;
}

.w_content {
	margin: 40px auto 20px;
}

@media screen and (max-width: 568px){
	.single-works .w_building-name {
		margin: 0 auto 20px;
	}
	
	.w_content {
		margin: 30px auto;
	}
}

/* ギャラリー */
ul.photo-gallery {
	list-style: none;
	display: table;
	margin: 0 0 3.75em;
	padding: 0;
	width: 100%;
}
ul.photo-gallery li {
	width: 22.7%;
	margin: 15px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
ul.photo-gallery li:nth-child(1),
ul.photo-gallery li:nth-child(5),
ul.photo-gallery li:nth-child(9),
ul.photo-gallery li:nth-child(13),
ul.photo-gallery li:nth-child(17),
ul.photo-gallery li:nth-child(21) {
	margin-left: 0;
}
ul.photo-gallery li:nth-child(4),
ul.photo-gallery li:nth-child(8),
ul.photo-gallery li:nth-child(12),
ul.photo-gallery li:nth-child(16),
ul.photo-gallery li:nth-child(20),
ul.photo-gallery li:nth-child(24) {
	margin-right: 0;
}

ul.photo-gallery li img {
	width: 100%;
}

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

@media all and (-ms-high-contrast: none) {
	#fancybox-content {
    	overflow-y: hidden !important;
	}
}

@media screen and (max-width: 1024px) {
	ul.photo-gallery li {
		width: 22.4%;
	}
}

@media screen and (max-width: 812px) {
	ul.photo-gallery li {
		width: 21.9%;
	}
}

@media screen and (max-width: 768px) {
	ul.photo-gallery li {
		width: 21.8%;
	}
}

@media screen and (max-width: 736px) {
  	ul.photo-gallery li {
		width: 21.6%;
	}
}

@media screen and (max-width: 667px) {
  	ul.photo-gallery li {
		width: 21.3%;
	}
}

@media screen and (max-width: 640px) {
  	ul.photo-gallery li {
		width: 21.1%;
	}
}

@media screen and (max-width: 568px) {
  	ul.photo-gallery li {
		width: 100%;
		margin: 0 0 20px;
	}
	ul.photo-gallery li:last-child {
		margin: 0;
	}
	
	ul.photo-gallery li span {
		font-size: .875em;
	}
}


/* 事業案内 */
.about .page-content .container980:before {
	position: absolute;
	bottom: 45px;
	right: 0;
	content: "";
	width: 394px;
	height: 394px;
	background: transparent url(./images/page/bg_about.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
	.about .page-content .container980:before {
		display: none;
	}
}

/************************************
** MW WP Form
************************************/
.search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  width: unset;
}

.mw-wp-form {
  font-family: 'TsukushiBMaruGothic', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.mw-wp-form tr {
    background: #fff !important;
}

.mw-wp-form tr:last-child {
    border: none;
    background: none;
}
 
.required-mw-wp-form {
	font-size: .8em;
    padding: 5px 5px 4px;
    background: #B41414;
    color: #fff;
    margin-right: 10px;
}
.required-mw-wp-form.unrequired {
	color: #333;
    background: #fff;
    border: 1px solid #ccc;
}

.mw-wp-form th,
.mw-wp-form td {
	border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5em 1em;
}

.mw-wp-form th {
  	font-weight: 700;
  	background-color: transparent;
  	text-align: left;
  	vertical-align: top;
  	padding: 1.8em 1em;
}

.mw-wp-form td select {
  margin-bottom: 1em;
}

.mw-wp-form td input,
.mw-wp-form td textarea {
  	margin: 0;
}
 
@media screen and (min-width: 900px) {
  	.mw-wp-form th {
    	width: 31%;
  	}
}

@media screen and (max-width: 812px){
    table.mw-wp-form th,
    table.mw-wp-form td {
        font-size: 1em !important;
    }
    
    .mw-wp-form th {
  		width: 40%;
	}
}
     
@media screen and (max-width: 768px){
	.mw-wp-form {
		display:block;
	}     
       
	.mw-wp-form tbody,
	.mw-wp-form tr{
    	display: block;
    	width: 100%;
	}
	.mw-wp-form th {
  		width:100%;
  		display:block;
  		margin: 0 auto;
  		border-bottom: none;
  		padding: 1em 0 0;
	}
	.mw-wp-form td {
  		display: list-item;
  		list-style-type:none;
  		margin:0;
  		padding: 1em 0;
  		width: 100%;
  		border-top: none !important;
	}
}

/*各入力フォームスタイリング*/
.mw-wp-form input[type="text"],
input[type="email"],
input[type="tel"], textarea {
	font-size: 1em;
    border: 1px #ccc solid;
    padding: .5em 1em;
    border-radius: 5px;
}
.mw-wp-form input[type="number"],
input[type="date"] {
    border: 1px #ccc solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 50%;
}

.check-confirm {
	text-align: center;
	background: #FFFFEF;
	border-left: 1px #ccc solid !important;
	border-right: 2px #ccc solid !important;
	padding: 2em 1em !important;
}
.check-confirm .mwform-checkbox-field label {
	font-weight: 700;
	display: block;
	margin-top: 1em;
}

@media screen and (max-width: 667px){
	.mw-wp-form input[type="text"],
	input[type="email"],
	input[type="tel"], textarea {
		width: 100%;
	}
}

@media screen and (max-width: 568px){
	.check-confirm {
		padding: 1em !important;
	}
}

/*入力欄にフォーカスしたら変化*/
.mw-wp-form input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
    box-shadow: 0 0 1px 0 rgba(225, 225, 225, 0.5);
}

/*送信ボタンスタイリング*/
.mw-wp-form input[type="submit"] {
	background-color: #707070;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #fff !important;
    width: 90%;
    font-weight: 700;
    /*cursor:pointer;*/
    display: block;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 65px;
    font-size: 1.125em;
    line-height: 63px;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.mw-wp-form input[type="submit"]:hover {
	background-color: #fff;
    color: #707070 !important;
    text-decoration: none;
}

.mw-wp-form input[type="submit"].btn_blue {
	background-color: #00A0BE;
    border: 1px solid #00A0BE;
 }
 .mw-wp-form input[type="submit"].btn_blue:hover {
 	color: #00A0BE !important;
	background-color: #fff;
 }


/*ヘッダーバナー*/
.header-bnr-area {
	display: block;
	width: 732px;
	float: right;
}

.header-tel,
.header-recruit {
	width: 244px;
	display: block;
	float: left;
}
/*.header-tel img,
.header-recruit img {
	max-height: 60px;
}*/

.site-name-text-link img,
.header-tel img,
.header-recruit img {
	-webkit-transition: .4s;
	transition: .4s;
}
.site-name-text-link:hover img,
.header-tel:hover img,
.header-recruit:hover img {
	opacity: .8;
}

@media screen and (max-width: 940px) {
/*	.header-tel img,
	.header-recruit img {
		max-height: 55px;
	}*/

.logo-text {
	padding-top: 6px;
	padding-left: 6px;
}

.header-bnr-area {
	width: 65%;
	background: #00b3db;
}

.header-tel {
	width: 33%;
}

.header-recruit {
	width: 34%;
}

.header-tel img,
.header-recruit img {
	width: 100%;
	height: auto;
}

}

@media screen and (max-width: 568px) {

	.header-tel,
	.header-recruit {
    	display: none;
	}
}

/* 2302追加 */
.format-btn-nav {
	background: #fff;
	/* border-bottom: 1px solid #ccc; */
	height: 30px;
	width: 100%;
}
.format-btn-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.format-btn-nav .nav-inner {
	max-width: 980px;
	margin: 0 auto;
}

.format-btn-nav .nav-inner a {
	text-decoration: none;
	display: block;
	width: 180px;
	background-color: #00A0BE;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	float: right;
	font-size: 14px;
	line-height: 1;
	max-height: 30px;
	box-sizing: border-box;
}

.format-btn-nav .nav-inner a:hover {
	opacity: 0.6;
}
.format-btn-nav .nav-inner a i {
	padding-right: 0.5em;
}
@media screen and (max-width: 568px) {
	.format-btn-nav {
		height: 40px;
	}

	.navi.fixed {
		top: 40px;
	}

	.format-btn-nav .nav-inner a {
		width: 100%;
		font-size: 13px;
		padding: 14px 0;
		max-height: 44px;
	}
}
ul.download-list li {
	margin-bottom: 0.5em;
}

ul.download-list li a {
	color: #00A0BE;
}
ul.download-list li a[href$=".pdf"]::after {
	content: '[PDF]';
	padding-left: 0.5em;
}
ul.download-list li a[href$=".doc"]::after {
	content: '[Word]';
	padding-left: 0.5em;
}
ul.download-list li a[href$=".xls"]::after,
ul.download-list li a[href$=".xlsx"]::after {
	content: '[Excel]';
	padding-left: 0.5em;
}

/* セキュリティ対応:reCAPTCHAロゴ非表示 */
.grecaptcha-badge { visibility: hidden; }
/* セキュリティ対応:問い合わせ画面に表示するreCAPTCHAに関する文面 */
.recap-text {
	font-size: 0.9em;
	line-height: 1.5 !important;
	text-align: center;
}

/* 20251102 PHP8対応 */
a.link-box { display:block; }
p { margin: 1.2em 0; }
.article p { margin: 1.2em 0; }
.body .article { margin-bottom: unset; }
