@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: rem(18);
  font-size: rem(18);
  font-weight: 300;
  line-height: 1.33333;
  color: #333;
  overflow-x: hidden;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 18px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 18px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.triangle {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  margin-bottom: 39.999px;
  margin-bottom: 2.2222222222rem;
  width: 291.999px;
  width: 16.2222222222rem;
  height: 43.999px;
  height: 2.4444444444rem;
  background-image: url(../images/common/triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
}

.section-title span {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.33333;
  color: #1E366E;
}
@media screen and (min-width: 768px) {
  .section-title span {
    font-size: 1rem;
  }
}

.section-title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35555;
  color: #1E366E;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}

.plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19.999px;
  gap: 1.1111111111rem;
}

.plan-title span {
  font-family: "Open Sans", sans-serif;
  font-size: 21.999px;
  font-size: 1.2222222222rem;
  font-weight: 700;
  line-height: 1.36666;
  color: #DB6A2F;
}
@media screen and (min-width: 768px) {
  .plan-title span {
    font-size: 1.6666666667rem;
  }
}

.plan-title h3 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  color: #DB6A2F;
}
@media screen and (min-width: 768px) {
  .plan-title h3 {
    font-size: 1.5rem;
  }
}

.footer {
  background-color: #1E366E;
}

.footer__inner {
  padding: 39.999px 19.999px;
  padding: 2.2222222222rem 1.1111111111rem;
}

.footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19.999px;
  gap: 1.1111111111rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-nav__items {
    gap: 6rem;
  }
}

.footer-nav__item a {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.35714;
  color: #fff;
}

.footer__copyright {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 2.5555555556rem;
  }
}

.footer__copyright small {
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  height: inherit;
  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;
  padding: 0 19.999px;
  padding: 0 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 63.3333333333rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.header__logo {
  position: relative;
  z-index: 9999;
}

.header__logo a {
  display: block;
  aspect-ratio: 179/44;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .header__logo a {
    width: 65px;
    height: 65px;
  }
}

.header__logo a img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
}

.sp-nav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #E4EAF2;
  z-index: 8888;
  opacity: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    top: 80px;
    display: none;
  }
}

.sp-nav__items {
  padding-top: 120px;
  padding-top: 6.6666666667rem;
  padding-bottom: 199.999px;
  padding-bottom: 11.1111111111rem;
  height: 100vh;
  overflow: scroll;
}

.sp-nav__item a {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-top: 0.8888888889rem;
  padding-bottom: 16px;
  padding-bottom: 0.8888888889rem;
  text-align: center;
  color: #1E366E;
  font-size: 16px;
  font-size: 0.8888888889rem;
  letter-spacing: 1.999px;
  letter-spacing: 0.1111111111rem;
}

.sp-nav__item.sp-nav__item--button {
  text-align: center;
}

.sp-nav__item.sp-nav__item--button a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-top: 2.7777777778rem;
  background-color: #58B75C;
  padding: 12px 32.999px 12.999px 23.999px;
  padding: 0.6666666667rem 1.8333333333rem 0.7222222222rem 1.3333333333rem;
  color: #fff;
  position: relative;
}

.sp-nav__item.sp-nav__item--button a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.hamburger {
  z-index: 9999;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background: #1E366E;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 4.5px 0;
  margin: 0.25rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.hamburger.is-open span:nth-child(1) {
  top: 5.999px;
  top: 0.3333333333rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -7px;
  top: -0.3888888889rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pc-nav {
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  height: inherit;
  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;
  color: #1E366E;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  line-height: 1.3125;
  padding: 0 16px;
  padding: 0 0.8888888889rem;
}
@media screen and (min-width: 1024px) {
  .pc-nav__item a {
    padding: 0 1.6666666667rem;
  }
}

.pc-nav__item a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #1E366E;
          text-decoration-color: #1E366E;
}

.pc-nav__item.pc-nav__item--button {
  margin-left: 129.999px;
  margin-left: 7.2222222222rem;
  margin-top: 34px;
  margin-top: 1.8888888889rem;
}

.pc-nav__item.pc-nav__item--button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  height: 46px;
  background-color: #58B75C;
  padding: 12px 32.999px 12.999px 23.999px;
  padding: 0.6666666667rem 1.8333333333rem 0.7222222222rem 1.3333333333rem;
  color: #fff;
  position: relative;
}

.pc-nav__item.pc-nav__item--button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 640px;
  max-width: 35.5555555556rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  width: 100%;
  height: auto;
  background-image: url(../images/common/sp_FV.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mv {
    position: relative;
    height: 100vh;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    background: none;
  }
}

.mv__inner {
  height: inherit;
  padding-top: 90px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding-top: 115px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__inner {
    padding-top: 0;
  }
}

.mv__sp-text-image {
  aspect-ratio: 1/1;
  max-width: 500px;
  max-width: 27.7777777778rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .mv__sp-text-image {
    max-width: 38.8888888889rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .mv__sp-text-image {
    display: none;
  }
}

.mv__sp-text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__pc-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mv__pc-image {
    display: block;
    aspect-ratio: 1366/767;
    width: 100%;
    height: 100vh;
  }
}

.mv__pc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__video__contents {
  background-color: #fff;
  padding: 10px;
  padding: 0.5555555556rem;
  max-width: 334.999px;
  max-width: 18.6111111111rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-top: 0.2777777778rem;
}
@media screen and (min-width: 768px) {
  .mv__video__contents {
    position: absolute;
    bottom: 10px;
    right: 8.34553%;
    max-width: 26.9444444444rem;
    width: 100%;
    margin-top: 0;
  }
}

.mv__video-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #1E366E;
}

.mv__video-button p {
  max-width: 129.999px;
  max-width: 7.2222222222rem;
  width: 100%;
  font-size: 12.999px;
  font-size: 0.7222222222rem;
  font-weight: 600;
  line-height: 1.30769;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-right: 0.5555555556rem;
  position: relative;
  margin-top: auto;
  margin-bottom: 23.999px;
  margin-bottom: 1.3333333333rem;
  margin-left: 10px;
  margin-left: 0.5555555556rem;
}
@media screen and (min-width: 768px) {
  .mv__video-button p {
    max-width: 9.1666666667rem;
    width: 100%;
  }
}

.mv__video-button p::after {
  content: "";
  width: 120px;
  width: 6.6666666667rem;
  height: 7px;
  height: 0.3888888889rem;
  background-image: url(../images/common/mv_video-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mv__video-button p::after {
    width: 8.0555555556rem;
  }
}

.mv__video {
  aspect-ratio: 16/9;
  max-width: 300px;
  max-width: 16.6666666667rem;
}

.mv__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.problem {
  margin-top: 34.999px;
  margin-top: 1.9444444444rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .problem {
    margin-top: 5.5555555556rem;
  }
}

@media screen and (min-width: 768px) {
  .problem__inner.inner {
    max-width: 52.3333333333rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.problem__title {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  color: #1E366E;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .problem__title {
    font-size: 1.5rem;
  }
}

.problem__text {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .problem__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.problem__evidence {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}
@media screen and (min-width: 768px) {
  .problem__evidence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8888888889rem;
  }
}

.evidence__image {
  aspect-ratio: 425/392;
}

.evidence__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.evidence__image:first-of-type {
  position: relative;
}
@media screen and (min-width: 768px) {
  .evidence__image:first-of-type {
    max-width: 23.6111111111rem;
    width: 100%;
  }
}

.evidence__image:nth-of-type(2) {
  aspect-ratio: 398/392;
}
@media screen and (min-width: 768px) {
  .evidence__image:nth-of-type(2) {
    max-width: 22.1111111111rem;
    width: 100%;
  }
}

.evidence__image:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.evidence__image:first-of-type::after {
  content: "";
  width: 41.999px;
  width: 2.3333333333rem;
  height: 43px;
  height: 2.3888888889rem;
  background-image: url(../images/common/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .evidence__image:first-of-type::after {
    right: -38px;
    top: 170px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.evidence__image + .evidence__image {
  margin-top: 59.999px;
  margin-top: 3.3333333333rem;
}
@media screen and (min-width: 768px) {
  .evidence__image + .evidence__image {
    margin-top: 0;
  }
}

.problem__chaos-map {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  aspect-ratio: 719/405;
}
@media screen and (min-width: 768px) {
  .problem__chaos-map {
    max-width: 39.9444444444rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.problem__chaos-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.web3 {
  background-image: url(../images/common/web3-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.web3__inner {
  padding: 45px 19.999px 50px;
  padding: 2.5rem 1.1111111111rem 2.7777777778rem;
}
@media screen and (min-width: 768px) {
  .web3__inner {
    max-width: 56.3888888889rem;
    width: 100%;
  }
}

.web3__title {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .web3__title {
    font-size: 1.5rem;
  }
}

.web3__contents {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .web3__contents {
    margin-top: 2.2222222222rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.6111111111rem;
  }
}

.web3__ranking {
  background-color: #fff;
  padding: 16px;
  padding: 0.8888888889rem;
}
@media screen and (min-width: 768px) {
  .web3__ranking {
    padding: 0.8888888889rem 1.6666666667rem;
    max-width: 21.5rem;
    width: 100%;
  }
}

.web3__ranking-title {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.35;
  color: #1E366E;
}
@media screen and (min-width: 768px) {
  .web3__ranking-title {
    font-size: 1.1111111111rem;
  }
}

.web3__ranking dl {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web3__ranking dt,
.web3__ranking dd {
  margin-top: 5px;
  margin-top: 0.2777777778rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 300;
  color: #1E366E;
}
@media screen and (min-width: 768px) {
  .web3__ranking dt,
  .web3__ranking dd {
    font-size: 1rem;
  }
}

.web3__ranking dt.orange,
.web3__ranking dd.orange {
  color: #DB6A2F;
}

.web3__ranking dt {
  max-width: 91.999px;
  max-width: 5.1111111111rem;
  width: 100%;
  white-space: nowrap;
  padding-right: 19.999px;
  padding-right: 1.1111111111rem;
}

.web3__ranking dd {
  max-width: calc(100% - 5.11111rem);
  width: 100%;
}

.web3__text {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .web3__text {
    margin-top: 0;
    max-width: 25.0555555556rem;
    width: 100%;
    font-size: 1rem;
  }
}

.about {
  background-image: url(../images/common/about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.about__inner {
  padding: 39.999px 19.999px;
  padding: 2.2222222222rem 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 3.7222222222rem 1.3888888889rem 5.5555555556rem 2.1111111111rem;
  }
}

.about__section-title {
  text-align: center;
}

.about__section-title h2 {
  margin-top: 9px;
  margin-top: 0.5rem;
}

.about__title {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 400;
  color: #1E366E;
}
@media screen and (min-width: 768px) {
  .about__title {
    margin-top: 1.9444444444rem;
    font-size: 1.5rem;
  }
}

.about__text {
  margin-top: 16px;
  margin-top: 0.8888888889rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1rem;
  }
}

.conventional {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.conventional::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background: #E4EBF4;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .conventional::after {
    height: 66.99%;
  }
}

.conventional__inner {
  padding-top: 50px;
  padding-top: 2.7777777778rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conventional__inner {
    padding-top: 5.5555555556rem;
    max-width: 63.8888888889rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.conventional__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .conventional__section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6111111111rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.conventional__section-title h2 {
  margin-top: 9px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .conventional__section-title h2 {
    margin-top: 0;
  }
}

.conventional__items {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .conventional__items {
    margin-top: 2.2222222222rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .conventional__items {
    gap: 10rem;
  }
}

.conventional-item__image {
  aspect-ratio: 460/258;
}

.conventional-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conventional__title {
  margin-top: 14.999px;
  margin-top: 0.8333333333rem;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #1E366E;
}
@media screen and (min-width: 768px) {
  .conventional__title {
    font-size: 1.3333333333rem;
  }
}

.conventional__text {
  margin-top: 14px;
  margin-top: 0.7777777778rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
  max-width: 340px;
  max-width: 18.8888888889rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .conventional__text {
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
    padding: 0 1.1111111111rem;
  }
}

.conventional__item + .conventional__item {
  margin-top: 36px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .conventional__item + .conventional__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .conventional__inner .triangle {
    margin-top: 4.1666666667rem;
    margin-bottom: 2.7777777778rem;
  }
}

.feature__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .feature__section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.5rem;
  }
}

.feature__section-title h2 {
  margin-top: 9px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature__section-title h2 {
    margin-top: 0;
  }
}

.feature__text {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 768px) {
  .feature__text {
    margin-top: 2.2222222222rem;
    font-size: 1rem;
  }
}

.feature__bg {
  margin: 0 calc(50% - 50vw);
  width: 99.9vw;
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
  position: relative;
  z-index: 0;
}

.feature__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 122px;
  z-index: -1;
  width: 100%;
  height: 70%;
  background: #E4EBF4;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (min-width: 768px) {
  .feature__bg::after {
    top: 246px;
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
    height: 56%;
  }
}

@media screen and (min-width: 768px) {
  .feature__items {
    max-width: 61.1111111111rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.feature__item {
  padding: 0 19.999px;
  padding: 0 1.1111111111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .feature__item {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 60.5555555556rem;
    width: 100%;
    padding: 0 1.3888888889rem;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.0555555556rem;
  }
}

.feature-item__image {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  aspect-ratio: 550/332;
}
@media screen and (min-width: 768px) {
  .feature-item__image {
    max-width: 30.5555555556rem;
    width: 100%;
  }
}

.feature-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .feature-item__textBlock {
    margin-top: 0;
    max-width: 24.1666666667rem;
    width: 100%;
  }
}

.feature-item__title {
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 300;
  color: #DB6A2F;
}
@media screen and (min-width: 768px) {
  .feature-item__title {
    font-size: 1.5rem;
  }
}

.feature-item__text {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 768px) {
  .feature-item__text {
    font-size: 1rem;
    margin-top: 1.4444444444rem;
  }
}

.feature__item + .feature__item {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

@media screen and (min-width: 768px) {
  .feature__item.feature__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
  }
}

.example {
  margin-top: 50px;
  margin-top: 2.7777777778rem;
}
@media screen and (min-width: 768px) {
  .example {
    margin-top: 5.5555555556rem;
  }
}

.example__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .example__section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.6666666667rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.example__section-title h2 {
  margin-top: 9px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .example__section-title h2 {
    margin-top: 0;
  }
}

.example__items {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .example__items {
    margin-top: 2.2222222222rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.7777777778rem;
  }
}
@media screen and (min-width: 768px) {
  .example__items {
    gap: 5.5555555556rem;
  }
}

.example__item {
  background-color: #4078F5;
}
@media screen and (min-width: 768px) {
  .example__item {
    max-width: calc(33.33333% - 1.85185rem);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .example__item {
    max-width: calc(33.33333% - 3.7037rem);
  }
}

.example__item-image {
  aspect-ratio: 300/282;
}

.example__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example__item-text {
  padding: 5px 10px;
  padding: 0.2777777778rem 0.5555555556rem;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .example__item-text {
    font-size: 1.3333333333rem;
  }
}

.example__item:first-of-type .example__item-image {
  position: relative;
}

.example__item:first-of-type .example__item-image p {
  width: 100%;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: 5px;
  bottom: 0.2777777778rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .example__item:first-of-type .example__item-image p {
    font-size: 1.3333333333rem;
  }
}

.example__item + .example__item {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}
@media screen and (min-width: 768px) {
  .example__item + .example__item {
    margin-top: 0;
  }
}

.plan {
  margin-top: 50px;
  margin-top: 2.7777777778rem;
  background-color: #E4EBF4;
}
@media screen and (min-width: 768px) {
  .plan {
    margin-top: 5.5555555556rem;
  }
}

.plan__inner {
  padding: 50px 19.999px;
  padding: 2.7777777778rem 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .plan__inner {
    padding: 5.5555555556rem 1.3888888889rem;
  }
}

.plan__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .plan__section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.6666666667rem;
  }
}

.plan__section-title h2 {
  margin-top: 9px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .plan__section-title h2 {
    margin-top: 0;
  }
}

.plan__section-title span {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media screen and (min-width: 768px) {
  .plan__section-title span {
    font-size: 1rem;
  }
}

.plan01 {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .plan01 {
    margin-top: 2.2222222222rem;
  }
}

.plan01__imageBlock {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}
@media screen and (min-width: 768px) {
  .plan01__imageBlock {
    margin-top: 1.1111111111rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.1666666667rem;
  }
}

.plan01__image1 {
  aspect-ratio: 495/231;
}
@media screen and (min-width: 768px) {
  .plan01__image1 {
    max-width: 27.5rem;
    width: 100%;
  }
}

.plan01__image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan01__rightBlock {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .plan01__rightBlock {
    margin-top: 0;
    max-width: 30.5555555556rem;
    width: 100%;
  }
}

.plan01__rightBlock-text {
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 768px) {
  .plan01__rightBlock-text {
    font-size: 1rem;
  }
}

.plan01__image2 {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
  aspect-ratio: 550/174;
}

.plan01__image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan02 {
  margin-top: 39.999px;
  margin-top: 2.2222222222rem;
}

.plan02__contents {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}
@media screen and (min-width: 768px) {
  .plan02__contents {
    margin-top: 1.1111111111rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3333333333rem;
  }
}

.plan02__image {
  aspect-ratio: 689/240;
}
@media screen and (min-width: 768px) {
  .plan02__image {
    max-width: 38.2777777778rem;
    width: 100%;
  }
}

.plan02__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan02__leftBlock p {
  margin-top: 7px;
  margin-top: 0.3888888889rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.35714;
}

.plan02__textBlock {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .plan02__textBlock {
    margin-top: 0;
    max-width: 18.9444444444rem;
    width: 100%;
  }
}

.plan02__textBlock-title {
  font-size: 18px;
  font-size: 1rem;
  color: #DB6A2F;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan02__textBlock-title {
    padding: 1.3333333333rem 0;
    font-size: 1.3333333333rem;
  }
}

.plan02__textBlock-title::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan02__textBlock-title::before {
    display: block;
    content: "";
    width: 4rem;
    height: 0.1111111111rem;
    background: #DB6A2F;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    position: absolute;
    top: 0.3888888889rem;
    left: 0.1111111111rem;
  }
}

.plan02__textBlock-title::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan02__textBlock-title::after {
    display: block;
    content: "";
    width: 4rem;
    height: 0.1111111111rem;
    background: #DB6A2F;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    position: absolute;
    bottom: 0.5555555556rem;
    left: 0.1111111111rem;
  }
}

.plan02__textBlock-text {
  margin-top: 16.999px;
  margin-top: 0.9444444444rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media screen and (min-width: 768px) {
  .plan02__textBlock-text {
    font-size: 1rem;
  }
}

.plan02__textBlock-lists {
  margin-top: 14px;
  margin-top: 0.7777777778rem;
}

.plan02__textBlock-lists li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.35714;
  padding-left: 19.999px;
  padding-left: 1.1111111111rem;
  position: relative;
}

.plan02__textBlock-lists li::before {
  content: "※";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.plan__inner .triangle {
  position: relative;
  margin-bottom: 0;
}

.plan__inner .triangle p {
  font-size: 18px;
  font-size: 1rem;
  position: absolute;
  top: 5px;
  top: 0.2777777778rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .plan__inner .triangle p {
    font-size: 1.3333333333rem;
    top: 0;
  }
}

.benefits {
  margin-top: 68.999px;
  margin-top: 3.8333333333rem;
  background-image: url(../images/common/benefits-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefits__inner {
  padding: 30px 19.999px;
  padding: 1.6666666667rem 1.1111111111rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefits__inner {
    padding: 2.7777777778rem 1.3888888889rem;
  }
}

.benefits__title {
  background-color: #DB6A2F;
  padding: 16px 41.999px;
  padding: 0.8888888889rem 2.3333333333rem;
  color: #fff;
  font-size: 19.999px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  line-height: 1.3214;
  position: absolute;
  top: -48.999px;
  top: -2.7222222222rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .benefits__title {
    font-size: 1.5555555556rem;
  }
}

@media screen and (min-width: 768px) {
  .benefits__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.2222222222rem 7.2222222222rem;
    max-width: 43.6666666667rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.benefits__item {
  width: 100%;
  height: 214.999px;
  height: 11.9444444444rem;
  background-image: url(../images/common/benefits-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19.999px 25px;
  padding: 1.1111111111rem 1.3888888889rem;
}
@media screen and (min-width: 768px) {
  .benefits__item {
    max-width: 18.2222222222rem;
    width: 100%;
    height: 13.5555555556rem;
  }
}

.benefits__item-title {
  line-height: 1.5;
  font-weight: 500;
  color: #DB6A2F;
  width: 198px;
  width: 11rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-bottom: 0.5555555556rem;
  background-image: linear-gradient(to right, #DB6A2F, #DB6A2F 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  text-align: center;
  position: relative;
}

.benefits__item-title::before {
  content: "";
  width: 21.999px;
  width: 1.2222222222rem;
  height: 21.999px;
  height: 1.2222222222rem;
  background-image: url(../images/common/icon-ribbon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 34.999px;
  left: 1.9444444444rem;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.benefits__item-text {
  margin-top: 12px;
  margin-top: 0.6666666667rem;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .benefits__item-text {
    font-size: 1rem;
  }
}

.benefits__item + .benefits__item {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .benefits__item + .benefits__item {
    margin-top: 0;
  }
}

.button-section {
  margin-top: 50px;
  margin-top: 2.7777777778rem;
}
@media screen and (min-width: 768px) {
  .button-section {
    margin-top: 5.5555555556rem;
  }
}

.button-section__text {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  padding: 0 39.999px;
  padding: 0 2.2222222222rem;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .button-section__text {
    font-size: 1rem;
    padding: 0 4.4444444444rem;
  }
}

.button-section__text::before {
  content: "";
  width: 64.999px;
  width: 3.6111111111rem;
  height: 1px;
  height: 0.0555555556rem;
  background: #333;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  position: absolute;
  top: 36px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .button-section__text::before {
    width: 2.8333333333rem;
    top: 1.3333333333rem;
    left: -0.8888888889rem;
  }
}

.button-section__text::after {
  content: "";
  width: 64.999px;
  width: 3.6111111111rem;
  height: 1px;
  height: 0.0555555556rem;
  background: #333;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  position: absolute;
  top: 36px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .button-section__text::after {
    width: 2.8333333333rem;
    top: 1.3333333333rem;
    right: -0.8888888889rem;
  }
}

.button-section__contents {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .button-section__contents {
    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;
    gap: 6.5555555556rem;
  }
}

.button-section__line,
.button-section__hp {
  text-align: center;
  position: relative;
}

.button-section__line a,
.button-section__hp a {
  display: inline-block;
  padding: 19.999px 0;
  padding: 1.1111111111rem 0;
  width: 309.999px;
  width: 17.2222222222rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button-section__line a,
  .button-section__hp a {
    font-size: 1.1111111111rem;
    padding: 1.6666666667rem 0;
  }
}

.button-section__line a::after,
.button-section__hp a::after {
  content: "";
  width: 7.999px;
  width: 0.4444444444rem;
  height: 7.999px;
  height: 0.4444444444rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 44%;
  right: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .button-section__line a::after,
  .button-section__hp a::after {
    width: 0.5555555556rem;
    height: 0.5555555556rem;
    top: 43%;
  }
}

.button-section__line a {
  background-color: #58B75C;
}
@media screen and (min-width: 768px) {
  .button-section__line a {
    padding: 1.6666666667rem 5.2222222222rem 1.6666666667rem 4.2222222222rem;
    width: 100%;
  }
}

.button-section__hp a {
  background-color: #DB6A2F;
}
@media screen and (min-width: 768px) {
  .button-section__hp a {
    padding: 1.6666666667rem 5.2777777778rem 1.6666666667rem 4.1666666667rem;
    width: 100%;
  }
}

.button-section__hp {
  margin-top: 19.999px;
  margin-top: 1.1111111111rem;
}
@media screen and (min-width: 768px) {
  .button-section__hp {
    margin-top: 0;
  }
}
/*# sourceMappingURL=styles.css.map */
