@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@media print, screen and (min-width: 750.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

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

:root {
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Work Sans", "century-gothic", sans-serif;
}

#howto_lead {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_lead {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #howto_lead h2 {
    margin: 0 auto 1em;
    width: calc(100% - 40px);
    font-size: 4.8vw;
  }
}
#howto_lead::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/deco1.svg) no-repeat center center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_lead::before {
    width: 341px;
    height: 239px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-720px, -100px);
            transform: translate(-720px, -100px);
  }
}
@media print and (max-width: 980px), screen and (min-width: 750.1px) and (max-width: 980px) {
  #howto_lead::before {
    top: 100px;
    left: -90px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 750px) {
  #howto_lead::before {
    display: none;
  }
}
#howto_lead::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/deco2.svg) no-repeat center center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_lead::after {
    width: 236px;
    height: 149px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(400px, 180px);
            transform: translate(400px, 180px);
  }
}
@media print and (max-width: 980px), screen and (min-width: 750.1px) and (max-width: 980px) {
  #howto_lead::after {
    top: 400px;
    left: auto;
    right: -60px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 750px) {
  #howto_lead::after {
    width: 31.4666666667vw;
    height: 19.8666666667vw;
    right: 0;
    bottom: -24vw;
  }
}

#howto_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents {
    padding: min(100px, 8vw);
    gap: 80px;
  }
}
@media screen and (max-width: 750px) {
  #howto_contents {
    padding: 12vw 8vw;
    gap: 12vw;
  }
}
#howto_contents::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/deco1.svg) no-repeat center center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents::before {
    width: 341px;
    height: 239px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-420px, -240px);
            transform: translate(-420px, -240px);
  }
}
@media screen and (max-width: 750px) {
  #howto_contents::before {
    width: 45.4666666667vw;
    height: 31.8666666667vw;
    bottom: -15.4666666667vw;
    left: 0;
  }
}
#howto_contents::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/deco2.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents::after {
    width: 236px;
    height: 149px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-640px, 50px);
            transform: translate(-640px, 50px);
  }
}
@media print and (max-width: 980px), screen and (min-width: 750.1px) and (max-width: 980px) {
  #howto_contents::after {
    bottom: -80px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 750px) {
  #howto_contents::after {
    display: none;
  }
}
#howto_contents .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(80px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  #howto_contents .content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4vw;
  }
}
#howto_contents .content_wrap .content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap .content_text {
    width: 50%;
    gap: 20px;
  }
}
#howto_contents .content_wrap .content_text h3 {
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap .content_text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #howto_contents .content_wrap .content_text h3 {
    margin-bottom: 1em;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
#howto_contents .content_wrap .content_image {
  background-color: #FDFCFA;
  border-radius: min(20px, 5vw);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 16px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 16px 16px rgba(0, 0, 0, 0.05);
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap .content_image {
    width: calc(50% - 80px);
    padding: min(16px, 1vw);
  }
}
@media screen and (max-width: 750px) {
  #howto_contents .content_wrap .content_image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 3vw;
  }
}
#howto_contents .content_wrap .content_image img {
  width: 100%;
  border-radius: 8px;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#howto_contents .content_wrap:nth-child(2) {
  position: relative;
  z-index: 1;
}
#howto_contents .content_wrap:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F0EDE9;
  -webkit-mask: url(/assets/img/deco4.svg) no-repeat center center/contain;
          mask: url(/assets/img/deco4.svg) no-repeat center center/contain;
  mix-blend-mode: screen;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap:nth-child(2)::before {
    width: 593px;
    height: 52px;
    top: 0;
    left: -136px;
  }
}
#howto_contents .content_wrap:nth-child(4) {
  position: relative;
  z-index: 1;
}
#howto_contents .content_wrap:nth-child(4)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F0EDE9;
  -webkit-mask: url(/assets/img/deco4.svg) no-repeat center center/contain;
          mask: url(/assets/img/deco4.svg) no-repeat center center/contain;
  mix-blend-mode: screen;
  z-index: -1;
}
@media print, screen and (min-width: 750.1px) {
  #howto_contents .content_wrap:nth-child(4)::before {
    width: 593px;
    height: 52px;
    top: -40px;
    left: 536px;
  }
}
#howto .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 750.1px) {
  #howto .btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #howto .btn_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#howto .btn_wrap a {
  margin: 0;
}