@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-main::before {
  width: 70px;
  left: -90px;
}
.com-ttl01-main::after {
  width: 70px;
  right: -90px;
}

.com-ttl04 {
  padding-left: 15px;
}
.com-ttl04::before {
  width: 3px;
  height: 25px;
  top: 6px;
}

.com-btn01 {
  font-size: 15px;
  padding: 14px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-line {
  line-height: 35px;
}

.com-mail {
  line-height: 35px;
}

.com-tel {
  text-align: center;
}
.com-tel-txt {
  padding-right: 5px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  border: 1px solid #0056ad;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-left: 1px solid #0056ad;
}

/* =========================================
    top  sp
    top-greeting
========================================= */
#top-greeting .container {
  width: 100%;
}
#top-greeting .ttl-main::after {
  width: 180px;
  right: -190px;
  background: linear-gradient(to right, #4bc3e7 20%, #0056ad 0%);
}
#top-greeting .txt {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-features
========================================= */
#top-features .bg {
  background: url(/img/top/features-bg.png) no-repeat calc(100% + 140px) bottom/200vw;
}
#top-features .list {
  margin-top: 45px;
}
#top-features .list-item {
  width: 320px;
  margin: 0 auto;
  padding: 25px 0;
}
#top-features .list-item::before {
  width: 275px;
}
#top-features .list-item::after {
  width: 320px;
}
#top-features .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 45px;
}
#top-features .list-item:nth-of-type(3n + 1) {
  margin-left: auto;
}
#top-features .list-num {
  top: -18px;
}
#top-features .list-txt {
  text-align: left;
}

/* =========================================
    top  sp
    top-work
========================================= */
#top-work .inner::before {
  height: 600px;
  top: 90px;
}
#top-work .primary {
  right: -135px;
  top: unset;
  bottom: 180px;
}
#top-work .container {
  display: block;
}
#top-work .wrap {
  width: 100%;
}
#top-work .list-item {
  padding: 20px 10px 19px 30px;
  background: url(/img/all/check-icon.png) no-repeat left 23px/25px;
}
#top-work .img {
  gap: 10px;
  margin-left: 0;
  margin-top: 25px;
}
#top-work .img-item {
  width: 42.8vw;
  min-width: 150px;
}
#top-work .img-item:nth-of-type(n + 3) {
  width: 37.1vw;
  min-width: 130px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .primary {
  font-size: 38px;
  top: 30px;
}
#top-case .list {
  display: block;
  margin-top: 45px;
}
#top-case .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-area
========================================= */
#top-area .container {
  display: block;
}
#top-area .ttl-main::after {
  width: 120px;
  right: -135px;
  background: linear-gradient(to right, #4bc3e7 30%, #0056ad 0%);
}
#top-area .img {
  margin-top: 10px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .primary {
  font-size: 28px;
  letter-spacing: 0.06em;
  top: -15px;
  padding: 0 5px;
}
#top-contact .primary-sm {
  font-size: 20px;
}
#top-contact .container {
  padding: 35px 15px 40px;
}
#top-contact .container::before {
  width: 310px;
}
#top-contact .txt {
  text-align: left;
  margin-top: 20px;
  padding: 20px 0;
}
#top-contact .wrap {
  display: block;
  margin-top: 30px;
}
#top-contact .wrap-work {
  display: block;
}
#top-contact .wrap-work-txt:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 10px;
}
#top-contact .com-line {
  margin: 25px auto 0;
}
#top-contact .com-mail {
  margin: 15px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .bg::before {
  height: 360px;
  top: -360px;
}
#top-banner .list {
  display: block;
}
#top-banner .list-item {
  margin: 0 auto;
}
#top-banner .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl-sub {
  font-size: 44px;
}
#top-news .ttl-main::before {
  width: 60px;
  left: -70px;
}
#top-news .ttl-main::after {
  width: 60px;
  right: -70px;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px 15px 15px;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-business
========================================= */
#sub-exterior .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-exterior .wrap-img {
  width: 100%;
  margin-left: 0;
}
#sub-exterior .txt {
  margin-top: 15px;
}
#sub-exterior .box {
  display: block;
}
#sub-exterior .box-item {
  width: 100%;
}
#sub-exterior .box-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-exterior .box-img {
  width: 100%;
  margin-top: 15px;
}
#sub-exterior .box-txt {
  margin-top: 15px;
}

#sub-felling .wrap,
#sub-parking .wrap {
  display: block;
  margin-top: 35px;
}
#sub-felling .img,
#sub-parking .img {
  width: 100%;
  margin-right: 0;
}
#sub-felling .txt,
#sub-parking .txt {
  margin-top: 15px;
}

#sub-dismantling .wrap,
#sub-public .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-dismantling .img,
#sub-public .img {
  width: 100%;
  margin-left: 0;
}
#sub-dismantling .txt,
#sub-public .txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .list {
  gap: 30px 15px;
  margin-top: 35px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-img {
  height: 34.3vw;
  min-height: 120px;
}
#sub-case .list-ttl {
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 5px;
}

#sub-case-detail .wrap {
  display: block;
  margin-top: 25px;
}
#sub-case-detail .wrap-box {
  width: 100%;
  padding: 20px 15px;
}
#sub-case-detail .wrap-box:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-case-detail .wrap-ttl {
  font-size: 16px;
  padding-bottom: 10px;
}
#sub-case-detail .list {
  gap: 10px;
}
#sub-case-detail .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 34.3vw;
  min-height: 120px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-about .img {
  width: 100%;
  margin-left: 0;
}
#sub-about .txt {
  margin-top: 15px;
}

#sub-construction .list {
  margin-top: 35px;
  gap: 30px 15px;
}
#sub-construction .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-construction .list-ttl {
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 10px;
}

#sub-flow .list {
  display: block;
  margin-top: 45px;
}
#sub-flow .list-item {
  width: 320px;
  margin: 0 auto;
  padding: 50px 35px 40px;
}
#sub-flow .list-item::before {
  width: 275px;
}
#sub-flow .list-item::after {
  width: 320px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 45px;
}
#sub-flow .list-item:nth-of-type(3n + 1) {
  margin-left: auto;
}
#sub-flow .list-num {
  top: -18px;
}
#sub-flow .list-arw {
  top: unset;
  right: unset;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  bottom: -20px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-greeting .primary {
  transform: skewX(-10deg);
  top: 130px;
  right: 10px;
}
#sub-greeting .txt {
  text-align: left;
  margin-top: 25px;
}

#sub-company .table {
  margin-top: 35px;
}

#sub-map .inner {
  padding: 0 15px 50px;
}
#sub-map .map {
  height: 250px;
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 5px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 25px;
}