@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3A3B;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-x: hidden;
}

@font-face {
  font-family: "Corporate Logo Rounded";
  src: url("../font/Corporate-Logo-Rounded-Bold-ver3.woff") format("woff"), url("../font/Corporate-Logo-Rounded-Bold-ver3.ttf") format("truetype"), url("../font/Corporate-Logo-Rounded-Bold-ver3.otf") format("opentype");
}
.font-corporate {
  font-family: "Corporate Logo Rounded", Meiryo, serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 540px) {
  .wrapper {
    background: #FFF5E5 url(../img/bg_kurabasho.svg) repeat;
    background-attachment: fixed;
    background-size: 120px auto;
  }
}

.main {
  max-width: 540px;
  margin: 0 auto;
}
@media (min-width: 540px) {
  .main {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}

.inner {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 5%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header__logo img {
  max-width: 100%;
  height: auto;
}
.header__menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 20px;
}
.header__menu-icon {
  width: 100%;
  height: 4px;
  background-color: #F39800;
  border-radius: 2px;
}

.hero {
  position: relative;
  height: 100%;
  padding-top: 82.222222vw;
  background-color: #F39800;
  background-image: url(../img/hero_bg.svg), linear-gradient(135deg, #F39800, #F9B52C);
  background-position: -11.111111vw -16.666667vw;
  background-size: 200vw 189.444444vw;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .hero {
    padding-top: 400px;
    background-position: -60px -90px;
    background-size: 1080px 1023px;
  }
}
.hero__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.hero__image-main {
  width: clamp(252px, 70vw, 504px);
  height: clamp(498px, 138.333333vw, 996px);
  width: 70vw;
  height: 138.333333vw;
}
@media (min-width: 540px) {
  .hero__image-main {
    width: 378px;
    height: 747px;
  }
}
.hero__image-circle {
  position: absolute;
  top: 5.555556vw;
  right: 10%;
  width: 38.888889vw;
  height: 38.888889vw;
}
@media (min-width: 540px) {
  .hero__image-circle {
    top: 35px;
    width: 210px;
    height: 420px;
  }
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 6.666667vw;
}
@media (min-width: 540px) {
  .hero__title {
    margin-bottom: 36px;
  }
}
.hero__title-image {
  width: 22.222222vw;
  height: 34.444444vw;
}
@media (min-width: 540px) {
  .hero__title-image {
    width: 120px;
    height: 186px;
  }
}
.hero__title-text {
  text-indent: -2.777778vw;
}
@media (min-width: 540px) {
  .hero__title-text {
    text-indent: -15px;
  }
}
.hero__title span {
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}
.hero__title-1st {
  display: block;
  margin-bottom: 1.111111vw;
  font-size: 3.055556vw;
}
@media (min-width: 540px) {
  .hero__title-1st {
    margin-bottom: 6px;
    font-size: 16.5px;
  }
}
.hero__title-2nd {
  display: block;
  margin-left: 2.777778vw;
  font-size: 5vw;
}
@media (min-width: 540px) {
  .hero__title-2nd {
    margin-left: 15px;
    font-size: 27px;
  }
}
.hero__title-3rd {
  margin-left: 5.555556vw;
}
@media (min-width: 540px) {
  .hero__title-3rd {
    margin-left: 30px;
  }
}
.hero__title-4th {
  margin-left: 8.333333vw;
}
@media (min-width: 540px) {
  .hero__title-4th {
    margin-left: 45px;
  }
}
.hero__title-3rd, .hero__title-4th {
  display: block;
  font-size: 6.666667vw;
}
@media (min-width: 540px) {
  .hero__title-3rd, .hero__title-4th {
    font-size: 36px;
  }
}
.hero__action {
  position: relative;
  z-index: 2;
  padding-bottom: 11.111111vw;
}
@media (min-width: 540px) {
  .hero__action {
    padding-bottom: 60px;
  }
}
.hero__action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 20vw;
  background-color: #28EF42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28EF42), to(#00D11C));
  background-image: linear-gradient(to bottom, #28EF42, #00D11C);
  border-radius: 10vw;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 540px) {
  .hero__action-btn {
    height: 108px;
    border-radius: 54px;
    font-size: 27px;
  }
}
.hero__action-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5vw;
  width: 4.444444vw;
  height: 3.888889vw;
  margin-left: 2.222222vw;
  display: inline-block;
  background-image: url("../img/arrow_right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 540px) {
  .hero__action-btn::after {
    right: 27px;
    width: 24px;
    height: 21px;
    margin-left: 12px;
  }
}
.hero__action-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3AFF54), to(#00E020));
  background-image: linear-gradient(to bottom, #3AFF54, #00E020);
  -webkit-box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
          box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero__action-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero__action-note {
  margin-top: 3.333333vw;
  color: #fff;
  font-size: 2.777778vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .hero__action-note {
    margin-top: 18px;
    font-size: 15px;
  }
}

.about {
  padding-top: 40px;
  padding-bottom: 56px;
  background-color: #fff;
}
.about__title {
  width: 55.555556vw;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 540px) {
  .about__title {
    width: 300px;
    margin-bottom: 36px;
  }
}
.about__description {
  position: relative;
  z-index: 1;
  color: #7F4F21;
  font-size: 3.611111vw;
  text-align: center;
  line-height: 2;
}
@media (min-width: 540px) {
  .about__description {
    font-size: 19.5px;
  }
}
.about__description span {
  display: block;
}
.about__figure {
  position: relative;
  z-index: 0;
  width: 100vw;
  max-width: 540px;
  margin-top: -5.555556vw;
  margin-bottom: 6.666667vw;
  margin-left: -5vw;
  margin-right: -5vw;
  overflow: hidden;
}
@media (min-width: 540px) {
  .about__figure {
    margin-top: -30px;
    margin-bottom: 36px;
    margin-left: -5.5555%;
    margin-right: -5.5555%;
  }
}
.about__point {
  margin-top: 4.444444vw;
  font-size: 4.444444vw;
}
@media (min-width: 540px) {
  .about__point {
    margin-top: 24px;
    font-size: 24px;
  }
}
.about__point-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__point-icon {
  display: block;
  width: 7.222222vw;
  height: 7.222222vw;
  margin-right: 3.333333vw;
  background-image: url("../img/check_mark.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .about__point-icon {
    width: 39px;
    height: 39px;
    margin-right: 18px;
    background-size: 39px 39px;
  }
}
.about__point--accent {
  color: #F39800;
  font-weight: bold;
}

.results {
  position: relative;
  padding-top: 8.888889vw;
  padding-bottom: 8.888889vw;
  background-color: #fff;
  background-image: url(../img/results_bg.svg);
  background-position: -38.888889vw 0;
  background-size: 246.111111vw 232.777778vw;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .results {
    padding-top: 48px;
    padding-bottom: 48px;
    background-position: -210px 0;
    background-size: 1326px 1254px;
  }
}
.results__title {
  margin-bottom: 6.666667vw;
  color: #F39800;
  font-size: 14.444444vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .results__title {
    margin-bottom: 36px;
    font-size: 78px;
  }
}
.results__lead {
  position: relative;
  z-index: 1;
  margin-bottom: 8.888889vw;
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 540px) {
  .results__lead {
    margin-bottom: 48px;
    font-size: 21px;
  }
}
.results__lead span {
  display: block;
}
.results__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.results__image-circle {
  position: absolute;
  top: 66.666667vw;
  left: 11.111111vw;
  width: 33.333333vw;
  height: 33.333333vw;
}
@media (min-width: 540px) {
  .results__image-circle {
    width: 180px;
    height: 180px;
    top: 360px;
    left: 60px;
  }
}
.results__image-main {
  width: 55.555556vw;
  height: 135.555556vw;
  margin-left: auto;
}
@media (min-width: 540px) {
  .results__image-main {
    width: 300px;
    height: 732px;
  }
}
.results__list {
  position: relative;
  z-index: 1;
  margin-bottom: 39.444444vw;
}
@media (min-width: 540px) {
  .results__list {
    margin-bottom: 213px;
  }
}
.results__item--support {
  width: 55vw;
  margin-bottom: 4.444444vw;
}
@media (min-width: 540px) {
  .results__item--support {
    width: 297px;
    margin-bottom: 20px;
  }
}
.results__item--araiance {
  width: 45.277778vw;
}
@media (min-width: 540px) {
  .results__item--araiance {
    width: 244.5px;
  }
}
.results__notebox {
  position: relative;
  z-index: 1;
  padding: 4.444444vw 5.555556vw;
  background-color: #fff;
  border: 1px solid #B26F2F;
  border-radius: 2.222222vw;
}
@media (min-width: 540px) {
  .results__notebox {
    margin-top: 36px;
    padding: 24px 30px;
    border-radius: 12px;
  }
}
.results__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B26F2F;
  font-size: 2.777778vw;
  line-height: 1.75;
}
@media (min-width: 540px) {
  .results__note {
    font-size: 15px;
  }
}
.results__note-num {
  display: block;
  margin-right: 0.25em;
}

.benefit {
  padding-top: 15.555556vw;
  background-color: #7F4F21;
}
@media (min-width: 540px) {
  .benefit {
    padding-top: 84px;
  }
}
.benefit__title {
  width: 71.666667vw;
  margin-bottom: 8.888889vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 540px) {
  .benefit__title {
    width: 387px;
    margin-bottom: 48px;
  }
}
.benefit__lead {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.333333vw;
  text-align: center;
  line-height: 2;
}
@media (min-width: 540px) {
  .benefit__lead {
    font-size: 18px;
  }
}
.benefit__lead span {
  display: block;
}

.before {
  padding-top: 15.555556vw;
  padding-bottom: 11.111111vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7F4F21), to(#B26F2F));
  background-image: linear-gradient(to bottom, #7F4F21, #B26F2F);
}
@media (min-width: 540px) {
  .before {
    padding-top: 84px;
    padding-bottom: 60px;
  }
}
.before__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.before__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.before__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.before__title {
  margin-bottom: 2.777778vw;
  color: #CC7F00;
  font-size: 7.777778vw;
}
@media (min-width: 540px) {
  .before__title {
    margin-bottom: 15px;
    font-size: 42px;
  }
}
.before__lead {
  color: #fff;
  font-size: 3.333333vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .before__lead {
    font-size: 18px;
  }
}
.before__figure {
  width: 23.888889vw;
}
@media (min-width: 540px) {
  .before__figure {
    width: 129px;
  }
}
.before__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
}
@media (min-width: 540px) {
  .before__list {
    gap: 37px;
  }
}
.before__item {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 5.555556vw 8.333333vw;
  border-radius: 11.111111vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .before__item {
    padding: 30px 45px;
    border-radius: 60px;
  }
}
.before__item-01 {
  margin-left: 4.444444vw;
}
@media (min-width: 540px) {
  .before__item-01 {
    margin-left: 24px;
  }
}
.before__item-02 {
  margin-left: auto;
}
.before__item-03 {
  margin-left: -6.666667vw;
  margin-right: auto;
}
@media (min-width: 540px) {
  .before__item-03 {
    margin-left: -36px;
  }
}
.before__item span {
  display: block;
  color: #7F4F21;
  font-weight: bold;
}
.before__item-1st {
  margin-bottom: 2.222222vw;
  font-size: 3.055556vw;
}
@media (min-width: 540px) {
  .before__item-1st {
    margin-bottom: 12px;
    font-size: 16.5px;
  }
}
.before__item-2nd {
  font-size: 3.888889vw;
}
@media (min-width: 540px) {
  .before__item-2nd {
    font-size: 21px;
  }
}

.ba {
  width: 100%;
  background-image: url("../img/ba_wave.svg");
  background-color: #F39800;
  background-size: contain;
  background-repeat: no-repeat;
}
.ba__logo {
  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;
  width: 22.222222vw;
  height: 22.222222vw;
  margin-bottom: 3.333333vw;
  margin-left: auto;
  margin-right: auto;
  padding: 5.555556vw;
  background-image: linear-gradient(135deg, #F39800, #F8B62D);
  border-radius: 11.111111vw;
}
@media (min-width: 540px) {
  .ba__logo {
    width: 120px;
    height: 120px;
    margin-bottom: 18px;
    padding: 30px;
    border-radius: 60px;
  }
}
.ba__text {
  color: #fff;
  font-size: 4.444444vw;
  font-weight: bold;
  text-align: center;
  text-indent: 1em;
}
@media (min-width: 540px) {
  .ba__text {
    font-size: 24px;
  }
}
.ba__logotype {
  display: inline-block;
  width: 22.222222vw;
  margin-left: 1.111111vw;
  margin-right: 1.111111vw;
}
@media (min-width: 540px) {
  .ba__logotype {
    width: 120px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

.after {
  padding-top: 13.333333vw;
  padding-bottom: 13.333333vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F39800), to(#F8B62D));
  background-image: linear-gradient(to bottom, #F39800, #F8B62D);
}
@media (min-width: 540px) {
  .after {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.after__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.after__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.444444vw;
}
@media (min-width: 540px) {
  .after__header {
    margin-bottom: 24px;
  }
}
.after__text {
  margin-left: 5.833333vw;
}
@media (min-width: 540px) {
  .after__text {
    margin-left: 31.5px;
  }
}
.after__title {
  margin-bottom: 2.777778vw;
  color: #fff;
  font-size: 15.555556vw;
}
@media (min-width: 540px) {
  .after__title {
    margin-bottom: 15px;
    font-size: 84px;
  }
}
.after__lead {
  color: #fff;
  font-size: 3.333333vw;
  line-height: 2;
  font-weight: bold;
}
@media (min-width: 540px) {
  .after__lead {
    font-size: 18px;
  }
}
.after__lead-1st, .after__lead-2nd, .after__lead-3rd {
  display: block;
}
.after__lead-accent {
  font-size: 1.25em;
}
.after__figure {
  width: 37.777778vw;
  margin-left: auto;
}
@media (min-width: 540px) {
  .after__figure {
    width: 204px;
  }
}
.after__body {
  margin-bottom: 13.333333vw;
}
@media (min-width: 540px) {
  .after__body {
    margin-bottom: 72px;
  }
}
.after__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.333333vw;
}
@media (min-width: 540px) {
  .after__list {
    gap: 18px;
  }
}
.after__item {
  position: relative;
  margin-left: 5.833333vw;
  margin-right: 0px;
  padding: 5.555556vw 6.666667vw;
  border-radius: 2.222222vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .after__item {
    margin-left: 31.5px;
    padding: 30px 36px;
    border-radius: 12px;
  }
}
.after__item-circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5.833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.666667vw;
  height: 11.666667vw;
  border-radius: 5.833333vw;
  background-color: #7F4F21;
}
@media (min-width: 540px) {
  .after__item-circle {
    left: -31.5px;
    width: 63px;
    height: 63px;
    border-radius: 31.5px;
  }
}
.after__item-label {
  color: #fff;
  font-size: 3.333333vw;
}
@media (min-width: 540px) {
  .after__item-label {
    font-size: 18px;
  }
}
.after__item-icon {
  display: block;
  width: 3.333333vw;
  height: 2.777778vw;
  background-image: url("../img/check-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .after__item-icon {
    width: 18px;
    height: 15px;
  }
}
.after__item-text {
  font-size: 4.166667vw;
  margin-left: 0.5em;
}
@media (min-width: 540px) {
  .after__item-text {
    font-size: 22.5px;
  }
}
.after__item--accent {
  color: #F39800;
  font-weight: bold;
}

.services {
  padding-top: 13.333333vw;
  padding-bottom: 13.333333vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .services {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.services__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 17.777778vw;
}
@media (min-width: 540px) {
  .services__title {
    margin-bottom: 18px;
    font-size: 96px;
  }
}
.services__subtitle {
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .services__subtitle {
    font-size: 21px;
  }
}
.services__list {
  margin-bottom: 17.777778vw;
}
@media (min-width: 540px) {
  .services__list {
    margin-bottom: 96px;
  }
}
.services__item {
  margin-top: 22.222222vw;
}
@media (min-width: 540px) {
  .services__item {
    margin-top: 120px;
  }
}
.services__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.services__label {
  color: #7F4F21;
  font-size: 4.444444vw;
}
@media (min-width: 540px) {
  .services__label {
    font-size: 24px;
  }
}
.services__label--lifeline {
  margin-right: auto;
}
.services__label--moving {
  margin-left: auto;
}
.services__number {
  margin-left: 1.111111vw;
  color: #F39800;
  font-size: 5.555556vw;
}
@media (min-width: 540px) {
  .services__number {
    margin-left: 6px;
    font-size: 30px;
  }
}
.services__figure {
  margin-bottom: 4.444444vw;
}
@media (min-width: 540px) {
  .services__figure {
    margin-bottom: 24px;
  }
}
.services__figure--lifeline {
  width: 47.777778vw;
  margin-top: -8.888889vw;
}
@media (min-width: 540px) {
  .services__figure--lifeline {
    width: 258px;
    margin-top: -48px;
  }
}
.services__figure--moving {
  width: 68.888889vw;
  margin-top: -5.555556vw;
}
@media (min-width: 540px) {
  .services__figure--moving {
    width: 372px;
    margin-top: -30px;
  }
}
.services__figure--gift {
  width: 80vw;
  margin-top: -3.333333vw;
}
@media (min-width: 540px) {
  .services__figure--gift {
    width: 432px;
    margin-top: -18px;
  }
}
.services__name {
  margin-bottom: 4.444444vw;
  color: #7F4F21;
  font-size: 5.555556vw;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .services__name {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.services__description {
  margin-bottom: 4.444444vw;
  color: #3C3A3B;
  font-size: 3.888889vw;
  line-height: 2;
}
@media (min-width: 540px) {
  .services__description {
    margin-bottom: 24px;
    font-size: 21px;
  }
}
.services__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.666667vw;
}
@media (min-width: 540px) {
  .services__feature {
    gap: 9px;
  }
}
.services__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.666667vw 3.333333vw;
  border-radius: 4.444444vw;
  background-color: #B26F2F;
  color: #fff;
  font-size: 3.055556vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .services__feature-item {
    padding: 9px 18px;
    border-radius: 24px;
    font-size: 16.5px;
  }
}

.howtouse {
  padding-top: 13.333333vw;
  padding-bottom: 13.333333vw;
  background-color: #FFF5E5;
}
@media (min-width: 540px) {
  .howtouse {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.howtouse__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 13.888889vw;
}
@media (min-width: 540px) {
  .howtouse__title {
    margin-bottom: 18px;
    font-size: 75px;
  }
}
.howtouse__subtitle {
  margin-bottom: 6.666667vw;
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .howtouse__subtitle {
    margin-bottom: 36px;
    font-size: 21px;
  }
}
.howtouse__figure {
  margin-bottom: 6.666667vw;
}
@media (min-width: 540px) {
  .howtouse__figure {
    margin-bottom: 36px;
  }
}
.howtouse__lead {
  margin-bottom: 8.888889vw;
  color: #7F4F21;
  font-size: 5.555556vw;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 540px) {
  .howtouse__lead {
    margin-bottom: 48px;
    font-size: 21px;
  }
}
.howtouse__lead span {
  display: block;
}
.howtouse__list {
  margin-bottom: 8.888889vw;
}
@media (min-width: 540px) {
  .howtouse__list {
    margin-bottom: 48px;
  }
}
.howtouse__item {
  position: relative;
  padding: 8.888889vw 6.666667vw;
  border-radius: 2.222222vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .howtouse__item {
    padding: 48px 36px;
    border-radius: 12px;
  }
}
.howtouse__item:not(:last-child) {
  margin-bottom: 15.555556vw;
}
@media (min-width: 540px) {
  .howtouse__item:not(:last-child) {
    margin-bottom: 84px;
  }
}
.howtouse__item:not(:last-child)::after {
  position: absolute;
  bottom: -12.222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.111111vw;
  height: 8.333333vw;
  background: url(../img/bottom_triangle.svg) no-repeat center;
  content: "";
}
@media (min-width: 540px) {
  .howtouse__item:not(:last-child)::after {
    bottom: -66px;
    width: 60px;
    height: 45px;
  }
}
.howtouse__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.555556vw;
}
@media (min-width: 540px) {
  .howtouse__item-header {
    margin-bottom: 30px;
  }
}
.howtouse__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4.444444vw;
}
@media (min-width: 540px) {
  .howtouse__item-label {
    margin-bottom: 24px;
  }
}
.howtouse__item-name {
  margin-bottom: 0.555556vw;
  color: #7F4F21;
  font-size: 5.555556vw;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 540px) {
  .howtouse__item-name {
    margin-bottom: 3px;
    font-size: 30px;
  }
}
.howtouse__item-number {
  color: #F39800;
  font-size: 12.222222vw;
}
@media (min-width: 540px) {
  .howtouse__item-number {
    font-size: 66px;
  }
}
.howtouse__item-heading {
  color: #7F4F21;
  font-size: 4.444444vw;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 540px) {
  .howtouse__item-heading {
    font-size: 24px;
  }
}
.howtouse__item-heading span {
  display: block;
}
.howtouse__item-figure {
  margin-left: auto;
}
.howtouse__item-figure--01 {
  width: 22.222222vw;
}
@media (min-width: 540px) {
  .howtouse__item-figure--01 {
    width: 120px;
  }
}
.howtouse__item-figure--02 {
  width: 38.333333vw;
}
@media (min-width: 540px) {
  .howtouse__item-figure--02 {
    width: 207px;
  }
}
.howtouse__item-figure--03 {
  width: 34.444444vw;
}
@media (min-width: 540px) {
  .howtouse__item-figure--03 {
    width: 186px;
  }
}
.howtouse__item-description {
  color: #3C3A3B;
  font-size: 3.888889vw;
  line-height: 2;
}
@media (min-width: 540px) {
  .howtouse__item-description {
    font-size: 21px;
  }
}
.howtouse__item-description span {
  display: block;
}

.faq {
  background-color: #fff;
}
.faq__header {
  padding-top: 13.333333vw;
  padding-bottom: 11.111111vw;
  position: relative;
  overflow: hidden;
}
@media (min-width: 540px) {
  .faq__header {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
.faq__header::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500vw;
  height: 500vw;
  border-radius: 50%;
  background-color: #F39800;
  content: "";
  z-index: 0;
}
@media (min-width: 540px) {
  .faq__header::before {
    width: 2700px;
    height: 2700px;
  }
}
.faq__header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/faq_bg.svg);
  background-position: -30.555556vw -66.666667vw;
  background-repeat: no-repeat;
  background-size: 179.444444vw 169.722222vw;
  content: "";
  z-index: 1;
}
@media (min-width: 540px) {
  .faq__header::after {
    background-position: -165px -360px;
    background-size: 969px 916.5px;
  }
}
.faq__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 6.666667vw;
}
@media (min-width: 540px) {
  .faq__header-inner {
    margin-bottom: 36px;
  }
}
.faq__title {
  margin-bottom: 3.333333vw;
  color: #fff;
  font-size: 13.888889vw;
}
@media (min-width: 540px) {
  .faq__title {
    margin-bottom: 18px;
    font-size: 75px;
  }
}
.faq__subtitle {
  color: #fff;
  font-size: 3.888889vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .faq__subtitle {
    font-size: 21px;
  }
}
.faq__figure {
  width: 38.333333vw;
  margin-left: auto;
}
@media (min-width: 540px) {
  .faq__figure {
    width: 207px;
  }
}
.faq__body {
  padding: 8.888889vw 0 11.111111vw;
}
@media (min-width: 540px) {
  .faq__body {
    padding: 48px 0 60px;
  }
}
.faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.666667vw;
  color: #7F4F21;
  font-size: 4.444444vw;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (min-width: 540px) {
  .faq__heading {
    margin-bottom: 36px;
    font-size: 24px;
  }
}
.faq__icon {
  display: block;
  position: relative;
  width: 6.666667vw;
  height: 6.666667vw;
  border-radius: 50%;
  margin-right: 1.666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  background-color: #F39800;
}
@media (min-width: 540px) {
  .faq__icon {
    width: 36px;
    height: 36px;
    margin-right: 9px;
  }
}
.faq__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.333333vw;
  height: 2.777778vw;
  background-image: url(../img/check-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 540px) {
  .faq__icon::before {
    width: 18px;
    height: 15px;
  }
}
.faq__group:not(:last-of-type) {
  margin-bottom: 11.111111vw;
}
@media (min-width: 540px) {
  .faq__group:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.faq__item {
  padding: 4.444444vw 4.444444vw 5.555556vw;
  border-radius: 0 4.444444vw 0 4.444444vw;
  background-color: #FFF5E5;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 540px) {
  .faq__item {
    padding: 24px 24px 30px;
    border-radius: 0 24px 0 24px;
  }
}
.faq__item:not(:first-child) {
  margin-top: 4.444444vw;
}
@media (min-width: 540px) {
  .faq__item:not(:first-child) {
    margin-top: 24px;
  }
}
.faq__item.is-open .faq__answer {
  opacity: 1;
}
.faq__details {
  position: relative;
  cursor: pointer;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faq__question-icon {
  color: #F39800;
  font-size: 5.833333vw;
}
@media (min-width: 540px) {
  .faq__question-icon {
    font-size: 31.5px;
  }
}
.faq__question-text {
  margin-left: 0.5em;
  margin-right: 1.5em;
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 540px) {
  .faq__question-text {
    font-size: 21px;
  }
}
.faq__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1.388889vw;
  right: 0;
  margin-left: auto;
  width: 4.444444vw;
  height: 4.444444vw;
}
@media (min-width: 540px) {
  .faq__toggle {
    top: 7.5px;
    width: 24px;
    height: 24px;
  }
}
.faq__toggle-icon {
  position: absolute;
  width: 100%;
  height: 0.833333vw;
  background-color: #F39800;
  border-radius: 0.416667vw;
}
@media (min-width: 540px) {
  .faq__toggle-icon {
    height: 4.5px;
    border-radius: 2.25px;
  }
}
.faq__toggle-icon:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__answer {
  color: #7F4F21;
  font-size: 3.888889vw;
  line-height: 2;
  -webkit-transition: max-height 0.4s ease, padding-top 0.4s ease, opacity 0.3s ease;
  transition: max-height 0.4s ease, padding-top 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}
@media (min-width: 540px) {
  .faq__answer {
    font-size: 21px;
  }
}
.faq__answer-text {
  margin-top: 4.444444vw;
  padding-top: 2.777778vw;
  border-top: 0.416667vw dashed #F39800;
}
@media (min-width: 540px) {
  .faq__answer-text {
    margin-top: 24px;
    padding-top: 15px;
    border-top: 2.25px dashed #F39800;
  }
}

.cta {
  padding-top: 16.666667vw;
  background-color: #F39800;
  background-image: url(../img/cta_bg.svg);
  background-position: 0 0;
  background-size: 33.333333vw 104.444444vw;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .cta {
    padding-top: 90px;
    background-size: 180px 564px;
  }
}
.cta__inner {
  position: relative;
}
.cta__lead {
  margin-bottom: 4.444444vw;
  color: #fff;
  font-size: 3.611111vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .cta__lead {
    margin-bottom: 24px;
    font-size: 19.5px;
  }
}
.cta__title {
  width: 55vw;
  margin-bottom: 54.444444vw;
}
@media (min-width: 540px) {
  .cta__title {
    width: 297px;
    margin-bottom: 294px;
  }
}
.cta__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cta__image-main {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62.222222vw;
}
@media (min-width: 540px) {
  .cta__image-main {
    width: 336px;
  }
}
.cta__image-circle {
  position: absolute;
  top: 36.111111vw;
  left: 5%;
  width: 33.333333vw;
}
@media (min-width: 540px) {
  .cta__image-circle {
    top: 195px;
    width: 180px;
  }
}
.cta__action {
  position: relative;
  z-index: 2;
  padding-bottom: 11.111111vw;
}
@media (min-width: 540px) {
  .cta__action {
    padding-bottom: 60px;
  }
}
.cta__action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 20vw;
  background-color: #28EF42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28EF42), to(#00D11C));
  background-image: linear-gradient(to bottom, #28EF42, #00D11C);
  border-radius: 10vw;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 540px) {
  .cta__action-btn {
    height: 108px;
    border-radius: 54px;
    font-size: 27px;
  }
}
.cta__action-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5vw;
  width: 4.444444vw;
  height: 3.888889vw;
  margin-left: 2.222222vw;
  display: inline-block;
  background-image: url("../img/arrow_right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 540px) {
  .cta__action-btn::after {
    right: 27px;
    width: 24px;
    height: 21px;
    margin-left: 12px;
  }
}
.cta__action-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3AFF54), to(#00E020));
  background-image: linear-gradient(to bottom, #3AFF54, #00E020);
  -webkit-box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
          box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta__action-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta__action-note {
  margin-top: 3.333333vw;
  color: #fff;
  font-size: 2.777778vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .cta__action-note {
    margin-top: 18px;
    font-size: 15px;
  }
}

.company {
  padding-top: 13.333333vw;
  padding-bottom: 13.333333vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .company {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.company__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 13.888889vw;
}
@media (min-width: 540px) {
  .company__title {
    margin-bottom: 18px;
    font-size: 75px;
  }
}
.company__subtitle {
  margin-bottom: 40px;
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .company__subtitle {
    font-size: 21px;
  }
}
.company__item {
  margin-top: 5.555556vw;
}
@media (min-width: 540px) {
  .company__item {
    margin-top: 30px;
  }
}
.company__term {
  margin-bottom: 2.222222vw;
  color: #7F4F21;
  font-size: 3.611111vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .company__term {
    margin-bottom: 12px;
    font-size: 19.5px;
  }
}
.company__description {
  font-size: 3.611111vw;
  line-height: 1.5;
}
@media (min-width: 540px) {
  .company__description {
    font-size: 19.5px;
  }
}
.company__description--privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__privacy {
  width: 27.777778vw;
  margin-left: auto;
}
@media (min-width: 540px) {
  .company__privacy {
    width: 150px;
  }
}

.contact {
  padding: 8.888889vw 5%;
  background-color: #F0F0F0;
}
@media (min-width: 540px) {
  .contact {
    padding: 48px 5%;
  }
}
.contact__inner {
  padding: 11.111111vw;
  border-radius: 3.333333vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .contact__inner {
    padding: 60px;
    border-radius: 18px;
  }
}
.contact__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 11.111111vw;
  text-align: center;
}
@media (min-width: 540px) {
  .contact__title {
    margin-bottom: 18px;
    font-size: 60px;
  }
}
.contact__subtitle {
  margin-bottom: 6.666667vw;
  color: #3C3A3B;
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .contact__subtitle {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
.contact__phone {
  margin-bottom: 6.666667vw;
  text-align: center;
}
@media (min-width: 540px) {
  .contact__phone {
    margin-bottom: 36px;
  }
}
.contact__phone-number {
  margin-bottom: 2.222222vw;
  display: block;
  color: #7F4F21;
  font-size: 8.333333vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .contact__phone-number {
    margin-bottom: 12px;
    font-size: 45px;
  }
}
.contact__hours {
  font-size: 2.777778vw;
}
@media (min-width: 540px) {
  .contact__hours {
    font-size: 15px;
  }
}
.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.777778vw;
  border-radius: 2.222222vw;
  background-color: #0C67FF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0C67FF), to(#004ED0));
  background-image: linear-gradient(to bottom, #0C67FF, #004ED0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 540px) {
  .contact__btn {
    height: 96px;
    border-radius: 12px;
  }
}
.contact__btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2E7FFF), to(#0058E8));
  background-image: linear-gradient(to bottom, #2E7FFF, #0058E8);
  -webkit-box-shadow: 0 6px 20px rgba(12, 103, 255, 0.4);
          box-shadow: 0 6px 20px rgba(12, 103, 255, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact__btn-text {
  color: #fff;
  font-size: 4.444444vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .contact__btn-text {
    font-size: 24px;
  }
}

.footer {
  padding-top: 22.222222vw;
  padding-bottom: 8.888889vw;
  background-color: #F39800;
}
@media (min-width: 540px) {
  .footer {
    padding-top: 120px;
    padding-bottom: 48px;
  }
}
.footer__logo {
  width: 54.166667vw;
  margin-bottom: 17.777778vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 540px) {
  .footer__logo {
    width: 292.5px;
    margin-bottom: 96px;
  }
}
.footer__nav {
  margin-bottom: 5.555556vw;
}
@media (min-width: 540px) {
  .footer__nav {
    margin-bottom: 30px;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__nav-item:not(:last-child) {
  margin-right: 4.444444vw;
}
@media (min-width: 540px) {
  .footer__nav-item:not(:last-child) {
    margin-right: 24px;
  }
}
.footer__nav-link {
  color: #fff;
  font-size: 3.333333vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .footer__nav-link {
    font-size: 18px;
  }
}
.footer__copyright {
  text-align: center;
}
.footer__copyright-text {
  color: #fff;
  font-size: 2.777778vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .footer__copyright-text {
    font-size: 15px;
  }
}

.action__message {
  margin-bottom: 2.222222vw;
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .action__message {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.action__message::before {
  content: "＼";
  margin-right: 1.111111vw;
}
@media (min-width: 540px) {
  .action__message::before {
    margin-right: 6px;
  }
}
.action__message::after {
  content: "／";
  margin-left: 1.111111vw;
}
@media (min-width: 540px) {
  .action__message::after {
    margin-left: 6px;
  }
}
.action__message--white {
  color: #fff;
}
.action__message--white::before, .action__message--white::after {
  color: #fff;
}
.action__message--brown {
  color: #7F4F21;
}
.action__message--brown::before, .action__message--brown::after {
  color: #F39800;
}
.action__accent--orange {
  color: #F39800;
}
.action__accent-number {
  font-size: 5vw;
}
@media (min-width: 540px) {
  .action__accent-number {
    font-size: 27px;
  }
}
.action__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 20vw;
  background-color: #28EF42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28EF42), to(#00D11C));
  background-image: linear-gradient(to bottom, #28EF42, #00D11C);
  border-radius: 10vw;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 540px) {
  .action__btn {
    height: 108px;
    border-radius: 54px;
    font-size: 27px;
  }
}
.action__btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5vw;
  width: 4.444444vw;
  height: 3.888889vw;
  margin-left: 2.222222vw;
  display: inline-block;
  background-image: url("../img/arrow_right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 540px) {
  .action__btn::after {
    right: 27px;
    width: 24px;
    height: 21px;
    margin-left: 12px;
  }
}
.action__btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3AFF54), to(#00E020));
  background-image: linear-gradient(to bottom, #3AFF54, #00E020);
  -webkit-box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
          box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.action__btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.action__note {
  margin-top: 3.333333vw;
  font-size: 2.777778vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .action__note {
    margin-top: 18px;
    font-size: 15px;
  }
}
.action__note--white {
  color: #fff;
}
.action__note--brown {
  color: #7F4F21;
}

.regist {
  padding-top: 26.666667vw;
  padding-bottom: 17.777778vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .regist {
    padding-top: 144px;
    padding-bottom: 96px;
  }
}
.regist__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 11.111111vw;
  text-align: center;
}
@media (min-width: 540px) {
  .regist__title {
    margin-bottom: 18px;
    font-size: 60px;
  }
}
.regist__subtitle {
  margin-bottom: 6.666667vw;
  color: #7F4F21;
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .regist__subtitle {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
.regist__form {
  margin-bottom: 5.555556vw;
  border-top: 1px solid #eee;
}
@media (min-width: 540px) {
  .regist__form {
    margin-bottom: 30px;
  }
}
.regist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 360px;
  margin-top: 6.666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 540px) {
  .regist__item {
    margin-top: 36px;
  }
}
.regist__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.333333vw;
}
@media (min-width: 540px) {
  .regist__item-label {
    margin-bottom: 18px;
  }
}
.regist__item-name {
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .regist__item-name {
    font-size: 21px;
  }
}
.regist__item-badge {
  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;
  height: 5vw;
  margin-left: 1.111111vw;
  border-radius: 1.111111vw;
  padding: 0 1.111111vw;
  color: #fff;
  font-size: 3.055556vw;
  font-weight: bold;
}
@media (min-width: 540px) {
  .regist__item-badge {
    height: 27px;
    margin-left: 6px;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 16.5px;
  }
}
.regist__item-required {
  background-color: #F39800;
}
.regist__item-field {
  width: 100%;
}
.regist__item-input {
  width: 100%;
  padding: 4.444444vw 5.555556vw;
  border: 1px solid #ccc;
  border-radius: 2.222222vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 3.888889vw;
}
@media (min-width: 540px) {
  .regist__item-input {
    padding: 24px 30px;
    border-radius: 12px;
    font-size: 21px;
  }
}
.regist__item-input::-webkit-input-placeholder {
  color: #ccc;
}
.regist__item-input::-moz-placeholder {
  color: #ccc;
}
.regist__item-input:-ms-input-placeholder {
  color: #ccc;
}
.regist__item-input::-ms-input-placeholder {
  color: #ccc;
}
.regist__item-input::placeholder {
  color: #ccc;
}
.regist__btn {
  max-width: 360px;
  width: 100%;
  margin-top: 8.888889vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 540px) {
  .regist__btn {
    margin-top: 48px;
  }
}
.regist__btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 20vw;
  border-radius: 2.222222vw;
  background-color: #28EF42;
  background-image: linear-gradient(135deg, #28EF42 0, #00D11C 51%, #28EF42 100%);
  background-size: 200% auto;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 540px) {
  .regist__btn-submit {
    height: 108px;
    border-radius: 12px;
    font-size: 27px;
  }
}
.regist__btn-submit:hover {
  background-position: center;
  -webkit-box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
          box-shadow: 0 6px 20px rgba(0, 209, 28, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.regist__note {
  font-size: 2.777778vw;
  text-align: center;
}
@media (min-width: 540px) {
  .regist__note {
    font-size: 15px;
  }
}
.regist__link {
  color: #7F4F21;
  font-weight: bold;
  text-decoration: underline;
}
.regist__link:hover {
  text-decoration: none;
}

.complete {
  padding-top: 26.666667vw;
  padding-bottom: 17.777778vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .complete {
    padding-top: 144px;
    padding-bottom: 96px;
  }
}
.complete__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 11.111111vw;
  text-align: center;
}
@media (min-width: 540px) {
  .complete__title {
    margin-bottom: 18px;
    font-size: 60px;
  }
}
.complete__subtitle {
  margin-bottom: 6.666667vw;
  color: #7F4F21;
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 540px) {
  .complete__subtitle {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
.complete__message {
  padding-top: 5.555556vw;
  margin-bottom: 55.555556vw;
  border-top: 1px solid #eee;
}
@media (min-width: 540px) {
  .complete__message {
    margin-bottom: 300px;
    padding-top: 30px;
  }
}
.complete__message-text {
  font-size: 3.888889vw;
  line-height: 2;
}
@media (min-width: 540px) {
  .complete__message-text {
    font-size: 21px;
  }
}

.contact-form {
  max-width: 100%;
  margin: 0 auto;
}
.contact-form__main {
  padding-top: 26.6667vw;
  padding-bottom: 17.7778vw;
  background-color: #fff;
}
@media (min-width: 540px) {
  .contact-form__main {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.contact-form__inner {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 640px) {
  .contact-form__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.contact-form__title {
  margin-bottom: 3.333333vw;
  color: #F39800;
  font-size: 11.111111vw;
  text-align: center;
}
@media (min-width: 640px) {
  .contact-form__title {
    margin-bottom: 12px;
    font-size: 48px;
  }
}
.contact-form__subtitle {
  margin-bottom: 6.666667vw;
  color: #7F4F21;
  font-size: 3.333333vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  .contact-form__subtitle {
    margin-bottom: 36px;
    font-size: 14px;
  }
}
.contact-form__form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.555556vw;
  border-top: 1px solid #eee;
}
@media (min-width: 640px) {
  .contact-form__form {
    margin-bottom: 30px;
  }
}
.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6.666667vw;
}
@media (min-width: 640px) {
  .contact-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 36px;
  }
}
.contact-form__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.333333vw;
}
@media (min-width: 640px) {
  .contact-form__item-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    max-width: 200px;
    margin-top: 13.2px;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.contact-form__item-name {
  color: #7F4F21;
  font-size: 3.888889vw;
  font-weight: bold;
}
@media (min-width: 640px) {
  .contact-form__item-name {
    font-size: 16px;
  }
}
.contact-form__item-badge {
  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;
  height: 5vw;
  margin-left: 1.111111vw;
  border-radius: 1.111111vw;
  padding: 0 1.111111vw;
  color: #fff;
  font-size: 3.055556vw;
  font-weight: bold;
}
@media (min-width: 640px) {
  .contact-form__item-badge {
    height: 18px;
    margin-left: auto;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 11px;
  }
}
.contact-form__item-required {
  background-color: #F39800;
}
.contact-form__item-field {
  width: 100%;
}
@media (min-width: 640px) {
  .contact-form__item-field {
    width: 75%;
  }
}
.contact-form__item-input {
  width: 100%;
  padding: 4.444444vw 5.555556vw;
  border: 1px solid #ccc;
  border-radius: 2.222222vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 3.888889vw;
}
@media (min-width: 640px) {
  .contact-form__item-input {
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 16px;
  }
}
.contact-form__item-input::-webkit-input-placeholder {
  color: #ccc;
}
.contact-form__item-input::-moz-placeholder {
  color: #ccc;
}
.contact-form__item-input:-ms-input-placeholder {
  color: #ccc;
}
.contact-form__item-input::-ms-input-placeholder {
  color: #ccc;
}
.contact-form__item-input::placeholder {
  color: #ccc;
}
.contact-form__item-textarea {
  width: 100%;
  padding: 4.444444vw 5.555556vw;
  border: 1px solid #ccc;
  border-radius: 2.222222vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 3.888889vw;
}
@media (min-width: 640px) {
  .contact-form__item-textarea {
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 16px;
  }
}
.contact-form__btn {
  width: 100%;
  margin-top: 8.888889vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .contact-form__btn {
    max-width: 320px;
    margin-top: 48px;
  }
}
.contact-form__btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 20vw;
  border-radius: 2.222222vw;
  background-color: #0C67FF;
  background-image: linear-gradient(135deg, #0C67FF 0, #004ED0 51%, #0C67FF 100%);
  background-size: 200% auto;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 640px) {
  .contact-form__btn-submit {
    height: 80px;
    border-radius: 4px;
    font-size: 18px;
  }
}
.contact-form__btn-submit:hover {
  background-position: center;
  -webkit-box-shadow: 0 6px 20px rgba(12, 103, 255, 0.4);
          box-shadow: 0 6px 20px rgba(12, 103, 255, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-form__note {
  font-size: 2.777778vw;
  text-align: center;
}
@media (min-width: 640px) {
  .contact-form__note {
    font-size: 12px;
  }
}
.contact-form__link {
  color: #7F4F21;
  font-weight: bold;
  text-decoration: underline;
}
.contact-form__link:hover {
  text-decoration: none;
}
.contact-form__message {
  padding-top: 5.555556vw;
  margin-bottom: 55.555556vw;
  border-top: 1px solid #eee;
}
@media (min-width: 640px) {
  .contact-form__message {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 300px;
    padding-top: 30px;
  }
}
.contact-form__message-text {
  font-size: 3.888889vw;
  line-height: 2;
}
@media (min-width: 640px) {
  .contact-form__message-text {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */