@charset "UTF-8";

/* body {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
} */

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

@media screen and (max-width: 750px) {
  html,
  body {
    font-size: calc(100vw / 75);
  }
}

p {
  font-size: 3.4rem;
}

.inner {
  padding: 0 2rem;
}

.inner-25 {
  padding: 0 2.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.ls-0 {
  letter-spacing: 0;
}

.ls--30 {
  letter-spacing: -0.03em;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-29 {
  font-size: 2.9rem;
}

.fs-31 {
  font-size: 3.1rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-38 {
  font-size: 3.8rem;
}

.fs-41 {
  font-size: 4.1rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-44 {
  font-size: 4.4rem;
}

.fs-45 {
  font-size: 4.5rem;
}

.fs-56 {
  font-size: 5.6rem;
}

.fs-73 {
  font-size: 7.3rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-90 {
  margin-top: 9rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.f-pink {
  color: #ff006c;
}

.lh-1 {
  line-height: 1;
}

.lh-13 {
  line-height: 1.3;
}

.lh-15 {
  line-height: 1.5;
}

.lh-18 {
  line-height: 1.8;
}

.line-yellow {
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffea00 50%);
}

.under-line-black {
  display: inline-block;
  border-bottom: 2px solid #000;
}

.f-blue {
  color: #0042ff;
}

.bg-yellow {
  background-color: #fffac3;
}

.bg-blue {
  background-color: #e7ffff;
}

.bg-pink {
  background-color: #ffe8f1;
}

.flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.check {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  margin-top: 0.8rem;
  margin-right: 0.2rem;
}

.annotation {
  display: inline-block;
  font-size: 2rem;
  transform: translateY(-1.4rem);
}

.bg-brown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 9.4rem;
  font-size: 4.4rem;
  color: #fff;
  font-weight: 700;
  background-color: #b2762f;
  border-radius: 1rem;
}

.sec-ttl {
  font-size: 4.5rem;
  line-height: 1.5;
  padding-left: 3rem;
  margin-top: 9rem;
  margin-bottom: 4.5rem;
  position: relative;
}

.sec-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 100%;
  background-color: #ff006c;
}

.sec-ttl::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #757575;
}

.step-ttl {
  font-size: 4.5rem;
  line-height: 1;
  position: relative;
}

.step-ttl::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #757575;
  z-index: 1;
}

.step {
  display: inline-block;
  padding: 1.3rem 4rem 1.5rem;
  background-color: #ff006c;
  color: #fff;
  margin-right: 1.5rem;
  position: relative;
}

.step:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border: none;
  border-top: solid 8rem transparent;
  border-right: solid 3rem #fff;
}

.hasen-box {
  padding: 4.5rem 3rem;
  background-image: linear-gradient(to right, #ff006c, #ff006c 0.9rem, transparent 0.9rem, transparent 1.2rem),
    /* 上の線 */ linear-gradient(to bottom, #ff006c, #ff006c 0.9rem, transparent 0.9rem, transparent 1.2rem),
    /* 右の線 */ linear-gradient(to left, #ff006c, #ff006c 0.9rem, transparent 0.9rem, transparent 1.2rem),
    /* 下の線 */ linear-gradient(to top, #ff006c, #ff006c 0.9rem, transparent 0.9rem, transparent 1.2rem); /* 左の線 */
  background-size: 1.2rem 0.3rem, /* 上の線 */ 0.3rem 1.2rem, /* 右の線 */ 1.2rem 0.3rem, /* 下の線 */ 0.3rem 1.2rem; /* 左の線 */
  background-position: left top, /* 上の線 */ right top, /* 右の線 */ right bottom, /* 下の線 */ left bottom; /* 左の線 */
  background-repeat: repeat-x, /* 上の線 */ repeat-y, /* 右の線 */ repeat-x, /* 下の線 */ repeat-y; /* 左の線 */
}

.conv-ttl {
  position: relative;
  display: inline-block;
}

.conv-ttl::before {
  content: "";
  position: absolute;
  top: 54%;
  left: -18px;
  transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  width: 2px;
  height: 4rem;
  background-color: #000;
}

.conv-ttl::after {
  content: "";
  position: absolute;
  top: 54%;
  right: -14px;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 2px;
  height: 4rem;
  background-color: #000;
}

.user {
  width: 28rem;
  flex-shrink: 1;
  height: auto;
  margin-right: 2rem;
}
