@charset "utf-8";
/* ===================================================================

 file name  :class.css
 style info :クラス指定

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

.no-post-msg {
  margin: 2em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .no-post-msg {
    font-size: 1.6rem;
  }
}

.tellink {
  text-decoration: none;
  color: inherit;
}

/*
.cl-色番号　カラー
---------------------------*/
.cl-fff {
  color: #fff;
}
.cl-000 {
  color: #000;
}
.cl-e01e1e {
  color: #e01e1e;
}
.cl-cb0101 {
  color: #cb0101;
}
.cl-e4a59b {
  color: #e4a59b;
}
.cl-d3594a {
  color: #d3594a;
}
.cl-cb0101 {
  color: #cb0101;
}
.cl-fef97e {
  color: #fef97e;
}
.cl-395a9f {
  color: #395a9f;
}

/*
.bg-色番号　背景色
---------------------------*/
.bg-e4a59b {
  background-color: #e4a59b;
}
.bg-fef6f6 {
  background-color: #fef6f6;
}
.bg-fefdf8 {
  background-color: #fefdf8;
}

/*
.ttl-leftline　見出し2段組左揃え　ラインあり
---------------------------*/
.ttl-leftline {
  margin: 0 0 30px;
}
.ttl-leftline .en {
  display: block;
  margin: 0 0 11px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.ttl-leftline .en::first-letter {
  color: #e4a59b;
}
.ttl-leftline .ja {
  display: block;
  font-size: 1.2rem;
}
.ttl-leftline .ja::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 0 8px 0 0;
  background: #333;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .ttl-leftline {
    margin: 0 0 30px;
  }
  .ttl-leftline .en {
    margin: 0 0 20px;
    font-size: 4.4rem;
  }
  .ttl-leftline .ja {
    font-size: 1.6rem;
  }
  .ttl-leftline .ja::before {
    width: 15px;
    margin: 0 12px 0 0;
  }
}

/*
.ttl-　見出し2段組中央揃え
---------------------------*/
.ttl-column {
  margin: 0 0 25px;
  text-align: center;
}
.ttl-column .en {
  display: block;
  margin: 0 0 11px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.ttl-column .en::first-letter {
  color: #e4a59b;
}
.ttl-column .ja {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .ttl-column {
    margin: 0 0 54px;
  }
  .ttl-column .en {
    margin: 0 0 20px;
    font-size: 4.4rem;
  }
  .ttl-column .ja {
    font-size: 1.6rem;
  }
}

/*
.ttl-line　見出し　左・下線あり
---------------------------*/
.ttl-line {
  position: relative;
  border-left: 3px solid #333333;
  margin-bottom: 1.5em;
  padding: 0 0 0 1em;
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.4rem;
}
.ttl-line::before {
  content: '';
  width: calc(100% + 3px);
  height: 1px;
  position: absolute;
  left: -3px;
  bottom: -0.5em;
  background: #333;
}
.ttl-line:not(.ttl-line_small):not(.ttl-line_type2)::first-letter {
  color: #e4a59b;
}
.ttl-line.ttl-line_small {
  font-size: 1.2rem;
}
.ttl-line.ttl-line_type2 {
  border-color: #e4a59b;
}
.ttl-line.ttl-line_type2::before {
  background: #e4a59b;
}
@media screen and (min-width: 768px) {
  .ttl-line {
    border-width: 4px;
    font-size: 2.4rem;
    margin-bottom: 2em;
  }
  .ttl-line::before {
    width: calc(100% + 4px);
    left: -4px;
  }
  .ttl-line.ttl-line_small {
    font-size: 1.8rem;
  }
  .ttl-line.ttl-line_type2 {
    font-size: 2rem;
  }
}

/*
.ttl-lline
---------------------------*/
.ttl-lline {
  padding: 0.5em 24px;
  margin: 0 -15px 1.5em;
  position: relative;
  background: #f2e2e0;
  font-size: 1.4rem;
  font-weight: 700;
}
.ttl-lline::before {
  content: '';
  background: #333;
  width: 3px;
  height: 1em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .ttl-lline {
    padding: 0.8em 36px;
    margin: 0 -25px 1.5em;
    font-size: 1.7rem;
  }
  .ttl-lline::before {
    left: 24px;
  }
}

/*
.ttl-uline
---------------------------*/
.ttl-uline {
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.ttl-uline::after {
  content: '';
  background: #333;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .ttl-uline {
    font-size: 3rem;
  }
  .ttl-uline::after {
    width: 20px;
    left: calc(50% - 10px);
  }
}

.ttl-uline02 {
  text-align: center;
}
.ttl-uline02 span {
  margin-bottom: 2em;
  padding-bottom: 0.4em;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.ttl-uline02 span::after {
  content: '';
  background: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ttl-uline02 span {
    font-size: 2.4rem;
  }
}

/*
.ttl-ribbon　リボン付きタイトル
---------------------------*/
.ttl-ribbon {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  background: #737378;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 30px;
  z-index: 1;
}
.ttl-ribbon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(0.5) translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #737378 transparent transparent transparent;
}
.ttl-ribbon::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(0.5) translateX(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #737378;
}
@media screen and (min-width: 768px) {
  .ttl-ribbon {
    font-size: 2rem;
    line-height: 50px;
  }
  .ttl-ribbon::before {
    border-width: 50px 50px 0 0;
  }
  .ttl-ribbon::after {
    border-width: 50px 0 0 50px;
  }
}

/*
.ttl-rect
---------------------------*/
.ttl-rect {
  padding: 0 0 0.5em 18px;
  margin-bottom: 1em;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #c7c7c7;
}
.ttl-rect::after {
  content: '';
  background: url(../../images/common/ico_rect.svg) no-repeat center center / contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ttl-rect {
    padding: 0 0 0.5em 36px;
    font-size: 1.8rem;
  }
  .ttl-rect::after {
    top: 0.6em;
    width: 18px;
    height: 18px;
  }
}

/*
.ttl-huki
---------------------------*/
.ttl-huki {
  margin-bottom: 38px;
  text-align: center;
}
.ttl-huki span {
  position: relative;
  display: inline-block;
  /*padding: 0 24px;*/
  padding: 0px 40px;
  font-size: 1.6rem;
  font-weight: 700;
}
.ttl-huki span::before,
.ttl-huki span::after {
  content: '';
  background: url(../../images/works/ico_huki.svg) no-repeat center / contain;
  width: 16px;
  height: 26px;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  transform: scaleX(-1);
}
.ttl-huki span::after {
  right: 0;
  left: auto;
  transform: scaleX(1);
}
.ttl-huki.ttl-huki_large span {
  font-size: 2rem;
  line-height: 1.5;
}
.ttl-huki.ttl-huki_large-pd0 span {
  padding-left: 0;
  padding-right: 0;
}
.ttl-huki.ttl-huki_large span::before,
.ttl-huki.ttl-huki_large span::after {
  content: '';
  background: #1b1b1b;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-30deg);
}
.ttl-huki.ttl-huki_large span::after {
  right: 0;
  left: auto;
  transform: rotate(30deg);
}
@media screen and (max-width: 374px) {
  .ttl-huki.ttl-huki_large span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .ttl-huki {
    margin-bottom: 50px;
  }
  .ttl-huki.ttl-huki_large-pd0 span,
  .ttl-huki span {
    padding: 0 34px;
    font-size: 2.4rem;
  }
  .ttl-huki span::before,
  .ttl-huki span::after {
    width: 20px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .ttl-huki.ttl-huki_large {
    margin-bottom: 80px;
  }
  .ttl-huki.ttl-huki_large span {
    font-size: 2.8rem;
  }
}

/*
.ttl-round_huki
---------------------------*/
.ttl-round_huki {
  margin-bottom: 1.5em;
  text-align: center;
}
.ttl-round_huki span {
  position: relative;
  padding: 0.4em 3em;
  background: #1b1b1b;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50px;
}
.ttl-round_huki span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #1b1b1b transparent transparent transparent;
}

.ttl-round_huki.ttl-pink span {
  background: #e4a59b;
}
.ttl-round_huki.ttl-pink span::after {
  border-top-color: #e4a59b;
}

@media screen and (min-width: 768px) {
  .ttl-round_huki span {
    font-size: 1.6rem;
  }
}

/*
.ttl-belt　下▼付き
---------------------------*/
.ttl-belt {
  margin: 0 0 30px;
  padding: 20px 0;
  background: #1b1b1b;
  position: relative;
  text-align: center;
}
.ttl-belt::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 22.5px 0 22.5px;
  border-color: #1b1b1b transparent transparent transparent;
  position: absolute;
  left: calc(50% - 22px);
  bottom: -15px;
}
.ttl-belt .cap {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  background: #fff;
}
.ttl-belt .cap::before,
.ttl-belt .cap::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.ttl-belt .cap::before {
  border-width: 8px 8px 0 0;
  border-color: #e4a59b transparent transparent transparent;
  top: 0;
  left: 0;
}
.ttl-belt .cap::after {
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #e4a59b transparent;
  right: 0;
  bottom: 0;
}
.ttl-belt .ttl-txt {
  display: block;
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

/* pink */
.ttl-belt.ttl-belt_pink {
  background: #e4a59b;
}
.ttl-belt.ttl-belt_pink::before {
  border-color: #e4a59b transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .ttl-belt {
    margin: 0 0 120px;
    padding: 40px 0;
  }
  .ttl-belt::before {
    border-width: 30px 44px 0 44px;
    left: calc(50% - 44px);
    bottom: -30px;
  }
  .ttl-belt .cap {
    font-size: 1.6rem;
  }
  .ttl-belt .cap::before {
    border-width: 13px 13px 0 0;
  }
  .ttl-belt .cap::after {
    border-width: 0 0 13px 13px;
  }
  .ttl-belt .ttl-txt {
    font-size: 2.4rem;
  }
}

/*
.btn-任意名称　ボタン
---------------------------*/
.btn-more {
  max-width: 278px;
  margin: 0 auto;
}
.btn-more a,
.btn-more > span {
  display: block;
  padding: 18px 0;
  color: #fff;
  background: #e4a59b;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn-more > span {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .btn-more {
    max-width: 180px;
    margin: 0 auto;
  }
  .btn-more a,
  .btn-more > span {
    border: solid 2px #e4a59b;
    padding: 22px 0;
    font-size: 1.3rem;
    border-radius: 4px;
  }
  .btn-more > span {
    padding: 12px 0;
  }
  .btn-more > span {
    transition: all ease 0.3s;
  }
  .btn-more a:hover,
  a:hover .btn-more > span {
    color: #e4a59b;
    background: #fff;
  }
}

/*
.btn-pic アイコン付ボタン
.btn-pic_estimate 見積もりボタン
---------------------------*/
.btn-pic a {
  position: relative;
  display: block;
  padding: 1em 0 1em 30px;
  color: #fff;
  background: #e4a59b;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
}
.btn-pic a::before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  margin-left: -30px;
  width: 21px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.btn-pic.btn-pic_estimate a::before {
  background-image: url(../../images/common/ico_estimate.svg);
}
.btn-pic.btn-pic_voice a::before {
  background-image: url(../../images/works/ico_voice.svg);
}
.btn-pic.btn-pic_staff a {
  background: #1b1b1b;
  padding-left: 40px;
}
.btn-pic.btn-pic_staff a::before {
  background-image: url(../../images/common/ico_staff.svg);
  width: 30px;
  margin-left: -40px;
}
.btn-pic.btn-pic_staff02 a {
  background: #e4a59b;
  padding-left: 40px;
}
.btn-pic.btn-pic_staff02 a::before {
  background-image: url(../../images/common/ico_staff.svg);
  width: 30px;
  margin-left: -40px;
}
.btn-pic.btn-pic_worksback a {
  background: #1b1b1b;
  padding-left: 40px;
}
.btn-pic.btn-pic_worksback a::before {
  background-image: url(../../images/works/ico_worksback.svg);
}
.btn-pic.btn-pic_search a {
  background: #737378;
  padding-left: 20px;
}
.btn-pic.btn-pic_search a::before {
  background-image: url(../../images/works/ico_search.svg);
  width: 16px;
  margin-left: -20px;
}
.btn-pic.btn-pic_reform a::before {
  background-image: url(../../images/common/ico_reform.svg);
}
.btn-pic.btn-pic_request a {
  background-color: #d3594a;
}
.btn-pic.btn-pic_request a::before {
  background-image: url(../../images/common/ico_request.svg);
}
.btn-pic.btn-pic_contact a {
  background-color: #b4261e;
}
.btn-pic.btn-pic_contact a::before {
  background-image: url(../../images/common/ico_inquiry.svg);
}

.btn-pic.btn-pic_noico a {
  padding: 1em 0;
}
.btn-pic.btn-pic_noico a::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .btn-pic {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-pic a {
    padding: 1.5em 0 1.5em 40px;
    font-size: 1.8rem;
  }
  .btn-pic a:hover {
    background: #d88578;
  }
  .btn-pic a::before {
    top: calc(50% - 15px);
    margin-left: -40px;
    width: 30px;
    height: 30px;
  }
  .btn-pic.btn-pic_staff a:hover {
    background: #444;
  }
  .btn-pic.btn-pic_search a:hover {
    background: #444;
  }
  .btn-pic.btn-pic_worksback a:hover {
    background: #444;
  }
  .btn-pic.btn-pic_request a:hover {
    background-color: #f26d5d;
  }
}

/*
 * .txt-lead
 * リードテキスト
 *----------------------------------------------------------- */
.txt-lead {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .txt-lead {
    font-size: 1.6rem;
  }
}

/*
 * .works-list
 * 事例リスト
 *----------------------------------------------------------- */
#main .works-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .works-list .works-inner {
  width: 48%;
  margin-bottom: 2em;
}
#main .works-list .works-inner a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  z-index: 1;
}
#main .works-list .works-inner a::before {
  content: '';
  width: 18.3%;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;
  pointer-events: none;
}
#main .works-list .works-inner.house a::before {
  background-image: url(../../images/works/ico_house.svg);
}
#main .works-list .works-inner.mansion a::before {
  background-image: url(../../images/works/ico_mansion.svg);
}
#main .works-list .works-inner.office a::before {
  background-image: url(../../images/works/ico_office.svg);
}
#main .works-list .works-inner a.new::after {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #e01e1e;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 1em;
  line-height: 1.2;
  font-size: 1.1rem;
}
#main .works-list .works-inner a figure {
  position: relative;
  padding-bottom: 66.6666%;
  z-index: 1;
  overflow: hidden;
}
#main .works-list .works-inner a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#main .works-list a .ttl {
  margin: 1em 0 0.8em;
  font-size: 1.3rem;
  font-weight: 700;
}
#main .works-list a .info {
  font-size: 1.1rem;
  color: #888888;
}
#main .works-list a .info ul li {
  display: inline-block;
}
#main .works-list a .info ul li:not(:last-child)::after {
  content: '/';
  display: inline;
  margin: 0 0.2em;
}
@media screen and (min-width: 768px) {
  #main .works-list::after {
    content: '';
    display: block;
    width: 22.4%;
  }
  #main .works-list::before {
    content: '';
    display: block;
    width: 22.4%;
    order: 1;
  }
  #main .works-list .works-inner {
    width: 22.4%;
    margin-bottom: 4em;
  }
  #main .works-list .works-inner a.new::after {
    font-size: 1.4rem;
  }
  #main .works-list .works-inner a:hover {
    opacity: 0.6;
  }
  #main .works-list .works-inner a figure img {
    transition: transform ease 0.3s;
  }
  #main .works-list .works-inner a:hover figure img {
    transform: scale(1.1);
  }
  #main .works-list a .ttl {
    font-size: 1.8rem;
  }
  #main .works-list a .info {
    font-size: 1.4rem;
  }
}

/*
 * .table-style
 * 表スタイル
 *----------------------------------------------------------- */
.table-style li dl dt {
  font-weight: 700;
  padding: 1em 12px;
  border-bottom: 1px solid #c7c7c7;
}
.table-style li dl dd {
  padding: 1em 12px;
  background: #f9f9f9;
}
.table-style li .link {
  display: inline-block;
  padding: 0 0.5em;
  background: #333333;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .table-style li dl {
    display: flex;
    border-bottom: 1px solid #c7c7c7;
  }
  .table-style li dl dt {
    padding: 1.5em 20px;
    width: 250px;
    border-bottom: none;
  }
  .table-style li dl dd {
    padding: 1.5em 20px;
    width: calc(100% - 250px);
    background: none;
  }
  .table-style li .link:hover {
    background: #737378;
  }
}

/*
 * .txt-shadow
 * テキストシャドウ
 *----------------------------------------------------------- */
.txt-shadow {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8), 1px 0 3px rgba(255, 255, 255, 0.9), 0 1px 3px rgba(255, 255, 255, 0.9),
    -1px 0 3px rgba(255, 255, 255, 0.9), 0 -1px 3px rgba(255, 255, 255, 0.9), 1px 0 3px rgba(255, 255, 255, 0.9),
    0 1px 3px rgba(255, 255, 255, 0.9), -1px 0 3px rgba(255, 255, 255, 0.9), 0 -1px 3px rgba(255, 255, 255, 0.9),
    0 0 5px rgba(255, 255, 255, 0.8);
}
.txt-shadow-wh {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 1px 0 3px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5),
    -1px 0 3px rgba(0, 0, 0, 0.5), 0 -1px 3px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

/*
 * #pageTop
 * 先頭に戻るボタン
 *----------------------------------------------------------- */
#pageTop {
  transition: all ease 0.2s;
}
#pageTop a {
  position: relative;
  display: block;
  height: 50px;
  background: #1b1b1b;
  transition: all ease 0.2s;
  text-indent: -9999px;
  overflow: hidden;
}
#pageTop a::before {
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 22px;
  left: calc(50% - 6px);
  background: url('../../images/common/ico_pagetop.svg') no-repeat 50% 50% / 100% auto;
  transition: all ease 0.2s;
}
@media screen and (min-width: 768px) {
  #pageTop {
    margin: 0;
  }
  #pageTop a {
    height: 100px;
  }
  #pageTop a::before {
    top: 42px;
    left: calc(50% - 13px);
    width: 26px;
    height: 14px;
  }
  #pageTop a:hover {
    opacity: 0.7;
  }
  #pageTop a:hover::before {
    top: 36px;
  }
}

/*
 * .swiper
 *
 *----------------------------------------------------------- */
.swiper .swiper-pagination {
  bottom: 0 !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #c7c7c7;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e4a59b;
}
@media screen and (min-width: 768px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 10px;
    height: 10px;
  }
}
