@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "FrankRuhlLibre-Regular";
  src: url("../fonts/FrankRuhlLibre-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "FrankRuhlLibre-Bold";
  src: url("../fonts/FrankRuhlLibre-Regular.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 35px 0 0;
}

.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;
}

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

/*  共通パーツ
------------------------------------ */
.com-list {
  margin: 60px auto 0;
}
.com-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-list-img {
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  .com-list-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
.com-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-list-con {
    max-width: 670px;
    padding-top: 25px;
  }
}
.com-list-ttl {
  display: flex;
  max-width: 420px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.7;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-list-ttl {
    font-size: 1.5rem;
  }
}
.com-list-ttl-sm {
  display: block;
  color: #ad7c2d;
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .com-list-ttl-sm {
    font-size: 1.5rem;
  }
}
.com-list-ttl-num {
  margin-right: 10px;
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0;
  color: #ad7c2d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-list-ttl-num {
    font-size: 2.3rem;
  }
}
.com-list-txt {
  margin-top: 25px;
}
.com-list-info {
  margin-top: 35px;
}

.com-bnr {
  display: flex;
}
.com-bnr-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-bnr-item:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .com-bnr-item:nth-of-type(2) {
    margin-top: 40px;
  }
}
.com-bnr-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 138.2%;
  position: relative;
}
.com-bnr-link::before {
  content: "";
  width: 1px;
  height: 90px;
  margin: auto;
  background: url(../img/top/bnr-border-top.png) no-repeat center top/cover;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .com-bnr-link:hover {
    background-size: 110%;
    opacity: 1;
  }
  .com-bnr-link:hover .com-bnr-ttl-en {
    color: #fff;
  }
  .com-bnr-link:hover .com-bnr-ttl::after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
.com-bnr-link01 {
  background: url(../img/top/bnr_sec01-img01.jpg) no-repeat center/100%;
}
.com-bnr-link02 {
  background: url(../img/top/bnr_sec01-img02.jpg) no-repeat center/100%;
}
.com-bnr-link03 {
  background: url(../img/top/bnr_sec01-img03.jpg) no-repeat center/100%;
}
.com-bnr-ttl {
  padding-right: 12px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
}
.com-bnr-ttl::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #9c8868;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.com-bnr-ttl-en {
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  color: #9c8868;
  line-height: 1.16;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-bnr-ttl-en {
    font-size: 2.5rem;
  }
}
.com-bnr-ttl-ja {
  margin-top: 19px;
  padding-right: 22px;
  background: url(../img/top/com-btn-arw.png) no-repeat 100% center;
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-bnr-ttl-ja {
    font-size: 1.5rem;
  }
}
.com-bnr-txt {
  color: #fff;
  position: absolute;
  left: 18px;
  bottom: 10px;
}

.com-check {
  padding-left: 35px;
  background: url(../img/top/trouble-check.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-check {
    font-size: 1.5rem;
  }
}
.com-check-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.com-check-list li:nth-of-type(n+2) {
  margin-top: 26px;
}
.com-check-border {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #4f4535;
}

.com-box01 {
  margin: 60px auto 0;
  padding: 70px 140px 80px;
  border: 1px solid #4f4535;
  position: relative;
  z-index: 1;
}
.com-box01::before {
  content: "";
  width: 1px;
  height: 90px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -26px;
  left: 19px;
}
.com-box01::after {
  content: "";
  width: 100%;
  max-width: 1040px;
  height: 420px;
  background: rgba(19, 17, 14, 0.16);
  margin: auto;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: -1;
}
.com-box01-illu {
  position: absolute;
  bottom: -40px;
  right: 75px;
  z-index: -1;
}

.com-bg01 {
  background: url(../img/top/com-bg01.png) no-repeat center top #28231b;
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-size: 100% 602px;
  }
}
.com-bg02 {
  background: url(../img/top/com-bg02-bottom.png) no-repeat center bottom, url(../img/top/com-bg-l.png) no-repeat left bottom/33.9%, url(../img/top/com-bg-r.png) no-repeat right top/33.9%;
}
@media screen and (min-width: 1921px) {
  .com-bg02 {
    background-size: 100%, auto, auto;
  }
}
.com-bg03 {
  background: url(../img/top/bnr_sec01-line.png) no-repeat center bottom #13110e;
}
@media screen and (min-width: 1921px) {
  .com-bg03 {
    background-size: 100%;
  }
}
.com-bg04 {
  background: #28231b;
}
.com-bg05 {
  background: url(../img/top/com-bg01.png) no-repeat center top/100%, url(../img/top/com-bg02-bottom.png) no-repeat center bottom/100% #28231b;
}
.com-bg06 {
  background: url(../img/about/flow-bg_pat.png) no-repeat center bottom/100% #13110e;
}

.com-info li:nth-of-type(n+2) {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #4f4535;
}
.com-info-line {
  display: flex;
  padding-right: 25px;
  background: url(../img/top/info-line-arw.png) no-repeat calc(100% - 4px) center;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-info-line {
    font-size: 1.5rem;
  }
}
.com-info-line::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 17px;
  background: url(../img/top/info-line.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-info-line:hover {
    background-position: calc(100% - 0px) center;
  }
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 30px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #9b1c15;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  margin: 3px auto 0;
}

.news-post {
  width: 100%;
  max-width: 800px;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 5px;
  border-top: 1px solid #28231b;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  padding: 16px 0 8px;
}
.news-post-time {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #4f4535;
  flex-shrink: 0;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #4f4535;
  flex-wrap: wrap;
  line-height: 1.4;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: "・";
}
.news-post-tag-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9c8868;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.9;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  max-width: none;
  height: auto;
  background-color: #ad7c2d;
  padding: 27px 38px;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

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

  main layout  all

========================================= */
/* top-promise  PC
------------------------------------ */
#top-promise .com-ttl01-ja span {
  border-bottom: 1px solid #9b1c15;
}
#top-promise .promise-bg {
  position: relative;
}
#top-promise .promise-bg::before {
  content: "";
  width: 100%;
  height: 100px;
  margin: auto;
  background: url(../img/top/trouble-bottom.png) no-repeat center top/auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1921px) {
  #top-promise .promise-bg::before {
    background-size: 100% 100%;
  }
}
#top-promise .promise-inner {
  max-width: none;
}
#top-promise .promise-flx {
  margin-top: 20px;
}
#top-promise .promise-img {
  width: 44.3%;
}
#top-promise .promise-img img {
  width: 100%;
}
#top-promise .promise-contents {
  margin-left: 50px;
  padding-top: 110px;
}
@media screen and (max-width: 1441px) {
  #top-promise .promise-contents {
    margin-left: 25px;
    padding-top: 50px;
  }
}
#top-promise .promise-txt {
  color: #fff;
}
#top-promise .promise-txt .ac {
  color: #9c8868;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-promise .promise-txt .ac {
    font-size: 1.5rem;
  }
}
#top-promise .promise-btn {
  margin-top: 60px;
}

/* top-point  PC
------------------------------------ */
#top-point .point-bg {
  background: url(../img/top/point_bg_pat_top.png) no-repeat center top, url(../img/top/point_bg_img_r.png) no-repeat right bottom/85.6%;
}
#top-point .point-list {
  margin: 55px auto 0;
  position: relative;
  z-index: 2;
}
#top-point .point-list-item {
  border: 1px solid #4f4535;
  transform: skew(-15deg);
}
#top-point .point-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#top-point .point-list-con {
  display: flex;
  padding: 30px 0 30px 75px;
  transform: skew(15deg);
  align-items: center;
}
#top-point .point-list-num {
  width: 70px;
  height: 65px;
  margin: auto;
  background: #1b1813;
  text-align: center;
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 5.4rem;
  letter-spacing: 0;
  color: #9c8868;
  line-height: 60px;
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #top-point .point-list-num {
    font-size: 2.7rem;
  }
}
#top-point .point-list-ttl {
  display: flex;
  align-items: center;
}
#top-point .point-list-ttl-ja {
  margin-left: 49px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ad7c2d;
}
@media screen and (max-width: 768px) {
  #top-point .point-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-point .point-list-txt {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #ad7c2d;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-point .point-list-txt {
    font-size: 1.5rem;
  }
}

/* top-case  PC
------------------------------------ */
#top-case {
  position: relative;
}
#top-case::before, #top-case::after {
  content: "";
  position: absolute;
}
#top-case::before {
  width: 100%;
  height: 0;
  padding-top: 62.9%;
  background: url(../img/top/case-bg_triangle.png) no-repeat left top/contain;
  left: 0;
  top: -320px;
  z-index: 1;
}
#top-case::after {
  width: 867px;
  height: 414px;
  background: url(../img/top/case-line.png) no-repeat right top/contain;
  right: 0;
  top: -100px;
}
#top-case .case-bg {
  background: url(../img/top/case-line_r.png) no-repeat right bottom;
}
@media screen and (min-width: 768px) {
  #top-case .case-bg {
    position: relative;
    z-index: 1;
  }
  #top-case .case-bg::before {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 64.9%;
    background: url(../img/top/case-bg_pat.png) no-repeat center bottom/100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #top-case .case-bg {
    background: url(../img/top/case-line_r.png) no-repeat right bottom, url(../img/top/case-bg_pat.png) no-repeat center bottom/100%;
  }
}
#top-case .case-inner {
  position: relative;
  z-index: 2;
}
#top-case .case-list {
  margin: 55px auto 0;
}
#top-case .case-list-item {
  position: relative;
}
#top-case .case-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-case .case-list-item:nth-of-type(2) {
    margin-left: 110px;
  }
}
#top-case .case-list-img {
  margin: auto;
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
  position: absolute;
  right: 100px;
  top: 33px;
}
@media screen and (max-width: 767px) {
  #top-case .case-list-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
#top-case .case-list-img02 {
  right: 20px;
}
#top-case .case-list-box {
  display: flex;
  width: 100%;
  max-width: 670px;
  height: 425px;
  padding: 0 70px 0;
  background: url(../img/top/case-box-bg_line.png) no-repeat left top/contain;
  margin-left: 32px;
  align-items: center;
}
#top-case .case-list-box02 {
  margin-left: 110px;
}
#top-case .case-list-ttl {
  display: inline-block;
  padding-bottom: 5px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-case .case-list-ttl {
    font-size: 1.5rem;
  }
}
#top-case .case-list-ttl::before {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  background: #4f4535;
  position: absolute;
  right: 0;
  bottom: 0;
}
#top-case .case-list-dl {
  margin: 30px 0 0;
}
#top-case .case-list-dl dt {
  color: #ad7c2d;
}
#top-case .case-list-dl dd {
  margin: 7px 0 0 37px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #top-case .case-list-dl dd {
    font-size: 1.5rem;
  }
}
#top-case .case-list-price {
  display: flex;
  width: 340px;
  height: 80px;
  background: #641612;
  padding-left: 101px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  align-items: center;
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
}
@media screen and (max-width: 768px) {
  #top-case .case-list-price {
    font-size: 1.5rem;
  }
}
#top-case .case-list-price-wrap {
  display: inline-block;
  margin: 26px 0 0 -100px;
  position: relative;
}
#top-case .case-list-price-wrap::after {
  content: "";
  width: 58px;
  height: 80px;
  margin: auto;
  background: url(../img/top/case-doublearw.png) no-repeat right center/contain;
  position: absolute;
  right: -49px;
  top: 0;
  bottom: 0;
}
#top-case .case-list-price .lg {
  margin-left: 14px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-case .case-list-price .lg {
    font-size: 1.6rem;
  }
}
#top-case .case-btn {
  margin: 70px auto 0;
}

/* top-comparison  PC
------------------------------------ */
#top-comparison .comparison-bg {
  background: url(../img/top/comparison-bg_triangle_l.png) no-repeat left top/21%, url(../img/top/comparison-bg_triangle_r.png) no-repeat right bottom/21%, url(../img/top/comparison-line.png) no-repeat center bottom/100%, url(../img/top/comparison-bg_pat.png) no-repeat center bottom/100% #28231b;
  position: relative;
  z-index: 1;
}
#top-comparison .comparison-img {
  width: 69.3%;
  opacity: 0.21;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
}
#top-comparison .comparison-img img {
  width: 100%;
}
#top-comparison .comparison-fuki {
  display: inline-block;
  margin-left: 175px;
  margin-top: 62px;
  padding: 15px 30px;
  border: 1px solid #9c8868;
  border-bottom: none;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #9c8868;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-comparison .comparison-fuki {
    font-size: 1.5rem;
  }
}
#top-comparison .comparison-fuki::before, #top-comparison .comparison-fuki::after {
  content: "";
  background: #9c8868;
}
#top-comparison .comparison-fuki::before {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9c8868 0%, #9c8868 20.4%, transparent 20.4%, transparent 33.3%, #9c8868 33.3%, #9c8868 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#top-comparison .comparison-fuki::after {
  width: 66px;
  height: 1px;
  transform: rotate(-36deg);
  position: absolute;
  left: 79px;
  bottom: -20px;
  z-index: 1;
}
#top-comparison .comparison-box {
  margin: 17px auto 0;
  background: #1b1813;
  position: relative;
}
#top-comparison .comparison-box::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #1b1813 transparent transparent transparent;
  border-width: 50px 147px 0px 147px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
#top-comparison .comparison-person {
  position: absolute;
  top: -40px;
  left: 86px;
}
#top-comparison .comparison-contents {
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  padding: 55px 0 74px;
}
#top-comparison .comparison-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #top-comparison .comparison-txt {
    font-size: 1.5rem;
  }
}
#top-comparison .comparison-dl {
  margin-top: 30px;
}
#top-comparison .comparison-dl dt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #ad7c2d;
}
@media screen and (max-width: 768px) {
  #top-comparison .comparison-dl dt {
    font-size: 1.5rem;
  }
}
#top-comparison .comparison-dl dd {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
#top-comparison .comparison-dl dd span:nth-of-type(n+2) {
  margin-left: 30px;
}
#top-comparison .comparison-dl span {
  padding-bottom: 5px;
  border-bottom: 1px solid #4f4535;
}
#top-comparison .comparison-solution {
  display: flex;
  margin: 90px 20px 0 auto;
  justify-content: space-between;
  align-items: center;
}
#top-comparison .comparison-solution-box {
  width: 100%;
  max-width: 630px;
  padding: 35px 0 35px 60px;
  border: 1px solid #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.9;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-comparison .comparison-solution-box {
    font-size: 1.5rem;
  }
}
#top-comparison .comparison-solution-box::after {
  content: "";
  width: 60px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
}
#top-comparison .comparison-solution-img {
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  #top-comparison .comparison-solution-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
#top-comparison .comparison-list {
  margin: 90px auto 0;
}
#top-comparison .comparison-list-item {
  width: 100%;
  max-width: 950px;
  padding: 40px 100px;
  background: rgba(27, 24, 19, 0.7);
  clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0% 100%);
}
#top-comparison .comparison-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#top-comparison .comparison-list-item:nth-of-type(2) {
  margin-left: auto;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
}
#top-comparison .comparison-list-ttl {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #4f4535;
}
#top-comparison .comparison-list-txt {
  margin-top: 23px;
}
#top-comparison .comparison-list-txt .sm {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9c8868;
}
@media screen and (max-width: 768px) {
  #top-comparison .comparison-list-txt .sm {
    font-size: 1.5rem;
  }
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-bg {
  background: url(../img/top/reason-line.png) no-repeat center bottom, url(../img/top/reason-bg_pat_l.png) no-repeat left bottom #13110e;
}
#top-reason .reason-img01 {
  background: url(../img/top/reason-img01.jpg) no-repeat center;
}
#top-reason .reason-img02 {
  background: url(../img/top/reason-img02.jpg) no-repeat center;
}
#top-reason .reason-img03 {
  background: url(../img/top/reason-img03.jpg) no-repeat center;
}
#top-reason .reason-list {
  margin: 63px auto 0;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-ttl-en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #top-reason .reason-ttl-en {
    font-size: 2rem;
  }
}
#top-reason .reason-ttl-ja {
  padding-right: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-ttl-ja {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #top-reason .reason-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-reason .reason-txt {
  margin: 65px auto 0;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ad7c2d;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-txt {
    font-size: 1.5rem;
  }
}
#top-reason .com-bnr-link {
  pointer-events: none;
}
#top-reason .com-bnr-link::before {
  content: none;
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl-en {
  padding: 0;
  background: none;
}
#top-news .news-btn {
  width: 270px;
  margin: 100px auto 0;
}
#top-news .news-post {
  max-width: 750px;
  padding: 40px 60px;
  background: #13110e;
}
#top-news .news-post-link {
  overflow: hidden;
}
#top-news .news-post-ttl {
  width: 100%;
  line-height: 1;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .qa-list {
  margin: 75px auto 0;
}
#about .qa-list-item {
  padding: 60px 70px;
  border: 1px solid #4f4535;
  position: relative;
}
#about .qa-list-item::after {
  content: none;
}
#about .qa-list-item:nth-of-type(n+2) {
  margin: 89px auto 0;
}
#about .qa-list-en {
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 5.4rem;
  letter-spacing: 0;
  color: #9c8868;
  line-height: 1;
  position: absolute;
  left: 68px;
  top: -27px;
}
@media screen and (max-width: 768px) {
  #about .qa-list-en {
    font-size: 2.7rem;
  }
}
#about .qa-list-person {
  position: absolute;
  right: 30px;
  top: -20px;
  z-index: -1;
}
#about .qa-list-check {
  padding-bottom: 5px;
  border-bottom: 1px solid #4f4535;
}
#about .qa-list-check-txt {
  margin-top: 25px;
}
#about .case-list {
  margin-top: 35px;
}
#about .case-list .case-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .case-list-ttl {
  display: inline-block;
  border-bottom: 1px solid #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ad7c2d;
}
@media screen and (max-width: 768px) {
  #about .case-list-ttl {
    font-size: 1.5rem;
  }
}
#about .case-list-txt {
  margin-top: 20px;
}
#about .case-list-qa {
  margin-top: 20px;
}
#about .case-list-qa-ttl {
  padding-left: 40px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #9c8868;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .case-list-qa-ttl {
    font-size: 1.5rem;
  }
}
#about .case-list-qa-ttl::before {
  content: "Q";
  font-family: "FrankRuhlLibre-Regular", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #9c8868;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #about .case-list-qa-ttl::before {
    font-size: 1.7rem;
  }
}
#about .case-list-qa-answer {
  padding: 18px 27px 16px;
  background: #1b1813;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 31px) 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #about .case-list-qa-answer {
    font-size: 1.5rem;
  }
}
#about .case-list-qa-answer-wrap {
  margin: 30px auto 0;
  position: relative;
}
#about .case-list-qa-answer-wrap::before {
  content: "";
  width: 69px;
  height: 82px;
  background: url(../img/about/case-illu02.png) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
}
#about .case-list-qa-answer-wrap02::before {
  width: 78px;
  background-image: url(../img/about/case-illu04.png);
}
#about .case-list-qa-txt {
  margin: 20px auto 0;
}
#about .case-list-qa-txt .ac {
  font-size: 1.8rem;
  color: #ad7c2d;
}
#about .merit-list-item {
  padding: 30px 75px 30px;
  border: 1px solid #4f4535;
  transform: skew(-15deg);
}
#about .merit-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .merit-list-flx {
  transform: skew(15deg);
}
#about .merit-list-ico {
  flex-shrink: 0;
}
#about .merit-list-con {
  margin-left: 48px;
}
#about .merit-list-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ad7c2d;
}
@media screen and (max-width: 768px) {
  #about .merit-list-ttl {
    font-size: 1.5rem;
  }
}
#about .merit-list-txt {
  margin-top: 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #about .merit-list-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #about .flow .com-list-item:nth-of-type(1), #about .flow .com-list-item:nth-of-type(2) {
    align-items: flex-start;
  }
}

/* imported_car  PC
------------------------------------ */
.com-about .about-flx {
  margin: 60px auto 0;
}
.com-about .about-flx-img {
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  .com-about .about-flx-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
.com-about .case-box::after {
  content: none;
}

.com-reco .reco-list {
  margin: 55px auto 0;
}
.com-reco .reco-list-ttl {
  display: inline-block;
  max-width: none;
  padding-left: 75px;
}
.com-reco .reco-list-ttl-sm {
  top: -25px;
}
.com-reco .reco-list-ttl-num {
  position: absolute;
  left: 0;
  top: 2px;
}

/* metal_painting  PC
------------------------------------ */
#metal_painting .trouble {
  background: url(../img/metal_painting/trouble-bg_pat.png) no-repeat center bottom/100% #13110e;
}
#metal_painting .trouble-list {
  margin: 90px auto 0;
}
#metal_painting .trouble-list-item {
  width: 100%;
  max-width: 980px;
  margin: auto;
  position: relative;
}
#metal_painting .trouble-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#metal_painting .trouble-list-box {
  padding: 42px 0;
  background: #2b261e;
  clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
}
#metal_painting .trouble-list-img {
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 10;
}
#metal_painting .trouble-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #metal_painting .trouble-list-con {
    max-width: 590px;
    margin-left: auto;
  }
}
#metal_painting .trouble-list-ttl {
  display: inline-block;
  border-bottom: 1px solid #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #metal_painting .trouble-list-ttl {
    font-size: 1.5rem;
  }
}
#metal_painting .trouble-list-check {
  margin-top: 24px;
}
#metal_painting .trouble-list-check li {
  padding-left: 16px;
  position: relative;
}
#metal_painting .trouble-list-check li::before {
  content: "・";
  color: #9c8868;
  position: absolute;
  left: 0;
  top: 0;
}
#metal_painting .reco-list-item {
  align-items: flex-start;
}
#metal_painting .reco-list-ttl-sub {
  display: inline-block;
  margin: 30px 0 10px;
  border-bottom: 1px solid #9c8868;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #9c8868;
}
@media screen and (max-width: 768px) {
  #metal_painting .reco-list-ttl-sub {
    font-size: 1.5rem;
  }
}

/* insurance  PC
------------------------------------ */
#insurance .repair {
  background: url(../img/metal_painting/trouble-bg_pat.png) no-repeat center bottom/100% #13110e;
}
#insurance .repair-list-item:nth-of-type(n+2) {
  margin: 150px auto 0;
}
#insurance .repair-list-box {
  display: flex;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #insurance .repair-list-box::before {
    content: "";
    width: 90.7%;
    height: 290px;
    background: rgba(79, 69, 53, 0.4);
    position: absolute;
    top: 20px;
    z-index: -1;
  }
}
#insurance .repair-list-box01 {
  justify-content: space-between;
}
#insurance .repair-list-box01::before {
  clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
  left: 20px;
}
#insurance .repair-list-box02 {
  flex-direction: row-reverse;
  align-items: center;
}
#insurance .repair-list-box02::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  #insurance .repair-list-txt-box01 {
    margin-top: 60px;
  }
  #insurance .repair-list-txt-box02 {
    margin-right: 55px;
  }
}

/* case  PC
------------------------------------ */
#case .case-tag {
  margin: 70px auto 0;
}
#case .case-list {
  margin: 76px auto 0;
}
#case .case-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #case .case-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #case .case-list-item:nth-of-type(n+4) {
    margin-top: 41px;
  }
}
#case .case-list-img {
  width: calc(100% - 20px);
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  #case .case-list-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
#case .case-list-img-frame {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
#case .case-list-tag {
  display: flex;
  overflow-x: auto;
  position: absolute;
  left: 0;
  bottom: 10px;
}
#case .case-list-tag-item {
  margin-right: 15px;
  padding: 6px 13px;
  background: #ad7c2d;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #13110e;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  flex-shrink: 0;
}
#case .case-list-ttl {
  margin: 40px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #case .case-list-ttl {
    font-size: 1.5rem;
  }
}
#case .case-list-link {
  margin-top: 14px;
  padding-right: 25px;
  background: url(../img/case/arw.png) no-repeat calc(100% - 7px) center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #9c8868;
}
@media screen and (min-width: 768px) {
  #case .case-list-link:hover {
    background-position: calc(100% - 0px) center;
  }
}
#case .detail-box {
  padding: 70px;
}
#case .detail-box::after {
  content: none;
}
#case .detail-box-img {
  width: 320px;
  height: 240px;
  position: relative;
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  #case .detail-box-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
#case .detail-box-con {
  width: 100%;
  max-width: 550px;
  margin-left: 70px;
}
#case .detail-box-tag {
  display: flex;
  flex-wrap: wrap;
}
#case .detail-box-tag li {
  margin: 0 23px 23px 0;
  padding: 7px 14px;
  background: #ad7c2d;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #13110e;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#case .detail-box-ttl {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #4f4535;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #case .detail-box-ttl {
    font-size: 1.5rem;
  }
}
#case .detail-box-txt {
  margin-top: 26px;
  white-space: pre-line;
}
#case .detail-ba {
  margin: 90px auto 0;
}
#case .detail-ba-item {
  display: flex;
  background: url(../img/case/arw-lg.png) no-repeat center;
  justify-content: space-between;
}
#case .detail-ba-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#case .detail-ba-img {
  width: 430px;
  height: 300px;
  position: relative;
}
#case .detail-ba-ttl {
  width: 71px;
  height: 34px;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 34px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #case .detail-ba-ttl {
    font-size: 1.5rem;
  }
}
#case .detail-ba-ttl-before {
  background: #808080;
}
#case .detail-ba-ttl-after {
  background: #4f4535;
}
#case .detail-other {
  display: flex;
  margin: 70px auto 0;
  flex-wrap: wrap;
}
#case .detail-other li {
  width: 300px;
  height: 210px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #case .detail-other li:not(:nth-of-type(3n-2)) {
    margin-left: 19px;
  }
  #case .detail-other li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

/* information  PC
------------------------------------ */
#information .greeting-flx {
  margin: 60px auto 0;
}
#information .greeting-flx-img {
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  #information .greeting-flx-img {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
@media screen and (min-width: 768px) {
  #information .greeting-flx-txt-box {
    width: 100%;
    max-width: 640px;
    margin-left: 80px;
  }
}
#information .greeting-name {
  font-size: 2rem;
  color: #ad7c2d;
}
@media screen and (max-width: 768px) {
  #information .greeting-name {
    font-size: 1.5rem;
  }
}
#information .information-flx {
  margin: 60px auto 0;
}
#information .information-flx-left {
  width: 100%;
  max-width: 590px;
  margin: 0;
  padding: 55px 70px;
}
#information .information-flx-left::after {
  content: none;
}
#information .information-right {
  width: 100%;
  max-width: 420px;
}
#information .information-list {
  margin: 70px auto 0;
}
#information .information-list li {
  width: 100%;
  max-width: 320px;
  box-shadow: 20px 20px rgba(79, 69, 53, 0.4);
}
@media screen and (max-width: 767px) {
  #information .information-list li {
    box-shadow: 10px 10px rgba(79, 69, 53, 0.4);
  }
}
@media screen and (min-width: 768px) {
  #information .information-list li:not(:nth-of-type(3n-2)) {
    margin-left: 50px;
  }
  #information .information-list li:nth-of-type(n+4) {
    margin-top: 50px;
  }
}

/* contact  PC
------------------------------------ */
#contact .contact {
  text-align: center;
}
#contact .contact-txt {
  margin: 50px auto 0;
}
#contact .contact-box {
  max-width: 912px;
  margin: 40px auto 0;
  padding: 70px 0 60px;
  background: #1b1813;
  transform: skew(-15deg);
}
#contact .contact-flx {
  transform: skew(15deg);
}
#contact .contact-flx-item:nth-of-type(n+2) {
  margin-left: 63px;
}
#contact .contact-flx-line-wrap {
  margin-top: 44px;
}
#contact .contact-tel {
  margin: 39px auto 0;
}
#contact .contact-dl {
  display: flex;
  margin: 9px auto 0;
  justify-content: center;
}
#contact .contact-dl div {
  display: flex;
}
#contact .contact-dl div:nth-of-type(n+2) {
  margin-left: 29px;
}
#contact .contact-dl dt, #contact .contact-dl dd {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #contact .contact-dl dt, #contact .contact-dl dd {
    font-size: 1.5rem;
  }
}
#contact .contact-dl dt {
  color: #9c8868;
}
#contact .form {
  text-align: center;
}
#contact .form-txt {
  margin: 65px auto 0;
}
#contact .form-box {
  padding: 70px;
}
#contact .form-box::after {
  content: none;
}

/* news  PC
------------------------------------ */
#news .news-post {
  max-width: none;
  padding: 70px;
}
#news .news-post::after {
  content: none;
}
#news .news-post-flx {
  margin-top: 15px;
}
#news .com-news-item:nth-of-type(n+2) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #28231b;
}
#news .com-news-link {
  padding: 0;
}
#news .com-ttl02 {
  color: #fff;
}

/* site  PC
------------------------------------ */
#site .site-box::after {
  content: none;
}
#site .site-li:nth-of-type(n+2) {
  border-color: #4f4535;
}
#site .site-link {
  color: #9c8868;
}

/* e404  PC
------------------------------------ */
#e404 .top {
  color: #ad7c2d;
}/*# sourceMappingURL=all.css.map */