@charset "utf-8";



/*-------business_mv-------
--------------------------*/

@media screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}

.business_mv {
    height: 600px;
    background:url(../img/bg_kitakanto.jpg) center center; /* 2024.09 */
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 767px) {
    .business_mv {
        height: 200px;
    }
}
.business_mv_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
    .business_mv_wrapper {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateY(-30%) translateX(-50%);
    }
}
.mv_ttl {
    width: 100vw; /* 2024.09 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_logo {
    width: 200px;
}
.mv_ttl > .mv_logo {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .mv_logo {
        width: 50px;
        margin-right: 10px;
    }
}
.mv_text {
    text-align: center;
    line-height: 2;
    font-size: 24px;
    margin-bottom: 1px;


}
@media screen and (min-width: 768px) {
    .mv_text {
        letter-spacing: .4em;
    }
}
@media screen and (max-width: 767px) {
    .mv_text {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
/*-------breadcrumbs-------
--------------------------*/
.breadcrumbs {
    display: flex;
}
  .cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	padding: 1em 5em;
	background-color: #fff;
	color: #fff;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #7986CB;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #7986CB;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}
/*--------business---------
--------------------------*/
.business_business_wrapper  {
    background: #fff;
    margin-bottom: 40px;
}
.business_head {
    width: 80%;
    height: 350px;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .business_head {
        width: 90%;
        height: 180px;
    }
}
.store {
    background:url(../img/store_img.jpg) center center / cover;
}
.water {
    background:url(../img/bath.jpg) center center / cover;
}
.light {
    background:url(../img/lightimg.jpg) center center / cover;

}
.exterior {
    background:url(../img/exteriorimg.jpg) center center / cover;

}
.business_ttl {
    text-align: center;
}
.business_head_body {
    background: #fff;
    width: 70%;
    height: 200px;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 767px) {
    .business_head_body {
        width: 100%;
        height: 150px;
    }

}

.business_head_body_box {
    width: 90%;
    position: absolute;          /* 位置指定 */
    top: 50%;                    /* 親要素の半分下にずらす */
    left: 50%;                   /* 親要素の半分右にずらす */
   transform: translateY(-50%) translateX(-50%);    /* 要素自体の半分、上と左にずらす */

}
.business_business_ttl {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #9B1B1B;
}
@media screen and (max-width: 767px) {
    .business_business_ttl {
        font-size: 12px;
    }
}
.business_head_body_text {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .business_head_body {
        margin-top: 5px;
    }
}
.business_businessList {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .business_businessList {
        width: 100%;
        margin-top: 40px;
    }
}
.business_businessList_item {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .business_businessList_item {
        margin-bottom: 40px;
    }
}
.business_businessList_item:last-child {
    margin-bottom: 0;
}
.businessttl {
    font-size: 18px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .businessttl {
        font-size: 12px;
    }
}
.businessttl:before {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 35px);
    width: 70px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #E7FE00;
  }
  .businessList_item_body {
      width: 70%;
      margin: 0 auto;
      margin-top: 20px;
      text-align: left;
  }
  @media screen and (max-width: 767px) {
    .businessList_item_body {
        text-align: left;
    }

  }
  .business_footer {
      margin-top: 150px;
  }
  @media screen and (max-width: 767px) {
      .business_footer {
          margin-top: 50px;
      }
  }



/*-----business_footer-----
--------------------------*/

.business_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;

}
.business_logo {
    width: 400px;
}
.business_logo1 {
    width: 100px;
    margin-right: 20px;
}
.business_logo2 {
    width: 300px;
}
@media screen and (max-width: 767px) {
    .business_logo {
        width: 200px;
    }
}
/*-------business_list------
--------------------------*/

.ttl_text {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 50px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .ttl_text {
        font-size: 10px;
        padding: 0 20px;
    }
}
.ttl_text::before {
    position: absolute;
    top:calc(50% - 3px);
    width: 40px;
    height: 6px;
    content: '';
    border-top: solid 5px #9B1B1B;
    transform:rotate(45deg)
}

.ttl_text::after {
    position: absolute;
    top:calc(50% - 3px);
    width: 40px;
    height: 6px;
    content: '';
    border-top: solid 5px #9B1B1B;
    transform:rotate(-45deg)
}
.ttl_text::before {
    left:29%;
}
.ttl_text::after {
    right:29%;
}
@media screen and (max-width: 767px) {
    .ttl_text::before {
        width: 30px;
        border-top: solid 3px #9B1B1B;
        left: 3%;
        top: 50%;
    }
}
@media screen and (max-width: 767px)  {
    .ttl_text::after {
        width: 30px;
        border-top: solid 3px #9B1B1B;
        right: 3%;
        top: 50%;
    }
}

/*-----business_footer-----
--------------------------*/
.business_info {
    background: #fff;
}
.info_text {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .info_text {
        font-size: 10px;
    }
}
.map {
    margin-top: 60px;
    width: 100%;
}
@media screen and (max-width: 767px)  {
    .map {
        margin: 0;
        margin-top: 40px;
    }
    .map > iframe {
        width: 100%;
    }
}
.info_center {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .info_center {
        margin-top: 20px;
    }
}
.site_map {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .site_map {
        margin: 10px 0; /* 2024.09 */
        text-align: center;
        width: 100%;
    }
}

.info_logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .info_logo {
        margin-top: 15px;
    }
    .business_logo1 {
        width: 50px;
        margin-right: 7px;
    }
    .business_logo2 {
        width: 180px;
    }

}

.footer .container > .site_map > a {
    color: #fff;
}
.site_map > p {
    display: inline-block;
}

/*-------Service----------
--------------------------*/
.service_service {
    background: #fff;
}
.service_service_wrapper {
    background:#FFD5D0;
    box-shadow: 6px 6px #D6D6D6;
    padding: 40px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .service_service_wrapper {
        box-shadow: 4px 4px #D6D6D6;
        margin-bottom: 40px;
    }
}
.service_service_wrapper:last-child {
    margin-bottom: 0;
}
.service_wrapper_head_icon {
    margin-left: 1%;
    max-width: 80px;
    min-width: 80px;
    margin-right: 3%;
}
@media screen and (max-width: 767px) {
    .service_wrapper_head_icon {
        max-width: 35px;
        min-width: 35px;
        margin-right: 15px;
    }
}

.service_wrapper_head_ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5em;
}
@media screen and (max-width: 767px) {
    .service_wrapper_head_ttl {
        font-size: 14px;
        letter-spacing: .3em;
    }
}

.service_wrapper_head {
    display: flex;
    align-items: center;
    position: relative;
}

.service_wrapper_head:before {
    content:'';
    position: absolute;
    bottom: -13px;
    display: inline-block;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 3px;
    background: #9B1B1B;
}
@media screen and (max-width: 767px) {
    .service_wrapper_head:before {
        width: 100%;
    }
}
.service_body {
    margin-top: 40px;
}

.service_service > .container > .service_service_wrapper table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
        box-shadow: 0 0 15px -6px #00000073;
        margin-top: 40px;
  }
  table tr {
    background-color: #fff;
  }
  .service_service > .container > .service_service_wrapper table tbody tr:hover{
    background-color:#E7FE00;
  }
  table th,
  table td {
    padding: .40em 1em;
    border-bottom: 1px solid #eee;
  }
  table thead th {
      font-size: .85em;
      padding: 1em;
  }
  table thead tr{
    background-color:#9B1B1B;
    color:#fff;
  }
  table tbody th {
    text-align: left;
    font-size: .8em;
  }
  .txt{
     text-align: left;
     font-size: .75em;
  }
  .price{
    text-align: right;
    color: #000;
    font-weight: bold;
  }
  @media screen and (max-width: 600px) {
    table{width: 75%;}
  }


/*施工事例*/
.case {
    margin-top: 40px;

}
@media screen and (min-width: 768px) {
    .case {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
.case dd {
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .case dd {
        font-size: 8px;
    }
}

.case li {
    width: 30%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .case li {
        width: 100%;
    }

}
ul li a:hover {
    opacity: 0.5;
  }



.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
  }

.bigimg {
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 80px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

.close-btn {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 0;
  }
.close-btn a {
    color: #fff;
    text-decoration: none;
  }


/*-------Recruit----------
--------------------------*/
.recruit_recruit {
    background: #fff;
}

/*-----recruit
求人情報　テーブル-----*/


  .recruit {
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    }

    @media screen and (max-width: 767px) {
        .recruit {
            width: 80%;
            margin-bottom: 40px;

        }
    }

    .recruit th,
    .recruit td {
    padding: 20px 10px;
    }
    @media screen and (max-width: 767px) {
        .recruit th,
        .recruit td {
            padding: 10px 15px;
        }

    }
    @media screen and (min-width: 768px) {
    .recruit td {
        border-bottom: 1px solid #ccc;
    }
    .recruit tr:first-child td{
        border-top: 1px solid #ccc;
    }
}

    .recruit th {
    font-weight: bold;
    background-color: #FFD5D0;
    white-space: nowrap;
    }

    @media screen and (max-width: 767px) {
    .recruit,
    .recruit tr,
    .recruit td,
    .recruit th {display:block;}
    .recruit th {width:auto;}
    }


/*-------Machine----------
--------------------------*/

/* ヘッダー、リンク */
.machine_header {
    background: #FFD5D0;
}

.machine_link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.machine_link > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1rem;
}
.machine_link > li:nth-child(3n) {
    margin-right: 0;
}

.machine_link > li > a {
    display: inline-block;
    padding: 1rem 0;
    width: 100%;
    color: #9B1B1B;
    text-align: center;
    background-color: #FFF;
    border: solid 1px #9B1B1B;
    border-radius: 2rem;
}
.machine_link > li > a.selected {
    color: #FFF;
    background-color: #9B1B1B;
}


@media screen and (max-width: 767px)  {
    .machine_link{
        display: block;
    }
    .machine_link > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .machine_link > li > a {
        padding: 0.5rem 0;
    }
}

/* 機材説明 */
.machine_info {
    background: #fff;
}
.machine_info_wrapper {
    background:#FFD5D0;
    box-shadow: 6px 6px #D6D6D6;
    padding: 40px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .machine_info_wrapper {
        box-shadow: 4px 4px #D6D6D6;
        margin-bottom: 40px;
    }
}
.machine_info_wrapper:last-child {
    margin-bottom: 0;
}
.machine_info_wrapper_head > .icon {
    margin-left: 1%;
    max-width: 80px;
    min-width: 80px;
    margin-right: 3%;
}
@media screen and (max-width: 767px) {
    .machine_info_wrapper_head > .icon {
        max-width: 35px;
        min-width: 35px;
        margin-right: 15px;
    }
}

.machine_info_wrapper_head > .ttl {
    font-size: 20px;
    line-height: 1.4;
}
.machine_info_wrapper_head > .ttl h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .5em;
}
@media screen and (max-width: 767px) {
    .machine_info_wrapper_head > .ttl {
        font-size: 14px;
    }
    .machine_info_wrapper_head > .ttl h1 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: .3em;
    }
}

.machine_info_wrapper_head {
    display: flex;
    align-items: center;
    position: relative;
}

.machine_info_wrapper_head:before {
    content:'';
    position: absolute;
    bottom: -13px;
    display: inline-block;
    width: 100%;
    height: 5px;
    left: 0;
    border-radius: 3px;
    background: #9B1B1B;
}
@media screen and (max-width: 767px) {
    .machine_info_wrapper_head:before {
        width: 100%;
    }
}
.machine_info_body {
    margin-top: 40px;
}

.machine_info_body .main_photo {
    text-align: center;
}
.machine_info_body .main_photo img {
    width: 70%;
    border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
    .machine_info_body .main_photo img {
        width: 100%;
    }
}

.machine_info_body h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 600;
    border-bottom: solid 2px #9B1B1B;
}
@media screen and (max-width: 767px) {
    .machine_info_body h2 {
        margin-bottom: 0.5rem;
        font-size: 20px;
        font-weight: 600;
    }
}
.machine_info_body p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.machine_info_body .caution {
    font-weight: normal;
    color: #CC0000;
}

.machine_info_body .fig {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
}
.machine_info_body .fig img {
    width: 60%;
    border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
    .machine_info_body .fig img {
        width: 100%;
    }
}

/* 項目リスト */
.machine_info_body dl {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.machine_info_body dl > dt {
    font-size: 20px;
}
.machine_info_body dl > dt > small {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.125rem 1.25rem;
    font-size: 16px;
    background-color: #FFF;
    border-radius: 1rem;
}
.machine_info_body dl > dd {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
    .machine_info_body dl > dt {
        font-size: 14px;
    }
    .machine_info_body dl > dt > small {
        font-size: 12px;
    }
    .machine_info_body dl > dd {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}

/* 写真 */
.machine_info_body .fig2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
}
.machine_info_body .fig2 img {
    width: 50%;
}
.machine_info_body .fig2 img:first-child {
    border-radius: 0.5rem 0 0 0.5rem;
}
.machine_info_body .fig2 img:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
    .machine_info_body .fig2 img {
        width: 100%;
    }
    .machine_info_body .fig2 img:first-child {
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .machine_info_body .fig2 img:last-child {
        border-radius: 0 0 0.5rem 0.5rem;
    }
}



/* 動画 */
.machine_info_body .movie2 {
    display: flex;
}

.machine_info_body .movie2 > .movie_item {
    width: 48%;
    margin-right: 4%;
}
.machine_info_body .movie2 > .movie_item:last-child {
    margin-right: 0;
}

.machine_info_body .movie2 > .movie_item video {
    width: 100%;
}


