@charset "UTF-8";
/* -------------------------------
	home
-------------------------------- */
#mainvisual {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#mainvisual .photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
#mainvisual .main_txt {
  margin-left: -20%;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .photo {
    left: 9.25%;
  }
  #mainvisual .main_txt {
    margin-left: 0%;
  }
}

/* TOP用　見出し */
.home_ttl_1 {
  font-size: 33px;
  text-align: center;
  padding-bottom: 0.9em;
  margin-bottom: 1em;
  position: relative;
}
.home_ttl_1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.515em;
  height: 2px;
  margin-left: -.757575em;
  background-color: #1074a2;
}

.home_ttl_2 {
  font-size: 33px;
}

@media screen and (max-width: 1199px) {
  .home_ttl_1 {
    font-size: calc(22px + 11 * (100vw - 320px) / 880);
  }

  .home_ttl_2 {
    font-size: calc(22px + 11 * (100vw - 320px) / 880);
  }
}
/*  */
.home_sec_1 {
  padding: 60px 0 40px;
  position: relative;
}
.home_sec_1 .top_txt {
  color: #094d6d;
  font-size: 90px;
  line-height: 0.75;
  letter-spacing: 0.15em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.12;
}
.home_sec_1 .mb {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 768px) {
  .home_sec_1 {
    padding: 110px 0 70px;
  }
  .home_sec_1 .mb {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1199px) {
  .home_sec_1 .top_txt {
    font-size: calc(50px + 40 * (100vw - 320px) / 880);
  }
}
/* 業務内容 */
.home_business {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_business:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 10px;
  background: url("../images/common/line01.png") repeat-x;
  z-index: -1;
}

.home_business_btn {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 0px 20px 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #094d6d;
}
.home_business_btn, .home_business_btn * {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home_business_btn .photo {
  display: block;
  border-radius: 12px;
  -webkit-flex: 1;
  flex: 1;
  height: 100px;
  background-color: #0b5070;
}
.home_business_btn .photo img {
  border-radius: 12px;
  opacity: 0.5;
}
.home_business_btn .txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  white-space: nowrap;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.home_business_btn .txt .arrow {
  width: 43px;
  display: block;
  border-bottom: solid 1px #fff;
  margin: 20px auto 0;
  background-color: #fff;
  position: relative;
}
.home_business_btn .txt .arrow:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -1px;
  height: 8px;
  border-right: solid 1px #fff;
  -moz-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}
.home_business_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1074a2;
}
.home_business_btn:hover .photo img {
  opacity: 1;
}
.home_business_btn:hover .txt .arrow {
  -moz-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
@media print, screen and (min-width: 768px) {
  .home_business_btn {
    margin-bottom: 30px;
  }
  .home_business_btn .txt {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_business_btn .photo {
    height: 151px;
  }
  .home_business_btn .txt {
    font-size: 19px;
    -webkit-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
}

/* ナビ･デザイン･システムのアスベスト除去 */
.home_waterjet {
  color: #fff;
  background: url("../images/home/home_waterjet_bg.jpg") no-repeat center center/cover;
}
.home_waterjet .top_txt {
  color: #fff;
}
.home_waterjet .home_ttl_1:before {
  background-color: #fff;
}

/* ウォータージェット工法の特徴 */
.home_features {
  background-color: #f2f2f2;
  position: relative;
  z-index: 0;
}
.home_features:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 10px;
  background: url("../images/common/line01.png") repeat-x;
  z-index: -1;
}
.home_features:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 50px;
  margin-left: -1px;
  margin-top: -25px;
  background-color: #ff9c00;
}

.figure_features {
  margin-bottom: 1px;
  background-color: #fff;
}
.figure_features figcaption {
  padding: 25px;
}
.figure_features figcaption .num {
  color: #1074a2;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.figure_features figcaption p {
  font-weight: bold;
}
.figure_features figcaption *:last-child {
  margin-bottom: 0 !important;
}

/**/
.home_comment {
  padding: 50px 0;
  background-color: #fff;
}
.home_comment .columns h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.home_comment .columns h3 img {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .home_comment {
    padding: 90px 0;
  }
  .home_comment .columns h3 {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_comment {
    position: relative;
  }
  .home_comment:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 381px;
    height: 400px;
    margin-right: 200px;
    background: url("../images/home/home_comment_img.png") no-repeat center bottom;
  }
  .home_comment .columns {
    position: relative;
  }
  .home_comment .columns:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    width: 13px;
    height: 100%;
    background: url("../images/home/home_comment_lin.png") no-repeat right center;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_comment:before {
    margin-right: 300px;
  }
  .home_comment .columns h3 {
    font-size: 17px;
  }
}

/**/
.home_case {
  color: #fff;
  padding: 35px 0;
  background-color: #1074a2;
}
.home_case .title {
  text-align: center;
  margin-bottom: 35px;
}
.home_case .title h2 {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .home_case .title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .home_case .title h2 {
    margin: 0 25px 0 0;
  }
  .home_case .title .btns {
    -webkit-flex: 0 0 285px;
    flex: 0 0 285px;
    max-width: 285px;
  }
}

.home_case_figure {
  position: relative;
}
.home_case_figure .photo-ofi {
  padding-bottom: 85.7142857%;
  background-color: #1074a2;
}
.home_case_figure .photo-ofi img {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home_case_figure figcaption p {
  line-height: 1.75;
  text-align: center;
  margin: 0 5px;
}
.home_case_figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
.home_case_figure:hover .photo-ofi img {
  opacity: 0.5;
}
.home_case_figure.nolink {
  pointer-events: none;
}

#loopSlide .simply-scroll-container {
  position: relative;
}
#loopSlide .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#loopSlide .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#loopSlide .simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 0px 5px;
  width: 280px;
  list-style: none;
}
#loopSlide .simply-scroll-list li img {
  display: block;
}

/* -------------------------------
	業務内容
-------------------------------- */
.business_en {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  color: #dfe5e9;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -.5em;
}
@media print, screen and (min-width: 768px) {
  .business_en {
    font-size: 6vw;
  }
}

.business_demolition {
  position: relative;
}

.business_asbestos {
  background-color: #dfe5e9;
  position: relative;
  z-index: 0;
}
.business_asbestos:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #dfe5e9 transparent transparent transparent;
  margin: 0 0 -30px -25px;
}
@media print, screen and (min-width: 768px) {
  .business_asbestos:before {
    border-width: 50px 50px 0 50px;
    margin: 0 0 -50px -50px;
  }
}

/* -------------------------------
	カテゴリー
-------------------------------- */
.cat_navi {
  padding: 40px 0;
}

.catbtn {
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #1074a2;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .catbtn {
    display: none;
  }
}

#catButton {
  overflow: hidden;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 0;
  width: 36px;
  height: 36px;
}
#catButton span, #catButton::before, #catButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#catButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#catButton::before, #catButton::after {
  transition: transform 200ms;
}
#catButton::before {
  z-index: 2;
  transform: translate(0, -8px);
  content: "";
}
#catButton::after {
  z-index: 2;
  transform: translate(0, 8px);
  content: "";
}
#catButton.active span {
  opacity: 0;
  transition: opacity 150ms;
}
#catButton.active::before {
  transform: rotate(45deg);
}
#catButton.active::after {
  transform: rotate(-45deg);
}

/* カテゴリー　一覧 */
.catnavi .cat_navi_list {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #48B1E0;
}
.catnavi .cat_navi_list > li {
  margin-top: 1px;
}
.catnavi .cat_navi_list > li > a {
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
}
.catnavi .cat_navi_list > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -.5em;
}
.catnavi .cat_navi_list > li > a:hover, .catnavi .cat_navi_list > li.active > a {
  color: #fff;
  background-color: #1984B5;
}
@media print, screen and (min-width: 768px) {
  .catnavi .cat_navi_list {
    letter-spacing: -.4em;
    margin: 0 -10px;
    background-color: inherit;
  }
  .catnavi .cat_navi_list * {
    letter-spacing: 0.05em;
  }
  .catnavi .cat_navi_list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 3px 0;
    width: 33.333%;
  }
  .catnavi .cat_navi_list > li > a {
    color: #1074a2;
    white-space: nowrap;
    border: solid 1px #1074a2;
    border-radius: 5px;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1200px) {
  .catnavi .cat_navi_list > li {
    width: 25%;
  }
}

/* -------------------------------
	施工事例
-------------------------------- */
.rental_slider {
  width: 100%;
  margin: 0 auto;
  page-break-inside: avoid;
}
.rental_slider .slick-slide {
  position: relative;
}
.rental_slider .slick-slide .photo {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.rental_slider .slick-slide .photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.rental_slider .slick-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #999;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  transition: .3s ease;
}
.rental_slider .slick-current .caption {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: normal;
  opacity: 1;
  transition-delay: .5s;
}
.rental_slider .synchro-slider-nav {
  margin-top: 10px;
}
.rental_slider .synchro-slider-nav .slick-slide {
  background-color: #fff;
  padding: 0 1px;
}
.rental_slider .synchro-slider-nav .slick-slide > div {
  opacity: 0.5;
}
.rental_slider .synchro-slider-nav .slick-slide > div .photo {
  padding-bottom: 100%;
}
.rental_slider .synchro-slider-nav .slick-current > div {
  opacity: 1;
}
.rental_slider .synchro-slider-nav .prev, .rental_slider .synchro-slider-nav .next {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
}
.rental_slider .synchro-slider-nav .prev {
  left: 0;
}
.rental_slider .synchro-slider-nav .next {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .rental_slider .slick-slide {
    position: relative;
  }
  .rental_slider .slick-slide .photo {
    padding-bottom: 50%;
  }
  .rental_slider .slick-current .caption {
    font-size: 12px;
  }
}

/**/
.case_contents {
  border-top: dashed 1px #ccc;
}

.case_youtube {
  text-align: center;
}
.case_youtube .btn {
  font-size: 13px;
  min-width: 160px;
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 13px;
  line-height: normal;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 -5px;
}
.paging span {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  color: #1074a2;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  border: 1px solid #1074a2;
}
.paging span.paging-text a {
  color: #1074a2;
  padding: 0;
  display: block;
  text-decoration: none;
}
.paging span.current {
  color: #fff;
  background: #1074a2;
  border: 1px solid #1074a2;
  cursor: pointer;
}
.paging span.paging-text a:hover {
  background: #1074a2;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------
	会社案内
-------------------------------- */
.company_ttl_1 {
  text-align: center;
  padding: 0 30px;
}
.company_ttl_1 img {
  max-width: 360px;
  width: 100%;
}

.sdgs_list {
  list-style: none;
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
  overflow: hidden;
}
.sdgs_list > li {
  float: left;
  width: 33.3333%;
  padding: 2px;
}
@media print, screen and (min-width: 544px) {
  .sdgs_list > li {
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sdgs_list > li {
    width: 20%;
    padding: 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs_list > li {
    width: 16.6666%;
  }
}

/**/
.company_torikumi {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #dfe3e6;
}
.company_torikumi .in-box {
  width: 100%;
  padding: 20px;
}
.company_torikumi .in-box h4 {
  text-align: center;
}
.company_torikumi .in-box ul {
  max-width: 260px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.company_torikumi .in-box ul > li {
  float: left;
  padding: 5px;
  width: 50%;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-bottom: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 43px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-bottom: 580px;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contents .columns {
  text-align: center;
  padding: 3.4448%;
  border: solid 2px #ccc;
}
.tel_contents .columns p {
  color: #666;
  font-size: 16px;
  margin-bottom: 0;
}
.tel_contents .columns .telphone {
  color: #333;
  font-size: 20px;
}
@media print, screen and (min-width: 992px) {
  .tel_contents .columns .telphone {
    font-size: 28px;
  }
}

/* フォーム用　table */
.table-contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 1px;
  text-align: left;
  margin-bottom: 20px;
}
.table-contact th, .table-contact td {
  padding: 10px;
}
.table-contact tbody th {
  color: #fff;
  font-weight: normal;
  text-align: left;
  width: 260px;
  background-color: #1074a2;
}
.table-contact tbody th.hisu {
  position: relative;
}
.table-contact tbody th.hisu:before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  color: #ff0000;
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  width: 3.5em;
  margin-top: -1em;
  background-color: #fff;
}
.table-contact tbody td {
  background-color: #f2f2f2;
}
.table-contact tbody td .sm {
  width: 10em !important;
  display: inline-block;
}
.table-contact tbody td .md {
  max-width: 360px !important;
}
.table-contact tbody td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .table-contact {
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .table-contact tr {
    width: 100%;
    display: inline;
  }
  .table-contact tr th, .table-contact tr td {
    width: 100% !important;
    display: block;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
  }
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}
.agree.error {
  background-color: #FFE4E4;
}
.agree span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
.policy_content {
  background-color: #f2f2f2;
}
.policy_content h4 {
  color: #1074a2;
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 0;
}
.policy_content p, .policy_content ol {
  font-size: 14px;
  margin: 1em 0;
}
.policy_content ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
.policy_content ol li {
  padding-left: 1.8em;
  margin-bottom: 5px;
  position: relative;
}
.policy_content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

.sdgBtn {float: right;}
@media only screen and (max-width: 767px) {
  .sdgBtn {float: none;}
}

.borderBlue {
  border: solid 2px #106f9b;
}
.tac {
  text-align: center;
}


.sdgs_list02 {
  list-style: none;
}
.sdgs_list02 > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

.sdgs_list02 > li:nth-child(1) {
  background: #f3f3f3;
  padding: 20px;
}

.sdgs_list02 > li:nth-child(2) {
  background: #f2f2f2;
  padding: 20px;
}

.sdgs_list02 > li:nth-child(3) {
  background: #f1f1f1;
  padding: 20px;
}

.sdgs_list02 > li:nth-child(4) {
  background: #f0f0f0;
  padding: 20px;
}

.sdgs_list02 > li .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sdgs_list02 > li .flexbox img {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}

.sdgs_list02 > li > img {
  width: 100%;
  margin-right: 10px;
}
@media print, screen and (max-width: 543px) {
  .sdgs_list02 > li {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 544px) {
  .sdgs_list02 > li {
    width: 100%;
    flex-wrap: wrap;
  }
  .sdgs_list02 > li > img {
    width: 100%;
  }
  .sdgs_list02 > li > p {
    font-size: 16px;
  }
  .sdgs_content_flexBox p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .sdgs_list02 > li   {
    width: 100%;
    flex-wrap: nowrap;
  }
  .sdgs_list02 > li > img {
    width: 20%;
    margin-right: 10px;
  }
  .sdgs_list02 > li > p {
    font-size: 16px;
  }
  .sdgs_content_flexBox p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
  .sdgs_list02 > li   {
    width: 100%;
    flex-wrap: nowrap;
  }
  .sdgs_list02 > li > img {
    width: 15%;
    margin-right: 10px;
  }
  .sdgs_list02 > li > p {
    font-size: 16px;
  }
  .sdgs_content_flexBox p {
    font-size: 16px;
  }
  .sdgs_list02 > li .flexbox img {
    height: auto;
  }
}
