@charset "UTF-8";

.mv_wrap ul {
  width: 100%;
  margin: 0 auto;
}

.mv_wrap ul li img {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.bg_gray {
  background-color: #efeeed;
}

.bg_orange {
  background-color: #fbf7f0;
}
.title_wrap {
    display: flex;
    border: 1px solid #3e3a39;
    align-items: center;
}
h2 {
  color: #fff;
  text-align: left;
  padding: 0 20px;
  letter-spacing: 2px;
}

#content #main h2.title_black_inner {
    background-color: #3e3a39;
    width: 50%;
    color: #fff;
    padding: 0 20px;
}

.title_black_outer {
    width: 50%;
    text-align: right;
    padding: 0 20px;
    margin: 0 !important;
}

.title_orange_inner {
  background-color: #f08f13;
  width: 50%;
}
.title_orange_outer {
    color: #f08f13;
    width: 50%;
    text-align: right;
    padding: 0 20px;
    margin-bottom: 0 !important;
}

.title_blue_inner {
  background-color: #1571b9;
  width: 50%;
}
.title_blue_outer_top {
    color: #333;
    width: 50%;
    text-align: right;
    padding: 0 20px;
    margin-bottom: 0 !important;
}
.title_blue_outer {
  color: #1571b9;
  width: 50%;
  text-align: right;
  padding: 0 20px;
}

.title_green_inner {
  background-color: #2d7638;
  width: 50%;
}

.title_green_outer {
  color: #2d7638;
  width: 50%;
  text-align: right;
  padding: 0 20px;
}

.slick-slide {
  height: auto !important;
}

/********************policy***************
*******************************************/

#content #main .policy h3 {
  color: #0f5788;
  font-size: 26px;
  text-align: left;
  margin: 30px 0;
}

.policy h3 span {
  color: #c7000b;
}

.policy_wrap {
  display: flex;
}

.policy_text {
  text-align: left;
  width: 60%;
}

.policy_text p {
  margin: 0 0 20px 0;
}

.policy_video {
  margin: 0 auto;
  width: 40%;
}

.policy_video video {
  width: 400px;
}

.policy_video p {
  text-align: right;
  margin: 30px 0 0;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #113b95;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0 0 5px;
}

/***************feature******************
****************************************/

.feature_col_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin: 40px 0 0 0;
}

.feature_col_wrap li {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.feature_col_wrap li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: 0 0 10px 0;
}

#content #main .feature_col_wrap li h3 {
    font-size: 21px;
    border-bottom: 1px solid #333;
    padding: 0 50px;
    display: inline-block;
    margin: 0 0 10px 0;
    color: #000;
}
.feature_col_wrap li .feature_sub_title {
  background: linear-gradient(transparent 67%, #ffff00 67%);
  line-height: 18px;
  margin: 15px 0;
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.feature_col_wrap li .feature_sub_title span {
  font-size: 26px;
  margin: 0 5px;
}

.service_col_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin: 40px 0 0 0;
}
.service_col_wrap li img {
    margin: 0;
}
.service_col_wrap p {
    margin-top: -58px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 2px 2px #333;
    margin-bottom: 0 !important;
    line-height: 1.5;
    text-align: center;
}

/******************news******************
****************************************/

.two_col {
  display: flex;
}

.two_col_width {
  width: 50%;
}

.two_col_inner {
  padding: 10% 20px;
}

.two_col_title {
    text-align: left;
    padding: 0 20px;
    letter-spacing: 2px;
    font-size: 1.5em;
    /* font-weight: bold; */
    line-height: 2;
}

.two_col_orange {
  background-color: #f08f13;
  color: #fff;
}

.two_col_right {
  position: relative;
  right: -20px;
}

.two_col_left {
  position: relative;
  left: -20px;
}

.news_inner {
  padding: 0 30px;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
    background: none;
}
table tr {
  border-bottom: 2px solid #333;
  padding: 10px;
}

table td {
    padding: 10px;
    text-align: left;
    border: none;
}
.news_magazin {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.news_magazin p {
  align-self: end;
}

.news_magazin p a {
  display: inline-block;
  background: #e7b353;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
}

/**************blog**************
********************************/

.bg_daidai {
  background-color: #fdebd4;
}

.two_col_white {
  background-color: #fff;
}

.insta_wrap {
  margin: 30px 0;
}

.insta_wrap li {
  margin: 0 0 20px 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1rem;
}

.insta_wrap img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.insta_wrap p {
  width: 100%;
  color: #333;
  text-align: left;
}

/***********information*****************
***************************************/

.information_col_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  width: 100%;
  margin: 3% 0 0;
}
.information_col_wrap2 {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 1rem;
    width: 100%;
    margin: 3% 0 0;
}
.information_col_wrap li img {
  width: 100%;
}

.info_title {
  text-align: left;
  margin: 20px 0;
  font-weight: bold;
}

.info_title > a {
  text-decoration: underline;
  display: inline;
}

.info_title span {
  font-size: 12px;
  background: orangered;
  color: #fff;
  padding: 0 10px;
  margin: 0px 0 0px 10px;
  border-radius: 2px;
  display: inline-block;
}

.abema_text {
  text-align: left;
  margin: 10px 0;
}

hr {
  margin: 0 0 10px 0;
  border: 1px dotted #aaa;
}

/********************area******************
****************************************/

.two_col_black {
    background-color: #333;
    color: #fff;
    border: 1px solid #3e3a39;
    min-height: 50px;
}

.area_content {
  margin: 5% 3%;
}

.area_img img {
  margin: 20px auto 0;
}

.area_content li {
  display: flex;
  margin: 0 0 20px 0;
}

.area_content li .area_title {
  background: #333;
  color: #fff;
  padding: 0 20px;
  margin: 0 20px 0 0;
  width: 20%;
  height: 30px;
  line-height: 30px;
}

.area_content li .area_detail {
  width: 80%;
  text-align: left;
}

/*****************contact*****************
*****************************************/

.two_col_red {
  color: red;
  border: 1px solid #333;
}
.two_col_building {
    border: 1px solid #333;
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 3;
    margin: 0 0 0 !important;
    min-height: 50px;
}

.contact_inner {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.information .information_tel {
  font-size: 42px;
}

.information_img img {
  margin: 0 auto;
}

/**************footer************************
*****************************************/

.footer_service {
  max-width: 1200px;
  margin: 0 auto;
}

.bottom_nav {
  display: flex;
  justify-content: center;
  margin: 2% auto;
}

.bottom_nav a {
  color: #333;
  display: inline-block;
  vertical-align: 4px;
}

.bottom_nav li {
  margin: 0 20px 0 0;
}

.bottom_nav li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px 0 0;
}

.footer_outer {
  display: flex;
  justify-content: center;
  text-align: left;
}

.footer_outer > li {
  width: 25%;
  margin: 0 30px 0 0;
}

.footer_outer > li:last-child {
  margin: 0;
}
.footer_outer > li h3 {
    font-size: 18px;
}
.footer_outer > li p {
  font-size: 24px;
}

.footer_inner > li {
    padding-left: 1rem;
    font-size: 14px;
    line-height: 2;
}

.footer_inner > li a {
  color: #337ab7;
}

.copy_right {
  background: #fa9300;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 24px; 
}

/**************サービス一覧**************
***************************************/

.service_mv {
  position: relative;
}

.service_mv img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service_title {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: left;
  width: 400px;
}

.service_category {
  display: flex;
}

.service_category li {
  width: 50%;
  padding: 20px;
  text-align: left;
}

#content #main .service_category li h2 {
  font-size: 32px;
}

.color_01_bk {
  background-color: #56bfc7;
  color: #fff;
  font-size: 32px;
}

.color_01_line {
  border: 1px solid #56bfc7;
}

.color_01_bk span,
.color_02_bk span,
.color_03_bk span,
.color_04_bk span {
  display: block;
  font-size: 18px;
}

.service_img_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 20px;
  margin: 5% 0px;
}

.service_img_wrap li img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

#content #main h3.service_name {
    text-align: left;
    padding: 10px;
    color: #333;
    margin: 10px 0;
    font-size: 18px;
    padding: 0;
}

.color_02_bk {
  background-color: #1b55a5;
  color: #fff;
  font-size: 32px;
}

.color_02_line {
  border: 1px solid #1b55a5;
}

.color_03_bk {
  background-color: #fabd0b;
  color: #fff;
  font-size: 32px;
}

.color_03_line {
  border: 1px solid #fabd0b;
}

.color_04_bk {
  background-color: #8fc31f;
  color: #fff;
  font-size: 32px;
}

.color_04_line {
  border: 1px solid #8fc31f;
}

/***************サービス詳細****************
*****************************************/

.service_main {
  display: flex;
}

.service_mv_img {
  width: 70%;
}

.service_mv_img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.service_mv_color {
  width: 30%;
  background-color: #56bfc7;
  position: relative;
}

.service_mv_color_blue {
  width: 30%;
  background-color: #245595;
  position: relative;
}

.service_mv_color_yellow {
  width: 30%;
  background-color: #fabd0b;
  position: relative;
}

.service_mv_color_green {
  width: 30%;
  background-color: #8fc31f;
  position: relative;
}

.service_mv_color_kouza {
  width: 30%;
  background-color: #5b955b;
  position: relative;
}

.service_mv_color h1,
.service_mv_color_blue h1,
.service_mv_color_yellow h1,
.service_mv_color_green h1,
.service_mv_color_kouza h1 {
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0;
  text-align: right;
}

.service_mv_color_kouza span {
  display: block;
  font-size: 21px;
}

.flex {
  display: flex;
  justify-self: space-between;
  text-align: left;
  border: 1px solid #ccc;
}

.flex_left,
.flex_right {
  width: 50%;
  padding: 20px;
}

.flex_right {
  background-color: #eee;
}

.service_title_common {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding: 5px 10px;
}

.service_title_common:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 55px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: bottom;
  background-repeat: no-repeat;
}

.q_title::before {
  background-image: url(../img/service/q.png);
}

.a_title::before {
  background-image: url(../img/service/a.png);
}

.i_title::before {
  background-image: url(../img/service/i.png);
}

.box_20 {
  margin: 20px;
}

ul.answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.answer li {
  width: 33%;
  background: #fff;
  margin: 0 0 20px 0;
}

ul.answer li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#content #main h2.answer_ttl {
  text-align: center;
  color: #333;
  font-size: 16px;
}

.flow_title {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0 10px;
}

.flow_img img {
  margin: 0 auto;
}

.service_sub_title {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 21px;
}

#content #main .service_h2 {
  background: #3e3a39;
  margin: 20px 0;
  text-align: center;
}

.service_video {
  width: 100%;
  height: 350px;
  margin: 20px 0;
}

.u_10 {
  margin: 0 0 10px 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 0 10px 0;
}

.service_link {
  font-size: 14px;
  text-align: right;
}

.service_pomp {
  font-size: 12px;
  width: 100%;
}

.service_pomp th {
  padding: 10px;
}

.kyusui_type_wrap {
  background: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 0 20px 0;
}

.kyusui_type_title {
  font-weight: bold;
  background: #eee;
  margin: 0 0 10px 0;
}

/*************about*************
*****************************/

.about_mv {
  position: relative;
}

.about_mv img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 10% 20%;
}

.about_title {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: left;
  width: 400px;
}
.title_col_outer {
    border: 1px solid #3e3a39;
    width: 100%;
    text-align: right;
    font-weight: normal;
    padding: 0 20px;
    letter-spacing: 2px;
    font-size: 1.5em;
    line-height: 2;
}

.concept_wrap {
  padding: 0 20px;
}

.concept_wrap li {
  display: flex;
  margin: 30px 0 0 0;
}

.concept_wrap li > p {
  width: 20%;
}

.concept_wrap li img {
  margin: 0 auto;
  width: 70px;
}

.concept_wrap li .concept_text {
  width: 80%;
  text-align: left;
}

#content #main .concept_wrap li h2.concept_title {
  font-size: 24px;
  color: #333;
}

.about_flow {
  margin: 20px 0;
  text-align: left;
  border-bottom: 1px solid #333;
}

.cost_wrap {
  padding: 40px;
  text-align: left;
}

.cost_wrap .cost_text {
  margin: 20px 0;
}

.cost_wrap .cost_img img {
  margin: 0 auto;
}

.cost_video {
  padding: 40px;
  width: 100%;
}

.about_text {
  text-align: left;
}

.about_plus {
  position: relative;
}

.about_plus img {
  margin: 0 0 0 -20px;
}

.about_plus p {
  position: absolute;
  top: 10%;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  text-align: left;
}
.construction_img img {
    margin: 12px auto 0px !important;
    width: 100%  !important;
}

#content #main h2.circle::before{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #333;
  content: ''; 
  margin-right: 12px;
  vertical-align:top;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px; 
	border-radius: 35px;
}  

.concept_wrap li .concept_text {
    width: 100%;
}

.construction_img img {
    margin: 12px auto 0px !important;
    width: 100%  !important;
}

#content #main .concept_wrap li h2.concept_title {
    padding: 0px 0px 16px 0px;
}


@media (max-width: 760px) {
    .cost_wrap, .concept_wrap, .cost_video {
        padding-top: 24px  !important;
    }
}
.recruit_text {
    text-align: left;
    width: 50%;
}

.recruit_text02 {
    text-align: left;
}


.policy_wrap  {
  margin-top: 32px;
}

.mgn_top {
  margin-top: 16px;
}
.mgn_top02 {
  margin-top: 42px;
}

.recruit_img {
    margin: 0 auto;
    width: 35%;
}
.feature_col_wrap li img {
    height: 100% !important;
}
 
.feature_col_wrap {
    margin: 24px 0 0 0 !important;
}
.t_right{
  text-align: right;
}

.title_border {
    border-top: 1px solid #3e3a39;
    padding-top: 32px;
}

.Staff {
  width: 100%;
  margin: 48px auto 4px;
}

.Staff img {
    width: 100%;
    object-fit: cover;
    object-position: 10% 20%;
}
.recruit_mv {
    position: relative;
}

.recruit_mv img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 70% 60%;
    /* object-position: 10% 20%; */
}

@media (max-width: 760px) {
    .cost_wrap, .concept_wrap, .cost_video {
        padding-top: 24px  !important;
    }

    .recruit_text {
    text-align: left;
    width: 100%;
}
.recruit_img {
    margin: 16px auto;
    width: 100%;
}

.Staff img {
    width: 100%;
    height: auto;
}
.recruit_mv img {
        object-position: 70% 60%;
    }
}


/***************company**************
************************************/

.two_col_box {
  padding: 10% 20px;
  max-width: 700px;
}

.two_col_box_left {
  padding: 10% 20px;
  max-width: 700px;
  margin: 0 0 0 auto;
}

.border {
  border: 1px solid #3e3a39;
}

.border_title {
  padding: 0 20px;
  letter-spacing: 2px;
  font-size: 1.5em;
  text-align: left;
}

.company_mv {
  position: relative;
}

.company_mv img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 10%;
}

.company_title {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: left;
  width: 400px;
}

.overview {
  padding: 0 20px;
  display: block;
}

.overview th, .history th {
    width: 30%;
    background: none !important;
    border: none;
    padding: 0;
}

table.overview tr,
table.history tr {
  border: none;
}

.message_wrap {
  padding: 5% 5% 5% 0;
  text-align: left;
}

.president {
  float: right;
  width: 150px;
  margin: 0 0 0 20px;
}

.staff_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

.staff_wrap > li {
  padding: 30px;
}

.staff_wrap h3 {
  color: #036;
  border-bottom: 3px solid #0f5788;
  font-size: 24px;
}

.staff_wrap h3 span {
  font-size: 14px;
  margin: 0 0 0 20px;
}

.staff_wrap .staff_box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

/**************水道設備講座******************
******************************************/

.kouza_mv {
  position: relative;
}

.kouza_mv img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  /* object-position: 10% 20%; */
}

.kouza_title {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: left;
  width: 400px;
}

.greeting_text {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  text-align: left;
  line-height: 2.3;
}

.greeting_text .greeting_left,
.greeting_text .greeting_right {
  width: 49%;
}

.greeting_right img {
  margin: -10px 0 0 auto;
  width: 180px;
}

.category_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: space-between;
}

.category_wrap li {
  width: 48%;
}

.category_wrap li a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: space-between;
}

.category_wrap .kouza_text {
  width: 50%;
  background: #5a945b;
  color: #fff;
  text-align: right;
  font-size: 24px;
  padding: 10px;
  position: relative;
}

.category_wrap .kouza_num {
  text-align: left;
  font-size: 38px;
  font-family: "Russo One", sans-serif;
}

.category_wrap .kouza_category {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
}#content #main .category_wrap h3.kouza_category {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;color: #fff;
}

.category_wrap .kouza_img {
    width: 50%;
    margin: 0 !important;
}
.category_wrap .kouza_img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.point img {
  margin: 0 0 20px auto;
}

/****************お客様の声*****************
*****************************************/

.customer_wrap {
  text-align: left;
  max-width: 1250px;
  margin: 0 auto;
  padding: 2% 5%;
}

.customer_bg {
  background-image: url(../img/customer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}

.customer_bg .customer_introduction {
  text-align: right;
  padding: 30px;
}

#content #main .customer_bg .customer_introduction h2 {
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.customer_bg .customer_introduction p {
  font-size: 16px;
  margin-bottom: 40px;
}

.customer_bg .customer_introduction h3 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: bold;
}

.customer_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.customer_nav li {
  text-align: left;
  width: 34%;
  font-size: 18px;
}

.customer_nav li a {
  color: #fff;
  padding: 8px 12px;
}

.customer_nav li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.customer_nav li:first-child,
.customer_nav li:last-child {
  background-color: #5f586d;
}

.customer_nav li a:hover:first-child,
.customer_nav li a:hover:last-child {
  color: #5f586d;
  background-color: #fff;
}

.customer_nav li:nth-child(even) {
  background-color: #e4760f;
}

.customer_nav li:nth-child(3) {
  background-color: #9e9323;
}

.customer_case {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b8b166;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.customer_case:after {
    content: "";
    height: 20px;
    background: #f4efce;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -22px;
}
.customer_case p {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 2px;
    background: #5f586d;
    display: flex;
    padding: 7px 15px;
    color: #fff;
    width: 15%;
    text-align: center;
    margin: 10px 0 0!important;
    align-items: center;
    justify-content: center;
}
.customer_content {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.customer02 p {
  background-color: #e4760f;
}

.customer03 p {
  background-color: #9e9323;
}

.customer_case p span {
  display: block;
  font-size: 16px;
}

#content #main .customer_case h2 {
    font-size: 20px;
    width: 85%;
    text-align: left;
    align-items: center;
    vertical-align: middle;
    display: inherit;
    margin-left: 10px;
    color: #333;
}

.customer_wrap h5 {
  background-color: #f4efce;
  border-top: 2px solid #b8b166;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  margin: 10px 0;
}

.article_top_img {
  float: left;
  margin-right: 10px;
}

#content #main .customer_content h3 {
    border-left: 4px solid #b8b166;
    line-height: 30px;
    padding-left: 15px;
    display: inline-block;
    font-weight: bold;
}

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

.article_bottom_img {
  float: right;
  margin-left: 10px;
}

.customer_after_wrap {
  display: flex;
  justify-content: space-between;
}

.customer_after {
  background-color: #f7f4eb;
  border: 3px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-right: 15px;
  width: 80%;
}

.customer03_content li {
  background-color: #f8e8ca;
  border-top: 10px solid #b81d22;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.customer_title_left {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.customer_title_right {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: baseline;
}

#content #main .customer_title h2 {
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.customer_comment_wrap_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer_comment_wrap_right {
  flex-flow: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer_title p {
  background: #5f586d;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  letter-spacing: 2px;
  font-size: 16px;
}

.customer_comment_inner {
  background-color: #fff;
  padding: 3px 10px;
  width: 980px;
}

.customer_comment_inner h3 {
  font-size: 18px;
  border-bottom: 3px solid #e4760f;
  padding-bottom: 5px;
  margin-top: 10px;
}

.mapbuilding {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.news2_wrap {
  position: relative;
}

.sankou_book {
  position: absolute;
  top: 200px;
  right: -50px;
}

/*********feature3***********/

#feature3 {
  background-color: #eeeeee;
}

.feature3_row {
  display: flex;
  justify-content: space-around;
  padding-bottom: 5%;
}

.feature3_row li {
  background-color: #ffffff;
  width: 33%;
  margin-right: 10px;
  padding: 15px;
  position: relative;
}

.feature3_row li:last-child {
  margin-right: 0;
}

.feature3_row li img {
  width: 100%;
}

.feature3_row li .feature3_text {
  color: #333333;
  font-size: 12px;
}

.feature3_row li .feature3_inner .feature3_strong {
  font-size: 14px;
  background: linear-gradient(transparent 67%, #ffff00 67%);
  line-height: 18px;
  margin: 15px 0;
  display: inline-block;
  color: #333333;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.feature3_row li .feature3_inner .feature3_strong span {
  font-size: 26px;
  margin: 0 5px;
}

.feature3_more {
  line-height: 15px;
  color: #fa9300;
  position: absolute;
  right: 0px;
  bottom: 45px;
}

.feature3_more::before {
  content: url(../img/yazirushi.png);
  display: block;
}

.youtube_style iframe {
  display: block;
  margin-top: 5px;
}

.online_banner {
  width: 200px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 0px;
}

.online_banner img {
  width: 150px;
  object-fit: contain;
}

/*************お問い合わせ****************
**************************************/

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.contact_tel_wrap {
  background: #faa71b;
  padding: 20px;
}

.contact_container {
  margin: 0 auto;
  max-width: 800px;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-horizontal {
  margin: 0 auto;
  max-width: 980px;
}

.address_group {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin: 10px 0;
}

.attachment input {
  display: block;
  margin: 0 0 10px 0;
}

.contact_btn {
  width: 300px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.staff_wrap .staff_box img {
  width: 116px;
  height: 116px;
  object-fit: cover;
}
@media (max-width: 1000px) {
.category_wrap .kouza_category {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
	}}
@media (max-width: 760px) {
  .title_wrap {
    display: block;
  }

  .title_black_inner, .title_black_outer, .title_orange_inner, .title_orange_outer {
    width: 100% !important;
}

  #content #main h2 {
    font-size: 18px;
  }

  .policy h3 {
    font-size: 18px;
    margin: 20px 0;
  }

  .policy_wrap {
    display: block;
  }

  .policy_text {
    width: 100%;
  }

  .policy_video {
    width: 100%;
  }

  .policy_video video {
    width: 100%;
  }

  .policy_video p {
    margin: 10px 0 0 0;
    padding: 0 0 30px 0;
    font-size: 14px;
  }

  .feature_col_wrap {
    display: block;
  }

  .feature_col_wrap li {
    margin: 0 0 20px 0;
  }

  .feature_col_wrap li .feature_sub_title span {
    font-size: 23px;
  }

  .news_inner {
    padding: 0;
  }

  .service_col_wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }

  .service_col_wrap p {
    font-size: 18px;
    margin-top: -30px;
  }

.two_col {
    display: block;
    text-align: center;
}

  .two_col_width {
    width: 100%;
  }

  .two_col_right {
    position: static;
    font-size: 18px;
  }

  table td {
    /* display: block; */
    width: 100%;
    padding: 5px 10px;
  }

  .two_col_left {
    left: 0;
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 20px;
  }

  .insta_wrap li {
    display: block;
  }

  .information_col_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .area_content li {
    display: block;
  }

  .area_content li .area_title {
    width: 40%;
    margin: 0 0 10px 0;
  }

  .area_content li .area_detail {
    width: 100%;
  }

  .contact_inner p > img {
    width: 50px;
  }

  .information p {
    font-size: 14px;
  }

  .information .information_tel {
    font-size: 21px;
  }

  .bottom_nav {
    display: none;
  }

  .footer_outer {
    display: block;
    padding: 0 20px;
  }

  .footer_outer > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
.footer_outer > li h3 {
    color: #333;
}
  .insta_wrap img {
    height: 250px;
  }

  /**************サービス一覧**************
***************************************/

  .service_title {
    width: 90%;
  }

  .service_category {
    display: block;
  }

  .service_category li {
    width: 100%;
  }

  .service_category li {
    font-size: 16px;
  }

  .color_01_bk,
  .color_02_bk,
  .color_03_bk,
  .color_04_bk {
    font-size: 21px;
  }

  .color_01_bk span,
  .color_02_bk span,
  .color_03_bk span,
  .color_04_bk span {
    font-size: 14px;
  }

  .service_img_wrap {
    display: block;
  }

  .service_img_wrap li img {
    height: 40vw;
  }

  /**************サービス詳細**************
***************************************/

  .service_mv_img {
    display: none;
  }

  .service_video {
    height: auto;
  }

  #content #main h2.service_h2 {
    font-size: 16px;
  }

  .service_mv_color,
  .service_mv_color_blue,
  .service_mv_color_yellow,
  .service_mv_color_green,
  .service_mv_color_kouza {
    width: 100%;
  }

  .service_mv_color h1,
  .service_mv_color_blue h1,
  .service_mv_color_yellow h1,
  .service_mv_color_green h1,
  .service_mv_color_kouza h1 {
    font-size: 1.5rem;
    padding: 10px;
    position: static;
    color: #fff;
  }

  .breadcrumbs {
    font-size: 11px;
  }

  .flex {
    display: block;
  }

  .flex_left,
  .flex_right {
    width: 100%;
  }

  ul.answer {
    display: block;
  }

  ul.answer li {
    width: 100%;
  }

  .service_sub_title {
    font-size: 18px;
  }

  .box_20 {
    margin: 20px 0;
  }

  .table_scroll {
    white-space: nowrap;
    overflow: auto;
  }

  .service_link {
    font-size: 11px;
  }

  /**************工事直販一覧**************
***************************************/

  .about_title {
    width: 90%;
  }

  .concept_wrap li .concept_title {
    font-size: 18px;
  }

  .concept_wrap li img {
    width: 40px;
  }

  .cost_wrap,
  .concept_wrap,
  .cost_video {
    padding: 0;
  }

  /****************会社概要****************
****************************************/

  .company_title {
    width: 90%;
  }

  .overview {
    padding: 0;
  }

  .overview th,
  .history th {
    font-size: 14px;
  }

  .message_wrap {
    padding: 20px 0;
  }

  .president {
    float: none;
    margin: 0 auto 10px;
  }

  .staff_wrap {
    display: block;
  }

  .staff_wrap > li {
    padding: 30px 0;
  }

  .staff_box .staff_detail {
    width: 70%;
  }

  .staff_box p {
    width: 30%;
  }

  .grid {
    display: block;
  }

  /*****************講座*****************
************************************/

  .kouza_title {
    width: 90%;
  }

  .title_blue_outer,
  .title_green_outer {
    display: none;
  }

  .title_blue_inner,
  .title_green_inner {
    width: 100%;
  }
 
  .greeting_text {
    display: block;
  }

  .greeting_text .greeting_left,
  .greeting_text .greeting_right {
    width: 100%;
  }

  .category_wrap {
    display: block;
  }

  .category_wrap li {
    width: 100%;
  }

  .category_wrap .kouza_text {
    font-size: 14px;
  }

  .category_wrap .kouza_img img {
    height: 100px!important;
  }

  .category_wrap .kouza_num {
    font-size: 18px;
    line-height: 1;
  }

  .category_wrap .kouza_category {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px!important;
    text-align: right;
    padding: 0;
  }

  /**********お客様の声***************
***********************************/

  .customer_case,
  .customer_after_wrap {
    display: block;
  }

  .customer_case h4,
  .customer_after {
    width: 100%;
    margin: 10px 0;
  }

  .customer_case p {
    width: 100%;
  }

  .customer_content h6 {
    margin: 10px 0;
  }
#content #main .customer_case h2 {
    font-size: 18px;
    width: 100%;
    text-align: left;
    align-items: center;
    vertical-align: middle;
    display: inherit;
    margin: 20px 0;
    color: #333;
    padding: 0;
}.customer_content p.article_bottom_img ,.customer_content p.article_top_img,.customer_content p.article_bottom_img img,.customer_content p.article_top_img img{
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
}
  /***************工事直販*************
***********************************/

  .about_plus img {
    margin: 0 auto;
  }

  .about_plus p {
    font-size: 18px;
    padding: 10px;
  }
}

/****************電光掲示板*****************
*****************************************/

.ledText {
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  color: #ffb400;
  font-size: 25px;
  font-weight: bold;
  background: #333333;
}

/**************お問い合わせ*************
**************************************/

.about_mv img {
  object-position: 80% 0;
}

/* CSS3グラデーションでドット感を出す */
.ledText:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#0a0600 1px, transparent 0px), linear-gradient(0, #0a0600 1px, transparent 1px);
  background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0px),
    -webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
  background-size: 2px 2px;
  z-index: 10;
}

/* CSS3アニメーションでスクロール */
.ledText span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 15s;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }

  99%,
  to {
    -webkit-transform: translate(-100%);
  }
}

@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }

  99%,
  to {
    -moz-transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }

  99%,
  to {
    transform: translate(-100%);
  }
}
