@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Lato */
/*	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-ttl02 {
  padding-bottom: 5px;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-ttl01-sub::before {
  width: 114px;
  height: 60px;
  left: -20px;
  top: -20px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #333333;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-btm.png) no-repeat center bottom/150%, url(/img/top/about-bg.jpg) no-repeat center/cover;
}
#top-about .inner {
  padding: 50px 15px 75px;
}
#top-about .ttl-sub::before {
  left: -20px;
}
#top-about .wrap {
  display: block;
  margin-top: 20px;
}
#top-about .wrap-ttl {
  line-height: 1.6;
  margin-top: 0;
}
#top-about .txt {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-work
========================================= */
#top-work .inner {
  padding: 50px 0;
}
#top-work .wrap {
  display: block;
  margin: 35px auto 0;
}
#top-work .link {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
}
#top-work .link::before {
  width: 50px;
  height: 50px;
}
#top-work .link::after {
  width: 67px;
  height: 11px;
  bottom: 10px;
  right: 10px;
}
#top-work .link:hover::after {
  right: 5px;
}
#top-work .link-ttl {
  line-height: 1.4;
}
#top-work .link-txt {
  font-size: 12.8vw;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .table {
  margin-top: 35px;
}
#top-company .map {
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-bg.png) no-repeat center bottom/150%, #ebebeb;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  text-align: center;
}
#top-news .ttl-sub::before {
  width: 150px;
  height: 85px;
  top: -50px;
  left: -50px;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px 0;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  margin-top: unset;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .en {
  top: 15px;
}
#top-contact .inner {
  padding: 50px 15px;
}
#top-contact .container {
  padding: 35px 15px 50px;
  background: url(/img/all/com-ttl-deco04.png) no-repeat calc(50% - 90px) top/120px, #fff;
}
#top-contact .wrap {
  display: block;
}
#top-contact .wrap-item {
  padding: 0;
}
#top-contact .wrap-item:nth-of-type(n + 2) {
  border-left: none;
}
#top-contact .txt {
  text-align: left;
  margin-top: 25px;
}
#top-contact .com-tel {
  width: 290px;
  margin: 0 auto;
}
#top-contact .com-tel-svg {
  bottom: -40px;
}
#top-contact .mail {
  margin-top: 65px;
}
#top-contact .line {
  margin-top: 15px;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-wallpaper
========================================= */
#sub-question .list {
  margin-top: 35px;
  display: block;
}
#sub-question .list-item {
  width: 320px;
  height: 100px;
  margin: 0 auto;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

#sub-service .bg-wallpaper {
  background: url(/img/wallpaper/service-bg.png) no-repeat center top/225%, #333333;
}
#sub-service .bg-floor {
  background: url(/img/floor/service-bg.png) no-repeat center top/225%, #333333;
}
#sub-service .bg-curtain {
  background: url(/img/curtain/service-bg.png) no-repeat center top/225%, #333333;
}
#sub-service .inner {
  padding: 75px 0 50px;
}
#sub-service .primary {
  white-space: nowrap;
  padding: 8px 12px;
  top: -24px;
}
#sub-service .ttl-sub::before {
  left: -35px;
}
#sub-service .wrap {
  padding: 35px 15px 50px;
}
#sub-service .wrap-ttl {
  margin-top: 50px;
  padding: 10px 15px;
}
#sub-service .txt {
  text-align: left;
}
#sub-service .list {
  display: block;
}
#sub-service .list-item {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  padding: 30px 20px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-service .list-item::before {
  height: 110%;
  top: -15px;
  clip-path: polygon(0 30px, 100% 0%, 100% calc(100% - 30px), 0 100%);
}
#sub-service .list-num {
  width: 50px;
  height: 48px;
  line-height: 48px;
}

#sub-work .list {
  margin-top: 35px;
  gap: 30px 15px;
}
#sub-work .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-work .list-link {
  padding-bottom: 40px;
}
#sub-work .list-link::after {
  width: 30px;
  height: 26px;
}
#sub-work .list-img {
  height: 43.3vw;
  min-height: 152px;
}
#sub-work .list-ttl {
  font-size: 17px;
  margin-top: 15px;
}

#sub-service-detail .ttl {
  text-align: left;
}
#sub-service-detail .img {
  width: 100%;
  margin: 35px auto 0;
}
#sub-service-detail .period {
  margin-top: 35px;
}
#sub-service-detail .period-ttl {
  padding: 1px 15px;
}
#sub-service-detail .comment {
  margin-top: 25px;
}
#sub-service-detail .comment-ttl {
  padding: 1px 15px;
}
#sub-service-detail .list {
  margin-top: 50px;
  padding: 50px 0;
  gap: 15px;
}
#sub-service-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    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 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    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 {
  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 .wrap {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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