@charset "UTF-8";
/* 共通 */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #404040;
}

html {
  font-size: 10px;
}

#wrap {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgb(189, 203, 210);
  background: #fff;
  overflow: hidden;
}

.inner {
  margin: 0 auto;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: 0.1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.center {
  text-align: center;
}

.section-ttl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.section-ttl span {
  font-weight: inherit;
}
.section-ttl::after {
  content: "";
  display: block;
  width: 22.7rem;
  height: 3px;
  background: #fff;
  margin: 0.9em auto 1em;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.btn {
  position: relative;
}

.btn::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0.991rem;
  height: 1.5rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.bubble {
  position: relative;
}

.bubble::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 2.672rem solid #fff;
  border-left: 1.544rem solid transparent;
  border-right: 1.544rem solid transparent;
  bottom: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
}

/* ヘッダー */
.header {
  position: fixed;
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  z-index: 99;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.header .inner {
  align-items: center;
  width: 91.9166666667%;
  min-height: 10rem;
}
.header-logo {
  width: 26.7rem;
}
.header-btn {
  display: inline-block;
  color: #fff;
  background: #ff5e8c;
  text-align: center;
  width: 23.9rem;
  line-height: 5.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 1.5rem;
}

/* KV */
.kv {
  position: relative;
  margin-top: 10rem;
  z-index: 10;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.c-container {
  animation: roll 25s linear infinite;
}

.c-img {
  width: 16.835%;
}

@keyframes roll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* キャンペーン実施中 */
.campaign {
  padding-top: 7.1rem;
  padding-bottom: 8.3rem;
}
.campaign .center {
  margin-bottom: 4.2rem;
}
.campaign img {
  width: 65%;
}

/* cta */
.cta-btn {
  display: block;
  margin: 0 auto;
  width: 47.4316666667%;
  color: #fff;
  background: #ff5e8c;
  text-align: center;
  font-size: 3.098rem;
  font-weight: 700;
  border-radius: 1.5rem;
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}
.cta-btn span {
  display: block;
  color: #ff5e8c;
  background: #fff;
  width: 41.4982957939%;
  margin: 0 auto 0.35em;
  font-size: 2.323rem;
  font-weight: 700;
  border-radius: 2.5rem;
}
.cta-btn::after {
  width: 1.425rem;
  height: 2.159rem;
  right: 3.2rem;
}

/* お悩み */
.trouble {
  text-align: center;
  padding-top: 4.8rem;
  padding-bottom: 19.3rem;
  position: relative;
}
.trouble-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.trouble .inner {
  position: relative;
  z-index: 20;
}
.trouble .bubble {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  width: 75.9rem;
  line-height: 7rem;
  color: #6e6e6e;
  background: #fff;
  border-radius: 3.5rem;
  margin-bottom: 1.25em;
}
.trouble .bubble span {
  color: #1aa9bb;
  font-weight: inherit;
}
.trouble .section-ttl {
  color: #fff;
}
.trouble ul {
  display: inline-block;
  padding-left: 7.5%;
  padding-top: 6rem;
}
.trouble li {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.2em;
  position: relative;
}
.trouble li::before {
  position: absolute;
  display: block;
  content: "";
  width: 3.8rem;
  height: 3.3rem;
  background: url("../img/check.png") no-repeat center/contain;
  left: -7.5rem;
  margin-top: 0.4rem;
}
.trouble .extra01 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 1.5em;
  margin-top: 3.5em;
}
.trouble .extra01::before, .trouble .extra01::after {
  content: "";
  display: block;
  width: 50%;
  height: 1.5rem;
  border-top: 2px solid #fff;
  position: absolute;
  bottom: -0.8em;
}
.trouble .extra01::before {
  left: 0;
}
.trouble .extra01::after {
  width: 47.5%;
  border-left: 3px solid #fff;
  right: 0;
  transform: skewX(-45deg);
}
.trouble .extra02 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.trouble .extra02 span {
  font-weight: inherit;
  background-image: linear-gradient(transparent 75%, #edc848 75%);
  background-position-y: -0.5rem;
}

.feature .section-ttl {
  margin-top: 1.5em;
}
.feature .section-ttl span {
  color: #1aa9bb;
}
.feature .section-ttl::after {
  background: #404040;
}
.feature-container {
  width: 91.8333333333%;
  margin: 0 auto;
  align-items: center;
}
.feature-img {
  width: 45.3720508167%;
}
.feature-arrow {
  width: 4.619rem;
  height: 6.919rem;
}
.feature .cta-btn {
  margin: 5rem auto 7.5rem;
}

.wrap-overview {
  background-size: auto auto;
  background-color: rgb(49, 178, 194);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgb(26, 169, 187) 4px, rgb(26, 169, 187) 8px);
}

.compare {
  padding-top: 8.5rem;
  padding-bottom: 6.3rem;
}
.compare .section-ttl {
  color: #fff;
}
.compare .section-ttl span {
  display: block;
  font-size: 3rem;
}
.compare .inner {
  width: 92%;
}

.overview {
  text-align: center;
  padding-bottom: 7.5rem;
}
.overview .section-ttl {
  color: #fff;
}
.overview .bubble {
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  width: 99.7rem;
  line-height: 11.4rem;
  color: #1aa9bb;
  background: #fff;
  border-radius: 5.7rem;
}
.overview .bubble + p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  margin: 2em 0 1em;
}
.overview-container {
  width: 92.0833333333%;
  margin: 0 auto;
}
.overview-container img {
  width: 32.5791855204%;
}
.overview .comments {
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  margin: 2.25em 0;
  display: inline-block;
}

.line_up .inner {
  background: #f0f0f0;
  padding-top: 7rem;
  padding-bottom: 8.5rem;
  text-align: center;
}
.line_up .section-ttl::after {
  background: #3f3f3f;
}
.line_up .item-list {
  justify-content: center;
  flex-wrap: wrap;
}
.line_up .item {
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.4);
  width: 23%;
  margin: 0 2.85rem 5.2rem 2.85rem;
  border: 2px solid #272727;
}
.line_up .item-name {
  color: #fff;
  background: #272727;
  font-size: 1.5rem;
  padding: 3% 0 4%;
}
.line_up .item-name span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.line_up .comments {
  font-size: 3rem;
  margin-top: 2.5rem;
}
.line_up .cta-btn {
  margin-top: 10.9rem;
  margin-bottom: 11.1rem;
}

/* 資料請求 */
.contact {
  text-align: center;
  position: relative;
}

.contact .container {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
}

.contact p {
  font-size: 1.8rem;
  line-height: 1.94;
  margin-bottom: 1em;
  color: #fff;
}

.contact li {
  display: inline-block;
}

.contact a {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 7rem;
  position: relative;
}

.contact .estimate {
  color: #fff;
  background: #4a4a4a;
  width: 33.4rem;
  margin-left: 0.75rem;
}
.contact .estimate a {
  color: #fff;
}

.contact .estimate::after {
  background: url("../img/arrow_r_wh.png") no-repeat center;
}

.contact .request {
  color: #000;
  background: #fff;
  width: 27rem;
}

.contact .request::after {
  background: url("../img/arrow_r_bl.png") no-repeat center;
}

.contact .estimate::after, .contact .request::after {
  content: "";
  width: 1.5rem;
  height: 2.4rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

/* フッター */
footer {
  text-align: center;
  color: #fff;
  background: #000;
  padding: 4.1% 0 7.1%;
}

footer p {
  font-size: 1.4rem;
}

footer a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  display: inline-block;
  margin-bottom: 4.57em;
}

.is_sp {
  display: none;
}

/* レスポンシブ */
@media screen and (max-width: 1199px) {
  #wrap {
    max-width: 100%;
  }

  html {
    font-size: 0.833vw;
  }

  .header {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }

  html {
    font-size: 1.333vw;
  }

  .header .inner {
    min-height: 9.7rem;
  }

  .header-logo {
    width: 23.6rem;
  }

  .header-btn {
    width: 22.668rem;
    line-height: 5.501rem;
  }
  .header-btn::after {
    width: 1.097rem;
    height: 1.666rem;
  }

  .kv {
    margin-top: 9.7rem;
  }

  .campaign {
    padding-bottom: 6.6rem;
  }

  .campaign .center {
    margin-bottom: 6.2rem;
  }

  .cta-btn {
    width: 82.116%;
    font-size: 3.352rem;
  }

  .cta-btn::after {
    width: 1.541rem;
    height: 2.334rem;
    right: 3.5rem;
  }

  .cta-btn span {
    font-size: 2.514rem;
    border-radius: 1.2rem;
    margin: 0 auto 0.25em;
  }

  .c-img {
    width: 26.936%;
  }

  .c-container {
    animation: roll 15s linear infinite;
  }

  .campaign img {
    width: 82.1333333333%;
  }

  .trouble .bubble {
    font-size: 2.4rem;
    width: 61.235rem;
    line-height: 5.648rem;
  }

  .bubble::after {
    border-top: 2.156rem solid #fff;
    border-left: 1.245rem solid transparent;
    border-right: 1.245rem solid transparent;
    bottom: -1.8rem;
  }

  .section-ttl {
    font-size: 4rem;
  }
  .section-ttl::after {
    width: 17rem;
  }

  .trouble {
    padding-top: 7rem;
    padding-bottom: 10.8rem;
  }
  .trouble ul {
    padding-top: 7.5rem;
    padding-left: 9%;
  }
  .trouble li {
    font-size: 2.4rem;
    letter-spacing: -0.01em;
  }
  .trouble li::before {
    left: -4.5rem;
    width: 2.5rem;
    height: 2.2rem;
  }
  .trouble .extra01 {
    font-size: 2.4rem;
    margin-top: 3.3em;
    margin-bottom: 1.2em;
  }
  .trouble .extra01::before {
    width: 42%;
    left: 5%;
  }
  .trouble .extra01::after {
    width: 42%;
    right: 7.5%;
    height: 1.3rem;
  }
  .trouble .extra02 {
    font-size: 2.8rem;
  }

  .feature-container {
    width: 81.7706666667%;
    flex-direction: column;
    justify-content: center;
    margin-top: 5.75rem;
  }
  .feature-img {
    width: 100%;
  }
  .feature-arrow {
    transform: rotate(90deg);
    margin: 3rem auto 2rem;
  }
  .feature .cta-btn {
    margin: 7.2rem auto 8rem;
  }

  .compare .inner {
    width: 82.1346666667%;
  }

  .overview {
    padding-bottom: 6.9rem;
  }
  .overview .bubble {
    width: 61.401rem;
    line-height: 7.501rem;
    font-size: 3rem;
    margin-top: 2rem;
  }
  .overview .bubble + p {
    font-size: 2.4rem;
    letter-spacing: initial;
    margin-bottom: 1.5em;
  }
  .overview-container {
    width: 82.1373333333%;
    flex-direction: column;
  }
  .overview-container img {
    width: 100%;
    margin-bottom: 1.1rem;
  }
  .overview .comments {
    font-size: 2rem;
    margin-top: 1em;
  }
  .overview .comments span {
    display: block;
    padding-left: 1em;
  }

  .line_up .inner {
    padding-bottom: 7.5rem;
  }
  .line_up .item-list {
    margin-top: 5.5rem;
  }
  .line_up .item {
    width: 40.1333333333%;
    margin: 0.6rem;
  }
  .line_up .item-name {
    font-size: 2.2rem;
    padding: 6% 0 7%;
  }
  .line_up .item-name span {
    font-size: 2.6rem;
  }
  .line_up .comments {
    font-size: 2.4rem;
    margin-top: 6.5rem;
  }
  .line_up .cta-btn {
    margin: 8.1rem auto;
  }

  .contact .container {
    top: 18%;
  }

  .contact p {
    font-size: 2.4rem;
    line-height: 1.5416666667;
    margin-bottom: 2.7em;
  }

  footer {
    padding: 9% 0;
  }
  footer a {
    font-size: 2.4rem;
    margin-bottom: 2em;
  }
  footer p {
    font-size: 2.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
