@charset "UTF-8";
/*$xl: 1200px; // extra large
$lg: 1024px; // large
$l: 860px;
$sm: 576px; // small */
/* CSS Document */
.p-page-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  padding-top: 120px;
}
.p-page-ttl-treat {
  color: #E60012;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  display: block;
  line-height: 148px;
  position: relative;
}
.p-page-ttl-treat::before {
  position: absolute;
  content: "";
  background: url("../../../assets/img/common/ttl_bg.png") no-repeat;
  width: 148px;
  height: 148px;
  top: 50%;
  transform: translateY(-50%);
}
.p-page-ttl .c-txt-en {
  font-size: 64px !important;
}

.p-ttl-md {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}
.p-ttl-sm {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  padding-top: 56px;
}

.p-page-lead {
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}

.p-btn::before {
  content: "";
}
.p-btn-lead {
  text-align: center;
  font-size: 20px;
  line-height: 30px !important;
  margin-bottom: 6px;
  position: relative;
}
.p-btn-lead::before, .p-btn-lead::after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 64px;
  top: 50%;
  background: #333;
}
.p-btn-lead::before {
  left: 220px;
  transform: translateY(-50%) rotate(-20deg);
}
.p-btn-lead::after {
  right: 220px;
  transform: translateY(-50%) rotate(20deg);
}
.p-btn-lead-yellow {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(transparent 0%, #FFEA61 0%);
}
.p-btn-lead-yellow span {
  font-size: 36px;
}

.p-maker-card-bottom {
  display: none;
}

.p-maker-panel-area {
  position: relative;
  padding-bottom: 40px;
}
.p-maker-panel-area::after {
  position: absolute;
  content: "※上記は本体価格です。別途工事費等がかかります。";
  font-size: 16px;
  bottom: 0;
  left: 28px;
}

.p-maker-box-sup {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px solid #E60012;
  background-image: none;
}

.p-mv {
  padding: 40px 0 130px;
  margin: -200px 0 160px;
  position: relative;
  top: 200px;
  overflow: hidden;
}
.p-mv::before, .p-mv::after {
  position: absolute;
  content: "";
}
.p-mv::before {
  width: 369px;
  height: 306px;
  background: url("../../../assets/img/common/dots_maker.png") no-repeat;
  top: -57px;
  right: 80px;
  background-size: contain;
}
.p-mv::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F1F4E0;
  transform: skewY(-5deg) translateY(-90px);
  z-index: -1;
}
.p-mv-ttl {
  font-size: 52px;
  font-weight: 900;
  text-decoration: solid underline #8EC63F 3px;
  text-underline-offset: 12px;
  z-index: 10;
}
.p-mv-ttl small {
  font-size: 40px;
}
.p-mv-ttl small:last-child {
  font-size: 48px;
}
.p-mv-ttl span {
  color: #2CB573;
}
.p-mv-txt {
  font-size: 18px;
  margin-top: 48px;
  line-height: 32px !important;
}

.p-intro-wrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-intro-wrap-img {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 356px;
  gap: 16px;
}
.p-intro-wrap-feature {
  font-size: 26px;
}
.p-intro-wrap-feature span {
  font-weight: 700;
  font-size: 40px;
}
.p-intro-wrap-feature li {
  border-bottom: 2px solid #333;
  line-height: 63px;
  height: 75px;
}
.p-intro-wrap-feature li:first-child span {
  font-size: 54px;
}
.p-intro-wrap-feature li:first-child span small:first-of-type {
  font-size: 34px;
}
.p-intro-wrap-feature li:first-child span small:last-of-type {
  font-size: 26px;
}
.p-intro-wrap-feature li:nth-child(2) .c-txt-en {
  font-size: 54px;
}

.p-point {
  margin-top: 120px;
  background: #FFEA61;
  padding: 40px 0 80px;
}
.p-point h2 {
  padding-top: 0;
}
.p-point-list {
  margin-top: 40px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 40px;
}
.p-point-list li {
  width: 49%;
  display: flex;
  align-items: flex-start;
}
.p-point-list-num {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 36px;
  margin-right: 12px;
  color: #fff;
  width: 64px;
  height: 64px;
  background: #22D85F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-point-list-txt {
  width: calc(100% - 76px);
}

.p-check {
  padding-top: 140px;
  position: relative;
}
.p-check::before, .p-check::after {
  position: absolute;
  content: "";
  transform: translateX(-50%);
}
.p-check::before {
  background: url("../../../assets/img/common/recommend_man.svg");
  width: 130px;
  height: 120px;
  top: -55px;
  left: 75%;
  background-size: contain;
}
.p-check::after {
  width: 24px;
  height: 76px;
  background: url("../../../assets/img/common/check_arrow.png") no-repeat;
  top: 24px;
  left: 50%;
}
.p-check .p-manufacturer {
  background: none;
}
.p-check-list-item {
  background: #22D85F;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.p-check-list-item-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 16px;
}
.p-check-list-item-wrap .p-box-green-ttl {
  width: 100%;
}
.p-check-list-item:first-child, .p-check-list-item:nth-child(2) {
  margin-bottom: 24px;
}
.p-check-list-label {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border: 3px solid #22D85F;
  border-radius: 10px 0 0 10px;
}

.p-eco {
  position: relative;
  padding-top: 12px;
}
.p-eco::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background: url("../../../assets/img/common/wave_line.png") repeat-x center;
}
.p-eco-wrap {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-eco-wrap-txt {
  width: 379px;
  margin-right: 24px;
}
.p-eco-wrap-img {
  width: 284px;
}
.p-eco-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-eco-ttl span {
  font-size: 28px;
  color: #fff;
  padding: 4px 16px;
  background: #22D85F;
  margin-right: 4px;
}

.p-value {
  background: #22D85F;
  padding: 32px 0 40px;
  margin-top: 64px;
  position: relative;
}
.p-value::before, .p-value::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 27px;
  background: url("../../../assets/img/common/wave_green.png") repeat-x center;
  background-size: auto;
}
.p-value::before {
  top: -16px;
}
.p-value::after {
  transform: rotate(180deg);
  bottom: -16px;
}
.p-value-ttl {
  color: #fff;
  margin-bottom: 24px;
}
.p-value-inr {
  background: #fff;
  border-radius: 10px;
  padding: 24px 0;
  margin-bottom: 16px;
}
.p-value-inr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-value-inr-wrap-txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-right: 64px;
}
.p-value-inr-wrap-txt p:last-child {
  color: #22D85F;
  font-size: 42px;
  font-weight: 700;
  padding-left: 100px;
  position: relative;
}
.p-value-inr-wrap-txt p:last-child::before {
  position: absolute;
  content: "";
  width: 114px;
  height: 110px;
  background: url("../../../assets/img/common/eco_only.png") no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-value-inr-wrap-txt p:last-child span {
  font-size: 70px;
}
.p-value-inr-wrap figure {
  width: 264px;
}
.p-value-line {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: #EAEAEA;
  margin: 24px 0 16px;
}
.p-value-line span {
  font-weight: 700;
}
.p-value-line span span {
  font-size: 24px;
}
.p-value-bottom {
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.p-value-bottom::before {
  position: absolute;
  content: "+";
  font-size: 60px;
  font-weight: 500;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
}
.p-value-bottom p {
  line-height: 48px !important;
}
.p-value-bottom-txt {
  font-weight: 700;
  color: #E60012;
  font-size: 24px;
  background: linear-gradient(to bottom, transparent 50%, #FFEA61 50%);
}
.p-value-bottom-txt span {
  font-size: 42px;
}
.p-value-bottom-txt small {
  font-size: 20px;
}

.p-reason-list {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 40px;
  margin-top: 75px;
}
.p-reason-list li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-reason-list li:first-child::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 100px;
  background: url("../../../assets/img/common/reason1.svg") no-repeat;
  right: 60px;
  top: 0;
  background-size: contain;
}
.p-reason-list li:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 84px;
  height: 80px;
  background: url("../../../assets/img/common/reason2.svg") no-repeat;
  right: 40px;
  top: -10px;
  background-size: contain;
}
.p-reason-list li:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 55px;
  background: url("../../../assets/img/common/reason3.svg") no-repeat;
  right: 60px;
  top: 0;
  background-size: contain;
}
.p-reason-list li:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 90px;
  background: url("../../../assets/img/common/reason4.png") no-repeat;
  right: 50px;
  top: -16px;
  background-size: contain;
}
.p-reason-list li:nth-child(5)::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 90px;
  background: url("../../../assets/img/common/reason5.svg") no-repeat;
  right: 100px;
  top: 0;
  background-size: contain;
}
.p-reason-list li:nth-child(6)::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 90px;
  background: url("../../../assets/img/common/reason6.svg") no-repeat;
  right: 40px;
  top: 0;
  background-size: contain;
}
.p-reason-list-txt {
  font-size: 24px;
  font-weight: 700;
}
.p-reason-list-txt-yellow {
  background: linear-gradient(transparent 0%, #FFEA61 0%);
}
.p-reason-list-num {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 32px;
  margin-right: 12px;
  color: #fff;
  width: 55px;
  height: 55px;
  background: #E60012;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-reason .c-txt-en {
  font-size: 32px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-slide a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.slick-slide a .c-list-fill-btm {
  margin-top: auto;
}

.p-blog {
  overflow: hidden;
}
.p-blog .c-list-fill {
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .p-blog .c-list-fill {
    padding-bottom: 24px;
  }
}
.p-blog .c-list-fill-item {
  margin: 0 8px;
}
.p-blog .c-list-fill span {
  font-size: 16px;
}
.p-blog .slick-prev,
.p-blog .slick-next {
  width: 48px;
  height: 48px;
}
.p-blog .slick-prev::before,
.p-blog .slick-next::before {
  font-size: 24px;
}
.p-blog-list {
  margin-top: 40px;
}

/*# sourceMappingURL=maker-top.css.map */
