@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.target {
  scroll-margin-top: 0; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 27px;
  }
}
.com-txt .ac {
  color: #68b51e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.marker {
  padding-bottom: 3px;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/top/marker.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 140px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #f8f0e5;
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: url(../img/reform/works-lt.png) no-repeat left top/72.7%, url(../img/reform/works-rb.png) no-repeat right bottom/47.5%;
}

.com-border {
  position: relative;
}
.com-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  border-top: 2px solid #edc32f;
  border-bottom: 2px solid #edc32f;
  position: absolute;
  left: 0;
  top: 0;
}

.com-tel {
  width: 400px;
  outline: 1px solid #143753;
  line-height: 1;
}
.com-tel-ttl {
  width: 32.5%;
  padding: 3.75% 0 3.75% 2.5%;
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-tel-ttl {
    font-size: 1.5rem;
  }
}
.com-tel-ttl {
  letter-spacing: 0.05em;
}
.com-tel-ttl::after {
  content: "";
  display: block;
  width: 19px;
  height: 0;
  margin-top: 8px;
  padding-top: 7px;
  background: url(../img/ent/info-arw.png) no-repeat left bottom/contain;
}
.com-tel-box {
  width: 67.5%;
  border-left: 1px solid #143753;
}
.com-tel-link {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.05em;
}
.com-tel-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 0;
  margin-right: 9px;
  padding-top: 30px;
  background: url(../img/ent/info-mail.png) no-repeat center/contain;
}
.com-tel-note-wrap {
  padding: 1.25% 0 2%;
  text-align: center;
  border-top: 1px solid #143753;
}

.news-post {
  width: 100%;
  max-width: 720px;
}
.news-post-item {
  padding-bottom: 15px;
}
.news-post-item:nth-of-type(n+2) {
  padding-top: 25px;
  border-top: 1px dotted #d7c8b2;
}
.news-post-item:last-of-type {
  padding-bottom: 0;
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover .news-post-img img {
    transform: scale(1.1);
  }
}
.news-post-time {
  display: block;
  width: 100%;
  max-width: 140px;
  padding: 9px 0;
  text-align: center;
  background: #edc32f;
  border-radius: 5px;
  background: #edc32f;
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-ttl {
  margin-left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-post-tag {
  display: flex;
  margin: 15px auto 0;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li:not(:last-of-type) {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #c2af91;
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #68b51e;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  margin: 46px auto 0;
  padding-top: 30px;
  border-top: 2px solid #edc32f;
}
.com-tag-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-ttl {
    font-size: 1.5rem;
  }
}
.com-tag-ttl {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.com-tag-list {
  display: flex;
  margin: 30px auto 0;
  flex-wrap: wrap;
}
.com-tag-list-item {
  width: 100%;
  max-width: 255px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .com-tag-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 20px;
  }
  .com-tag-list-item:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
.com-tag-list-link {
  display: flex;
  width: 100%;
  min-height: 70px;
  padding: 10px;
  border-radius: 10px;
  background: #68b51e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-list-link {
    font-size: 1.5rem;
  }
}
.com-tag-list-link {
  letter-spacing: 0.05em;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .com-tag-list-link:hover {
    background-color: #edc32f;
  }
}
.com-tag-list-link.current {
  background-color: #edc32f;
}

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

  main layout  all

========================================= */
/* top-concept  PC
------------------------------------ */
.container {
  border-top: 2px solid #edc32f;
  border-bottom: 2px solid #edc32f;
  position: relative;
  z-index: 0;
}
.container::before, .container::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/ptn/ptn02.png);
  position: absolute;
  top: 0;
  z-index: -1;
}
.container::before {
  left: 0;
}
.container::after {
  right: 0;
}

#top-concept {
  background: url(../img/top/concept-map.png) no-repeat calc(50% + 328px) 150px, url(../img/top/concept-lb.png) no-repeat calc(50% - 640px) calc(100% - 141px);
}
#top-concept .concept-ttl {
  padding: 52px 0 35px;
  background: url(../img/top/concept-ttl-lt.png) no-repeat 110px top, url(../img/top/concept-ttl-rt.png) no-repeat 271px 22px, url(../img/top/concept-ttl-border.png) no-repeat left bottom;
  position: relative;
}
#top-concept .concept-ttl::before {
  display: block;
  width: 32px;
  height: 30px;
  background: url(../img/top/concept-l.png) no-repeat left top/contain;
  position: absolute;
  top: 22px;
  left: -31px;
  content: "";
}
#top-concept .concept-ttl .en {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-concept .concept-ttl .en {
    font-size: 1.5rem;
  }
}
#top-concept .concept-ttl .en {
  letter-spacing: 0.15em;
  color: #edc32f;
  line-height: 1;
}
#top-concept .concept-ttl .ja {
  margin-top: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top-concept .concept-ttl .ja {
    font-size: 1.75rem;
  }
}
#top-concept .concept-ttl .ja {
  letter-spacing: 0.1em;
  line-height: 2;
}
#top-concept .concept-ttl .ja .ac {
  color: #fff;
  text-shadow: rgb(20, 55, 83) 2px 0px 0px, rgb(20, 55, 83) 1.75517px 0.958851px 0px, rgb(20, 55, 83) 1.0806px 1.68294px 0px, rgb(20, 55, 83) 0.141474px 1.99499px 0px, rgb(20, 55, 83) -0.832294px 1.81859px 0px, rgb(20, 55, 83) -1.60229px 1.19694px 0px, rgb(20, 55, 83) -1.97998px 0.28224px 0px, rgb(20, 55, 83) -1.87291px -0.701566px 0px, rgb(20, 55, 83) -1.30729px -1.5136px 0px, rgb(20, 55, 83) -0.421592px -1.95506px 0px, rgb(20, 55, 83) 0.567324px -1.91785px 0px, rgb(20, 55, 83) 1.41734px -1.41108px 0px, rgb(20, 55, 83) 1.92034px -0.558831px 0px;
}
@media screen and (min-width: 768px) {
  #top-concept .concept-txt {
    line-height: 2.3;
  }
}
#top-concept .concept-txt-box {
  margin-top: 55px;
}

/* top-service  PC
------------------------------------ */
#top-service .service-box {
  width: 87.5%;
}
@media screen and (min-width: 768px) {
  #top-service .service-box {
    min-width: 1170px;
    max-width: 1680px;
  }
}
#top-service .service-box {
  margin: auto;
  border-radius: 50px;
  background: url(../img/top/service-lt.png) no-repeat left top/67.1%, url(../img/top/service-rb.png) no-repeat right bottom/54.2% rgba(236, 224, 209, 0.6);
}
#top-service .service-ttl {
  text-align: center;
}
#top-service .service-list {
  margin: 60px auto 0;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-top: 140px;
}
#top-service .service-list-ttl {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
#top-service .service-list-ttl::before, #top-service .service-list-ttl::after {
  content: "";
  display: block;
  width: 274px;
  height: 17px;
  background: url(../img/top/service-ttl-border.png) no-repeat left center/contain;
}
#top-service .reform {
  margin: 70px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-service .reform::before {
    content: "";
    display: block;
    width: 760px;
    height: 286px;
    background: url(../img/top/service-arw01.png) no-repeat left top/contain;
    position: absolute;
    left: 100px;
    top: 262px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #top-service .reform-house {
    position: absolute;
    top: 110px;
    left: 239px;
  }
}
#top-service .reform-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#top-service .reform-list > li:nth-of-type(2n-1) a {
  background: url(../img/top/reform-waku.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  #top-service .reform-list > li:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #top-service .reform-list > li:nth-of-type(2n) {
    margin-left: 300px;
  }
}
#top-service .reform-list > li:nth-of-type(2n) a {
  background: url(../img/top/reform-waku-r.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  #top-service .reform-list > li:nth-of-type(3) {
    margin-top: 255px;
    margin-left: 70px;
  }
  #top-service .reform-list > li:nth-of-type(3) a {
    background-image: url(../img/top/reform-waku-r.png);
  }
  #top-service .reform-list > li:nth-of-type(4) {
    margin-top: 220px;
    margin-right: 42px;
  }
  #top-service .reform-list > li:nth-of-type(4) a {
    background-image: url(../img/top/reform-waku.png);
  }
}
#top-service .reform-list-item {
  width: 100%;
  max-width: 312px;
}
#top-service .reform-list-link {
  display: block;
  height: 270px;
  padding-top: 178px;
  text-align: center;
  position: relative;
}
#top-service .reform-list-link02 {
  padding-top: 170px;
}
@media screen and (min-width: 768px) {
  #top-service .reform-list-link:hover {
    opacity: 1;
  }
  #top-service .reform-list-link:hover .reform-list-btn {
    right: 10px;
    bottom: -15px;
  }
}
#top-service .reform-list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-service .reform-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .reform-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#top-service .reform-list-ttl .sm {
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-service .reform-list-ttl .sm {
    font-size: 1.5rem;
  }
}
#top-service .reform-list-ttl .sm {
  line-height: 1.6;
}
#top-service .reform-list-img {
  position: absolute;
}
#top-service .reform-list-img01 {
  top: -50px;
  right: -42px;
}
#top-service .reform-list-img02 {
  top: -50px;
  left: -50px;
}
#top-service .reform-list-img03 {
  top: -50px;
  left: -50px;
}
#top-service .reform-list-img04 {
  top: -50px;
  right: -42px;
}
#top-service .reform-list-btn {
  position: absolute;
  right: 15px;
  bottom: -20px;
}
#top-service .renovation {
  margin-top: 110px;
}
#top-service .renovation::before {
  width: 461px;
  height: 374px;
  background-image: url(../img/top/service-arw02.png);
  left: 310px;
  top: 154px;
}
@media screen and (min-width: 768px) {
  #top-service .renovation-house {
    top: 70px;
    left: 201px;
  }
}
@media screen and (min-width: 768px) {
  #top-service .renovation-list > li:nth-of-type(1) {
    margin-top: 9px;
  }
  #top-service .renovation-list > li:nth-of-type(2) {
    margin-top: 0;
  }
  #top-service .renovation-list > li:nth-of-type(3) {
    margin-top: 230px;
    margin-left: 132px;
  }
  #top-service .renovation-list > li:nth-of-type(4) {
    margin-top: 185px;
    margin-left: 0;
  }
}
#top-service .renovation-list-img01 {
  left: -50px;
  top: -70px;
}
#top-service .renovation-list-img01 img {
  max-width: none;
}
#top-service .renovation-list-img02 {
  top: -90px;
  left: -50px;
}
#top-service .renovation-list-img03 {
  top: -50px;
  left: -50px;
}
#top-service .renovation-list-img04 {
  top: -90px;
  right: -42px;
}
#top-service .renovation-list-link01 {
  padding-top: 155px;
}
#top-service .renovation-list-link02 {
  padding-top: 127px;
}
#top-service .renovation-list-link04 {
  padding-top: 153px;
}
#top-service .renovation-list .reform-list-ttl {
  line-height: 1.5;
}

/* top-works  PC
------------------------------------ */
#top-works {
  margin: 5px auto 0;
  border-top: 2px solid #edc32f;
  background: url(../img/top/works-rb.png) no-repeat right bottom/42.6%;
}
#top-works .works-btn {
  margin: 60px auto 0;
}

.com-works {
  margin: 26px auto 0;
}
.com-works-item {
  padding: 45px 60px 27px;
  border-radius: 20px;
  background-color: #fcf9f5;
}
.com-works-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
.com-works-tag {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.com-works-tag-txt {
  margin: 0 0 5px 5px;
  padding: 4px 8px 4px 30px;
  border-radius: 5px;
  background: url(../img/reform/works-tag.png) no-repeat 10px 8px #68b51e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-works-tag-txt {
    font-size: 1.5rem;
  }
}
.com-works-tag-txt {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.3;
}
.com-works-ttl {
  padding: 0 13px 8px;
  border-bottom: 2px solid #edc32f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-works-ttl {
    font-size: 1.5rem;
  }
}
.com-works-ttl {
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  z-index: 0;
}
.com-works-ttl::before {
  content: "";
  width: 110px;
  height: 91px;
  background: url(../img/top/works-ttl-ico.png) no-repeat left top/contain;
  position: absolute;
  left: -40px;
  bottom: -9px;
  z-index: -1;
}
.com-works-flx {
  margin: 40px auto 0;
  background: url(../img/top/works-arw.png) no-repeat center 127px;
}
.com-works-img {
  height: 0;
  border-radius: 20px;
  position: relative;
}
.com-works-img .fit {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .com-works-img {
    width: 420px;
    padding-top: 300px;
  }
}
.com-works-ba {
  position: absolute;
  top: 10px;
  left: -10px;
}
.com-works-link {
  display: flex;
  max-width: 230px;
  margin: auto;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-works-link {
    font-size: 1.5rem;
  }
}
.com-works-link {
  letter-spacing: 0.1em;
  color: #68b51e;
  justify-content: center;
  align-items: center;
}
.com-works-link::before {
  content: "";
  display: block;
  width: 34px;
  height: 16px;
  margin-right: 19px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
}
.com-works-link-wrap {
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 2px solid #d7c8b2;
}
.com-works-btn {
  max-width: 360px;
  margin: 40px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-box {
  padding: 65px 0 70px;
  background: #edc32f;
  border-radius: 30px;
  outline: 2px solid #fff;
  outline-offset: -10px;
  text-align: center;
}
.com-contact .contact-ttl {
  display: block;
  padding: 60px 0 90px;
  background: url(../img/top/contact-ttl-t.png) no-repeat center top, url(../img/top/contact-ico.png) no-repeat calc(50% - 35px) 13px, url(../img/top/contact-ttl-r.png) no-repeat calc(50% + 280px) bottom;
}
.com-contact .contact-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.22;
}
.com-contact .contact-list {
  max-width: 840px;
  margin: 34px auto 0;
  padding-top: 40px;
  border-top: 1px dashed #fff;
}
.com-contact .contact-list-tel {
  padding-left: 39px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-tel {
  letter-spacing: 0.05em;
}
.com-contact .contact-list-tel-wrap {
  line-height: 1;
}
.com-contact .contact-list-note {
  display: block;
  margin: 15px auto 0;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 67px;
}
.com-contact .contact-list-btn {
  display: flex;
  width: 420px;
  height: 70px;
  border-radius: 999px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-btn {
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
}
.com-contact .contact-list-btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  background: url(../img/top/contact-line.png) no-repeat left center/contain;
}

/* top-blog  PC
------------------------------------ */
#top-blog .blog-left {
  padding: 80px 60px 9px;
  background: url(../img/top/blog-ttl-bg.png) no-repeat center top;
}
#top-blog .blog-link {
  margin: 41px auto 0;
}

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

  sub layout  all

========================================= */
/* reform  PC
------------------------------------ */
.com-service .service-list {
  margin: 60px auto 0;
}
.com-service .service-list-item {
  padding: 104px 0 30px;
  border-radius: 30px;
  background: url(../img/reform/box-lb.png) no-repeat left bottom/40.4%, url(../img/reform/box-rt.png) no-repeat calc(100% - 10px) 10px/41.7% rgba(236, 224, 209, 0.6);
}
.com-service .service-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-service .service-list-flx {
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .com-service .service-list-con {
    max-width: 520px;
  }
}
.com-service .service-list-dl .item {
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fcf9f5;
  align-items: center;
}
.com-service .service-list-dl .item:nth-of-type(n+2) {
  margin-top: 5px;
}
.com-service .service-list-dl dt {
  width: 100%;
  max-width: 100px;
  padding: 5px;
  border-radius: 5px;
  background: #68b51e;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-service .service-list-dl dt {
    font-size: 1.5rem;
  }
}
.com-service .service-list-dl dt {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  flex-shrink: 0;
}
.com-service .service-list-dl dd {
  margin-left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-service .service-list-dl dd {
    font-size: 1.5rem;
  }
}
.com-service .service-list-dl dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.com-service .service-list-txt {
  white-space: pre-line;
  line-height: 2;
}
.com-service .service-list-txt-box {
  margin-top: 20px;
}
.com-service .service-list-img img {
  border-radius: 25px;
}
.com-service .service-list-btn {
  max-width: 238px;
  margin: auto;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-service .service-list-btn {
    font-size: 1.5rem;
  }
}
.com-service .service-list-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.com-service .service-list-btn-wrap {
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 2px solid #d7c8b2;
  line-height: 1;
}

.com-works-sub .com-works {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .com-works-sub .com-works-item {
    padding-bottom: 60px;
  }
}
.com-works-sub .com-works-item {
  background-image: url(../img/reform/deco_rb.png);
  background-repeat: no-repeat;
  background-position: right calc(100% - 9px);
  background-size: 25.2%;
}
.com-works-sub .com-works-btn {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-works-sub .com-works-btn {
    font-size: 1.5rem;
  }
}

/* renovation  PC
------------------------------------ */
#renovation .com-works-ttl::before {
  width: 100px;
  height: 92px;
  background: url(../img/renovation/deco_lt.png) no-repeat left bottom/contain;
}

/* works  PC
------------------------------------ */
#works .com-works {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #works .com-works-item {
    padding-bottom: 60px;
  }
}
#works .com-works-item {
  background-image: url(../img/reform/deco_rb.png);
  background-repeat: no-repeat;
  background-position: right calc(100% - 9px);
  background-size: 25.2%;
}
#works .com-works-btn {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #works .com-works-btn {
    font-size: 1.5rem;
  }
}
#works .detail-ttl {
  line-height: 1.45;
}
#works .detail-box {
  margin: 40px auto 0;
  padding: 40px;
  border-radius: 20px;
  background: #f8f0e5;
}
#works .detail-dl .item {
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fcf9f5;
  align-items: center;
}
#works .detail-dl .item:nth-of-type(n+2) {
  margin-top: 5px;
}
#works .detail-dl dt {
  width: 100%;
  max-width: 200px;
  padding: 5px;
  border-radius: 5px;
  background: #68b51e;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #works .detail-dl dt {
    font-size: 1.5rem;
  }
}
#works .detail-dl dt {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  flex-shrink: 0;
}
#works .detail-dl dd {
  margin-left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #works .detail-dl dd {
    font-size: 1.5rem;
  }
}
#works .detail-dl dd {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#works .detail-txt {
  margin: 20px auto 0;
  white-space: pre-line;
}
#works .detail-images {
  max-width: 820px;
  margin: 30px auto 0;
}
#works .detail-images li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #works .detail-images li {
    max-width: 400px;
  }
  #works .detail-images li:nth-of-type(2n) {
    margin-left: 20px;
  }
  #works .detail-images li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
#works .detail-img {
  width: 100%;
  height: 0;
  padding-top: 65%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

/* company  PC
------------------------------------ */
#company .message {
  background: url(../img/company/message-rb.png) no-repeat right bottom/42.6%;
}
#company .message-inner {
  position: relative;
}
#company .message-ttl {
  padding: 126px 90px 32px;
  background: url(../img/company/message-ttl-ico.png) no-repeat left top, url(../img/company/message-border.png) no-repeat left bottom;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #company .message-ttl {
    font-size: 1.5rem;
  }
}
#company .message-ttl {
  letter-spacing: 0.05em;
  line-height: 1;
}
#company .message-txt {
  max-width: 600px;
  margin-top: 50px;
}
#company .message-img {
  position: absolute;
  top: 415px;
  right: -120px;
}
#company .com-table-wrap {
  margin: 50px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .com-contact {
  margin: 45px auto 0;
  padding: 0;
  background: none;
}
#contact .contact {
  background: url(../img/company/message-rb.png) no-repeat right bottom/42.6%;
}
#contact .contact-list-item:nth-of-type(n+2) {
  margin: 32px auto 0;
}
#contact .contact-list-dl {
  margin-left: 29px;
}
#contact .contact-list-dl dt {
  width: 87px;
  height: 35px;
  border-radius: 5px;
  background: #143753;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-list-dl dt {
    font-size: 1.5rem;
  }
}
#contact .contact-list-dl dt {
  letter-spacing: 0.05em;
  color: #edc32f;
}
#contact .contact-list-dl dd {
  margin-left: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-list-dl dd {
    font-size: 1.5rem;
  }
}
#contact .contact-list-dl dd {
  letter-spacing: 0.05em;
}
#contact .contact-list-btn {
  margin: auto;
}
#contact .contact-form-table {
  margin: 50px auto 0;
  background: #fff;
  border: 2px solid #edc32f;
  border-radius: 20px;
  overflow: hidden;
}
#contact .contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #edc32f;
}
#contact .contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
#contact .contact-form-table th {
  background: #edc32f;
  color: #fff;
}
/* news  PC
------------------------------------ */
#news .com-news-item:nth-of-type(n+2) {
  margin: 30px auto 0;
  padding: 30px 0 0;
  border-top: 1px solid #d7c8b2;
}
#news .detail-ttl {
  margin: 30px auto 0;
}/*# sourceMappingURL=all.css.map */