@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=button], input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none;
}

input[type=button]::focus, input[type=submit]::focus {
  outline-offset: -2px;
}

:root {
  --sw: 100vw;
}
@media (min-width: 751px) {
  :root {
    --sw: 750px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(1.4rem, 4.3076923077vw, 2.8rem);
  min-height: 100vh;
  color: #222;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

.wrap {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 19.0666666667%;
  background-color: #afb4cb;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.header {
  padding: 10px 10px 15px;
}

.h_logo {
  width: calc(0.6666666667 * var(--sw));
}

.intro {
  position: relative;
  text-align: center;
  background: #afb4cb;
}
.intro h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12%;
  width: 100%;
}

.intro_content {
  padding: 55px 10px 0 0;
}

.intro_arrow {
  position: relative;
}
.intro_arrow img {
  position: relative;
  z-index: 2;
}
.intro_arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  padding-top: 14%;
  background-color: #afb4cb;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.cta {
  text-align: center;
}

.cta__lead {
  font-size: clamp(1.8rem, 5.5384615385vw, 3.6rem);
  color: #051b8a;
  letter-spacing: 0.18px;
  font-weight: 500;
  padding: 0 5px;
  word-break: keep-all;
  white-space: nowrap;
  margin-bottom: 20px;
}

.cta__txt {
  font-size: clamp(1.4rem, 4.3076923077vw, 2.8rem);
  letter-spacing: -0.56px;
  color: #eb2143;
  margin: 10px 0 0;
}

.cta_btn {
  display: block;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cta_btn img {
  width: 100%;
}

.cta_btn > img:nth-of-type(1) {
  opacity: 1;
}

.cta_btn > img:nth-of-type(2) {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.cta_btn:hover > img:last-child {
  opacity: 1;
}

.cta_btn--tel {
  margin-top: 25px;
}

.cta--1 {
  padding: 30px 0 0;
}

.about {
  margin-top: calc(0.2666666667 * var(--sw));
  padding-top: calc(0.12 * var(--sw));
  background-color: #eb2143;
  position: relative;
}
.about h2 {
  width: calc(0.7653333333 * var(--sw));
  position: absolute;
  top: calc(0.144 * var(--sw) * -1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_content {
  padding: 0 calc(0.0266666667 * var(--sw)) calc(0.048 * var(--sw));
}
.about_content p + p {
  margin-top: calc(0.0426666667 * var(--sw));
}
.about_content ul {
  list-style-type: none;
  margin: calc(0.0746666667 * var(--sw)) auto 0;
  width: calc(0.832 * var(--sw));
}
.about_content li {
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
  font-size: clamp(1.2rem, 3.2vw, 2.4rem);
  line-height: 2;
}

.discount {
  margin-top: 30px;
  padding: 0 calc(0.0493333333 * var(--sw));
}
.discount h2 {
  margin-bottom: calc(0.0466666667 * var(--sw));
}

.discount_box + .discount_box {
  margin-top: calc(0.0866666667 * var(--sw));
}

.discount_box--1 h2 {
  width: calc(0.452 * var(--sw));
}
.discount_box--1 dl {
  border: 2px solid #eb2143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(0.0333333333 * var(--sw));
}
.discount_box--1 dl dt {
  color: #eb2143;
  font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  border-right: 2px solid #eb2143;
  width: calc(0.0933333333 * var(--sw));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount_box--1 dl dd {
  background-color: #ffecf7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: calc(0.0266666667 * var(--sw)) 0 calc(0.0266666667 * var(--sw)) calc(0.1026666667 * var(--sw));
  font-size: clamp(1.6rem, 4.2666666667vw, 3.2rem);
}
.discount_box--1 dl dd span {
  font-size: clamp(1rem, 2.6666666667vw, 2rem);
}
.discount_box--1 dl dd p {
  font-size: clamp(1.3rem, 3.4666666667vw, 2.6rem);
}
.discount_box--1 ul {
  list-style-type: none;
  margin: calc(0.0746666667 * var(--sw)) auto 0;
  width: calc(0.832 * var(--sw));
}
.discount_box--1 > p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.2rem, 3.2vw, 2.4rem);
  margin-top: calc(0.04 * var(--sw));
  line-height: 2;
}

.discount_box--2 h2 {
  width: calc(0.5333333333 * var(--sw));
}
.discount_box--2 dl + dl {
  margin-top: 1.5em;
}
.discount_box--2 dt {
  color: #eb2143;
  font-size: clamp(1.2rem, 3.2vw, 2.4rem);
}
.discount_box--2 dt span {
  font-size: clamp(1.4rem, 3.7333333333vw, 2.8rem);
}
.discount_box--2 dd {
  padding-left: calc(0.0533333333 * var(--sw));
}

.discount_box--3 h2 {
  width: calc(0.3893333333 * var(--sw));
}
.discount_box--3 p {
  line-height: 2;
}

.discount_box--4 h2 {
  width: calc(0.3893333333 * var(--sw));
}
.discount_box--4 p {
  line-height: 2;
  font-size: clamp(1.6rem, 4.2666666667vw, 3.2rem);
}
.discount_box--4 p span {
  color: #eb2143;
}
.discount_box--4 p + p {
  font-size: clamp(1.2rem, 3.2vw, 2.4rem);
}

.step {
  margin-top: calc(0.12 * var(--sw));
  text-align: center;
  padding: 0 calc(0.0266666667 * var(--sw)) calc(0.04 * var(--sw));
}

.step + .intro_arrow::before {
  background-color: #fff;
}

.step_box {
  background-color: #ffcfd7;
  border-radius: 8px;
  position: relative;
  margin-top: calc(0.0733333333 * var(--sw));
  padding: calc(0.12 * var(--sw)) calc(0.0226666667 * var(--sw)) calc(0.0613333333 * var(--sw));
}

.step_box__icon {
  width: calc(0.1333333333 * var(--sw));
  position: absolute;
  top: calc(0.0453333333 * var(--sw) * -1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.step_box--1 h3 {
  width: calc(0.612 * var(--sw));
  margin-left: calc(0.1253333333 * var(--sw));
  margin-bottom: calc(0.0453333333 * var(--sw));
}

.step_box--2 h3 {
  width: calc(0.6293333333 * var(--sw));
  margin-left: calc(0.1333333333 * var(--sw));
}

.step_box--3 h3 {
  width: calc(0.6226666667 * var(--sw));
  margin-left: calc(0.136 * var(--sw));
}

.problem {
  position: relative;
  padding-top: calc(0.1866666667 * var(--sw));
  padding-bottom: calc(0.1266666667 * var(--sw));
  background-color: #eae9ff;
  margin-top: calc(0.1106666667 * var(--sw) * -1);
}
.problem img {
  width: calc(0.9 * var(--sw));
  display: block;
  margin: 0 auto;
}

.result_arrow {
  margin-top: calc(0.06 * var(--sw) * -1);
  position: relative;
  z-index: 3;
}

.result {
  position: relative;
  background-color: #fff4a4;
}

.result_check {
  width: calc(0.9453333333 * var(--sw));
  padding: calc(0.08 * var(--sw)) 0 20px;
  margin: 0 auto;
}

.cta--2 {
  padding: 30px 0;
}

.footer {
  background-color: #eb2143;
  color: #fff;
  font-size: clamp(1.2rem, 2.6666666667vw, 2rem);
  text-align: center;
  padding: calc(0.0533333333 * var(--sw)) 0;
}