@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Wordpressの場合はここに案件名（テーマの名前）
Author: 株式会社ジャンプス

*/
/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/* ================= banner ============================================================ */
#banner {
  padding-top: 2.5em;
}
#banner .c-inner {
  display: flex;
  gap: 2.5em;
}
@media screen and (max-width: 1399px) {
  #banner .c-inner {
    max-width: 1200px;
    width: 94%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #banner .c-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  #banner .c-inner {
    gap: 1.5em;
  }
}

/* ================= ABOUT ============================================================ */
#about {
  width: 100%;
  height: 100%;
  background: #111;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  padding: 8.75em 0 7.25em;
  position: relative;
  /* テキスト */
  /* 6人の画像 */
}
@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 20em;
  }
}
@media screen and (max-width: 575px) {
  #about {
    padding-top: 6rem;
  }
}
#about::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../../wp/images/about2.png) no-repeat center/cover;
  position: absolute;
  inset: 0 0 auto auto;
}
@media screen and (max-width: 767px) {
  #about::before {
    background: url(../../../wp/images/about2.png) no-repeat center right/cover;
    transform: translateX(30%);
  }
}
@media screen and (max-width: 575px) {
  #about::before {
    transform: translateX(0);
  }
}
#about .c-ttl_sup {
  color: #fff;
}
#about .c-paragraph p {
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 1399px) {
  #about .p-home_about__txt {
    width: calc(46% - 8rem);
    margin-right: 7.5vw;
  }
}
@media screen and (max-width: 991px) {
  #about .p-home_about__txt {
    width: calc(55% - 8rem);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .p-home_about__txt {
    width: 100%;
  }
}
#about .imgbox {
  position: absolute;
  inset: auto auto 0 50%;
  transform: translateX(-100%);
}
@media screen and (max-width: 575px) {
  #about .imgbox {
    inset: auto 5% 0 5%;
    transform: translateX(0);
  }
}
#about .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================= POINT ============================================================ */
#point .c-paragraph .price_link {
  color: #ea5514;
  text-decoration: underline;
}

/* ================= OTHER ============================================================ */
#other {
  background: #27284b;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  padding: 6.25em 0 8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #other {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 575px) {
  #other {
    padding-top: 6rem;
    padding-bottom: 15em;
  }
}
#other .c-ttl_sup {
  color: #fff;
}
#other .c-paragraph p {
  color: #fff;
  text-align: justify;
}
#other .p-home_about__txt {
  margin: auto auto auto 0;
}
#other .imgbox {
  position: absolute;
  inset: auto auto 0 50%;
}
@media screen and (max-width: 1199px) {
  #other .imgbox {
    inset: auto auto 0 55%;
  }
}
@media screen and (max-width: 575px) {
  #other .imgbox {
    inset: auto 5% 0 5%;
  }
}
#other .imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-home_introduction:has(#other) {
  padding-bottom: 0;
}

/* ================= REVIEW ============================================================ */
#review {
  background: #111;
  padding: 5em 0 6.25em;
  position: relative;
}
#review .c-headline {
  color: #fff;
  text-align: center;
  margin-bottom: 1.6em;
}
#review .c-headline .tb {
  display: none;
}
@media screen and (max-width: 767px) {
  #review .c-headline .tb {
    display: block;
  }
}
#review .flexbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6em;
}
@media screen and (max-width: 767px) {
  #review .flexbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  #review .flexbox {
    font-size: 2.5vw;
  }
}
#review .flexbox li {
  width: 100%;
}
#review .flexbox li h4 {
  font-size: 1.125em;
  font-weight: 700;
  color: #ea5514;
  text-align: right;
}
#review .flexbox li h4 .c_name {
  font-size: 0.8335em;
  font-weight: 500;
  display: block;
  padding-bottom: 0.667em;
}
#review .flexbox li .imgbox {
  margin-top: 0.94em;
  margin-bottom: 1.88em;
}
#review .flexbox li .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#review .flexbox li p {
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
#review .deco_txt {
  position: absolute;
  top: -3.5em;
  left: -4em;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #review .deco_txt {
    top: -2.5em;
    left: -2em;
  }
}
@media screen and (max-width: 575px) {
  #review .deco_txt {
    top: -1.5em;
    left: -1em;
  }
}
#review .deco_txt span {
  font-size: 15em;
  line-height: 1;
  color: #fff;
  opacity: 0.05;
}
@media screen and (max-width: 767px) {
  #review .deco_txt span {
    font-size: 10em;
  }
}
@media screen and (max-width: 575px) {
  #review .deco_txt span {
    font-size: 6em;
  }
}

/* ================= FLOW ============================================================ */
#flow {
  background: #ea5514;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  padding: 6.25em 0 8em;
}
@media screen and (max-width: 575px) {
  #flow {
    padding-top: 6rem;
  }
}
#flow .c-ttl_sup em::before {
  background: #fff;
}
#flow .c-headline {
  color: #fff;
  margin-bottom: 1.67em;
}
#flow .c-headline .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  #flow .c-headline .sp {
    display: block;
  }
}

/* ================= FAQ ============================================================ */
#faq {
  padding: 6.25em 0 8em;
}

.p-home_about__inner {
  min-height: auto;
}

/* 代理店専用ボタン */
.p-gnavi__btn.-blk {
  padding: 1em 2.5em;
}

.l-main.p-home__main {
  padding-bottom: 0;
}

.p-price__list {
  padding-top: 5em;
}
.p-price__list li + li {
  padding-top: 5em;
}
.p-price__list li .c-ttl_deco {
  margin-bottom: 1em;
}
.p-price__list li .girdbox {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-price__list li .girdbox {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.p-price__list li .girdbox .imgbox {
  border: 1px solid #000;
}
.p-price__list li .girdbox table {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.p-price__list li .girdbox table tr {
  width: 100%;
  height: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-price__list li .girdbox table tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
.p-price__list li .girdbox table tr th,
.p-price__list li .girdbox table tr td {
  display: grid;
  place-items: center;
  min-height: 2.5em;
}
.p-price__list li .girdbox table tr th:first-child,
.p-price__list li .girdbox table tr td:first-child {
  border-right: 1px solid #000;
  background: #f2f2f2;
}
.p-price__list li .girdbox table tr th {
  background: #f2f2f2;
}
.p-price__list li .op_table {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.p-price__list li .op_table tr {
  width: 100%;
  height: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-price__list li .op_table tr:not(:last-child) {
  border-bottom: 1px solid #000;
}
.p-price__list li .op_table tr th,
.p-price__list li .op_table tr td {
  display: grid;
  place-items: center;
  min-height: 2.5em;
}
.p-price__list li .op_table tr th:first-child,
.p-price__list li .op_table tr td:first-child {
  border-right: 1px solid #000;
  background: #f2f2f2;
}
.p-price__list li .op_table tr th .sp_only,
.p-price__list li .op_table tr td .sp_only {
  display: none;
}
@media screen and (max-width: 575px) {
  .p-price__list li .op_table tr th .sp_only,
  .p-price__list li .op_table tr td .sp_only {
    display: block;
  }
}
.p-price__list li .op_table tr th {
  background: #f2f2f2;
}

.p-design__list {
  padding-top: 5em;
}
.p-design__list li + li {
  padding-top: 5em;
}
.p-design__list li .c-ttl_deco {
  margin-bottom: 1em;
}
.p-design__list li .girdbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-design__list li .girdbox {
    grid-template-columns: 1fr;
  }
}
.p-design__list li .girdbox .imgbox {
  border: 1px solid #000;
}/*# sourceMappingURL=style.css.map */