@charset "UTF-8";
html {
  font-size: 62.5%;
}

main {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

main {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 599px) {
  main {
    width: 100%;
  }
}
main h1, main h2, main h3, main h4, main h5, main h6, main p {
  margin: 0;
  padding: 0;
}
main .inner {
  width: 1100px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 599px) {
  main .inner {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 5.33%;
  }
}

.visual {
  width: 100%;
  height: 520px;
  background-image: url(../img/visual.png), url(../img/bg_visual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .visual {
    width: 100%;
    height: 169.3333333333vw;
    background-image: url(../img/visual-sp.png), url(../img/bg_visual-sp.jpg);
  }
}

.features {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #000;
  background-image: url(../img/bg_features.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .features {
    padding: 45px 0;
  }
}
@media screen and (max-width: 599px) {
  .features__head {
    padding: 0 4.18%;
  }
}
.features__head h2 {
  margin-right: -0.7em;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features__head h2 {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }
}
.features__head p {
  margin-top: 1.75em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #BEBEBE;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .features__head p {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
@media screen and (max-width: 599px) {
  .features__head p span {
    display: block;
  }
}
.features__body {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #FFF;
}
@media screen and (max-width: 599px) {
  .features__body {
    margin-top: 30px;
  }
}
.features__body picture {
  flex-basis: 50%;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 599px) {
  .features__body picture {
    flex-basis: 100%;
  }
}
.features__body .text {
  flex-basis: 50%;
  padding: 0 85px 0 70px;
}
@media screen and (max-width: 599px) {
  .features__body .text {
    flex-basis: 100%;
    padding: 2em 4.18%;
  }
}
.features__body .text h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .features__body .text h3 {
    font-size: clamp(1.5rem, 4.5333333333vw, 1.9rem);
    text-align: center;
  }
}
.features__body .text p {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #BEBEBE;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .features__body .text p {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}

.point {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .point {
    padding: 50px 0;
  }
}
.point h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .point h2 {
    font-size: clamp(1.5rem, 4.6666666667vw, 1.9rem);
  }
}
@media screen and (max-width: 599px) {
  .point h2 span {
    display: block;
  }
}
.point__body {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.point__body .card {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .point__body .card {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .point__body .card:not(:first-of-type) {
    margin-top: 3em;
  }
}
.point__body .card picture img {
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .point__body .card picture img {
    width: 89.55%;
    height: auto;
    margin: auto;
  }
}
.point__body .card__text {
  margin-top: 15px;
}
@media print, screen and (min-width: 600px) {
  .point__body .card__text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.point__body .card__text h3 {
  width: 80px;
  height: 80px;
  padding-top: 0.85em;
  background-color: #2EA7E0;
  border-radius: 100px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  font-family: "Oswald", serif;
}
@media screen and (max-width: 599px) {
  .point__body .card__text h3 {
    width: 60px;
    height: 60px;
    font-size: clamp(1.1rem, 2.9333333333vw, 1.1rem);
    position: absolute;
    top: -30px;
  }
}
.point__body .card__text h3 span {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .point__body .card__text h3 span {
    font-size: clamp(3rem, 8vw, 3rem);
  }
}
.point__body .card__text p {
  margin-left: 1em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .point__body .card__text p {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
    text-align: center;
  }
}
@media print, screen and (min-width: 600px) {
  .point__body .card__text p span {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .point__body .card__text p span:nth-of-type(3) {
    display: block;
  }
}

.amount {
  width: 100%;
  height: auto;
  margin-top: 142px;
  padding-bottom: 30px;
  background-color: #2EA7E0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .amount {
    margin-top: 12vw;
    padding-bottom: 50px;
  }
}
.amount::before {
  content: "";
  width: 100%;
  height: 172px;
  background-image: url(../img/bg_amount.svg);
  background-position: top center;
  background-repeat: repeat-x;
  position: absolute;
  top: -142px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .amount::before {
    height: 12.6666666667vw;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -12vw;
  }
}
.amount h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .amount h2 {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }
}
.amount__body {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  .amount__body {
    margin-top: 25px;
  }
}
.amount__body picture {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .amount__body picture {
    flex-basis: 100%;
  }
}
.amount__body .text {
  flex-basis: 50%;
  padding: 0 85px 0 70px;
}
@media screen and (max-width: 599px) {
  .amount__body .text {
    flex-basis: 100%;
    padding: 2em 12.84%;
  }
}
.amount__body .text h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .amount__body .text h3 {
    font-size: clamp(1.5rem, 4.6666666667vw, 2rem);
  }
}
.amount__body .text h3 span {
  display: block;
}
.amount__body .text h4 {
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #2EA7E0;
}
@media screen and (max-width: 599px) {
  .amount__body .text h4 {
    font-size: clamp(1rem, 2.8vw, 1.1rem);
  }
}
.amount__body .text p {
  margin-top: 0.5em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .amount__body .text p {
    font-size: clamp(1.5rem, 4.4vw, 1.8rem);
  }
}
.amount__body .text p span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .amount__body .text p span {
    font-size: clamp(1.8rem, 5.3333333333vw, 2.2rem);
  }
}
.amount__body .text p[role=note] {
  margin-top: 2em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 599px) {
  .amount__body .text p[role=note] {
    margin-top: 1em;
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.amount__body ~ p {
  margin-top: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .amount__body ~ p {
    margin: 1em 0 0 1em;
    font-size: clamp(1rem, 3.2vw, 1.4rem);
    text-align: justify;
    text-indent: -1em;
  }
}

.product {
  width: 100%;
  height: auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .product {
    padding: 50px 0 0;
  }
}
.product h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .product h2 {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }
}
.product__detail {
  width: 100%;
  height: auto;
  margin: auto;
}
.product__detail:nth-of-type(even) {
  background-color: #F6F6EC;
}
.product__detail:nth-of-type(odd) {
  background-color: #FFF;
}
.product__detail:nth-of-type(odd) .product__detail-text {
  order: 1;
}
.product__detail:nth-of-type(odd) > picture {
  order: 2;
}
.product__detail .inner {
  padding: 20px 0 0 0;
}
@media print, screen and (min-width: 600px) {
  .product__detail .inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 100px 0;
  }
}
.product__detail .inner > picture {
  flex-basis: 36.36%;
}
@media screen and (max-width: 599px) {
  .product__detail .inner > picture {
    flex-basis: 100%;
  }
}
@media print, screen and (min-width: 600px) {
  .product__detail .inner > picture img {
    border-radius: 200px;
  }
}
@media screen and (max-width: 599px) {
  .product__detail .inner > picture img {
    margin-top: 40px;
  }
}
.product__detail:not(:first-of-type) .inner {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .product__detail:not(:first-of-type) .inner {
    padding: 50px 0 0 0;
  }
}
.product__detail-text {
  flex-basis: 60.91%;
}
@media screen and (max-width: 599px) {
  .product__detail-text {
    flex-basis: 100%;
    padding: 0 5.33%;
  }
}
.product__detail-text h3 {
  width: 100%;
  height: auto;
  padding: 0.5em 0;
  background-color: #2EA7E0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .product__detail-text h3 {
    font-size: clamp(1.8rem, 5.3333333333vw, 2.2rem);
  }
}
.product__detail-text h3 + p {
  padding: 0.75em 0 2.5em 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .product__detail-text h3 + p {
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}
.product__detail-text .before-after {
  display: flex;
  justify-content: flex-end;
}
.product__detail-text .before-after picture {
  flex-basis: 44.78%;
  position: relative;
}
.product__detail-text .before-after picture img {
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .product__detail-text .before-after picture img {
    border-radius: 10px;
  }
}
.product__detail-text .before-after picture:first-of-type::before {
  content: "";
  width: 150px;
  height: 40px;
  background-image: url(../img/icon_before.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 40px;
  position: absolute;
  top: -15px;
  left: -20px;
}
@media screen and (max-width: 599px) {
  .product__detail-text .before-after picture:first-of-type::before {
    width: 20vw;
    height: 5.3333333333vw;
    background-size: 20vw 5.3333333333vw;
    top: -2vw;
    left: -2.6666666667vw;
  }
}
.product__detail-text .before-after picture:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #2EA7E0;
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .product__detail-text .before-after picture:first-of-type::after {
    border-width: 7.5px 0 7.5px 10px;
    right: -4.9333333333vw;
  }
}
.product__detail-text .before-after picture:not(:first-of-type) {
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  .product__detail-text .before-after picture:not(:first-of-type) {
    margin-left: 6.6666666667vw;
  }
}
.product__detail-text .before-after picture:not(:first-of-type)::before {
  content: "";
  width: 150px;
  height: 40px;
  background-image: url(../img/icon_after.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 40px;
  position: absolute;
  top: -15px;
  left: -20px;
}
@media screen and (max-width: 599px) {
  .product__detail-text .before-after picture:not(:first-of-type)::before {
    width: 20vw;
    height: 5.3333333333vw;
    background-size: 20vw 5.3333333333vw;
    top: -2vw;
    left: -2.6666666667vw;
  }
}
.product__detail-text h4 {
  margin-top: 1.5em;
  margin-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .product__detail-text h4 {
    margin-left: 0;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
  }
}
.product__detail-text ul {
  margin: 0.75em 0 1em 20px;
}
@media screen and (max-width: 599px) {
  .product__detail-text ul {
    margin: 0.75em 0 1em 0;
  }
}
.product__detail-text ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .product__detail-text ul li {
    padding-left: 1.25em;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
    text-indent: -1.25em;
  }
}
.product__detail-text ul li::before {
  content: "●";
  margin-right: 0.25em;
  color: #2EA7E0;
}
.product__detail-text .unique {
  margin-left: 20px;
  padding: 1em 0;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 599px) {
  .product__detail-text .unique {
    margin-left: 0;
    padding: 0.5em 0;
  }
}
.product__detail-text .unique:last-of-type {
  border-bottom: 1px dotted #000;
}
.product__detail-text .unique-inner {
  padding-left: 1em;
  border-left: 5px solid #2EA7E0;
}
.product__detail-text .unique h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .product__detail-text .unique h5 {
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
  }
}
.product__detail-text .unique p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .product__detail-text .unique p {
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
  }
}
@media screen and (max-width: 599px) {
  .product__detail-text .unique p span {
    display: block;
  }
}

.eclean__contact {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .eclean__contact {
    padding: 50px 0;
  }
}
.eclean__contact a {
  width: 470px;
  height: auto;
  margin: auto;
  padding: 0.8em 0;
  background-color: #2EA7E0;
  border: 2px solid #2EA7E0;
  border-radius: 100px;
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .eclean__contact a {
    width: 66.67%;
    height: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.eclean__contact a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .eclean__contact a::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: 10px;
  }
}
.eclean__contact a:hover {
  background-color: #FFF;
  color: #2EA7E0;
}
.eclean__contact a:hover::before {
  border-top: 3px solid #2EA7E0;
  border-right: 3px solid #2EA7E0;
}
@media screen and (max-width: 599px) {
  .eclean__contact a:hover::before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

footer {
  margin: 0 !important;
}