@font-face {
  font-family: "SF Pro";
  src: url("../assets/fonts/SF-Pro.ttf");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 700;
  src: url("../assets/fonts/SF-Pro-Display-Heavy.otf");
}
@font-face {
  font-family: "SF Pro Display";
  font-weight: 400;
  src: url("../assets/fonts/SF-Pro-Display-Regular.otf");
}
@font-face {
  font-family: "Hiragino Kaku Gothic Std";
  src: url("../assets/fonts/Hiragino-Kaku-Gothic-Std.otf");
}
.h2 {
  color: #222;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}

.h3 {
  color: #222;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 44px;
}

.h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 27px;
}

@media screen and (max-width: 780px) {
  .h2 {
    font-size: 8.205vw;
    margin-bottom: 15.385vw;
  }
  .h3 {
    font-size: 6.154vw;
    margin-bottom: 2.564vw;
  }
  .h4 {
    font-size: 5.128vw;
    margin-bottom: 5.128vw;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "SF Pro";
  font-size: 20px;
  min-width: 1400px;
  -webkit-text-size-adjust: none;
}

.container {
  margin: 0 auto;
  width: 1260px;
}

.section {
  padding: 100px 0;
}

.is-blue {
  color: #00AFAA;
}

.is-light-orange {
  color: #FFE6B6;
}

.is-light-orange-300 {
  color: #FFE0A3;
}

.is-dark-orange {
  color: #FF4D00;
}

.is-orange {
  color: #EE8030;
}

.is-orange-500 {
  color: #F57620;
}

.is-orange-600 {
  color: #E6673A;
}

.is-light-gray {
  color: #555;
}

.is-red {
  color: #FF0000;
}

.is-bold {
  font-weight: 600;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 4.103vw;
    min-width: 0;
  }
  .container,
  .sp-container {
    margin: 0 5.128vw;
    width: auto;
  }
  .section {
    padding: 20.513vw 0 15.128vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.jc-space-between {
  justify-content: space-between;
}

.fd-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.p-relative {
  position: relative;
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-80 {
  width: 80%;
}

@media screen and (max-width: 780px) {
  .sp-text-center {
    text-align: center;
  }
  .sp-block {
    display: block;
  }
  .sp-flex-wrap {
    flex-wrap: wrap;
  }
  .sp-jc-center {
    justify-content: center;
  }
  .w-20,
  .w-40,
  .w-50,
  .w-60,
  .w-65,
  .w-80 {
    width: 100%;
  }
}
.card {
  background-color: #fff;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 40px;
  position: relative;
  width: 610px;
}
.card:nth-child(odd) {
  margin-right: 20px;
}
.card:nth-child(even) {
  margin-left: 20px;
}
.card__img {
  overflow: hidden;
  position: relative;
}
.card img {
  height: 100%;
  width: 100%;
}
.card__content {
  font-size: 24px;
  padding: 25px 30px 30px;
}
.card__content p {
  line-height: 1.5;
}
.card__hover {
  background: linear-gradient(#171717, #461F1F, #BA5649, #FFB077);
  border-radius: 30px;
  color: #fff;
  height: calc(100% - 60px);
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0;
}
.card__hover h4 {
  font-weight: 600;
}
.card__hover p {
  line-height: 1.8;
}
.card.has-hover.is-hovered > .card__main {
  opacity: 0;
  transition: all 0.5s ease;
}
.card.has-hover.is-hovered > .card__hover {
  opacity: 1;
  transition: all 0.5s ease;
}

@media screen and (max-width: 780px) {
  .card {
    border-radius: 4.359vw;
    margin: 0 0 5.128vw !important;
    width: 100%;
  }
  .card__content {
    font-size: 5.128vw;
    padding: 4.103vw 5.128vw;
  }
  .card__hover {
    border-radius: 4.359vw;
    height: calc(100% - 8.205vw);
    opacity: 0;
    padding: 4.103vw 5.128vw;
  }
  .card__hover p {
    font-size: 3.077vw;
  }
}
.floating-menu {
  background-color: #fff;
  padding-top: 20px;
  position: sticky;
  top: 120px;
}
.floating-menu__list {
  border-bottom: 1px solid #EBEDED;
}
.floating-menu__list li a {
  cursor: pointer;
}
.floating-menu__list li a.is-active, .floating-menu__list li a:hover {
  background-color: #F2FBFB;
  border-left-color: #00AFAA;
  color: #00AFAA;
}
.floating-menu__list .no-link {
  font-size: 14px;
  font-weight: 600;
}
.floating-menu__list .no-link,
.floating-menu__list a {
  border-left: 3px solid #fff;
  color: #555;
  display: block;
  padding: 15px 0;
  padding-left: 17px;
  transition: all 0.3s ease;
}
.floating-menu__top {
  color: #555;
  display: block;
  padding: 15px 0;
  padding-left: 20px;
}
.floating-menu__top::before {
  background: url("../assets/icons/ico-arrow-up.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 16px;
  vertical-align: middle;
  width: 16px;
}

@media screen and (max-width: 780px) {
  .floating-menu {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    padding-top: 0;
    transition: all 0.3s ease;
    z-index: 9999;
  }
  .is-open .floating-menu {
    display: block;
    transition: all 0.5s ease;
  }
  .floating-menu__list {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 7.692vw);
    justify-content: end;
    padding-bottom: 7.692vw;
  }
  .floating-menu__list li.no-link {
    font-size: 3.59vw;
    width: auto;
  }
  .floating-menu__list a {
    border-left-width: 0.769vw;
    font-size: 4.103vw;
    padding: 3.333vw 5.128vw;
    padding-left: 4.359vw;
  }
  .floating-menu__button {
    background-color: #fff;
    bottom: 10.256vw;
    position: fixed;
    right: 0;
    z-index: 99;
  }
  .floating-menu__button button {
    background: transparent;
    border: 0;
    border-bottom: 0.256vw solid #EBEDED;
    font-size: 4.103vw;
    padding: 4.487vw 3.59vw;
  }
  .floating-menu__overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 99;
  }
  .is-open .floating-menu__overlay {
    display: block;
    opacity: 0.4;
    transition: all 0.5s ease;
  }
  .floating-menu__top {
    font-size: 4.103vw;
    padding: 2.564vw 3.846vw 3.846vw;
    text-align: center;
  }
  .floating-menu__top::before {
    display: block;
    height: 4.103vw;
    margin: 0 auto;
    width: 4.103vw;
  }
}
.howto {
  padding-left: 35px;
  width: 80%;
}
.howto__wrapper {
  border-bottom: 1px solid #D3D3D3;
  padding: 80px 0;
}
.howto__wrapper:last-of-type, .howto__wrapper.no-border {
  border: 0;
}
.howto__wrapper.no-border {
  padding-bottom: 0;
}
.howto__title {
  color: #222;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.howto__subtitle {
  color: #222;
  font-size: 24px;
  font-weight: 700;
}
.howto__text {
  color: #222;
  font-size: 20px;
  margin-bottom: 27px !important;
}
.howto p.is-small {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px !important;
}
.howto__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}
.howto__content img {
  width: 215px;
}
.howto__step {
  align-items: start;
  display: flex;
  margin-bottom: 55px;
  margin-right: 35px;
  width: 48%;
}
.howto__step:nth-child(even), .howto__step.mr-0 {
  margin-right: 0;
}
.howto__step.mr-35 {
  margin-right: 35px;
}
.howto__step:last-child, .howto__step:nth-last-child(2) {
  margin-bottom: 0;
}
.howto__step.is-full {
  align-items: normal;
  margin-right: 0;
  width: 100%;
}
.howto__step__text {
  margin-left: 26px;
  padding-top: 20px;
}
.howto__step__text.has-bg {
  background-color: #F6F6F9;
  border-radius: 16px;
  padding: 30px;
  width: 100%;
}
.howto__step__text.ml-0 {
  margin-left: 0;
}
.howto__step__text .howto__text {
  margin-bottom: 3px !important;
}
.howto__step__list {
  list-style: decimal;
  margin-left: 25px;
}
.howto__banner {
  background-color: #E6F7F7;
  border: 2px solid #B3E7E6;
  border-radius: 16px;
  display: block;
  margin-top: 40px;
  padding: 30px 0 7px;
  position: relative;
  text-align: center;
}
.howto__banner__title {
  background-color: #fff;
  border-radius: 17px;
  color: #00AFAA;
  display: inline-block;
  font-family: "SF Pro Display";
  font-size: 51px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 3px 20px 10px;
  position: relative;
}
.howto__banner__title::after {
  background: url("../assets/icons/ico-chat-arrow.svg") no-repeat center;
  bottom: -10px;
  content: "";
  height: 41px;
  position: absolute;
  right: -10px;
  width: 59px;
}
.howto__banner__text {
  color: #3B4D4C;
  font-family: "SF Pro Display";
  font-size: 26px;
  margin-bottom: 0 !important;
}
.howto__banner__text::before {
  background: url("../assets/icons/ico-book.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 51px;
  margin-bottom: 8px;
  margin-right: 6px;
  vertical-align: middle;
  width: 51px;
}
.howto__banner__img-1 {
  left: 88px;
  position: absolute;
  top: 19px;
}
.howto__banner__img-2 {
  bottom: 32px;
  position: absolute;
  right: 120px;
}
.howto__download {
  background-color: #F6F6F9;
  border-radius: 16px;
  padding: 40px 60px;
}
.howto__download__text {
  margin-left: 20px;
}
.howto__download p {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.howto__download p.is-small {
  color: #555;
  font-size: 14px;
}
.howto__download__link {
  color: #222;
  font-size: 16px !important;
}
.howto__download__dl {
  display: block;
}
.howto__download__dl:first-child {
  margin-bottom: 10px;
}
.howto__download__dl img {
  height: 54px;
  width: 172px;
}
.howto__faq__title {
  background-color: #fff;
  border-radius: 50%;
  color: #00AFAA;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  padding: 34px 110px 25px;
  position: relative;
}
.howto__faq__title::after {
  background: url("../assets/icons/ico-chat-arrow.svg") no-repeat center/contain;
  bottom: -10px;
  content: "";
  height: 76px;
  position: absolute;
  width: 62px;
  left: 45px;
  transform: rotateY(180deg);
}
.howto__faq__title-wrapper {
  background-color: #E6F7F7;
  border-radius: 16px;
  overflow: hidden;
  padding: 27px 0 36px;
  position: relative;
  text-align: center;
}
.howto__faq__title-wrapper::before, .howto__faq__title-wrapper::after {
  border-radius: 50%;
  content: "";
  height: 210px;
  position: absolute;
  width: 210px;
}
.howto__faq__title-wrapper::before {
  background-color: #00AFAA;
  left: -90px;
  opacity: 5%;
  top: -114px;
}
.howto__faq__title-wrapper::after {
  background-color: #00AFAA;
  bottom: -96px;
  opacity: 8%;
  right: -79px;
}
.howto__faq .howto__title {
  padding-top: 80px;
}
.howto__faq dl {
  margin-bottom: 30px;
}
.howto__faq dl dt::before,
.howto__faq dl dd::before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 17px;
  padding: 0 10px;
  width: 10px;
}
.howto__faq dl dt {
  color: #00AFAA;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.howto__faq dl dt::before {
  background-color: #00AFAA;
  content: "Q";
}
.howto__faq dl dd {
  color: #555;
  display: flex;
  font-size: 20px;
}
.howto__faq dl dd::before {
  background-color: #8A9494;
  content: "A";
}
.howto__faq dl dd a {
  color: #555;
  text-decoration: underline;
}
.howto__faq dl dd .has-underline {
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .howto {
    padding-left: 0;
    width: 100%;
  }
  .howto__wrapper {
    border-bottom-width: 0.256vw;
    padding: 15.385vw 0;
  }
  .howto__wrapper:last-of-type, .howto__wrapper.no-border {
    border: 0;
  }
  .howto__wrapper.no-border {
    padding-bottom: 0;
  }
  .howto__title {
    font-size: 6.154vw;
    margin-bottom: 4.487vw;
  }
  .howto__subtitle {
    font-size: 5.128vw;
    margin-top: 10.256vw;
  }
  .howto__subtitle.mt-20 {
    margin-top: 5.128vw;
  }
  .howto__text {
    font-size: 4.615vw;
    line-height: 1.7 !important;
    margin-bottom: 7.051vw !important;
  }
  .howto p.is-small {
    font-size: 3.59vw;
    margin-bottom: 5.385vw !important;
  }
  .howto__content {
    margin-top: 7.051vw;
  }
  .howto__content img {
    width: 44.359vw;
  }
  .howto__step {
    margin-bottom: 7.051vw;
    margin-right: 0;
    width: 100%;
  }
  .howto__step:nth-last-child(2) {
    margin-bottom: 7.051vw;
  }
  .howto__step:last-of-type {
    margin-bottom: 0;
  }
  .howto__step.mr-35 {
    margin-right: 0;
  }
  .howto__step__text {
    margin-left: 3.846vw;
    padding-top: 1.282vw;
  }
  .howto__step__text.has-bg {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .howto__step__text .howto__text {
    margin-bottom: 1.538vw !important;
  }
  .howto .has-bg-sp {
    background-color: #F6F6F9;
    border-radius: 3.077vw;
    padding: 3.846vw;
  }
  .howto .has-bg-sp.mb-30 {
    margin-bottom: 7.692vw;
  }
  .howto__banner {
    border-width: 0.256vw;
    border-radius: 2.051vw;
    margin-top: 7.051vw;
    padding: 2.308vw 0 7px;
  }
  .howto__banner__title {
    border-radius: 2.051vw;
    font-size: 6.154vw;
    margin-bottom: 0.641vw;
    padding: 1.667vw 1.923vw 1.282vw;
  }
  .howto__banner__title::after {
    background-size: cover;
    bottom: -1.282vw;
    height: 4.872vw;
    right: -1.282vw;
    width: 7.179vw;
  }
  .howto__banner__text {
    font-size: 3.077vw;
  }
  .howto__banner__text::before {
    background-size: cover;
    height: 6.154vw;
    margin-bottom: 1.282vw;
    margin-right: 1.026vw;
    width: 6.154vw;
  }
  .howto__banner__img-1 {
    left: 2.051vw;
    top: 1.538vw;
    width: 11.538vw;
  }
  .howto__banner__img-2 {
    bottom: 2.564vw;
    right: 3.846vw;
    width: 8.718vw;
  }
  .howto__download {
    border-radius: 3.077vw;
    padding: 3.846vw;
  }
  .howto__download .is-booco-logo {
    height: 23.077vw;
    width: 23.077vw;
  }
  .howto__download__text {
    margin-bottom: 0;
    margin-left: 2.564vw;
  }
  .howto__download p {
    font-size: 4.103vw;
  }
  .howto__download p.is-small {
    font-size: 3.59vw;
  }
  .howto__download__link {
    font-size: 4.103vw !important;
    text-align: center;
  }
  .howto__download__dl {
    display: inline-block;
    margin-top: 5.128vw;
  }
  .howto__download__dl:first-of-type {
    margin-bottom: 0;
    margin-right: 1.077vw;
  }
  .howto__download__dl img {
    height: 12.308vw;
    width: 39.487vw;
  }
  .howto__faq__title {
    font-size: 5.897vw;
    padding: 3.333vw 10.256vw 2.564vw;
  }
  .howto__faq__title::after {
    bottom: -1.282vw;
    height: 8.462vw;
    width: 6.923vw;
    left: 5.769vw;
  }
  .howto__faq__title-wrapper {
    border-radius: 1.026vw;
    padding: 4.103vw 0 4.615vw;
  }
  .howto__faq__title-wrapper::before, .howto__faq__title-wrapper::after {
    height: 25.641vw;
    width: 25.641vw;
  }
  .howto__faq__title-wrapper::before {
    left: -13.333vw;
    top: -13.846vw;
  }
  .howto__faq__title-wrapper::after {
    bottom: -12.821vw;
    right: -12.821vw;
  }
  .howto__faq .howto__title {
    padding-top: 7.692vw;
  }
  .howto__faq dl {
    margin-bottom: 5.128vw;
  }
  .howto__faq dl dt::before,
  .howto__faq dl dd::before {
    height: 5.897vw;
    margin-right: 2.051vw;
    padding: 0 1.795vw;
    width: 2.307vw;
  }
  .howto__faq dl dt {
    font-size: 4.103vw;
    margin-bottom: 20px;
  }
  .howto__faq dl dd {
    font-size: 4.103vw;
  }
}
.notice {
  background-color: #FFF2F8;
  display: none;
  padding: 15px 0;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
}
.notice.is-shown {
  display: block;
}
.notice__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.notice p {
  font-size: 16px;
}
.notice p.is-small {
  font-size: 14px;
  margin: 10px 0;
  white-space: nowrap;
}
.notice p strong {
  font-weight: bold;
}
.notice p a {
  color: #2000D8;
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .notice {
    padding: 6.154vw 0;
    text-align: left;
  }
  .notice__close {
    height: 7.692vw;
    width: 7.692vw;
  }
  .notice__close img {
    height: 100%;
    width: 100%;
  }
  .notice p {
    font-size: 3.59vw;
  }
  .notice p.is-small {
    font-size: 3.077vw;
    margin: 2.564vw 0;
    white-space: normal;
  }
}
.plan {
  background-color: #fff;
  border-radius: 30px;
}
.plan-free {
  margin: 20px 0;
  width: 65%;
}
.plan-plus {
  background-color: #E9F9F9;
  margin-left: -92px;
  width: 100%;
}
.plan__header {
  background-color: #F5F6F6;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  color: #555;
  font-family: "SF Pro Display";
  height: 126px;
  padding: 40px 60px 14px;
}
.plan__header--blue {
  background: linear-gradient(#15D1CB, #00AFAA);
  color: #fff;
  height: 146px;
  padding: 45px 70px 11px;
}
.plan__header__title {
  color: #555;
  font-weight: 700;
  margin-bottom: 14px;
}
.plan__header__title--plus {
  color: #fff;
  font-size: 40px;
}
.plan__header__subtitle {
  font-weight: 400;
}
.plan__header__subtitle > span {
  font-size: 32px;
  font-weight: 600;
}
.plan__header__subtitle > span.is-small {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  opacity: 0.8;
  vertical-align: middle;
}
.plan__content {
  padding: 21px 60px 34px;
}
.plan__content--plus {
  padding-bottom: 17px;
  padding-left: 70px;
  padding-top: 70px;
}
.plan__content__heading {
  color: #33BFBB;
  font-weight: 700;
  margin-bottom: 30px;
}
.plan__list {
  margin-left: 20px;
}
.plan__list:nth-child(1) {
  margin-right: 115px;
}
.plan__list li {
  color: #555;
  margin-bottom: 30px;
  padding-left: 20px;
  text-indent: -40px;
}
.plan__list li:last-child {
  margin-bottom: 0;
}
.plan__list li::before {
  background: url("./../assets/icons/ico-check.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 16px;
  vertical-align: middle;
  width: 24px;
}
.plan__list li.is-orange {
  color: #EE8030;
  font-weight: 700;
}
.plan__list li.is-orange::before {
  background-image: url("./../assets/icons/ico-check-orange.svg");
}
.plan__note {
  color: #B1B8B7;
  font-size: 11px;
  line-height: 2.3;
  margin-top: 24px;
}

@media screen and (max-width: 780px) {
  .plan {
    border-radius: 5.128vw;
  }
  .plan-free {
    margin: 0 auto;
    width: 95%;
  }
  .plan-plus {
    margin-left: 0;
    margin-top: -2.103vw;
  }
  .plan__header {
    border-top-right-radius: 5.128vw;
    border-top-left-radius: 5.128vw;
    height: auto;
    padding: 5.128vw 6.154vw;
  }
  .plan__header--blue {
    height: auto;
    padding: 4.872vw 7.179vw 2.692vw;
  }
  .plan__header__title {
    font-size: 5.128vw;
    margin-bottom: 2.051vw;
  }
  .plan__header__title--plus {
    font-size: 5.128vw;
    margin-bottom: 2.564vw;
  }
  .plan__header__subtitle {
    font-size: 3.846vw;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .plan__header__subtitle > span {
    font-size: 5.128vw;
  }
  .plan__header__subtitle > span.is-small {
    font-size: 3.077vw;
    margin-bottom: 0.564vw;
    margin-left: 1.513vw;
  }
  .plan__content {
    padding: 4.103vw 5.128vw;
  }
  .plan__content--plus {
    padding: 5.103vw 5.128vw 6.923vw 7.128vw;
  }
  .plan__content__heading {
    margin-bottom: 1.5rem;
  }
  .plan__list {
    margin-left: 0;
  }
  .plan__list:nth-child(1) {
    margin-bottom: 2.564vw;
    margin-right: 0;
  }
  .plan__list li {
    font-size: 3.846vw;
    margin-bottom: 2.564vw;
    padding-left: 8.974vw;
    text-indent: -8.974vw;
  }
  .plan__list li::before {
    background-size: cover;
    height: 3.846vw;
    margin-right: 5.128vw;
    width: 3.846vw;
  }
  .plan__note {
    font-size: 2.564vw;
    line-height: 2;
    margin-top: 1.625rem;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header__wrapper {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  margin-top: 28px;
}
.header__logo span {
  display: none;
}
.header-check {
  display: none;
}
.header-menu {
  display: none;
}
.header-nav__list {
  align-items: center;
  display: flex;
  height: 100%;
}
.header-nav__item {
  font-size: 16px;
  position: relative;
}
.header-nav__item:last-child {
  padding-right: 0;
}
.header-nav__item > a {
  color: #222;
  display: block;
  padding: 28px 20px;
}
.header-nav__item > a:hover {
  color: #00AFAA;
}
.header-nav__item.is-active > a {
  color: #00AFAA;
}
.header-nav__child {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0784313725);
  display: none;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 60px;
}
.header-nav__item > a.is-hovered ~ .header-nav__child {
  display: block;
}

.header-nav__child li {
  margin-bottom: 10px;
}
.header-nav__child li:last-child {
  margin-bottom: 0;
}
.header-nav__child li.is-app {
  margin-bottom: 24px;
}
.header-nav__child li.is-app > a {
  align-items: center;
  color: #555;
  display: flex;
  font-size: 14px;
}
.header-nav__child li.is-app > a p {
  margin-left: 14px;
}
.header-nav__child__img {
  height: 48px;
}
.header .logo-blue {
  display: none;
}
.header-white .header__logo, .is-nav .header .header__logo {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: auto;
}
.header-white .header__logo a, .is-nav .header .header__logo a {
  margin-right: 31px;
  width: 125px;
}
.header-white .header__logo span, .is-nav .header .header__logo span {
  color: #00AFAA;
  display: block;
  font-size: 14px;
}
.header-white .header__logo span.is-big, .is-nav .header .header__logo span.is-big {
  font-size: 18px;
  font-weight: 600;
  margin-right: 34px;
}
.header-white, .is-nav .header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.header-white .header__wrapper, .is-nav .header .header__wrapper {
  align-items: center;
}
.header-white .header__logo, .is-nav .header .header__logo {
  margin-top: 0;
}
.header-white .header__logo img, .is-nav .header .header__logo img {
  width: 100%;
}
.header-white .header__logo .logo-blue, .is-nav .header .header__logo .logo-blue {
  display: block;
}
.header-white .header__logo .logo-white, .is-nav .header .header__logo .logo-white {
  display: none;
}
.header-white .header-nav, .is-nav .header .header-nav {
  margin-top: 0;
}

@media screen and (max-width: 780px) {
  .header {
    padding: 1.795vw 0;
  }
  .header__wrapper {
    align-items: start;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    margin-top: 7.692vw;
    width: 28.718vw;
  }
  .header__logo a {
    display: block;
  }
  .header__logo img {
    width: 100%;
  }
  .header-menu {
    align-items: center;
    display: flex;
    height: 7.692vw;
    justify-content: center;
    width: 7.692vw;
  }
  .header-menu .bar {
    background-color: #fff;
    display: block;
    height: 0.385vw;
    margin: 1.795vw auto;
    transition: all 0.5s ease;
    width: 5.128vw;
  }
  .header-menu .bar::before, .header-menu .bar::after {
    background-color: #fff;
    content: "";
    height: 0.385vw;
    position: absolute;
    transition: all 0.5s ease;
    width: 5.128vw;
  }
  .header-menu .bar::before {
    transform: translateY(-1.795vw);
  }
  .header-menu .bar::after {
    transform: translateY(1.795vw);
  }
  .header-check:checked ~ .header-menu {
    position: relative;
    z-index: 99999;
  }
  .header-check:checked ~ .header-menu .bar {
    background: #222;
    transform: translateX(12.821vw);
  }
  .header-check:checked ~ .header-menu .bar::before {
    background: #222;
    transform: rotate(45deg) translate(-8.974vw, 8.974vw);
  }
  .header-check:checked ~ .header-menu .bar::after {
    background: #222;
    transform: rotate(-45deg) translate(-8.974vw, -8.974vw);
  }
  .header-check:not(:checked) ~ .header-nav {
    display: none;
  }
  .header-check:checked ~ .header-nav {
    left: 0;
  }
  .header-nav {
    background: #fff;
    bottom: 0;
    height: 100vh;
    left: 100%;
    margin-top: 0;
    position: absolute;
    top: 11.41vw;
    width: 100%;
    z-index: 999;
  }
  .header-nav__list {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 11.538vw 0;
    position: fixed;
    right: 0;
    top: 11.41vw;
    width: auto;
  }
  .header-nav__item {
    font-size: 4.103vw;
    margin-bottom: 19.231vw;
    padding: 0 5.128vw;
    text-align: center;
  }
  .header-nav__item:last-child {
    padding-right: 5.128vw;
  }
  .header-nav__item a {
    padding: 0;
  }
  .header-nav__child {
    border-radius: 3.077vw;
    box-shadow: 0 1.026vw 5.128vw rgba(0, 0, 0, 0.0784313725);
    padding: 7.692vw;
    position: relative;
    right: 0;
    top: 10.256vw;
  }
  .header-nav__child li {
    margin-bottom: 2.564vw;
  }
  .header-nav__child li.is-sp-half {
    display: inline-block;
    width: 48%;
  }
  .header-nav__child li:last-child {
    margin-bottom: 0;
  }
  .header-nav__child li.is-app {
    margin-bottom: 6.154vw;
  }
  .header-nav__child li.is-app > a {
    font-size: 3.59vw;
    justify-content: center;
  }
  .header-nav__child li.is-app > a p {
    margin-left: 3.59vw;
  }
  .header-nav__child__img {
    height: auto;
    width: 100%;
  }
  .header-white .header__logo, .is-nav .header .header__logo {
    margin-top: 0;
    width: auto;
  }
  .header-white .header__logo a, .is-nav .header .header__logo a {
    margin-right: 4.103vw;
    width: 20.769vw;
  }
  .header-white .header__logo span, .is-nav .header .header__logo span {
    color: #00AFAA;
    display: block;
    font-size: 2.308vw;
  }
  .header-white .header__logo span.is-big, .is-nav .header .header__logo span.is-big {
    font-size: 3.59vw;
    margin-right: 2.564vw;
  }
  .header-white .header-menu .bar, .is-nav .header .header-menu .bar {
    background-color: #222;
  }
  .header-white .header-menu .bar::before, .header-white .header-menu .bar::after, .is-nav .header .header-menu .bar::before, .is-nav .header .header-menu .bar::after {
    background-color: #222;
  }
}
.footer {
  background-color: #00AFAA;
  color: #fff;
  font-size: 16px;
  padding: 66px 0 92px;
}
.footer__nav {
  display: flex;
  justify-content: center;
}
.footer__nav li::before {
  content: "|";
  margin: 0 19px;
}
.footer__nav li:first-child::before {
  display: none;
}
.footer__nav li a {
  color: #fff;
  letter-spacing: 1px;
}
.footer__copyright {
  opacity: 0.8;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .footer {
    font-size: 3.59vw;
    padding: 10.256vw 0 10.256vw;
  }
  .footer__nav {
    flex-wrap: wrap;
  }
  .footer__nav li {
    margin-bottom: 5.128vw;
  }
  .footer__nav li:first-child, .footer__nav li:last-child {
    text-align: center;
    width: 100%;
  }
  .footer__nav li::before {
    margin: 0 1.564vw;
  }
  .footer__nav li.no-border::before {
    display: none;
  }
  .footer__nav li a {
    letter-spacing: 0.256vw;
  }
  .footer__copyright {
    font-size: 4.103vw;
    letter-spacing: 0.256vw;
    line-height: 1.6;
    margin-top: 4.103vw;
  }
}
.page {
  background-color: #F9FAFD;
  font-size: 16px;
  padding: 180px 0 50px;
}
.page-container {
  margin: 0 auto;
  width: 1000px;
}
.page-banner {
  background: url("../assets/img/howto-banner.png") no-repeat center/cover;
  padding: 80px 0 30px;
}
.page-banner__title {
  color: #555;
  font-family: "SF Pro Display";
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 33px;
}
.page-banner__title.is-blue {
  color: #00AFAA;
}
.page-banner__subtitle {
  color: #555;
  font-family: "SF Pro Display";
  font-size: 20px;
}
.page-banner__subtitle.is-blue {
  color: #00AFAA;
}
.page p {
  line-height: 1.9;
  margin-bottom: 37px;
}
.page p.mb-2 {
  margin-bottom: 2px;
}
.page__wrapper {
  margin-bottom: 55px;
}
.page__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center;
}
.page__subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.page__list-number {
  list-style: decimal;
  margin-left: 24px;
}
.page__list-number li {
  line-height: 1.9;
  margin-bottom: 2px;
}
.page__list-dot {
  list-style-type: disc;
}
.page__list-letter {
  list-style: lower-alpha;
  margin-left: 25px;
}
.page a {
  overflow-wrap: break-word;
}
.page .is-indented {
  display: block;
  margin-left: 15px;
}
.page__section-1 {
  margin-bottom: 150px;
}
.page__link-section {
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

@media screen and (max-width: 780px) {
  .page {
    font-size: 3.59vw;
    padding: 26.667vw 0 12.436vw;
  }
  .page .container, .page-container {
    margin: 0 5.128vw;
    width: auto;
  }
  .page-banner {
    background-image: url("../assets/img/sp-howto-banner.png");
    padding: 12.821vw 0 18.718vw;
  }
  .page-banner__title {
    font-size: 7vw;
    margin-bottom: 5.385vw;
    white-space: nowrap;
  }
  .page-banner__subtitle {
    font-size: 3.59vw;
  }
  .page p {
    line-height: 2;
    margin-bottom: 7.179vw;
  }
  .page p.mb-2 {
    margin-bottom: 0.256vw;
  }
  .page__wrapper {
    margin-bottom: 7.692vw;
  }
  .page__title {
    font-size: 8.205vw;
    margin-bottom: 7.949vw;
  }
  .page__subtitle {
    font-size: 5.128vw;
    line-height: 2;
    margin-bottom: 5.128vw;
  }
  .page__list-number {
    margin-left: 4.487vw;
  }
  .page__list-number li {
    line-height: 2;
    margin-bottom: 0.256vw;
  }
  .page__list-letter {
    margin-left: 5.128vw;
  }
  .page .is-indented {
    margin-left: 2.564vw;
  }
  .page__section-1 {
    margin-bottom: 30.769vw;
  }
  .page__link-section {
    height: 15.385vw;
    margin-top: -15.385vw;
  }
}
.p-home .header {
  transition: all ease-out 0.5s;
}
.p-home .header.is-notice-shown {
  top: 120px;
}
.p-home .header.header-white, .is-nav .p-home .header {
  top: 0;
}
.p-home .banner {
  color: #fff;
  overflow: hidden;
  padding: 145px 0 42px;
  position: relative;
}
.p-home .banner::before {
  background: url("../assets/img/banner-bg-1.png") no-repeat center left/cover;
  border-top-right-radius: 310px;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 65%;
  z-index: -2;
}
.p-home .banner::after {
  background: url("../assets/img/banner-bg-2.png") no-repeat top right/cover;
  border-top-left-radius: 240px;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 90px;
  width: 35%;
  z-index: -1;
}
.p-home .banner .container::before {
  background: url("../assets/img/banner-obj-1.png") no-repeat left top;
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  top: -25px;
  width: 100%;
  z-index: -1;
}
.p-home .banner .container::after {
  background: url("../assets/img/banner-obj-2.png") no-repeat right bottom;
  bottom: -42px;
  content: "";
  height: 255px;
  left: 380px;
  position: absolute;
  right: 0;
  width: 564px;
}
.p-home .banner .w-40 {
  bottom: 0;
  position: absolute;
  right: 0;
}
.p-home .banner__title {
  font-family: "SF Pro Display";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
}
.p-home .banner__subtitle {
  letter-spacing: 1px;
  margin: 20px 0 25px;
}
.p-home .banner__download {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 23px;
  max-width: 400px;
  padding: 18px 20px 25px;
}
.p-home .banner__download__text {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
}
.p-home .banner__download__button > a {
  height: 54px;
  width: 50%;
}
.p-home .banner__download__button > a:first-child {
  margin-right: 12px;
}
.p-home .banner__download__button > a img {
  height: 100%;
  width: auto;
}
.p-home .banner__count {
  background: linear-gradient(#FF589E, #FF006B);
  box-shadow: 0 8px 8px 8px rgba(230, 105, 50, 0.0588235294);
  border-radius: 50%;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 14px;
  left: 77px;
  line-height: 1;
  padding: 25px 29px;
  position: absolute;
  text-align: center;
  top: -80px;
  transform: rotate(10deg);
}
.p-home .banner__count .is-big {
  font-size: 45px;
  margin: 7px 0 5px;
}
.p-home .banner__count .is-med {
  font-size: 22px;
}
.p-home .banner__count span {
  font-size: 14px;
  letter-spacing: 3px;
  margin-left: 4px;
  writing-mode: tb;
}
.p-home .banner__img-1 {
  height: 100%;
  margin-left: 208px;
  vertical-align: bottom;
  width: 326px;
}
.p-home .banner__img-2 {
  bottom: 0;
  left: -180px;
  position: absolute;
  width: 216px;
  z-index: 2;
}
.p-home .banner__img-3 {
  bottom: 0;
  left: -25px;
  position: absolute;
  width: 196px;
}
.p-home .section-1__img {
  margin-right: 52px;
  width: 408px;
}
.p-home .section-1 p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 35px;
}
.p-home .section-2 {
  background-color: #F9FAFD;
}
.p-home .section-2__subtitle {
  color: #00AFAA;
  margin-bottom: 24px;
}
.p-home .section-2__subtitle--left {
  margin-left: 330px;
}
.p-home .section-2__subtitle::before {
  background: url("../assets/icons/ico-light-bulb.svg") no-repeat center left;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 20px;
}
.p-home .section-2__content {
  align-items: center;
  display: flex;
  margin-bottom: 60px;
}
.p-home .section-2__content:last-child {
  margin-bottom: 0;
}
.p-home .section-2__text {
  background-color: #fff;
  border-radius: 12px;
  color: #555;
  padding: 17px 20px;
  position: relative;
}
.p-home .section-2__text::before {
  background: url("../assets/icons/ico-arrow.svg") no-repeat left top;
  content: "";
  height: 16px;
  left: 65px;
  position: absolute;
  top: -15px;
  width: 26px;
}
.p-home .section-2__text p {
  line-height: 1.7;
}
.p-home .section-2__img {
  margin-left: 30px;
  margin-top: -50px;
  width: 300px;
}
.p-home .section-2__img--left {
  margin-left: 0;
  margin-right: 30px;
}
.p-home .section-3 {
  background: url("../assets/img/sec3-bg.svg") no-repeat center top 30px, linear-gradient(#FB9D55, #E76B2F, #E5604E);
  color: #fff;
  position: relative;
}
.p-home .section-3::after {
  background: url("../assets/img/sec3-arrow.svg") no-repeat center bottom;
  bottom: -79px;
  content: "";
  height: 80px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 225px;
}
.p-home .section-3 .h2 {
  color: #fff;
  margin-bottom: 45px;
}
.p-home .section-3 .h3 {
  color: #fff;
  margin-bottom: 12px;
}
.p-home .section-3 p {
  letter-spacing: 1.2px;
  line-height: 1.8;
}
.p-home .section-3__text {
  width: calc(100% - 340px);
}
.p-home .section-3__wrapper {
  border-radius: 50%;
  height: 300px;
  margin-left: 40px;
  margin-top: 20px;
  overflow: hidden;
  width: 300px;
}
.p-home .section-3__img {
  height: 100%;
  width: 100%;
}
.p-home .section-4 {
  background: #F9FAFD url("../assets/img/sec4-bg.png") no-repeat center bottom/contain;
  padding: 0;
}
.p-home .section-4 .h3 {
  margin-bottom: 60px;
}
.p-home .section-4__book {
  height: 258px;
  margin-bottom: 40px;
  width: 190px;
}
.p-home .section-4__book img {
  height: 100%;
  width: 100%;
}
.p-home .section-4__hmm {
  background: url("../assets/img/sec4-bg-hmm.png") no-repeat center/cover;
  border-radius: 30px;
  padding: 20px 170px 50px;
}
.p-home .section-4__hmm .h3 {
  margin-bottom: 40px;
}
.p-home .section-4__hmm__text {
  line-height: 1.8;
}
.p-home .section-4__hmm__img {
  margin-bottom: 50px;
}
.p-home .section-4__hmm__note {
  color: #00AFAA;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
}
.p-home .section-4__img {
  position: absolute;
}
.p-home .section-4__img-2 {
  bottom: 13px;
  height: 240px;
  right: -29px;
  transform: rotate(0deg) scaleX(-1);
  width: 260px;
}
.p-home .section-4__img-3 {
  bottom: 90px;
  height: 210px;
  right: 57px;
  width: 210px;
}
.p-home .section-4__img-4 {
  bottom: 19px;
  height: 225px;
  right: 1px;
  width: 263px;
}
.p-home .section-5 {
  overflow: hidden;
  padding-bottom: 0;
}
.p-home .section-5__wrapper {
  align-items: center;
  display: flex;
  padding: 120px 0;
}
.p-home .section-5__wrapper-1 {
  background-color: #F2FBFB;
}
.p-home .section-5__wrapper-2 {
  background-color: #E8F0F6;
  flex-flow: row-reverse;
}
.p-home .section-5__wrapper-3 {
  background-color: #F2FBFB;
}
.p-home .section-5__img {
  align-items: end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  height: 436px;
  justify-content: end;
  padding: 44px 60px 0;
  text-align: right;
  width: 50%;
}
.p-home .section-5__img-1 {
  background-image: url("../assets/img/sec5-bg-1.png");
}
.p-home .section-5__img-1 img {
  width: 680px;
}
.p-home .section-5__img-2 {
  background-image: url("../assets/img/sec5-bg-2.png");
  border-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: start;
  padding-left: 116px;
  text-align: left;
}
.p-home .section-5__img-2 img {
  width: 588px;
}
.p-home .section-5__img-3 {
  background-image: url("../assets/img/sec5-bg-3.png");
  padding-left: 0;
}
.p-home .section-5__img-3 img {
  width: 750px;
}
.p-home .section-5__content {
  color: #333;
  padding-left: 80px;
  padding-right: 90px;
  width: 50%;
}
.p-home .section-5__content .h3 {
  margin-bottom: 18px;
}
.p-home .section-5__content p {
  color: #555;
  line-height: 1.8;
}
.p-home .section-5__list {
  font-size: 14px;
  margin-top: 18px;
}
.p-home .section-5__list li {
  color: #555;
  line-height: 1.7;
}
.p-home .section-6 {
  background-color: #F9FAFD;
  padding-bottom: 15px;
}
.p-home .section-6 .h3 {
  margin-bottom: 23px;
}
.p-home .section-6 .card {
  cursor: default;
  margin-bottom: 0;
}
.p-home .section-6 .card__content p {
  color: #555;
  font-size: 20px;
  line-height: 1.6;
}
.p-home .section-7 {
  background-color: #F9FAFD;
  padding-bottom: 215px;
}
.p-home .section-7 .h2 {
  margin-bottom: 108px;
}
.p-home .section-8 {
  background: linear-gradient(#F9FAFD 18%, #E6F7F7 18%);
  padding: 118px 0 45px;
}
.p-home .section-8__content {
  margin: 0 auto;
  max-width: 755px;
  position: relative;
}
.p-home .section-8__logo {
  margin-left: 82px;
}
.p-home .section-8__img {
  position: absolute;
  right: -12px;
  top: -173px;
  width: 260px;
}
.p-home .section-8__img img {
  width: 100%;
}
.p-home .section-8__download {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 36px;
  max-width: 400px;
  padding: 20px 18px 23px;
}
.p-home .section-8__download__text {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
  text-align: center;
}
.p-home .section-8__download__button > a {
  height: 54px;
  width: 50%;
}
.p-home .section-8__download__button > a:first-child {
  margin-right: 10px;
}
.p-home .section-8__download__button > a img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 780px) {
  .p-home .header.is-notice-shown {
    top: 52.872vw;
  }
  .p-home .header.header-white, .is-nav .p-home .header {
    top: 0;
  }
  .p-home .banner {
    padding: 24.59vw 0 0;
  }
  .p-home .banner::before {
    background: url("../assets/img/banner-bg-1-sp.png") no-repeat center left/cover;
    border-bottom-right-radius: 51.282vw;
    border-top-right-radius: 0;
    height: 113.103vw;
    width: 100%;
  }
  .p-home .banner::after {
    background: url("../assets/img/banner-bg-2-sp.png") no-repeat top left/cover;
    border-top-left-radius: 0;
    border-top-right-radius: 25.641vw;
    bottom: 0;
    height: 81.026vw;
    top: 112.7vw;
    width: 100%;
    z-index: -1;
  }
  .p-home .banner .container::before {
    background-image: url("../assets/img/banner-obj-1-sp.png");
    background-size: contain;
    left: -2.564vw;
    top: -1.282vw;
  }
  .p-home .banner .container::after {
    display: none;
  }
  .p-home .banner .w-40 {
    height: 80.026vw;
    padding-top: 16.41vw;
    position: relative;
  }
  .p-home .banner__title {
    font-size: 8.974vw;
    line-height: 1.6;
    white-space: nowrap;
  }
  .p-home .banner__subtitle {
    line-height: 1.9;
    margin: 2.821vw 0 4.615vw;
  }
  .p-home .banner__download {
    background-color: #F5F6F6;
    border-radius: 1.923vw;
    margin: 5.128vw 5.128vw 0;
    max-width: 89.744vw;
    padding: 3.846vw;
  }
  .p-home .banner__download__text {
    font-size: 4.103vw;
    margin-bottom: 4.103vw;
    text-align: center;
  }
  .p-home .banner__download__button > a {
    height: auto;
    width: 50%;
  }
  .p-home .banner__download__button > a:first-child {
    margin-right: 3.077vw;
  }
  .p-home .banner__download__button > a img {
    height: auto;
    width: 100%;
  }
  .p-home .banner__alc-logo {
    width: 20.513vw;
  }
  .p-home .banner__alc-logo img {
    width: 100%;
  }
  .p-home .banner__count {
    box-shadow: 0 1.538vw 1.538vw 1.538vw rgba(230, 105, 50, 0.0588235294);
    font-size: 2.564vw;
    left: auto;
    padding: 5.128vw 5.128vw 4.487vw;
    right: 2.564vw;
    top: -14.231vw;
  }
  .p-home .banner__count .is-big {
    align-items: center;
    display: flex;
    font-size: 7.692vw;
    justify-content: center;
    margin: 0.769vw 0;
  }
  .p-home .banner__count .is-med {
    font-size: 3.846vw;
  }
  .p-home .banner__count span {
    font-size: 2.564vw;
  }
  .p-home .banner__img-1 {
    bottom: 0;
    height: auto;
    left: 51.282vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 44.359vw;
    z-index: 2;
  }
  .p-home .banner__img-2 {
    bottom: 0;
    left: -2.974vw;
    margin: 0 auto;
    right: 0;
    width: 48.718vw;
    z-index: 2;
  }
  .p-home .banner__img-3 {
    left: -57.179vw;
    margin: 0 auto;
    right: 0;
    width: 33.821vw;
  }
  .p-home .section-1__img {
    margin-bottom: 11.026vw;
    margin-right: 0;
    width: 100%;
  }
  .p-home .section-1 p {
    margin-bottom: 3.846vw;
  }
  .p-home .section-2__subtitle {
    margin-bottom: 5.128vw;
    padding-left: 6.41vw;
    text-indent: -6.41vw;
  }
  .p-home .section-2__subtitle::before {
    background-size: contain;
    height: 5.128vw;
    width: 5.128vw;
  }
  .p-home .section-2__subtitle--left {
    margin-left: 0;
  }
  .p-home .section-2__content {
    border-radius: 3.077vw;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 12.308vw;
  }
  .p-home .section-2__content:last-child {
    margin-bottom: 0;
  }
  .p-home .section-2__text {
    padding: 3.846vw 5.128vw;
  }
  .p-home .section-2__text::before {
    background-size: contain;
    height: 4.103vw;
    left: 14.103vw;
    top: -3.846vw;
    width: 6.667vw;
  }
  .p-home .section-2__text p {
    line-height: 1.9;
  }
  .p-home .section-2__img {
    margin: 0 auto 9.231vw;
    max-width: 100%;
    width: 76.923vw;
  }
  .p-home .section-3 {
    background: linear-gradient(#FB9D55, #E76B2F, #E5604E);
    padding: 15.385vw 0 10.256vw;
  }
  .p-home .section-3::after {
    background-size: cover;
    bottom: -10.128vw;
    height: 10.256vw;
    width: 28.718vw;
  }
  .p-home .section-3 .h2 {
    margin-bottom: 7.692vw;
  }
  .p-home .section-3 .h3 {
    margin-bottom: 5.128vw;
  }
  .p-home .section-3__text {
    width: auto;
  }
  .p-home .section-3__wrapper {
    height: auto;
    margin: 7.692vw auto 0;
    max-width: 100%;
    width: 76.923vw;
  }
  .p-home .section-4 {
    padding: 20.513vw 0 0;
  }
  .p-home .section-4 .h3 {
    margin: 10.256vw 0 9.231vw;
  }
  .p-home .section-4__book {
    height: auto;
    margin-bottom: 3.846vw;
    width: 31%;
  }
  .p-home .section-4__card-wrapper {
    margin-top: 1.923vw;
  }
  .p-home .section-4__hmm {
    border-radius: 4.615vw;
    padding: 6.795vw 0 5.128vw;
  }
  .p-home .section-4__hmm .h3 {
    font-size: 5.128vw;
    margin: 0;
  }
  .p-home .section-4__hmm__img {
    margin: 4.359vw 7.692vw 5.128vw;
  }
  .p-home .section-4__hmm__img img {
    height: auto;
    width: 15.385vw;
  }
  .p-home .section-4__hmm__text {
    font-size: 3.077vw;
    line-height: 2;
    margin: 0 3.846vw;
  }
  .p-home .section-4__hmm__note {
    font-size: 2.564vw;
    line-height: 1.8;
    margin: 3.205vw 3.205vw 0;
  }
  .p-home .section-4__img-2 {
    bottom: 1.923vw;
    height: 35.256vw;
    right: -5.769vw;
    width: 41.026vw;
  }
  .p-home .section-4__img-3 {
    bottom: 12.821vw;
    height: 31.026vw;
    right: 8.333vw;
    width: 31.026vw;
  }
  .p-home .section-4__img-4 {
    bottom: 2.692vw;
    height: 33.59vw;
    right: 0.154vw;
    width: 37.179vw;
  }
  .p-home .section-5__wrapper {
    display: block;
    padding: 12.821vw 5.128vw;
  }
  .p-home .section-5__wrapper-2 {
    flex-flow: row-reverse;
  }
  .p-home .section-5__img {
    border-radius: 3.846vw;
    height: 48.718vw;
    justify-content: center;
    padding: 5.128vw 3.205vw 0;
    text-align: center;
    width: auto;
  }
  .p-home .section-5__img-3 {
    padding-left: 0;
  }
  .p-home .section-5__img img {
    height: 100%;
    max-width: 100%;
    width: auto;
  }
  .p-home .section-5__content {
    margin-top: 5.769vw;
    padding: 0;
    width: 100%;
  }
  .p-home .section-5__content .h3 {
    margin-bottom: 3.205vw;
  }
  .p-home .section-5__list {
    font-size: 3.077vw;
    margin-top: 2.564vw;
  }
  .p-home .section-6 {
    padding-bottom: 0;
  }
  .p-home .section-6 .h3 {
    margin-bottom: 6.154vw;
  }
  .p-home .section-6 .card {
    margin-bottom: 0;
  }
  .p-home .section-6 .card__content {
    padding-bottom: 8.205vw;
  }
  .p-home .section-6 .card__content p {
    font-size: 4.103vw;
  }
  .p-home .section-7 {
    padding: 15.385vw 0 17.436vw;
  }
  .p-home .section-7 .h2 {
    margin-bottom: 15.385vw;
  }
  .p-home .section-8 {
    background: linear-gradient(#F9FAFD 36%, #E6F7F7 36%);
    padding: 0 0 10.256vw;
  }
  .p-home .section-8__content {
    max-width: 100%;
  }
  .p-home .section-8__logo {
    margin: 0 auto 18.718vw;
    width: 56.41vw;
  }
  .p-home .section-8__logo-text {
    font-size: 3.59vw;
    margin-bottom: 6.41vw;
  }
  .p-home .section-8__img {
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
    width: 73.59vw;
  }
  .p-home .section-8__download {
    border-radius: 1.923vw;
    display: block;
    margin: 4.103vw auto 0;
    max-width: 89.744vw;
    padding: 3.846vw 3.846vw 5.128vw;
  }
  .p-home .section-8__download__text {
    font-size: 5.128vw;
    margin-bottom: 3.846vw;
    text-align: center;
  }
  .p-home .section-8__download__button > a {
    height: auto;
  }
  .p-home .section-8__download__button > a:first-child {
    margin-right: 3.205vw;
  }
  .p-home .section-8__download__button > a img {
    height: auto;
    width: 100%;
  }
}
.p-howto {
  padding: 75px 0 138px;
}
.p-howto .section-1 {
  padding-top: 20px;
}
.p-howto__floating {
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .p-howto {
    padding: 11.282vw 0 12.821vw;
  }
  .p-howto .page-banner__title .is-left {
    margin-left: -5.128vw;
  }
  .p-howto .section-1 {
    padding-top: 0;
  }
  .p-howto__floating {
    bottom: 0;
    height: 0;
    left: 0;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 65%;
    z-index: 999;
  }
  .p-howto__floating.is-open {
    height: 100%;
    z-index: 9999;
  }
}
.p-howtobiz {
  background-color: #fff;
  padding-bottom: 0;
}
.p-howtobiz .page-banner {
  background-image: url("../assets/img/howtobiz-banner.png");
}
.p-howtobiz .floating-menu__list .no-link {
  padding-bottom: 8px;
  padding-top: 8px;
}
.p-howtobiz .floating-menu__list a {
  padding-bottom: 6px;
  padding-top: 6px;
}
.p-howtobiz__title {
  color: #00AFAA;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.p-howtobiz__title::before, .p-howtobiz__title::after {
  background-color: #B3E7E6;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 400px;
}
.p-howtobiz__title::after {
  left: auto;
  right: 0;
}
.p-howtobiz__card {
  margin-bottom: 42px;
  width: 615px;
}
.p-howtobiz__card:nth-child(odd) {
  margin-right: 30px;
}
.p-howtobiz__card-video {
  height: 346px;
}
.p-howtobiz__card-video iframe {
  height: 100%;
  width: 100%;
}
.p-howtobiz__card-text {
  background-color: #F6F6F9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
.p-howtobiz__card-text p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.p-howtobiz .section-1 {
  padding: 120px 0 80px;
}
.p-howtobiz .section-2__wrapper {
  background-color: #F9FAFD;
  padding-bottom: 160px;
}
.p-howtobiz .floating-menu__list {
  height: 530px;
  overflow-y: scroll;
}

@media screen and (max-width: 780px) {
  .p-howtobiz .page-banner {
    background-image: url("../assets/img/sp-howtobiz-banner.png");
  }
  .p-howtobiz .floating-menu {
    padding: 5.128vw 0 7.692vw;
    overflow-y: scroll;
  }
  .p-howtobiz .floating-menu__list {
    height: calc(100% + 5.128vw);
    margin-bottom: 5.128vw;
    padding-top: 5.128vw;
  }
  .p-howtobiz .floating-menu__list .no-link,
  .p-howtobiz .floating-menu__list a {
    padding-bottom: 1.538vw;
    padding-top: 1.538vw;
  }
  .p-howtobiz__title {
    font-size: 7.179vw;
    margin-bottom: 10.256vw;
  }
  .p-howtobiz__title::before, .p-howtobiz__title::after {
    display: none;
  }
  .p-howtobiz__card {
    margin-bottom: 5.128vw;
    width: 100%;
  }
  .p-howtobiz__card:nth-child(odd) {
    margin-right: 0;
  }
  .p-howtobiz__card-video {
    height: 50.513vw;
  }
  .p-howtobiz__card-text {
    border-bottom-left-radius: 2.564vw;
    border-bottom-right-radius: 2.564vw;
    padding: 2.564vw 5.128vw;
  }
  .p-howtobiz__card-text p {
    font-size: 4.615vw;
  }
  .p-howtobiz .section-1 {
    padding: 12.821vw 0 7.692vw;
  }
  .p-howtobiz .section-2__wrapper {
    padding-bottom: 0;
  }
}
.p-transaction .page-container {
  width: 800px;
}

@media screen and (max-width: 780px) {
  .p-transaction .page-container {
    width: auto;
  }
}
.p-coupon {
  color: #222;
}
.p-coupon.is-visitor header {
  padding: 0;
}
.p-coupon .header {
  padding: 10px 0;
}
.p-coupon .header__logo a {
  width: 58px;
}
.p-coupon .header__logo span {
  display: block;
}
.p-coupon .header-nav__item a {
  text-decoration: underline;
}
.p-coupon .page {
  background-color: #fff;
  padding: 80px 0 40px;
}
.p-coupon .page__link-section {
  height: 100px;
  margin-top: -100px;
}
.p-coupon__banner {
  height: auto;
  min-height: 817px;
  width: 100%;
}
.p-coupon__banner img {
  height: 100%;
  width: 100%;
}
.p-coupon__title {
  background: linear-gradient(#FA9C54, #E6673A);
  background-clip: text;
  border-bottom: 1px solid #D3D3D3;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 80px;
  padding: 120px 0;
  position: relative;
  text-align: center;
  -webkit-text-fill-color: transparent;
}
.p-coupon__title::before, .p-coupon__title::after {
  background: url("../assets/icons/ico-coupon-title.svg") no-repeat center/contain;
  content: "";
  height: 72px;
  position: absolute;
  width: 27px;
}
.p-coupon__title::before {
  left: 6px;
}
.p-coupon__title::after {
  right: 5px;
  transform: scaleX(-1);
}
.p-coupon__title.is-blue {
  background: transparent;
  background-clip: unset;
  color: #00AFAA;
  -webkit-text-fill-color: unset;
}
.p-coupon__title.is-blue::before, .p-coupon__title.is-blue::after {
  background-image: url("../assets/icons/ico-coupon-title-blue.svg");
  height: 144px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
}
.p-coupon__title.is-blue::before {
  left: 70px;
}
.p-coupon__title.is-blue::after {
  right: 70px;
  transform: translateY(-50%) scaleX(-1);
}
.p-coupon__wrapper {
  margin-bottom: 100px;
}
.p-coupon__wrapper-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
}
.p-coupon__wrapper-content {
  background-color: #F9FAFD;
  border-radius: 16px;
  padding: 50px 60px;
}
.p-coupon__wrapper-content-3 {
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.p-coupon__wrapper-content.mb-40 {
  margin-bottom: 40px;
}
.p-coupon__wrapper-content p {
  margin-bottom: 15px;
}
.p-coupon__wrapper-content p.is-big {
  font-size: 20px;
}
.p-coupon__wrapper-content p.is-bigger {
  font-size: 24px;
  margin-bottom: 27px;
}
.p-coupon__wrapper-content p.is-small {
  font-size: 14px;
}
.p-coupon__wrapper-content p.has-num {
  color: #E6673A;
  margin-bottom: 12px;
}
.p-coupon__wrapper-content p.has-num::before {
  background-color: #E6673A;
  border-radius: 50%;
  color: #fff;
  content: "1";
  display: inline-block;
  font-size: 24px;
  height: 40px;
  line-height: 1.7;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
.p-coupon__wrapper-content p.has-num-2::before {
  content: "2";
}
.p-coupon__wrapper-content p.has-num-3::before {
  content: "3";
}
.p-coupon__wrapper-content p.has-num.is-blue {
  color: #00AFAA;
}
.p-coupon__wrapper-content p.has-num.is-blue::before {
  background-color: #00AFAA;
}
.p-coupon__wrapper-content ul {
  margin-left: 32px;
  margin-top: 30px;
}
.p-coupon__wrapper-content ul li {
  font-size: 20px;
  margin-bottom: 35px;
  padding-left: 28px;
  text-indent: -28px;
}
.p-coupon__wrapper-content ul li::before {
  background: url("../assets/icons/ico-check-line.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.p-coupon__wrapper-content ul.p-coupon__list-blue li::before {
  background-image: url("../assets/icons/ico-check-line-blue.svg");
}
.p-coupon__wrapper-content ol {
  margin-left: 23px;
}
.p-coupon__wrapper-content ol li {
  line-height: 1.9;
  list-style: decimal;
  margin-bottom: 5px;
}
.p-coupon__wrapper-content ol li:last-of-type {
  margin-bottom: 0;
}
.p-coupon__wrapper__img-1 {
  margin-left: 20px;
  width: 260px;
}
.p-coupon__wrapper__img-2 {
  margin-top: -55px;
  width: 200px;
}
.p-coupon__wrapper__img-3 {
  margin-bottom: 30px;
  width: 100%;
}
.p-coupon__button {
  margin: 60px 0;
  text-align: center;
}
.p-coupon__btn {
  background: linear-gradient(to right, #E45B5B, #E7711B, #FFAA6C);
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 25px;
  padding: 18px 0;
  text-align: center;
  width: 280px;
}
.p-coupon__btn-2 {
  background: #00AFAA;
}
.p-coupon__btn-3 {
  border-radius: 25px;
  margin: 0;
  padding: 13px 0;
}
.p-coupon__btn-3.is-blue {
  background: #33BFBB;
}
.p-coupon__btn-4 {
  background: #E6F7F7;
  color: #009894;
}
.p-coupon__dl-2 {
  margin-top: -50px;
}
.p-coupon__dl > a {
  display: block;
}
.p-coupon__dl > a:first-of-type {
  margin-bottom: 30px;
}
.p-coupon__dl > a > img {
  width: 192px;
}

@media screen and (max-width: 780px) {
  .p-coupon .header, .p-coupon.is-visitor .header {
    padding: 1.154vw 0;
  }
  .is-nav .p-coupon .header__logo, .is-nav .p-coupon.is-visitor .header__logo {
    width: auto;
  }
  .p-coupon .header__logo a, .p-coupon.is-visitor .header__logo a {
    width: 8.718vw;
  }
  .p-coupon .header-nav__item a, .p-coupon.is-visitor .header-nav__item a {
    text-decoration: none;
  }
  .p-coupon .page {
    padding: 12.821vw 0 11.026vw;
  }
  .p-coupon .page__link-section {
    height: 15.385vw;
    margin-top: -15.385vw;
  }
  .p-coupon__banner {
    height: auto;
    min-height: 56.667vw;
  }
  .p-coupon__title {
    border-bottom-width: 0.256vw;
    font-size: 6.154vw;
    line-height: 1.2;
    margin-bottom: 22.051vw;
    padding: 16.026vw 0 15.385vw;
  }
  .p-coupon__title::before, .p-coupon__title::after {
    height: 15.385vw;
    top: 50%;
    transform: translateY(-50%);
    width: 5.641vw;
  }
  .p-coupon__title::before {
    left: 0.256vw;
  }
  .p-coupon__title::after {
    right: 0.256vw;
    transform: translateY(-50%) scaleX(-1);
  }
  .p-coupon__title.is-blue {
    font-size: 5.128vw;
    line-height: 1.4;
  }
  .p-coupon__title.is-blue::before, .p-coupon__title.is-blue::after {
    height: 15.385vw;
    width: 5.641vw;
  }
  .p-coupon__title.is-blue::before {
    left: 0;
  }
  .p-coupon__title.is-blue::after {
    right: 0;
  }
  .p-coupon__wrapper {
    margin-bottom: 15.385vw;
  }
  .p-coupon__wrapper-title {
    font-size: 6.154vw;
    line-height: 1.7;
    margin-bottom: 7.179vw;
  }
  .p-coupon__wrapper-content {
    border-radius: 4.103vw;
    padding: 7.692vw 5.128vw 10.256vw;
  }
  .p-coupon__wrapper-content.mb-40 {
    margin-bottom: 5.128vw;
  }
  .p-coupon__wrapper-content.sp-pb-30 {
    padding-bottom: 3.846vw;
  }
  .p-coupon__wrapper-content p {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-bottom: 5.128vw;
  }
  .p-coupon__wrapper-content p.is-big {
    font-size: 5.128vw;
  }
  .p-coupon__wrapper-content p.is-bigger {
    font-size: 5.128vw;
    margin-bottom: 6.026vw;
  }
  .p-coupon__wrapper-content p.is-small, .p-coupon__wrapper-content p.is-sp-small {
    font-size: 3.59vw;
  }
  .p-coupon__wrapper-content p.is-sp-default {
    font-size: 4.103vw;
  }
  .p-coupon__wrapper-content p.has-num {
    margin-bottom: 7.692vw;
  }
  .p-coupon__wrapper-content p.has-num::before {
    font-size: 5.128vw;
    height: 8.205vw;
    margin-right: 3.077vw;
    width: 8.205vw;
  }
  .p-coupon__wrapper-content ul {
    margin-left: 0;
    margin-top: 7.436vw;
  }
  .p-coupon__wrapper-content ul li {
    font-size: 4.103vw;
    line-height: 1.8;
    margin-bottom: 4.744vw;
    padding-left: 7.179vw;
    text-indent: -7.179vw;
  }
  .p-coupon__wrapper-content ul li::before {
    height: 5.128vw;
    margin-right: 2.051vw;
    vertical-align: text-top;
    width: 5.128vw;
  }
  .p-coupon__wrapper-content ol {
    margin-left: 4.359vw;
  }
  .p-coupon__wrapper-content ol li {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-bottom: 0.513vw;
  }
  .p-coupon__wrapper__img-1 {
    margin: 0 auto;
    width: 66.667vw;
  }
  .p-coupon__wrapper__img-2 {
    margin-bottom: 7.692vw;
    margin-top: 0;
    width: 51.282vw;
  }
  .p-coupon__button {
    margin: 7.692vw 0;
  }
  .p-coupon__btn {
    border-radius: 2.051vw;
    margin-left: 0;
    margin-right: 2.564vw;
    padding: 3.718vw 0;
    width: 42.59vw;
  }
  .p-coupon__btn-2 {
    margin-right: 0;
  }
  .p-coupon__btn-3 {
    border-radius: 12.821vw;
    display: block;
    margin: 7.692vw auto 0;
    padding: 3.718vw 0;
    width: 61.538vw;
  }
  .p-coupon__dl {
    margin: 2.564vw auto 0;
  }
  .p-coupon__dl-2 {
    margin: 2.564vw 0 12.821vw;
  }
  .p-coupon__dl.mb-50 {
    margin-bottom: 12.821vw;
  }
  .p-coupon__dl > a:first-of-type {
    margin-bottom: 3.846vw;
  }
  .p-coupon__dl > a > img {
    width: 49.231vw;
  }
  .p-coupon .footer__nav li:last-child {
    width: auto;
  }
}
.p-info {
  color: #222;
}
.p-info .page__section-1 {
  margin-bottom: 50px;
}
.p-info .page__wrapper:last-of-type {
  margin-bottom: 0;
}
.p-info p.mb-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 780px) {
  .p-info .page__title {
    font-size: 7.179vw;
    text-align: left;
  }
}

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