@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	font-family: "Noto Sans JP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

li {
	list-style-type: none;
}
a {
	color: #036CB6;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
    color: #00A4DF;
    text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.img_right {
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	max-width: 50%;
}

.img_left {
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	max-width: 50%;
}

.txt_or {
	color: #FF7F00 !important;
}

.txt_bl {
    color: #036CB6 !important;
}


p.uc {
	text-align: center;
	padding: 150px 0!important;
	letter-spacing: 0.3em;
	font-size: 18px;
	color: #555;
}
/*
ローダー------------------*/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10000;
	background: #03519B;
background: -webkit-linear-gradient(180deg, rgba(3, 81, 155, 1) 0%, rgba(37, 112, 180, 1) 50%, rgba(121, 190, 241, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(3, 81, 155, 1) 0%, rgba(37, 112, 180, 1) 50%, rgba(121, 190, 241, 1) 100%);
background: linear-gradient(180deg, rgba(3, 81, 155, 1) 0%, rgba(37, 112, 180, 1) 50%, rgba(121, 190, 241, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03519B", endColorstr="#79BEF1", GradientType=0);
}


.loader {
	color: #FFF;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------*/

/*
ヘッダー
-------------------------------------------*/
header {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    background-color: #FFF;
    border-top: 5px solid #059450;
	position: relative;
}

header a.logo {
	position: absolute;
	z-index: 1000;
	display: block;
	text-decoration: none;
	top: 5px;
	left: 10px;
}
header h1 {
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    color: #333;
	font-weight: 900;
}

header h1 strong {
    color: #FFF;
	background-color: #059450;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px;
}
header h1 strong.st_02 {
    background-color: #FF9E00;
}
header .h_tel a {
	text-decoration: none;
	font-size: 32px;
	color: #111;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	display: block;
}
header .h_tel a .p_num {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}
header .h_tel a i {
    color: #059450;
    font-size: 26px;
    font-weight: 900;
    padding-right: 8px;
}
header .h_tel a .u_txt {
	display: block;
	font-size: 12px;
	line-height: 1;
}

header .h_btn a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
	height: 80px;
	padding-top: 15px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #397be7;
    text-align: center;
}

header .h_btn a span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
header .h_btn a i {
	padding-right: 2px;
}

header .h_btn a:hover {
	color: #397be7;
	background-color: #FFF;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
    font-weight: bold;
    font-size: 14px;
    background-color: #FFF;
}

#g_navi li a {
	color: #111;
}

.sub_top {
	background-image: url(../img/sub_top.jpg);
	background-position: center center;
	background-size: cover;
	color: #FFF;
	line-height: 1;
	background-color: #389931;
	padding-bottom: 50px;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
    display: block;
    padding: 20px 10px;
    background-color: rgba(0,0,0,0.15);
	color: #FFF;
}

.pankuzu ul {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.pankuzu li {
	display: inline-block;
	font-size: 14px;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #EEE;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

.pankuzu li a {
	color: #EEE;
}

/*
メインコンテンツ
-------------------------------------------*/
.sub_cont_base {
	background-color: #F6F6F6;
	padding-bottom: 30px;
		
}

.content {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.cont_in {
	padding: 50px;
	margin: 50px 20px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	position: relative;
	z-index: 10;
}

.cont_in p {
	color: #111!important;
}

.cont_in img {
	max-width: 100%;
}
.content p {
	line-height: 2;
	font-size: 16px;
	margin: 35px;
}

/*
タイトル装飾
---------------------*/
h2 {
	font-size: 34px;
	margin: 10px 0px;
	display: block;
	text-align: center;
	padding: 20px 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	position: relative;
	font-weight: 700;
}

h2 strong {
    font-size: 130%;
}

h2.h2_top {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 0px;
	color: #FFF;
}

h2 .h2_sub {
	display: block;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 20px 0px;
	font-weight: normal;
}

h2 .h2_eng {
	display: block;
	font-size: 14px;
	letter-spacing: 1em;
	padding: 20px 0px 0px 1em;
	font-family: "Outfit", sans-serif;
}

.content h3 {
    font-size: 24px;
    line-height: 1.8;
	margin: 30px;
    display: block;
    border-bottom: 5px solid #3FA936;
    color: #111;
    letter-spacing: 1px;
    position: relative;
	padding-bottom: 15px;
}

.content h3.h3_img {
	padding-left: 0px;
	padding-right: 110px;
}

.content h3.h3_img.t_right {
	padding-left: 110px;
	padding-right: 0px;
}

.content h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 20%;
    background-color: #FF9E00;
}

.cont_2clm .content h3 {
	margin: 0px;
    border-top: 7px solid #3FA936;
	border-bottom: none;
	padding: 20px;
}

.cont_2clm .content h3::after {
    top: -7px;
    height: 7px;
    width: 25%;
}

.content h3.t_right {
	text-align: right;
}

.content h3.t_right::after {
    left: auto;
	right: 0;
}


.content h3 strong {
    color: #FF9E00;
}

.content h3 .h3_small {
	font-size: 50%;
	font-weight: normal;
	padding: 0 5px; 
}

.content h3 i {
    padding-right: 10px;
    color: #AAA;
    font-size: 80%;
}

.content h3.h3_3 {
	text-align: center;
	background-color: #E7E6E0;
	border-top-style: none;
	border-bottom-style: none;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.content h4 {
    font-size: 20px;
    color: #FFF;
	background-color: #036CB6;
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    margin: 20px 0px;
}


/*トップスライダー
------------------------------------------*/

.sp-slide {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
}
.sp-slide.sp-selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    background-color: #FF9E00 !important;
}

/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

/*
トップ最新情報
-------------------------------------------*/

.top_news {
	margin: auto;
	max-width: 1200px;
	width: 100%;
	padding: 20px 0px;
}

.top_news h2 {
	display: block;
	width: 20%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.top_news h2 span {
	display: flex;
	align-items: center;
	color: #059450;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.top_news h2 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #059450;
}
.ul_news {
	display: block;
	width: 80%;
	padding: 20px 30px;
	height: 200px;
	overflow-y: scroll;
}

.ul_news li {
	display: block;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}

.ul_news li span {
    display: inline-block;
    font-weight: bold;
    color: #059450;
	padding-right: 10px;
}

.ul_news li a {
	text-decoration: none;
	color: #111;
}
.ul_news li span.i_news {
    display: inline-block;
    background-color: #FF9E00;
    color: #FFF;
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 14px;
}

/*
５つの理由
-------------------------------------------*/
.obi_3 {
    position: relative;
    background-image: url(../img/obi_3.jpg);
    background-position: center center;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 80px;
}

.obi_3 h2 {
	color: #FFF;
	padding-bottom: 100px;
}
.obi_3 h2 strong {
    color: #FF9E00;
}
.box_reason_base {
	max-width: 1100px;
	margin: auto;
}

.box_reason {
	width: 100%;
	position: relative;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 70px;
}

.box_reason span.num {
	position: absolute;
	top: -50px;
	left: 0px;
	display: block;
	color: #FFF;
	padding: 20px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-family: "Outfit", sans-serif;
	background-color: rgba(0,7,15,0.35);
}

.box_reason span.num strong {
    font-size: 340%;
    display: block;
	color: #FFF;
}

.box_reason img {
	object-fit: cover;
	width: 40%;
	height: 100%;
	float: left;
}
.box_reason .txt_base {
	float: right;
	width: 60%;
}

.box_reason .txt_box {
	margin: 20px;
	padding: 20px;
	background-color: #FFF;
}
.box_reason h3 {
    font-size: 26px;
    color: #036CB6;
	margin-bottom: 20px;
}
.box_reason h3 strong {
    color: #FF9E00;
}
.box_reason p {
	font-size: 16px;
	line-height: 1.8;
}

.box_reason.right span.num {
	left: auto;
	right: 0;
}
.box_reason.right img {
	float: right;
}
.box_reason.right .txt_base {
	float: left;
}


/*
工事メニュー
-------------------------------------------*/

.box_menu_base {
	padding: 20px;
}


.box_menu_base::after {
	content:"";
	width: 30%;
}

.box_menu {
	margin-bottom: 70px;
	width: 30%;
}

.box_menu a {
	background-color: #FFF;
	text-decoration: none;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	border-top: 7px solid #036CB6;
	padding-bottom: 10px;
}
.box_menu a:hover {
    border-top-color: #00A4DF;
}
.box_menu a div {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.box_menu a div img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_menu a:hover img {
	transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.box_menu p {
    color: #111;
    font-size: 16px;
	padding: 10px;
}
.box_menu p.m_title {
    color: #036CB6;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
	border-bottom: dotted 1px #AAA;
}
.box_menu a:hover p.m_title {
    color: #00A4DF;
}

.menu_2 {
	background-color: #E3E3E3;
	padding: 50px 0;
}
.obi_2 .menu_2 h3 {
    font-size: 28px;
    color: #059450;
}

.menu_2 .box_menu a {
	border-top-color: #059450;
}
.menu_2 .box_menu a:hover {
    border-top-color: #06CD6D;
}

.menu_2 .box_menu p.m_title {
    color: #059450;
}
.menu_2 .box_menu a:hover p.m_title {
    color: #06CD6D;
}
/*
帯
-------------------------------------------*/

.obi_1 {
	width: 100%;
	position: relative;
	padding: 30px 0px;
    background-color: #059450;
    background-image: url("../img/obi_1.jpg");
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.sankaku {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.sankaku img {
	max-width: 100%!important;
}

.obi_1 h2,
.obi_1 p {
	color: #FFF;
}
.obi_1 h2 strong {
    color: #FFFF26;
}
.obi_2 {
	width: 100%;
	background-color: #EEE;
	position: relative;
}

.obi_2 .h2_base {
	background: #00468C;
background: linear-gradient(180deg, rgba(0, 70, 140, 1) 50%, rgba(213, 219, 224, 1) 50%, rgba(238, 238, 238, 1) 60%, rgba(238, 238, 238, 1) 100%);
	padding-top: 50px;
}
.obi_2 h2 {
	background-image: url("../img/obi_2_h2.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	padding-bottom: 100px;
}

.obi_2 h3 {
	text-align: center;
	font-size: 44px;
	padding: 30px 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.obi_2 h3 strong {
    font-size: 125%;
    color: #036CB6;
}

.obi_2 h3 span.h3_s {
	font-size: 50%;
}

.obi_4 {
	width: 100%;
	position: relative;
	padding: 100px 10px;
    background-color: #059450;
    background-image: url("../img/obi_4.jpg");
	background-size: cover;
	background-position: center center;
}

.obi_4 h2 {
    position: relative;
    display: block;
    padding: 50px 20px;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #059450;
    margin: auto;
    width: 90%;
    max-width: 640px;
}

.obi_4 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 30px 27.5px 0 27.5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.obi_4 h2 span {
    font-size: 80%;
    color: #3EB77D;
    margin: 0 5px;
}

.obi_4_f,
.obi_5_f {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	text-align: center;
}

.obi_4_f img {
	width: 100%;
	max-width: 1000px;
}

.obi_5 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
	background-color: #F6F6F6;
}
.obi_5 h2 {
    color: #8D7345;
}
.btn_base {
    padding: 10px;
    background-color: #B2A688;
    margin: auto;
    max-width: 560px;
}

.obi_5_f img {
	width: 100%;
	max-width: 850px;
}
.clm_base {
	padding-bottom: 50px;
}
.box_column {
	width: 25%;
	padding: 20px;
}

.box_column .box_in {
    padding: 20px;
    border: 1px solid #C4B99B;
    background-color: #FFF;
}
.box_column .box_in:hover {
	border-color: #000;
}
.box_column img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.clm_title {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px dashed #8D7345;
    font-weight: bold;
	color: #8D7345;
}
.box_column p {
	font-size: 14px;
	line-height: 1.8;
}
.obi_6 {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    background-color: #379DB3;
    background-image: url(../img/obi_6.jpg);
    background-position: center center;
    background-size: cover;
    color: #059450;
}

.obi_6 .box_left {
	width: 50%;
	position: relative;
	z-index: 10;
}

.obi_6 .box_left img {
	width: 120%!important;
	max-width: 120%!important;
	position: absolute;
	bottom: -20px;
	left: -20px;
}

.obi_6 .box_right {
    padding: 20px;
    background-color: rgba(255,251,238,0.90);
    width: 50%;
}

.obi_6 .box_right p {
	color: #111;
	line-height: 1.8;
	text-align: left;
	padding: 20px;
}
.obi_6 .box_right .btn_001 a {
    background-color: #059450;
}
.obi_6 .box_right .btn_001 a:hover {
    color: #059450;
}
.obi_7 {
	background-color: #F6F6F6;
}

.obi_7 .box_flex {
	align-items: center;
}

.obi_7 .box_left {
	width: 50%;
	background-color: #FFF;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px;
	position: relative;
	z-index: 5;
}
.obi_7 .box_left::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

.obi_7 .box_left h2 {
	color: #036CB6;
}

.obi_7 .box_left p {
	font-size: 18px;
	margin: 0 auto 20px;
	padding-bottom: 30px;
	line-height: 2.2;
	display: block;
	max-width: 440px;
}

.obi_7 .box_left p strong {
	font-size: 120%;
	color: #036CB6;
}
.obi_7 .box_left p strong.st_2 {
    color: #FFF;
    background-color: #036CB6;
    padding: 2px 10px;
}
.obi_7 .box_right {
    width: 50%;
}

.obi_7 .box_right img {
	width: 100%;
}

.obi_8 {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    background-color: #379DB3;
    color: #FFF;
	position: relative;
	overflow: hidden;
}
/*
フッター
-------------------------------------------*/

footer {
    clear: both;
    padding-top: 20px;
    display: block;
    color: #FFF;
    background-color: #333;
    padding-bottom: 70px;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer p {
	margin: 10px;
}
.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .f_info {
	width: 33%;
	float: left;
	padding: 10px;
	font-size: 12px;
	line-height: 1.8;
}

.footer_box .f_menu {
	width: 67%;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

.footer_box .f_menu  ul {
	width: 30%;
	padding-right: 10px;
}
.footer_box .f_menu  ul:first-child {
	width: 40%;
}

.footer_box ul li.li_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
}

.footer_box ul li a::before {
	position: absolute;
	top: 5px;
	left: 10px;
	content: "・";
}

.footer_box ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	position:relative;
	line-height: 1.6;
	font-size: 13px;
}

.footer_box ul li a:hover {
    color: #000;
    background-color: #FFDD00;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}


/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 150px;
	right: 0px;
	z-index: 800;
}
#to_top a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #FF9E00;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
	border-radius: 5px 0 0 5px;
}
#to_top a:hover {
    background-color: #FF7F00;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01 {
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_01 caption {
    font-weight: bold;
    border-bottom: 5px solid #379DB3;
    padding: 15px;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #379DB3;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 15px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #379DB3;
}
.content table.table_01 th {
    background-color: #EBF1F2;
    letter-spacing: 2px;
}


.content table.table_02 {
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.content table.table_02 caption {
    font-weight: bold;
    background-color: #F1F1F1;
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #036CB6;
    border-top: 5px solid #036CB6;
}
.content table.table_02 th,
.content table.table_02 td {
    padding: 25px;
    font-size: 15px;
    border-bottom: 1px solid #DDD;
    background-color: #FFFFFF;
    line-height: 1.8;
}
.content table.table_02 th {
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
    text-align: left;
    border-top: 3px solid #379DB3;
    border-bottom: 3px solid #379DB3;
	background-color: #FCFCFC;
}

/*
詳細ボタン
-------------------------------------------*/

.btn_syousai a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 280px;
	padding: 10px;
	border: 2px solid #F6F6F6;
	font-size: 16px;
	float: right;
	letter-spacing: 1px;
	background-color: #036CB6;
	font-weight: bold;
}

.btn_syousai a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_syousai a:hover {
	background-color: #FFF;
	border-color: #00A4DF;
	color: #00A4DF;
}

.cont_list2 .btn_syousai a {
	max-width: 240px;
	width: 100%;
}

.btn_001 a,
.btn_002 a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
	width: 90%;
  max-width: 340px;
  height: 64px;
  text-align: center;
  line-height: 58px;
  border: 2px solid #FFF;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
	text-decoration: none;
	margin: 30px auto;
}
.btn_001 a::before,
.btn_002 a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_001 a::after,
.btn_002 a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #FFDD00;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.btn_001 a:hover,
.btn_002 a:hover {
  color: #000;
	border-color: transparent;
}

.btn_002 a {
	margin: 10px auto;
}
.btn_002 a::before {
	content: "\f0e0";
	font-weight: normal;
}


a:hover::after {
  transform: translateX(0);
}

/*
フッターバナー
-------------------------------------------*/

#foot_bn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 500;
}

#foot_bn .box_flex .f_btn {
	width: 50%;
}


#foot_bn .f_btn a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #397be7;
	position: relative;
	width: 100%;
	height: 80px;
	font-family: "Outfit", sans-serif;
	text-align: center;
	padding-top: 15px;
	line-height: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 0px;
}

#foot_bn .f_btn a img {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

#foot_bn .f_btn.tel a img {
	left: auto;
	right: 50px;
}

#foot_bn .f_btn.tel a {
    background-color: #FFF;
    color: #111;
}
#foot_bn .f_btn a i {
	margin-right: 10px;
}

#foot_bn .f_btn.tel a i {
    color: #059450;
}
#foot_bn .f_btn a p {
	font-size: 28px;
	font-weight: bold;
}
#foot_bn .f_btn a p strong {
	font-size: 22px;
	letter-spacing: 0.1em;
}

#foot_bn .f_btn a p span {
	font-size: 12px;
	font-weight: normal;
}

#foot_bn .f_btn a:hover {
	color: #397be7;
	background-color: #FFF;
}

#foot_bn .f_btn.tel a:hover {
	color: #3FA936;
}


/*
お問い合わせ枠
-------------------------------------------*/
.box_contact {
	text-align: center;
	width: 90%;
	max-width: 1200px;
	background-color: rgba(0,80,147,0.15);
	margin: 30px auto;
	padding-bottom: 30px;
}

.contact_catch {
  position: relative;
  display: inline-block;
	margin-top: -30px;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 9999px;
  background-color: #ffd306;
  text-align: center;
  font-size: 18px;
	font-weight: bold;
  line-height: 1.5;
  color: #111111;
}

.contact_catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #ffd306 transparent transparent;
  translate: -50% 100%;
}

.contact_catch strong {
    color: #008EAC;
}

.box_tel {
	font-size: 34px;
}
.box_tel i {
	padding-right: 10px;
	font-size: 90%;
}
.box_tel a {
	text-decoration: none;
	color: #FFF;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}

.box_contact .contact_txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_contact .contact_txt strong {
    color: #FFF350;
    padding-left: 5px;
    padding-right: 5px;
}

.contact_foot {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*
一覧
-------------------------------------------*/


.works_base {
	max-width: 1300px;
	width: 100%;
	margin: 80px auto;
	background-color: rgba(255,255,255,0.85);
	padding: 20px;
}
.list_box {
	padding: 30px;
	float: left;
	width: 25%;
	text-align: center;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
}

.list_box:hover {
	background-color: #FFF;
}


.list_box img {
	width: 100%;
}

.list_box .list_title {
	font-weight: bold;
	padding: 10px;
	border-bottom: dotted 1px #555;
}

.i_con {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 3px;
    background-color: #036CB6;
    color: #FFF;
}

.list_box .list_comment {
    padding: 10px;
    text-align: left;
	border-bottom: dotted 1px #555;
}

.list_box .list_price {
    padding: 10px;
    text-align: right;
	border-bottom: solid 2px #555;
	font-size: 14px;
	font-weight: bold;
}
.list_box .list_price strong {
	font-size: 20px;
	color: #FF7F00;
}

.works_base.sub_page {
	background-color: #EEE;
	margin: 20px auto;
}
.works_base.sub_page .list_box {
	width: 33.3%;
}
/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 30px;
}
.content .qa dt {
    font-size: 18px;
    color: #111;
	padding: 20px 20px 20px 50px;
	line-height: 30px;
    font-weight: bold;
	margin: 20px;
    position: relative;
	border-top: 4px solid #036CB6;
	background-color: #F3F3F3
}


.content .qa dd {
	padding: 0px 20px 50px 50px;
	margin: 20px;
	position: relative;
	line-height: 2;
	font-size: 14px;
	border-bottom: 1px dashed #888;
}

.content .qa dt::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #036CB6;
	font-family: "Outfit", sans-serif;
}

/*
お客様の声・施工事例
---------------------------------------------------------*/

.content .jirei_top {
	background-color: #F6F6F6;
	margin-bottom: 30px;
	width: 100%;
	padding: 10px;
}

.content .jirei_top img {
	max-width: 100%;
}

/*
個別　要約部分
---------------------------------------------------------*/

.content .box_youyaku {
    margin-bottom: 30px;
	background-color: #333;
    color: #FFF;
}

.content .youyaku_title {
    font-size: 22px;
    font-weight: bold;
	padding: 20px;
}
.content .box_youyaku p {
	line-height: 2;
	font-size: 15px;
	padding: 20px;
	margin: 0;
	padding-top: 0;
}
.content .box_youyaku .img_box {
	width: 180px;
	float: left;
	padding-right: 30px;
}
.content .box_youyaku .img_box img {
	width: 100%;
	object-fit: cover;
}

.content .box_youyaku .img_box p {
    font-size: 12px;
    margin: 0px;
    text-align: center;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;
    background-color: #036CB6;
    font-weight: bold;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	padding-bottom: 50px;
	background-color: #F6F6F6;
}

.content .mokuji h3 {
	border-bottom: dashed 1px #555;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.content .mokuji ul li {
	margin-left: 20px;
	padding: 3px 5px 3px 15px;;
	line-height: 26px;
	position: relative;
	font-size: 15px;
}
.content .mokuji ul li::before {
	content: "・";
	font-weight: 900;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #888;
	font-size: 12px;
}

.content .mokuji ul li a {
	display: block;
	padding: 5px;
	color: #555;
}

.content .mokuji ul li a:hover {
	color: #000;
	background-color: #FFF;
}

/*
リストボックス
-------------------------------------------*/
.content .cont_list_base {
    background-color: #F6F6F6;
    padding-top: 50px;
	padding-bottom: 50px;
}
.content .cont_list li {
	display: block;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 30%;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
}

.content .cont_list.box_flex li {
	width: 48%;
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
    background-color: #FFFFFF;
    border: 20px solid #E7E7E7;
}
.content .matome h3 {
	border-top-color: #036CB6;
	background-color: #EEE;
}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #036CB6;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #036CB6;
	background-color: #FFF;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

/*
対応地域
-------------------------------------------*/
.content p.p_area {
	margin: 10px;
	padding: 10px;
}
p.p_area a {
    display: inline-block;
    padding: 15px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background-color: #036CB6;
    font-size: 14px;
	line-height: 20px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
	border-radius: 50px;
}

p.p_area a::before {
	content: "・";
	color: #3EA3DF;
	margin-right: 5px;
}

p.p_area a:hover {
	color: #036CB6;
	background-color: #FFF;
}

/*
施工前　施工後
---------------------------------------------------------*/
.content .jirei_base {
	background-color: #EEE;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	padding: 10px;
}
.content .jirei_base .jirei_bf,
.content .jirei_base .jirei_af {
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #F0F0F0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 2px solid #FFF;
	width: 48%;
	color: #777;
}
.content .jirei_base .jirei_af {
    color: #036CB6;
	background-color: #F6F6F6;
}
.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	max-width: 100%;
	object-fit: cover;
}


.content .jirei_base .jirei_sankaku {
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}

/*
施工事例詳細
-------------------------------------------*/

.content ul.box_sekou {
	padding-bottom: 20px;
}

.content .box_sekou li .sekou_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #111;
	border-bottom: 1px dashed #036CB6;
}

.content ul.box_sekou li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	position: relative;
}

.content ul.box_sekou li img {
	width: 100%;
}

.content ul.box_sekou li p {
	text-align: left;
	font-size: 15px;
	margin: 20px;
}

.content ul.box_sekou li .sekou_num {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	color: #FFF;
	padding: 10px;
	font-size: 34px;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	background-color: rgba(0,0,0,0.35);
	font-weight: bold;
}


/*
サイド
-------------------------------------------*/
.side {
    background-color: #F6F6F6;
	margin-top: -70px;
	margin-bottom: 30px;
}

.side_box {
	margin-bottom: 30px;
}
.side h2 {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    border-top: 5px solid #036CB6;
}

.side h2 i {
    color: #32A3DB;
    padding-left: 10px;
}

.side h2.h2_img {
	padding-left: 20px;
	padding-right: 95px;
	text-align: left;
	font-size: 17px;
}

.side h2.h2_img img {
	position: absolute;
	right: 0;
	bottom: -4px;
}
.side .side_box h2 {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    margin-top: 0px;
	background-color: #FFF;
}

.side .side_box .side_list li a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 47px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555;
	position: relative;
	color: #555;
	font-weight: bold;
}
.side .side_box .side_list li a::before {
	content: "・";
	position: absolute;
	top: 15px;
	left: 18px;
}

.side .side_box .side_list li a:hover {
	background-color: #FFF!important;
	color: #00A4DF!important;
}

.side .side_box .side_list li a:hover::before {
	color: #00B2B2;
}

.side .side_box.cl2 {
    background-color: #E5E5E5;
	padding: 20px;
}

.side .side_box.cl2 h2 {
	color: #036CB6;
}

.side .side_box.cl2 .side_list li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #F6F6F6;
}

.side .side_box.cl2 .side_list li a::before {
	top: 10px;
}
/*
サイド新着
-------------------------------------------*/

.side .ul_news {
    padding: 5px;
    background-color: #FFF;
    margin-bottom: 30px;
    border: none;
	width: 100%;
}

.side .ul_news li {
	font-size: 12px;
}

.side .ul_news li span.i_news {
	font-size: 11px;
}

/*
サイドスタッフ＆VOICEリスト
-------------------------------------------*/

ul.img_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.img_list li {
	width: 30%;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

ul.img_list.voice li {
	width: 48%;
}

ul.img_list::after {
	content: "";
	width: 30%;
}
ul.img_list li img {
	width: 100%;
	margin-bottom: 5px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

ul.img_list.voice li img {
	aspect-ratio: 1 / 0.7;
}

.side_btn a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
	padding: 10px 10px 15px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    background-color: #397BE7;
}

.side_btn a span {
	font-size: 12px;
	font-weight: normal;
}
.side_btn a i {
	margin-right: 10px;
}
.side_btn a:hover {
	background-color: #FFF;
	color: #397BE7;
}

.side_btn.cl_2 a {
    background-color: #ED8500;
	padding: 20px 10px;
}

.side_btn.cl_2 a:hover {
    background-color: #FFF;
	color: #ED8500;
}

.side_bn a {
	display: block;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 30px;
}


@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 150px;
}


.head_in {
	max-width: 1300px;
	margin: auto;
	position: relative;
}

header h1 {
	left: 270px;
	top: 20px;
	line-height: 1.8;
}

.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	width: 220px;
}


header .h_tel {
	position: absolute;
	top: 5px;
	right: 240px;
	z-index: 1000;
}

header #h_box_sp {
position: absolute;
top: 0;
right: 0;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	z-index: 1000;
	position: absolute;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
	bottom: auto;
}
#g_navi ul.navi_base {
	height: auto;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#g_navi ul li{
	display: flex;
}


#g_navi li a {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}


#g_navi li a:hover {
    color: #059450;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 25px;
	background-color: #DDD;
	content: '';
	left: 0px;
}
#g_navi li a::after {
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	bottom: 15px;
	background-color: #DDD;
	content: '';
	left: 50%;
	margin-left: -5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi li a:hover::after {
	width: 30px;
	background-color: #059450;
	margin-left: -15px;
}

#g_navi li:first-child a::before {
	display: none;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}


.cont_2clm {
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.cont_2clm .content {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -70px;
	margin-bottom: 50px;
	width: 68%;
	float: left;
}
.bg_fff {
	background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
	padding-bottom: 10px;
}

.cont_2clm .side {
	width: 28%;
	float: right;
}

.no_pc {
	display: none;
}

}
/*-----（/1100～）-----*/


@media screen and (min-width:1400px) {
#g_navi li a {
	padding-left: 40px;
	padding-right: 40px;
}

.contact_foot {
	right: 50%;
	margin-right: -700px;
}

}

.w_list li {
	display: block;
	float: left;
	width: 20%;
	padding: 10px;
}

.w_list li a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.w_list li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w_list li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

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

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    background-color: #FFF !important;
}


img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

.side {
 	margin-top: 30px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 65px;
}

header h1 {
	top: 13px;
	line-height: 1.5;
	padding-right: 60px;
	left: 185px;
	font-size: 11px;
}
header a.logo {
	left: 10px;
}
header a.logo img {
	height: 48px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	display: none;
}

header .h_tel a {
	padding-bottom: 5px;
	text-align: center;
}

header .h_btn a {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
    display: block;
    height: 65px;
    width: 65px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    background-color: rgba(5,148,80,1.00);
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 34px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -17px;
	background-color: #FFF;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
  }
.menu_btn span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn:hover span.top {
    transform: translateY(-12px);
	-webkit-transform: translateY(-12px);  
    -moz-transform: translateY(-12px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px);    
}

.menu_btn.opened {
	background: rgba(255, 255, 255, 0);
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
	background-color: rgba(5,148,80,1.00);
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
	background-color: rgba(5,148,80,1.00);
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ　sp
-------------------------------------------*/
#g_navi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 150px;
    overflow: auto;
    z-index: 2000;
    display: none;
    background-color: #EEE;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
    border-top: 1px solid #DDD;
}
#g_navi ul li a {
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
}

#g_navi ul li a::before {
    content: "・";
    color: #DDD;
    padding-right: 5px;
}

.fixed {
	overflow: hidden;
}

.bg_bl {
	background-color: #358D2E;
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/
h2.h2_top {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sub_top {
	padding-bottom: 0px;
}
.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cont_2clm .content {
	padding-top: 0;
	padding-bottom: 0;
}

.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.obi_1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.contact_foot {
	margin-right: 0px;
	width: 230px;
}


.list_box {
	padding: 15px;
	width: 33.3%;
}


#foot_bn .f_btn a img {
	left: 20px;
}

#foot_bn .f_btn.tel a img {
	right: 20px;
}

.no_sp {
	display: none;
}

}
/*-----（/～1100）-----*/



@media screen and (max-width:960px) {
.obi_2 .h2_base {
	padding-top: 20px;
}
.obi_2 h2 {
	background-size: 120%;
}

.obi_4_f img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#foot_bn .f_btn a img {
	left: -10px;
}

#foot_bn .f_btn.tel a img {
	right: -10px;
}

}
/*-----（/～960）-----*/


img.left_top {
	position: absolute;
	top: -80px;
	left: 0;
	z-index: 10;
}
img.right_top {
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 10;
}
@media screen and (max-width:760px) {


h2 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5;
}

img.img_right,
img.img_left {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 20px 0px;
}

.top_img {
	margin-bottom: 10px
}

.cont_left {
	width: 100%;
	float: none;
	text-align: center;
}
.cont_right {
	width: 100%;
	float: none;
}

.obi_2 h3 {
	font-size: 34px;
	padding-top: 0;
}

.box_menu_base {
	padding-top: 0;
}

.box_menu {
	margin-bottom: 30px;
	width: 47%;
}
.box_menu p.m_title {
	font-size: 18px;
}
	
.obi_5 {
	padding-bottom: 20px;
}

.box_column {
	width: 50%;
	padding: 10px;
}

.content table.table_01 th,
.content table.table_01 td {
	display: block;
}

.obi_6 .box_left {
	width: 100%;
	aspect-ratio: 2 / 0.7;
}

.obi_6 .box_left img {
	width: 100%!important;
	max-width: 100%!important;
	bottom: -20px;
	left: 0px;
}

.obi_6 .box_right {
    width: 100%;
}

.obi_7 .box_left p {
	font-size: 15px;
	padding-bottom: 20px;
	line-height: 1.8;
	margin-top: 0;
}
/*
フッター
-------------------------------------------*/
.footer_box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_box .f_info {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 12px;
}
.footer_box .f_menu {
	width: 100%;
	float: none;
}

.footer_box ul li a {
	font-size: 12px;
}

#foot_bn .f_btn a img {
	display: none;
}

.contact_foot {
	bottom: -40px;
	width: 200px;
}

}
/*-----（/～760）-----*/


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

header .h_btn a {
	margin-top: 5px;
	height: 70px;
	padding-top: 10px;
}
.top_news {
	padding-top: 5px;
}
.top_news h2 {
	padding-top: 0;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
}
.top_news h2 span {
	display: block;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 0;
}

.top_news h2 span::before {
	display: none;
}

.ul_news {
	width: 100%;
	padding: 0px 10px;
	font-size: 14px;
}

.content h3.h3_img {
	padding-right: 90px;
}

.content h3.h3_img.t_right {
	padding-left: 90px;
}

img.left_top {
	width: 180px;
	top: -30px;
	left: -30px;
}
img.right_top {
	position: absolute;
	width: 180px;
	top: -30px;
	right: -30px;
}

.obi_2 {
	padding-bottom: 20px;
}
.obi_2 h2 {
	margin-bottom: -20px;
}
.cont_in {
	padding: 20px 10px;
	margin: 30px 10px;
}

.obi_4 h2 {
	font-size: 24px;
    padding: 30px 15px;
	margin-bottom: -30px;
}

.box_reason img {
	width: 100%;
	height: auto;
	float: none;
	aspect-ratio: 16 / 9;
}
.box_reason .txt_base {
	float: none;
	width: 100%;
}

#foot_bn {
	height: 70px;
}
#foot_bn .f_btn a {
	height: 70px;
}

#foot_bn .f_btn a p {
	font-size: 22px;
}
#foot_bn .f_btn a p strong {
	font-size: 18px;
}
#foot_bn .f_btn a p span {
	font-size: 10px;
}

.content .cont_list.box_flex li {
	width: 100%;
}
.content ul.box_sekou {
	padding-bottom: 0px;
}
.content ul.box_sekou li {
	width: 100%;
}

.list_box {
	width: 50%;
	padding: 10px;
}
.works_base.sub_page .list_box {
	width: 50%;
}
.ul_news {
	border-left-width: 20px;
	border-right-width: 20px;
	height: 200px;
}

.list_box .list_title {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.1;
}

.dl_list dl {
	width: 100%;
}

.box_tel {
	font-size: 34px;
}

.box_contact .contact_txt {
	font-size: 14px;
}

}
/*-----（/～640）-----*/


@media screen and (max-width:560px) {
header .h_tel {
	margin: 5px 0 5px -10px;
	padding-bottom: 5px;
}

header .h_tel a {
	font-size: 28px;
}

p.p_area a {
    padding: 10px 15px;
}

textarea,
input {
	max-width: 360px;
}
header h1 {
	left: 175px;
	font-size: 10px;
}
header a.logo {
	left: 5px;
}

.content .qa dt {
	font-size: 18px;
	line-height: 26px;
}
.content .qa dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.content .box_youyaku .img_box {
    padding-right: 20px;
    padding-left: 0px;
    width: 150px;
}

.footer_box ul {
	display: none;
}


.obi_1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content h3.h3_img {
	padding-right: 70px;
	font-size: 20px;
}

.content h3.h3_img.t_right {
	padding-left: 70px;
}
.obi_5_f img {
	display: none;
}

.obi_7 .box_left h2 {
	margin: 0;
}

.obi_7 .box_left p {
	font-size: 14px;
	padding-bottom: 10px;
}

img.left_top {
	width: 150px;
	top: -30px;
	left: -30px;
}
img.right_top {
	position: absolute;
	width: 150px;
	top: -30px;
	right: -30px;
}
.content .jirei_base .jirei_sankaku img {
	width: 60px;
}
.content .jirei_base .jirei_sankaku {
	margin-top: -30px;
	margin-left: -30px;
}

}
/*-----（/～560）-----*/

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

textarea,
input {
	max-width: 280px;
}

}
/*-----（/～400）-----*/



/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(50px);
	-webkit-transform: translateY(50px);  
    -moz-transform: translateY(50px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
.erabareru.html {
}
