@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #929799;
}

input::-moz-placeholder {
  color: #929799;
}

input:-ms-input-placeholder {
  color: #929799;
}

input::-ms-input-placeholder {
  color: #929799;
}

input::placeholder {
  color: #929799;
}

ul {
  list-style: none;
}

:root {
  --green_default: #67bb28;
  --green_sole: #9eeb87;
  --orange: #f9a004;
  --black:#333333;
  --white:#ffffff;
  --gradation_sole: linear-gradient( 135deg, rgb(223,246,217) 0%, rgb(202,248,190) 9%, rgb(181,250,162) 24%, rgb(193,237,208) 54%, rgb(205,223,253) 100%);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", arial, helvetica, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 1px;
  background-color: #f5f5f5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px), print {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}
@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.ja {
  display: block !important;
}

.en {
  display: none !important;
}
.en--inline {
  display: none !important;
}

.bpPc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .bpPc {
    display: none !important;
  }
}
.bpPc--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .bpPc--inline {
    display: none !important;
  }
}
.bpPc--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .bpPc--flex {
    display: none !important;
  }
}
.bpSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp {
    display: block !important;
  }
}
.bpSp--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp--inline {
    display: inline !important;
  }
}
.bpSp--flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .bpSp--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .modBtnArea {
    max-width: 940px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 20px 20px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .modBtnArea {
    max-width: 460px;
    margin: 28px auto 0;
  }
}
.modBtnArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modBtnArea__inner a {
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #ffffff;
  color: #0d9b53;
  border: 2px solid #ffffff;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a {
    font-size: 18px;
    font-size: 1.8rem;
    width: calc(50% - 10px);
    padding: 10px 0 10px;
  }
  .modBtnArea__inner a:hover {
    background-color: #0d9b53;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner a {
    padding: 9px 0 9px;
    font-size: 16px;
    font-size: 1.6rem;
    width: calc((100% - 15px) / 2);
  }
}
.modBtnArea__inner a::before {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.modBtnArea__inner a.download::before {
  background-image: url("../../assets/img/icon_download_color.svg");
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a.download::before {
    width: 20px;
    height: 24px;
    margin: 0 11px -4px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner a.download::before {
    width: 15px;
    height: 19px;
    margin: 0 4px -5px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a.download:hover::before {
    background-image: url("../../assets/img/icon_download_white.svg");
  }
}
.modBtnArea__inner a.contact::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2018%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19%2C0H3C1.35%2C0%2C0%2C1.35%2C0%2C3v12c0%2C1.65%2C1.35%2C3%2C3%2C3h16c1.65%2C0%2C3-1.35%2C3-3V3c0-1.65-1.35-3-3-3ZM3%2C2h16c.39%2C0%2C.72.23.89.56l-8.89%2C6.22L2.11%2C2.56c.16-.33.5-.56.89-.56ZM19%2C16H3c-.55%2C0-1-.45-1-1V4.92l8.43%2C5.9c.17.12.37.18.57.18s.4-.06.57-.18l8.43-5.9v10.08c0%2C.55-.45%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%230d9b53%3B%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a.contact::before {
    width: 26px;
    height: 20px;
    margin: 0 9px -4px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner a.contact::before {
    width: 21px;
    height: 15px;
    margin: 0 1px -3px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a.contact:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2018%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19%2C0H3C1.35%2C0%2C0%2C1.35%2C0%2C3v12c0%2C1.65%2C1.35%2C3%2C3%2C3h16c1.65%2C0%2C3-1.35%2C3-3V3c0-1.65-1.35-3-3-3ZM3%2C2h16c.39%2C0%2C.72.23.89.56l-8.89%2C6.22L2.11%2C2.56c.16-.33.5-.56.89-.56ZM19%2C16H3c-.55%2C0-1-.45-1-1V4.92l8.43%2C5.9c.17.12.37.18.57.18s.4-.06.57-.18l8.43-5.9v10.08c0%2C.55-.45%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.modBtnArea__inner a.application::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.12%2022.12%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17%2C22.12H3c-1.65%2C0-3-1.35-3-3V5.12c0-1.65%2C1.35-3%2C3-3h7c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1H3c-.55%2C0-1%2C.45-1%2C1v14c0%2C.55.45%2C1%2C1%2C1h14c.55%2C0%2C1-.45%2C1-1v-7c0-.55.45-1%2C1-1s1%2C.45%2C1%2C1v7c0%2C1.65-1.35%2C3-3%2C3Z%22%20style%3D%22fill%3A%20%230d9b53%3B%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C16.12c-.26%2C0-.52-.1-.71-.29-.25-.25-.35-.61-.26-.95l1-4c.04-.18.13-.34.26-.46L16.79.91c1.22-1.22%2C3.2-1.22%2C4.41%2C0s1.22%2C3.2%2C0%2C4.41l-9.5%2C9.5c-.13.13-.29.22-.46.26l-4%2C1c-.08.02-.16.03-.24.03ZM11%2C14.12h0%2C0ZM8.9%2C11.63l-.53%2C2.11%2C2.11-.53L19.79%2C3.91c.44-.44.44-1.15%2C0-1.59s-1.15-.44-1.59%2C0l-9.3%2C9.3Z%22%20style%3D%22fill%3A%20%230d9b53%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a.application::before {
    width: 24px;
    height: 24px;
    margin: 0 12px -4px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner a.application::before {
    width: 19px;
    height: 19px;
    margin: 0 7px -3px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner a.application:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.12%2022.12%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17%2C22.12H3c-1.65%2C0-3-1.35-3-3V5.12c0-1.65%2C1.35-3%2C3-3h7c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1H3c-.55%2C0-1%2C.45-1%2C1v14c0%2C.55.45%2C1%2C1%2C1h14c.55%2C0%2C1-.45%2C1-1v-7c0-.55.45-1%2C1-1s1%2C.45%2C1%2C1v7c0%2C1.65-1.35%2C3-3%2C3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C16.12c-.26%2C0-.52-.1-.71-.29-.25-.25-.35-.61-.26-.95l1-4c.04-.18.13-.34.26-.46L16.79.91c1.22-1.22%2C3.2-1.22%2C4.41%2C0s1.22%2C3.2%2C0%2C4.41l-9.5%2C9.5c-.13.13-.29.22-.46.26l-4%2C1c-.08.02-.16.03-.24.03ZM11%2C14.12h0%2C0ZM8.9%2C11.63l-.53%2C2.11%2C2.11-.53L19.79%2C3.91c.44-.44.44-1.15%2C0-1.59s-1.15-.44-1.59%2C0l-9.3%2C9.3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner--sp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 10px;
  }
  .modBtnArea__inner--sp > li {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .modBtnArea__inner--sp > li:nth-child(1) {
    width: 156px;
  }
  .modBtnArea__inner--sp > li:nth-child(1) a {
    background: #f9a004;
    color: var(--white);
    border-color: var(--white);
  }
  .modBtnArea__inner--sp > li:nth-child(1) a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2018%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19%2C0H3C1.35%2C0%2C0%2C1.35%2C0%2C3v12c0%2C1.65%2C1.35%2C3%2C3%2C3h16c1.65%2C0%2C3-1.35%2C3-3V3c0-1.65-1.35-3-3-3ZM3%2C2h16c.39%2C0%2C.72.23.89.56l-8.89%2C6.22L2.11%2C2.56c.16-.33.5-.56.89-.56ZM19%2C16H3c-.55%2C0-1-.45-1-1V4.92l8.43%2C5.9c.17.12.37.18.57.18s.4-.06.57-.18l8.43-5.9v10.08c0%2C.55-.45%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
  .modBtnArea__inner--sp > li:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .modBtnArea__inner--sp > li .modCta__title {
    font-size: 10px;
    font-size: 1rem;
    margin: 0 0 6px;
  }
  .modBtnArea__inner--sp > li .modCta__title > span::before, .modBtnArea__inner--sp > li .modCta__title > span::after {
    height: 11px;
  }
  .modBtnArea__inner--sp > li a {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 !important;
    padding: 6px 0 6px;
    border-radius: 3px;
  }
}
.modBtnArea__link {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link {
    margin: 22px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__link {
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modBtnArea__link > a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modBtnArea__link > a:hover {
    opacity: 0.6;
  }
}
.modBtnArea--header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0;
  }
}
.modBtnArea--header .modBtnArea__inner > a {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 16px 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 12px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__link {
    margin: 0 30px 0 0;
  }
}
.modBtnArea--header .modBtnArea__link > a {
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modBtnArea--header .modBtnArea__link > a:hover {
    color: #66ba28;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--bottom {
    text-align: center;
    margin: 4px auto 4px !important;
  }
  .modBtnArea--bottom .lp2,
  .modBtnArea--bottom .sole-proprietorship {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 3px;
  }
  .modBtnArea--bottom .lp2::before,
  .modBtnArea--bottom .sole-proprietorship::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .modBtnArea--bottom .lp2::before {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060.72%2064.57%22%3E%20%3Cpath%20d%3D%22M30.36%2C30.27c-8.35%2C0-15.14-6.79-15.14-15.14S22.01%2C0%2C30.36%2C0s15.14%2C6.79%2C15.14%2C15.14-6.79%2C15.14-15.14%2C15.14h0ZM30.36%2C3c-6.69%2C0-12.14%2C5.44-12.14%2C12.14s5.44%2C12.14%2C12.14%2C12.14%2C12.14-5.44%2C12.14-12.14-5.44-12.14-12.14-12.14Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M59.22%2C63.71c-.83%2C0-1.5-.67-1.5-1.5%2C0-15.09-12.27-27.36-27.36-27.36S3%2C47.12%2C3%2C62.21c0%2C.83-.67%2C1.5-1.5%2C1.5s-1.5-.67-1.5-1.5c0-16.74%2C13.62-30.36%2C30.36-30.36s30.36%2C13.62%2C30.36%2C30.36c0%2C.83-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M45.82%2C60.3H14.95c-.83%2C0-1.5-.67-1.5-1.5v-17.08c0-.83.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5v17.08c0%2C.83-.67%2C1.5-1.5%2C1.5ZM16.45%2C57.3h27.87v-14.08h-27.87s0%2C14.08%2C0%2C14.08Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M46.02%2C64.57H15.15c-.83%2C0-1.5-.67-1.5-1.5s.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5s-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    margin: 0 8px -2px 0;
  }
  .modBtnArea--bottom .sole-proprietorship::before {
    width: 17px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060.72%2064.57%22%3E%20%3Cpath%20d%3D%22M30.36%2C30.27c-8.35%2C0-15.14-6.79-15.14-15.14S22.01%2C0%2C30.36%2C0s15.14%2C6.79%2C15.14%2C15.14-6.79%2C15.14-15.14%2C15.14h0ZM30.36%2C3c-6.69%2C0-12.14%2C5.44-12.14%2C12.14s5.44%2C12.14%2C12.14%2C12.14%2C12.14-5.44%2C12.14-12.14-5.44-12.14-12.14-12.14Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M59.22%2C63.71c-.83%2C0-1.5-.67-1.5-1.5%2C0-15.09-12.27-27.36-27.36-27.36S3%2C47.12%2C3%2C62.21c0%2C.83-.67%2C1.5-1.5%2C1.5s-1.5-.67-1.5-1.5c0-16.74%2C13.62-30.36%2C30.36-30.36s30.36%2C13.62%2C30.36%2C30.36c0%2C.83-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M45.82%2C60.3H14.95c-.83%2C0-1.5-.67-1.5-1.5v-17.08c0-.83.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5v17.08c0%2C.83-.67%2C1.5-1.5%2C1.5ZM16.45%2C57.3h27.87v-14.08h-27.87s0%2C14.08%2C0%2C14.08Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M46.02%2C64.57H15.15c-.83%2C0-1.5-.67-1.5-1.5s.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5s-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    margin: 0 2px -2px 0;
  }
}
.modBtnArea--top {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top {
    max-width: 940px;
  }
}
.modBtnArea--top .modBtnArea__inner {
  gap: 0;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner > a {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner > a:hover {
    background: none;
    color: #0d9b53;
  }
  .modBtnArea--top .modBtnArea__inner > a:hover .application {
    background: #DF9411;
    border-color: #DF9411;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0.7;
  }
}
.modBtnArea--top .modBtnArea__inner .img {
  display: block;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner .img {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--top .modBtnArea__inner .img {
    width: 100%;
    height: 110px;
  }
}
.modBtnArea--top .modBtnArea__inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.modBtnArea--top .modBtnArea__inner .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner .block {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--top .modBtnArea__inner .block {
    padding: 20px 15px 18px;
  }
}
.modBtnArea--top .modBtnArea__inner .block .lead {
  position: relative;
  width: 100%;
  text-align: center;
}
.modBtnArea--top .modBtnArea__inner .block .lead::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #0d9b53;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modBtnArea--top .modBtnArea__inner .block .lead span {
  display: inline-block;
  background: var(--white);
  color: #0d9b53;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner .block .lead span {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--top .modBtnArea__inner .block .lead span {
    padding: 0 10px;
  }
}
.modBtnArea--top .modBtnArea__inner .block .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner .block .title {
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--top .modBtnArea__inner .block .title {
    margin: 0;
  }
}
.modBtnArea--top .modBtnArea__inner .block .title span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbee21));
  background: linear-gradient(transparent 60%, #fbee21 60%);
  bottom: 4px;
  margin: 0 6px 0 0;
}
.modBtnArea--top .modBtnArea__inner .block .application {
  background: #f9a004;
  color: var(--white);
  width: 100%;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner .block .application {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 15px 0 0;
    padding: 17px 0 17px;
    -webkit-box-shadow: 5px 4px 8px rgba(51, 51, 51, 0.2);
            box-shadow: 5px 4px 8px rgba(51, 51, 51, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--top .modBtnArea__inner .block .application {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 11px 0 0;
    padding: 10px 0 10px;
  }
}
.modBtnArea--top .modBtnArea__inner .block .application::before {
  content: "";
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.12%2022.12%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17%2C22.12H3c-1.65%2C0-3-1.35-3-3V5.12c0-1.65%2C1.35-3%2C3-3h7c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1H3c-.55%2C0-1%2C.45-1%2C1v14c0%2C.55.45%2C1%2C1%2C1h14c.55%2C0%2C1-.45%2C1-1v-7c0-.55.45-1%2C1-1s1%2C.45%2C1%2C1v7c0%2C1.65-1.35%2C3-3%2C3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C16.12c-.26%2C0-.52-.1-.71-.29-.25-.25-.35-.61-.26-.95l1-4c.04-.18.13-.34.26-.46L16.79.91c1.22-1.22%2C3.2-1.22%2C4.41%2C0s1.22%2C3.2%2C0%2C4.41l-9.5%2C9.5c-.13.13-.29.22-.46.26l-4%2C1c-.08.02-.16.03-.24.03ZM11%2C14.12h0%2C0ZM8.9%2C11.63l-.53%2C2.11%2C2.11-.53L19.79%2C3.91c.44-.44.44-1.15%2C0-1.59s-1.15-.44-1.59%2C0l-9.3%2C9.3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px), print {
  .modBtnArea--top .modBtnArea__inner .block .application::before {
    width: 24px;
    height: 24px;
    margin: 0 12px -4px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--top .modBtnArea__inner .block .application::before {
    width: 19px;
    height: 19px;
    margin: 0 7px -3px 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea.en .contact {
    margin: 0 57px 16px;
  }
}

.modTitle {
  position: relative;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modTitle {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 320px) {
  .modTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modTitle::before {
  color: #67bb28;
  position: absolute;
  font-family: "Oswald", sans-serif;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px), print {
  .modTitle::before {
    font-size: 20px;
    font-size: 2rem;
    top: -37px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle::before {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    top: -22px;
  }
}
.modTitle--featureService::before {
  content: "FEATURES OF SERVICE";
}
.modTitle--featureSBPS::before {
  content: "FEATURES OF SBPS";
}
.modTitle--plan::before {
  content: "PLAN";
}
.modTitle--charge::before {
  content: "CHARGE";
}
@media screen and (min-width: 769px), print {
  .modTitle--charge > sup {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modTitle--charge > sup {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modTitle--comparison::before {
  content: "COMPARISON";
}
.modTitle--step::before {
  content: "STEP";
}
.modTitle--manual::before {
  content: "MANUAL";
}
.modTitle--caution::before {
  content: "CAUTION";
}
.modTitle--faq::before {
  content: "FAQ";
}
.modTitle--app {
  margin: 0 0 40px;
}
.modTitle--app::before {
  content: "SHOPIFY APP";
}
.modTitle--partner::before {
  content: "PARTNER";
}
.modTitle--case::before {
  content: "CASE";
}
.modTitleSub {
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modTitleSub {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 87px 0 57px;
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .modTitleSub {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.5px;
    margin: 35px 0 25px;
    padding: 0 20px 16px;
  }
}
.modTitleSub::before {
  content: "";
  background-color: #67bb28;
  height: 2px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px), print {
  .modTitleSub::before {
    width: 50px;
    left: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .modTitleSub::before {
    width: 25px;
    left: calc(50% - 12px);
  }
}
.modTitleSub__lead {
  text-align: center;
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .modTitleSub__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin: -40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTitleSub__lead {
    font-size: 12px;
    font-size: 1.2rem;
    margin: -15px 20px 0;
  }
}
.modTitle > strong {
  z-index: 10;
  position: relative;
  color: #67bb28;
  font-weight: 700;
}
.modTitle > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .modTitle > strong::before {
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle > strong::before {
    bottom: 3px;
  }
}

.modTextCaption {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px), print {
  .modTextCaption {
    font-size: 16px;
    font-size: 1.6rem;
    width: 780px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modTextCaption {
    letter-spacing: 0;
    width: 330px;
    margin: 20px auto 0;
  }
}

.modCta {
  position: relative;
  background: #67bb28;
}
@media screen and (min-width: 769px), print {
  .modCta {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .modCta {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px 20px 15px;
    z-index: 10000;
  }
}
.modCta__title {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modCta__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.modCta__title > span {
  position: relative;
}
.modCta__title > span::before, .modCta__title > span::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .modCta__title > span::before, .modCta__title > span::after {
    height: 23px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title > span::before, .modCta__title > span::after {
    height: 13px;
    top: 5px;
  }
}
.modCta__title > span::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 769px), print {
  .modCta__title > span::before {
    left: -17px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title > span::before {
    left: -12px;
  }
}
.modCta__title > span::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (min-width: 769px), print {
  .modCta__title > span::after {
    right: -19px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__title > span::after {
    right: -9px;
  }
}
@media screen and (min-width: 769px), print {
  .modCta .modBtnArea {
    margin: 12px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .modCta .modBtnArea {
    margin: 0;
    max-width: 460px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .modCta .modBtnArea {
    margin: 14px auto 0;
    max-width: 460px;
  }
}
.modCta .modBtnArea__inner {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .modCta .modBtnArea__inner {
    gap: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .modCta .modBtnArea__inner {
    gap: 0 10px;
  }
}
.modCta .modBtnArea__inner > a {
  margin: 0;
}
@media screen and (min-width: 769px), print {
  .modCta .modBtnArea__inner > a {
    width: calc((100% - 16px) / 2);
    padding: 16px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .modCta .modBtnArea__inner > a {
    width: calc((100% - 10px) / 2);
    font-size: 12px;
    font-size: 1.2rem;
    border: none;
  }
}
.modCta .modBtnArea__inner > a:not([class]) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .modCta.is-fixed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@media screen and (max-width: 768px) {
  .modCta.is-show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 769px), print {
  .modCta__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 30px;
  }
  .modCta__inner::before, .modCta__inner::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
    height: 100%;
  }
  .modCta__inner::before {
    background-image: url("../../assets/img/img_cta_woman01.png");
    max-width: 162px;
    width: 22%;
    left: -44px;
    bottom: -26px;
  }
  .modCta__inner::after {
    background-image: url("../../assets/img/img_cta_man01.png");
    max-width: 181px;
    width: 22%;
    right: -66px;
    bottom: -27px;
  }
}
@media screen and (max-width: 939px) {
  .modCta__inner {
    padding: 30px 40px 30px;
  }
  .modCta__inner::before, .modCta__inner:after {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .modCta__inner .modCtaLink a {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 939px) {
  .modScrollbox {
    overflow-x: scroll;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 30px;
  }
}
.modScrollbox::-webkit-scrollbar {
  width: 10px;
  height: 3px;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-track {
  background: #b3b3b3;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-thumb {
  background-color: #67bb28;
  width: 20px;
  height: 3px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .modScrollbox--comparison {
    width: 100%;
  }
}

.modLinkBox {
  background-color: #f1fbed;
  border-radius: 12px;
  -webkit-box-shadow: 5px 0 16px rgba(52, 52, 52, 0.12);
          box-shadow: 5px 0 16px rgba(52, 52, 52, 0.12);
}
@media screen and (min-width: 769px), print {
  .modLinkBox {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    padding: 25px 20px;
  }
}
.modLinkBox__title {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.modLinkBox__list__item:first-child {
  margin-top: 0;
}
.modLinkBox__list__item > a {
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item > a {
    padding-right: 24px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .modLinkBox__list__item > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item > a {
    padding-right: 19px;
  }
}
.modLinkBox__list__item > a::after {
  position: absolute;
  content: "";
  right: 0;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item > a::after {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item > a::after {
    top: auto;
    bottom: 4px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modLinkBox__list__item--blank a::after {
  background-image: url("../../assets/img/icon_link.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .modLinkBox__list__item--blank a::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .modLinkBox__list__item--blank a::after {
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }
}
.modLinkBox__list__item--anker a::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.modBnrCampaign {
  border-radius: 12px;
}
.modBnrCampaign__wrapper {
  background: #ffffff;
}
.modBnrCampaign__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign__inner {
    padding: 28px 40px 40px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign__inner {
    padding: 28px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign__inner {
    padding: 24px 20px 0;
  }
}
.modBnrCampaign .title {
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.modBnrCampaign .title__decoration {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .title__decoration {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .title__decoration::before, .modBnrCampaign .title__decoration::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration::before, .modBnrCampaign .title__decoration::after {
    width: 22px;
    height: 26px;
    margin: 0;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .title__decoration::before, .modBnrCampaign .title__decoration::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.modBnrCampaign .title__decoration::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration::before {
    bottom: 0;
    left: -80px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .title__decoration::before {
    bottom: 7px;
    left: -30px;
  }
}
.modBnrCampaign .title__decoration::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__decoration::after {
    bottom: 0;
    right: -52px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .title__decoration::after {
    bottom: 7px;
    right: -30px;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .title__main {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .title__main strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .title__main strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBnrCampaign .detailBlock {
  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;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock {
    gap: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock {
    position: relative;
    gap: 0 20px;
  }
}
.modBnrCampaign .detailBlock__text {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.modBnrCampaign .detailBlock__text .normal {
  font-weight: 100;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__text .normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock__text .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .detailBlock__price {
  position: relative;
  font-weight: bold;
  color: #0976e5;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__price {
    font-size: 50px;
    font-size: 5rem;
    margin: -8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .detailBlock__price {
    font-size: 30px;
    font-size: 3rem;
    margin: -3px 0 0;
  }
}
.modBnrCampaign .detailBlock__price::before {
  content: "";
  display: inline-block;
  background: #fbee21;
  position: absolute;
  z-index: 0;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .detailBlock__price::before {
    width: calc(100% + 8px);
    height: 20px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign .detailBlock__price::before {
    width: calc(100% + 8px);
    height: 10px;
  }
}
.modBnrCampaign .detailBlock__price__inner {
  position: relative;
  z-index: 1;
}
.modBnrCampaign .costBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modBnrCampaign .costBlock > * {
  width: 50%;
}
.modBnrCampaign .costBlock .title {
  background: none;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .costBlock .price {
  color: #e95504;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .price {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .costBlock .price .unit {
  font-weight: 100;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .price .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .price .unit {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign .costBlock .attention {
  margin: 2px 0 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign .costBlock .attention {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBnrCampaign .costBlock .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign--WeChatPay {
  border: 5px solid #0976e5;
}
.modBnrCampaign--WeChatPay .title {
  background: #0976e5;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .title__decoration::before {
    bottom: 0;
    left: -30px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .title__decoration::before {
    bottom: 12px;
    left: -24px;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .title__decoration::after {
    bottom: 0;
    right: -30px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .title__decoration::after {
    bottom: 12px;
    right: -26px;
  }
}
.modBnrCampaign--WeChatPay .title__main strong {
  color: #fbee21;
}
.modBnrCampaign--WeChatPay .cont {
  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;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .cont > * {
    width: 50%;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > * {
    width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(1) {
    padding: 0 45px;
  }
}
.modBnrCampaign--WeChatPay .cont > *:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(2) {
    padding: 24px 0 0;
  }
}
.modBnrCampaign--WeChatPay .cont > *:nth-child(2)::before {
  content: "";
  display: inline-block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(2)::before {
    width: 6px;
    height: 75px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont > *:nth-child(2)::before {
    width: 100%;
    height: 4px;
  }
}
.modBnrCampaign--WeChatPay .cont .logoList {
  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;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--WeChatPay .cont .logoList {
    gap: 0 54px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont .logoList {
    gap: 0 28px;
    padding: 0 40px 24px;
    max-width: 270px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont .logoList li:nth-child(1) {
    text-align: right;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--WeChatPay .cont .logoList li:nth-child(2) {
    text-align: left;
  }
}
.modBnrCampaign--WeChatPay .cont .logoList img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modBnrCampaign--WeChatPay .detailBlock__text .normal {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
}
.modBnrCampaign--merpay {
  border: 5px solid #FF0211;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay {
    margin: 42px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay {
    margin: 24px 20px 0;
  }
}
.modBnrCampaign--merpay .title {
  background: #FF0211;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .title__decoration {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign--merpay .title__decoration::before, .modBnrCampaign--merpay .title__decoration::after {
  display: none;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .title__main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modBnrCampaign--merpay .cont {
  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;
  margin: 0;
  padding: 30px 30px;
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .cont {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont > * {
    width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont > *:nth-child(1) {
    padding: 0 45px;
  }
}
.modBnrCampaign--merpay .cont > *:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont > *:nth-child(2) {
    padding: 24px 0 0;
  }
}
.modBnrCampaign--merpay .cont .logoList {
  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;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .cont .logoList {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .cont .logoList {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont .logoList {
    padding: 0 40px 24px;
    max-width: 270px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .cont .logoList li:nth-child(1) {
    text-align: right;
  }
}
.modBnrCampaign--merpay .cont .logoList img {
  max-width: 100%;
}
.modBnrCampaign--merpay .detailBlock {
  padding: 0 15px;
  gap: 0 12px;
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .detailBlock {
    padding: 0 10px;
  }
}
.modBnrCampaign--merpay .detailBlock__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
    width: 285px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
    margin-left: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2) {
    padding-top: 12px;
    margin-left: 0;
    padding-left: 15px;
  }
}
.modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2)::before {
  content: "";
  display: inline-block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2)::before {
    width: 2px;
    height: 60px;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__wrapper .detailBlock:nth-child(2)::before {
    width: 100%;
    height: 2px;
  }
}
.modBnrCampaign--merpay .detailBlock__text .normal {
  color: #6f7376;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__text .normal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__text .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBnrCampaign--merpay .detailBlock__price::before {
  display: none;
}
.modBnrCampaign--merpay .detailBlock__price__inner {
  color: #FF0211;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .detailBlock__price__inner .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .detailBlock__price__inner .unit {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modBnrCampaign--merpay .attention {
  display: block;
  width: 100%;
  background: #f7f9fb;
  text-align: center;
  color: #989c9f;
  padding: 15px 0;
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 769px), print {
  .modBnrCampaign--merpay .attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .modBnrCampaign--merpay .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.header {
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .header.is_fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}
.header__inner {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 11px 0 13px;
  }
}
.header__logo {
  display: block;
  background-image: url("../../assets/img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    width: 26%;
    max-width: 320px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 202px;
    height: 30px;
    margin-top: 4px;
  }
}
.header__logo > h1 {
  text-indent: -9999px;
}
.header__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__linkArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .download,
  .header__linkArea .contact {
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea .download,
  .header__linkArea .contact {
    display: none;
  }
}
.header__linkArea .download:hover,
.header__linkArea .contact:hover {
  color: #0d9b53;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .contact {
    border-left: 2px solid #cccccc;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .application {
    border: 3px solid #f9a004;
    color: #f9a004;
    border-radius: 4px;
    padding: 12px 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea .application {
    display: none;
  }
}
.header__linkArea .application::before {
  content: "";
  display: inline-block;
  background-image: url("../../assets/img/icon_application_color_orange.svg");
  width: 22px;
  height: 22px;
  margin: 0 9px -4px 8px;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .application:hover {
    background: #f9a004;
    color: var(--white);
  }
  .header__linkArea .application:hover::before {
    background-image: url("../../assets/img/icon_application_white.svg");
  }
}

@media screen and (min-width: 769px), print {
  .main.is_act {
    padding-top: 91px;
  }
}
.main__kv {
  background: #f5f5f5;
  overflow: hidden;
}
.main__kv__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner {
    max-width: 1200px;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner {
    padding: 16px 0 0;
  }
}
.main__kv__inner::before, .main__kv__inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner::before, .main__kv__inner::after {
    bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner::before, .main__kv__inner::after {
    bottom: 28px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__inner::before {
    background-image: url("../../assets/img/kv_woman01.png");
    width: 22%;
    max-width: 304px;
    height: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner::before {
    background-image: url("../../assets/img/kv_woman01_sp.png");
    width: 105px;
    height: 114px;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__inner::after {
    background-image: url("../../assets/img/kv_man01.png");
    width: 22%;
    max-width: 305px;
    height: 100%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner::after {
    background-image: url("../../assets/img/kv_man01_sp.png");
    width: 105px;
    height: 113px;
    right: 0;
  }
}
.main__kv__inner .title {
  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;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner .title {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner .title {
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__inner .title__img {
    width: 240px;
    height: 68px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner .title__img {
    width: 140px;
    height: 40px;
    margin: 0 13px 8px 0;
  }
}
.main__kv__inner .title__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
}
.main__kv__inner .title__cont__for {
  color: var(--white);
  background: #66ba28;
  text-align: center;
  margin: 0 0 4px;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner .title__cont__for {
    font-size: 16px;
    font-size: 1.6rem;
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner .title__cont__for {
    font-size: 12px;
    font-size: 1.2rem;
    height: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__inner .title__cont__text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner .title__cont__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__kv__block {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main__kv__block {
    border-radius: 12px;
    border: 5px solid #0d9b53;
    margin: 0 auto -45px;
    max-width: 540px;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__block {
    border-radius: 10px;
    border: 2px solid #0d9b53;
    margin: 0 auto -28px;
    width: calc(100% - 136px);
  }
}
.main__kv__block .blockTitle {
  text-align: center;
  font-weight: 700;
  background: #67bb28;
  color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__kv__block .blockTitle {
    font-size: 24px;
    font-size: 2.4rem;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__block .blockTitle {
    font-size: 15px;
    font-size: 1.5rem;
    height: 38px;
    line-height: 38px;
  }
}
.main__kv__block .img {
  display: block;
  background: var(--white);
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__kv__block .img {
    padding: 30px 65px 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__block .img img {
    max-width: 304px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv .modCta {
    padding: 70px 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .modCta {
    position: relative;
    z-index: 0;
    padding: 48px 20px 24px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv .modCta .modBtnArea {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .modCta .modBtnArea {
    margin: 8px auto 0;
  }
}
.main__kv .modCta .modBtnArea::before, .main__kv .modCta .modBtnArea::after {
  display: none;
}
@media screen and (min-width: 769px), print {
  .main__kv .modCtaLink a {
    font-size: 2rem !important;
  }
}
.main__kv .textAttention {
  background: var(--white);
}
.main__kv .textAttention__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__kv .textAttention__inner {
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .textAttention__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__kv .textAttention__inner {
    max-width: 680px;
  }
}
.main__kv .textAttention .list {
  text-align: right;
}
@media screen and (min-width: 769px), print {
  .main__kv .textAttention .list {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 14px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .textAttention .list {
    font-size: 10px;
    font-size: 1rem;
    padding: 12px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv .textAttention .list > li {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .textAttention .list > li {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__kv .textAttention .list > li {
    max-width: 680px;
  }
}
.main__kv .huckleLink01 {
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .main__kv .huckleLink01 {
    padding: 30px 0 0 0;
  }
}
.main__kv .huckleLink01 .link {
  max-width: 780px;
  height: 120px;
  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;
  margin: auto;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 0px 0px 0px 30px;
  background: url(../img/huckleberry_img03.png) no-repeat;
  background-size: 100%;
  background-position: -10px -16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__kv .huckleLink01 .link {
    max-width: 315px;
    height: 130px;
    padding: 0px 0px 0px 10px;
    background-size: 140%;
    background-position: -21px -4px;
    overflow: hidden;
  }
}
.main__kv .huckleLink01 .link:hover {
  opacity: 0.6;
}
.main__kv .huckleLink01 .link .imgLeft {
  margin: -10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .main__kv .huckleLink01 .link .imgLeft {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    z-index: 22;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv .huckleLink01 .link .center {
    text-align: center;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin: 10px 0px 0px 0px;
    -webkit-transform: translate(-24px, 0px);
            transform: translate(-24px, 0px);
  }
}
.main__kv .huckleLink01 .link .center .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__kv .huckleLink01 .link .center .img {
    max-width: 92.5px;
    margin: auto;
  }
}
.main__kv .huckleLink01 .link .center .text {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(76%, #a2e1da));
  background: linear-gradient(transparent 76%, #a2e1da 76%);
  display: inline;
}
@media screen and (max-width: 768px) {
  .main__kv .huckleLink01 .link .center .text {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}
.main__kv .huckleLink01 .link .bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  color: var(--white);
  background: #8650d4;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  padding: 6px 0;
  letter-spacing: 0px;
}
.main__kv .huckleLink01 .link .bottom span {
  font-size: 10px;
  font-size: 1rem;
  color: #fbee21;
  position: relative;
  margin: 0 20px 0 10px;
}
.main__kv .huckleLink01 .link .bottom span:after {
  content: "";
  position: absolute;
  border-left: 2px solid #fbee21;
  border-bottom: 2px solid #fbee21;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(225deg) translate(0px, 50%);
          transform: rotate(225deg) translate(0px, 50%);
  top: 50%;
  right: -6px;
}
.main__kv .huckleLink01 .link .right {
  background: #8650d4;
  color: var(--white);
  font-size: 28px;
  font-size: 2.8rem;
  border-radius: 0 6px 6px 0px;
  line-height: 1.3;
  padding: 7px 20px;
  height: 100%;
}
.main__kv .huckleLink01 .link .right span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fbee21;
  position: relative;
}
.main__kv .huckleLink01 .link .right span:after {
  content: "";
  position: absolute;
  border-left: 2px solid #fbee21;
  border-bottom: 2px solid #fbee21;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(225deg) translate(0px, 50%);
          transform: rotate(225deg) translate(0px, 50%);
  top: 50%;
  right: 22px;
}
.main__kv .fixedBanner {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 12px;
  background-color: var(--white);
  border: 3px solid var(--green_default);
  color: var(--black);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  background-position: top 50% right 20px;
  width: 310px;
  height: 60px;
  padding: 0 30px 0 60px;
}
.main__kv .fixedBanner::after {
  content: "";
  border-left: 2px solid #66ba28;
  border-bottom: 2px solid #66ba28;
  display: inline-block;
  -webkit-transform: rotate(225deg) translate(0, 50%);
          transform: rotate(225deg) translate(0, 50%);
  position: absolute;
  top: calc(50% - 2px);
  right: 26px;
  width: 10px;
  height: 10px;
}
.main__kv .fixedBanner:hover {
  opacity: 0.7;
}
.main__kv .fixedBanner small {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
.main__kv .fixedBanner strong {
  z-index: 10;
  position: relative;
  color: #0a9a51;
  font-weight: 700;
  display: inline-block;
}
.main__kv .fixedBanner .icon {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  background-image: url("../../../lp01/assets/img/icon_modBtnArea_02.png");
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 100%;
}
@media screen and (min-width: 769px), print {
  .main__kv .fixedBanner .icon {
    width: 30px;
    left: 18px;
  }
}
.main__kv .fixedBanner.active {
  opacity: 1;
  visibility: visible;
}
.main__kv .fixedBanner:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .main__kv .fixedBanner {
    display: none;
  }
}
.main__kv .fixedBanner--sole {
  overflow: visible;
  bottom: 102px;
  padding-left: 60px;
}
.main__kv .fixedBanner--sole strong {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 2px 0 0;
}
.main__kv .fixedBanner--sole strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
  bottom: 3px;
}
.main__kv .fixedBanner--sole .icon {
  background: url("../../assets/img/icon_fixed_color.png") no-repeat 50% 100% #f5f5f5;
  background-size: auto 90%;
}
@media screen and (min-width: 769px), print {
  .main__kv .fixedBanner--sole .icon {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    left: 7px;
  }
}
.main__kv .fixedBanner--shopify {
  overflow: visible;
  bottom: 192px;
  border: none;
  background: none;
  padding: 0;
}
.main__kv .fixedBanner--shopify::after {
  display: none;
}
@media screen and (min-width: 769px), print {
  .main__section {
    padding: 127px 0 91px;
  }
}
@media screen and (max-width: 768px) {
  .main__section {
    padding: 64px 0 52px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section {
    padding: 80px 0;
  }
}
.main__section__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__inner {
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__inner {
    max-width: 680px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__inner--swiper {
    max-width: none;
    overflow: hidden;
    padding: 37px 0 0;
  }
}
.main__section--bg {
  background-color: #f1fbed;
}
.main__section--bg .modTextCaption {
  border-color: #333;
  color: #333;
}
.main__section--plan {
  background-color: #f1fbed;
}
@media screen and (min-width: 769px), print {
  .main__section--plan {
    padding: 72px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section--plan .main__section__inner {
    width: 100%;
  }
}
.main__section--price {
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .main__section--price .main__section__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--comparison {
    padding: 127px 0 99px;
  }
}
.main__section--step {
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section--step {
    padding: 127px 0 109px;
  }
}
.main__section--caution {
  background: url("../../assets/img/bg_caution01.png") 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__section--caution {
    background-size: 16px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--faq {
    padding: 127px 0 101px;
  }
}
.main__section--partner {
  background-image: url("../../assets/img/partner_bg01.png");
}
.main__section--app .shopifyApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin: 0 0 60px;
}
.main__section--app .shopifyApp:last-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main__section--app .shopifyApp {
    display: block;
  }
}
.main__section--app .shopifyApp__title {
  font-size: 30px;
  margin: 10px 0 27px;
  position: relative;
  font-weight: 700;
}
.main__section--app .shopifyApp__title:before {
  content: "";
  position: absolute;
  background-color: var(--green_default);
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .main__section--app .shopifyApp__title {
    font-size: 20px;
    margin: 10px 0 20px;
  }
}
.main__section--app .shopifyApp__list li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.main__section--app .shopifyApp div {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .main__section--app .shopifyApp div {
    width: 100%;
  }
}
.main__section--app .shopifyApp figure {
  width: 320px;
  background: var(--white);
  padding: 70px 70px;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .main__section--app .shopifyApp figure {
    width: 100%;
    padding: 40px;
  }
}
.main__section--app .shopifyApp figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main__section--app .shopifyApp figure img {
    width: 60%;
    margin: auto;
    display: block;
  }
}
.main__section--app .shopifyApp__btn {
  background-color: #f9a004;
  color: var(--white);
  padding: 6px 20px;
  display: block;
  width: 260px;
  text-align: center;
  border-radius: 100px;
  margin: 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main__section--app .shopifyApp__btn:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .main__section--app .shopifyApp__btn {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent {
    margin: 65px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main__section__featureContent:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main__section__featureContent:nth-child(even) .box {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent {
    margin: 25px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent + .main__section__featureContent {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent + .main__section__featureContent {
    margin-top: 43px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__featureContent + .main__section__featureContent {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box {
    padding-left: 0;
    padding-right: 40px;
    letter-spacing: 0;
  }
  .main__section__featureContent .box + .main__featureContent__box {
    margin: 0 0 0 80px;
  }
}
.main__section__featureContent .box__title {
  position: relative;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__title {
    font-size: 30px;
    font-size: 3rem;
    margin: 10px 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.main__section__featureContent .box__title::before {
  content: "";
  position: absolute;
  background-color: #67bb28;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -10px;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__text {
    line-height: 1.85;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__text {
    margin-bottom: 17px;
  }
}
.main__section__featureContent .box__text > span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__text > span {
    line-height: 1.5;
    margin-top: 10px;
  }
}
.main__section__featureContent .box__text--attention {
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__text--attention {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 30px 0 0;
  }
}
.main__section__featureContent .box__subtitle {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__subtitle {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__subtitle {
    margin: 20px 0 0;
  }
}
.main__section__featureContent .box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list {
    margin: 22px 0 0 -9px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list {
    margin: 15px 0 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main__section__featureContent .box__list__item {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item:last-child {
    margin: 5px 0 0;
  }
}
.main__section__featureContent .box__list__item .listImg {
  margin: 0 auto 5px;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item .listImg--01 {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item .listImg--01 {
    width: 71%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item .listImg--02 {
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item .listImg--02 {
    width: 73%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .box__list__item .listImg--03 {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .box__list__item .listImg--03 {
    width: 71%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .textArea {
    min-width: 50%;
  }
}
.main__section__featureContent .textArea p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
}
.main__section__featureContent .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img {
    max-width: 560px;
    min-height: 376px;
    padding: 30px 50px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img {
    padding: 46px 30px;
    border-radius: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureContent .img .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContent .img .caption {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__featureContent .img img {
    width: 60%;
  }
}
.main__section__featureContentInformation {
  text-align: center;
  color: #0d9b53;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__featureContentInformation {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 72px 0 -37px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureContentInformation {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 43px 0 -12px;
  }
}
.main__section__featureService {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService {
    margin-top: 60px;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService {
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .modTitleSub {
    margin: 40px 0 57px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .modTitleSub.is--paypay .icon {
    margin: 0 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .modTitleSub.is--paypay .icon {
    display: block;
    margin: 0 0 13px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .modTitleSub.is--paypay .icon::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #333333;
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .modTitleSub.is--paypay .icon img {
    width: 24px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay {
    padding: 30px 20px;
  }
}
.main__section__featureService .featureService__paypay__item {
  border: 2px solid #67bb28;
  border-radius: 12px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay__item {
    width: 31.3333333333%;
    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: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 204px;
    padding: 6px 0 11px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item {
    margin: 30px 0 0;
    padding: 23px 0 23px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item:first-child {
    margin-top: 0px;
  }
}
.main__section__featureService .featureService__paypay__item .title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay__item .title {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 50px;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 11px;
  }
}
.main__section__featureService .featureService__paypay__item .count {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #67bb28;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  word-break: keep-all;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay__item .count {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item .count {
    font-size: 80px;
    font-size: 8rem;
  }
}
.main__section__featureService .featureService__paypay__item .count::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay__item .count::before {
    bottom: -2px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item .count::before {
    bottom: -4px;
  }
}
.main__section__featureService .featureService__paypay__item .count__unit {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", arial, helvetica, Meiryo, sans-serif;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay__item .count__unit {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item .count__unit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.main__section__featureService .featureService__paypay__item .time {
  text-align: right;
  color: #676767;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypay__item .time {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 17px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypay__item .time {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 20px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypayBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypayBottom {
    padding: 0 20px 30px;
  }
}
.main__section__featureService .featureService__paypayBottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypayBottom__item {
    width: calc(50% - 33px);
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypayBottom__item {
    width: 100%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypayBottom__item .img img {
    width: 40px;
  }
}
.main__section__featureService .featureService__paypayBottom__item .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 23px;
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypayBottom__item .cont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypayBottom__item .cont {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.main__section__featureService .featureService__paypayBottom__item .cont .title {
  color: #67bb28;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__paypayBottom__item .cont .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__paypayBottom__item .cont .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 93px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other {
    padding: 30px 20px;
  }
}
.main__section__featureService .featureService__other__item {
  border: 2px solid #67bb28;
  border-radius: 12px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other__item {
    width: calc(33.3333333333% - 25px);
    padding: 0 0 23px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item {
    margin: 30px 0 0;
    padding: 0 0 23px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item:first-child {
    margin-top: 60px;
  }
}
.main__section__featureService .featureService__other__item .balloon {
  position: absolute;
  z-index: 1;
  top: -58px;
  left: 0;
  color: #0d9b53;
  border: 3px solid #0d9b53;
  border-radius: 10px;
  background: var(--white);
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.main__section__featureService .featureService__other__item .balloon::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/bg_balloon_color.png") no-repeat 0 0;
  width: 36px;
  height: 18px;
  position: absolute;
  bottom: -18px;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other__item .balloon::before {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item .balloon::before {
    left: 48px;
  }
}
.main__section__featureService .featureService__other__item .title {
  background: #67bb28;
  color: var(--white);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other__item .title {
    font-size: 20px;
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 0;
    border-radius: 8px 8px 0 0;
  }
}
.main__section__featureService .featureService__other__item .img {
  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;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other__item .img {
    height: 121px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item .img {
    padding: 23px 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item .img img {
    width: auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other__item .list {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item .list {
    margin: 0 20px;
  }
}
.main__section__featureService .featureService__other__item .list > li {
  text-indent: -1em;
  margin: 15px 0 0 1em;
}
@media screen and (min-width: 769px), print {
  .main__section__featureService .featureService__other__item .list > li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__featureService .featureService__other__item .list > li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
}
.main__section__featureService .featureService__other__item .list > li strong {
  font-weight: 700;
  color: #0d9b53;
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper {
    margin-top: 43px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent {
    width: calc(33% - 40px);
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent + .mai__sectionn__featureContent {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .img {
    height: 360px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .box {
    margin: 25px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent .box {
    margin: 15px 0 0;
  }
}
.main__section__wrapper .main__section__featureContent .box__title {
  letter-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .box__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 10px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent .box__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__wrapper .main__section__featureContent .box__text {
  line-height: 1.7;
  letter-spacing: 0px;
}
.main__section__wrapper .main__section__featureContent .box__text span {
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  .main__section__wrapper .main__section__featureContent .box__text span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__wrapper .main__section__featureContent .box__text span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__plan {
    padding: 0 0 55px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__plan {
    padding: 30px 0;
  }
}
.main__section__planDiscription {
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px), print {
  .main__section__planDiscription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planDiscription {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__planTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable {
    width: 100%;
    border-radius: 12px;
    margin: 71px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable {
    width: 760px;
    border-radius: 8px;
    margin: 15px 0 0;
  }
}
.main__section__planTable th, .main__section__planTable td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__planTable th:last-child, .main__section__planTable td:last-child {
  border-right: none;
}
.main__section__planTable th {
  font-weight: 700;
  color: #676767;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th {
    width: 278px;
    height: 121px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable th {
    background-color: var(--white);
    padding: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__planTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable td small {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable td span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable td strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable td strong {
  z-index: 10;
  position: relative;
  color: #67bb28;
  font-weight: 700;
}
.main__section__planTable td strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
  bottom: 3px;
}
.main__section__planTable tr th:first-child {
  text-align: left;
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child {
    padding: 0 38px;
    font-size: 24px;
    font-size: 2.4rem;
    height: 121px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable tr th:first-child {
    padding: 6px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 90px;
  }
}
.main__section__planTable tr th:first-child > strong {
  color: #333333;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea {
    height: 162px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable tr th:first-child.textArea {
    padding: 12px;
  }
}
.main__section__planTable tr th:first-child.textArea > p {
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 13px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable tr:first-child th {
    width: 210px;
  }
}
.main__section__planTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  background-color: var(--white);
  color: #333333;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:first-child th:first-child {
    width: auto;
    height: 100px;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable tr:first-child th:first-child {
    font-size: 14px;
    font-size: 1.4rem;
    width: 115px;
    height: 57px;
  }
}
.main__section__planTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
.main__section__planTable tr:last-child th, .main__section__planTable tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 939px) {
  .main__section__planTable tr:last-child th + .sbps--last, .main__section__planTable tr:last-child td + .sbps--last {
    border-bottom: 2px solid #67bb28;
  }
}
.main__section__planTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
.main__section__planTable tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__planTable tr:nth-child(8) .sbps {
  z-index: 990;
}
.main__section__planTable tr:nth-child(7) .sbps {
  z-index: 991;
}
.main__section__planTable tr:nth-child(6) .sbps {
  z-index: 992;
}
.main__section__planTable tr:nth-child(5) .sbps {
  z-index: 992;
}
.main__section__planTable tr:nth-child(4) .sbps {
  z-index: 993;
}
.main__section__planTable tr:nth-child(3) .sbps {
  z-index: 994;
}
.main__section__planTable tr:nth-child(2) .sbps {
  z-index: 995;
}
.main__section__planTable tr:nth-child(1) .sbps {
  z-index: 996;
}
.main__section__planTable .title {
  background-color: #67bb28;
  position: relative;
  color: var(--white);
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    top: -18px;
    left: 0;
    background-color: #67bb28;
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title p {
    margin-top: -15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox {
    padding: 3px 20px 3px 17px;
    margin: 7px 0 0 2px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .pointBox {
    padding: 0 10px;
  }
}
.main__section__planTable .pointBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item + .pointBox__item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .pointBox__item + .pointBox__item {
    margin-top: 12px;
  }
}
.main__section__planTable .pointBox__item__creditList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
.main__section__planTable .pointBox__item__creditList > li + li {
  margin-left: 12px;
}
.main__section__planTable .pointBox__item__creditList > li img {
  vertical-align: middle;
}
.main__section__planTable .pointBox__item__creditList--twocard li {
  width: calc(33% - 8px);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .pointBox__item {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable .pointBox__item > strong {
  z-index: 10;
  position: relative;
  color: #67bb28;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.main__section__planTable .pointBox__item > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong::before {
    bottom: 3px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .pointBox__item > strong::before {
    bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .pointBox__item > strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .pointBox__item span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherText {
    margin-top: 7px;
  }
}
.main__section__planTable .sbps {
  position: relative;
  background-color: var(--white);
  color: #67bb28;
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps {
    border-left: 5px solid #67bb28;
    border-right: 5px solid #67bb28;
  }
}
@media screen and (max-width: 939px) {
  .main__section__planTable .sbps {
    border-left: 2px solid #67bb28;
    border-right: 2px solid #67bb28;
  }
}
.main__section__planTable .sbps small {
  color: #333333;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps .pointBox {
    padding: 3px 15px 3px 11px;
    margin: 0 0 0 2px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps .pointBox__item + .pointBox__item {
    margin-top: 6px;
  }
}
.main__section__planTable .sbps--last {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps--last::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 6px;
    bottom: -6px;
    left: -5px;
    background-color: #67bb28;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
.main__section__price {
  background-color: var(--white);
}
.main__section__priceTable {
  border-collapse: separate;
  border-spacing: 0;
  overflow: auto;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable {
    width: 100%;
    border-radius: 12px;
    margin: 47px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable {
    width: 940px;
    border-radius: 12px;
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .pointBox {
    padding: 13px 6px 12px 12px;
  }
}
.main__section__priceTable .pointBox__item {
  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;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item + .pointBox__item {
    margin-top: 4px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .pointBox__item + .pointBox__item {
    margin-top: 12px;
  }
}
.main__section__priceTable .pointBox__item__creditList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item__creditList {
    width: 110px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .pointBox__item__creditList {
    width: 85px;
  }
}
.main__section__priceTable .pointBox__item__creditList li + li {
  margin-left: 10px;
}
.main__section__priceTable .pointBox__item__creditList li img {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item__creditList--twocard li {
    width: calc(33% - 8px);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .pointBox__item span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .pointBox__item span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__priceTable .pointBox__item > strong {
  z-index: 10;
  position: relative;
  color: #67bb28;
  font-weight: 700;
}
.main__section__priceTable .pointBox__item > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .rateBox {
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rateBox__title {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 16px 0 14px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .rateBox__title {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rateBox__img {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .rateBox__img {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier {
    margin: 26px 12px 25px 25px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .mobileCarrier {
    width: calc(100% - 100px);
    margin: 13px auto 12px;
  }
}
.main__section__priceTable .mobileCarrier__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
.main__section__priceTable .mobileCarrier__item .sup {
  top: 0.5em;
}
.main__section__priceTable .mobileCarrier__item + .mobileCarrier__item {
  margin-top: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__text span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .mobileCarrier__item__text span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__softbank img {
    width: 72px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .mobileCarrier__item__softbank img {
    width: 52px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__docomo img {
    width: 61px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .mobileCarrier__item__docomo img {
    width: 50px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .mobileCarrier__item__au img {
    width: 35px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .mobileCarrier__item__au img {
    width: 20px;
  }
}
.main__section__priceTable th, .main__section__priceTable td {
  background-color: var(--white);
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.main__section__priceTable th:last-child, .main__section__priceTable td:last-child {
  border-right: none;
}
.main__section__priceTable th .sup, .main__section__priceTable td .sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
.main__section__priceTable th {
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th {
    height: 80px;
    width: 176px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th {
    height: 56px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th.large {
    width: 240px;
  }
}
.main__section__priceTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable td > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__priceTable td .greentext {
  color: #67bb28;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td .greentext {
    margin-top: 7px;
  }
}
.main__section__priceTable td .attentiontext {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td .attentiontext {
    margin-top: 7px;
  }
}
.main__section__priceTable td.campaignSel {
  padding: 26px 0 33px;
  line-height: 1.25;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.campaignSel span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable td.campaignSel span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.campaignSel .greentext {
    margin-top: 10px;
  }
}
.main__section__priceTable td.campaignSel--auPAY::before {
  content: "キャンペーン中！";
  display: block;
  color: #e95504;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.campaignSel--auPAY::before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable td.campaignSel--auPAY::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__priceTable td.campaignSel--auPAY .campaignSel__price {
  color: #e95504;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.campaignSel .campaignSel__price {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable td.campaignSel .campaignSel__price {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.campaignSel .campaignSel__price span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable td.campaignSel .campaignSel__price span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable td.campaignSel .campaignSel__discount {
  display: inline-block;
  color: #333333 !important;
  position: relative;
}
.main__section__priceTable td.campaignSel .campaignSel__discount::before {
  content: "";
  display: inline-block;
  width: calc(100% + 14px);
  height: 2px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td.campaignSel .campaignSel__discount span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable td.campaignSel .campaignSel__discount span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable td .strikethrough {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  display: inline-block;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead {
    position: sticky;
    top: 88px;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead::before, .main__section__priceTable thead::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--white);
    position: absolute;
    top: -1px;
    left: -2px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead::after {
    top: -1px;
    left: auto;
    right: -2px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead tr {
    position: relative;
    z-index: 1;
  }
}
.main__section__priceTable thead tr th,
.main__section__priceTable thead tr td {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  white-space: nowrap;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead tr:first-child th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable thead tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  border-left: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead tr:first-child th:first-child {
    padding: 12px;
    width: 220px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable thead tr:first-child th:first-child {
    padding: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 130px;
  }
}
.main__section__priceTable thead tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
  border-right: 1px solid #b2b2b2;
}
.main__section__priceTable tbody tr:last-child th, .main__section__priceTable tbody tr:last-child td {
  border-bottom: none;
}
.main__section__priceTable tbody tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
.main__section__priceTable tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__priceTable tbody tr th:first-child,
.main__section__priceTable tbody tr td:first-child {
  border-left: 1px solid #b2b2b2;
}
.main__section__priceTable tbody tr th:last-child,
.main__section__priceTable tbody tr td:last-child {
  border-right: 1px solid #b2b2b2;
}
.main__section__priceTable tbody tr th figure img,
.main__section__priceTable tbody tr td figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__section__priceTable tbody tr th:first-child {
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody tr th:first-child {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable tbody tr th:first-child {
    width: 130px;
    padding: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__priceTable tbody tr th.career {
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody tr th.career {
    padding: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable tbody tr th.career {
    padding: 12px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable tbody tr th.career--rowspan {
  border-left: none;
}
.main__section__priceTable tbody tr th.rowspan--last {
  border-radius: 0 0 0 12px;
  border-bottom: none;
}
.main__section__priceTable tbody tr.is--campaign {
  position: relative;
}
.main__section__priceTable tbody tr.is--campaign::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 5px solid var(--green_default);
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  border-radius: 3px;
}
.main__section__priceTable tbody tr.is--campaign .tag {
  position: absolute;
  top: -2px;
  left: -2px;
  background: var(--green_default);
  color: var(--white);
  width: 124px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px 0 3px 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody tr.is--campaign .tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable tbody tr.is--campaign th {
  padding-top: 44px;
}
.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .number {
  color: var(--green_default);
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .number {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .unit {
  color: var(--green_default);
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .originally {
  display: block;
  margin: -8px 0 0;
  color: #676767;
  font-weight: 100;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .originally {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable tbody tr.is--campaign + .is--campaign::after {
  border-top: none;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 939px) {
  .main__section__priceTable tbody tr.is--campaign + .is--campaign::after {
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .credit {
    margin: 11px 0 0;
    width: 123px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .paypay {
    margin: 11px 0 5px;
    width: 96px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .paypay {
    width: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .carrier {
    margin-top: 4px;
    width: 198px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rpay {
    margin: 11px 0 6px;
    width: 64px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .rpay {
    width: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .docomo {
    margin: 11px 0 6px;
    width: 64px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .docomo {
    width: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .convenience {
    margin: 11px 0 6px;
    width: 150px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .linePay {
    margin: 11px 0 6px;
    width: 82px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .linePay {
    width: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .payeasy {
    margin: 9px 0 6px -5px;
    width: 60px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .payeasy {
    margin: 9px 0 6px;
    width: 26%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .auPAY {
    margin: 11px 0 6px;
    width: 90px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .auPAY {
    width: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .merpay {
    margin: 11px 0 6px;
    width: 53px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .merpay {
    width: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .WeChatPay {
    margin: 12px 0 0;
    width: 90px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .WeChatPay img {
    width: 50%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .unionpay {
    margin: 12px 0 0;
    width: 50px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable .unionpay img {
    width: 25%;
  }
}
.main__section__priceText {
  line-height: 1.5;
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .main__section__priceText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 38px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceText {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 20px 0;
  }
}
.main__section__priceText > li {
  text-indent: -1em;
  margin-left: 1em;
}
.main__section__priceText > li a {
  color: #67bb28;
  text-decoration: underline;
}
.main__section__comparisonText {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__comparisonText {
    margin: 43px 0 0 16px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__comparisonText {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__comparisonGraph {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__comparisonGraph {
    margin-top: 15px;
  }
  .main__section__comparisonGraph > img {
    width: 227%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__comparisonGraph > img {
    width: 213%;
    margin-left: -19px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 93px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList {
    display: block;
    margin: 53px 20px 0;
  }
}
.main__section__stepList .item {
  position: relative;
  border: 3px solid #67bb28;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item {
    width: 193px;
    height: 340px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item + .item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item + .item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item + .item:last-child {
    margin-top: 55px;
  }
}
.main__section__stepList .item__budge {
  position: absolute;
  background-color: #67bb28;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__budge {
    width: 114px;
    padding: 28px 0;
    border: #fff 7px solid;
    top: -61px;
    line-height: 1;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__budge {
    width: 72px;
    padding: 15px 0 14px;
    top: -40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.main__section__stepList .item__budge > span {
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__budge > span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__budge > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo {
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__logo {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--01 {
    width: 64px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__logo--01 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--02 {
    width: 67px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__logo--02 {
    width: 12%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--03 {
    width: 67px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__logo--03 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--04 {
    width: 62px;
    margin: 73px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__logo--04 {
    width: 13%;
  }
}
.main__section__stepList .item__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__text {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 3px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item__text {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(1) .item__title {
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(6) .item__title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(7) .item__title {
    margin-top: 23px;
  }
}
.main__section__stepList .item::before {
  position: absolute;
  content: "";
  background-color: #67bb28;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item::before {
    width: 33px;
    height: 3px;
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item::before {
    width: 3px;
    height: 20px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item:first-child::before {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:last-child::before {
    display: none;
  }
}
.main__section__stepList .item--noBudge {
  border: none;
  background-color: #e6e6e6;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--noBudge {
    width: 92px;
    padding: 45px 18px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item--noBudge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 75px);
    margin: 0 auto 57px;
    padding: 0 !important;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__stepList .item--noBudge {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 320px) {
  .main__section__stepList .item--noBudge {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item--noBudge::before {
    top: -20px;
  }
}
.main__section__stepList .item--noBudge .item__title {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--noBudge .item__title {
    margin-top: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item--noBudge .item__title {
    margin-top: -1px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item--noBudge .item__title .bpPc {
    display: none !important;
  }
}
@media screen and (max-width: 939px) {
  .main__section__stepList .item--noBudge + .item--noBudge {
    margin-top: -37px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--single {
    width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main__section__manualText {
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__manualText {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualText {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 7px 0 0;
  }
}
.main__section__manualList {
  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;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList {
    margin: 13px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList {
    margin: 30px -20px 30px 0;
  }
}
.main__section__manualList .item {
  background-color: var(--white);
  border-radius: 12px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item {
    width: calc(33.3333333333% - 40px);
    margin: 40px 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item {
    width: calc(50% - 20px);
    margin: 20px 20px 0 0;
  }
  .main__section__manualList .item img {
    width: auto;
    max-width: 100%;
  }
}
.main__section__manualList .item__box {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box {
    height: 94px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__manualList .item__box img {
    max-width: 200px;
  }
}
.main__section__manualList .item__box p,
.main__section__manualList .item__box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main__section__manualList .item__box p {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__manualList .item__box p > strong {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__box p > strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__box p > strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__manualList .item__link {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__link {
    padding-right: 24px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__link {
    padding-right: 19px;
  }
}
.main__section__manualList .item__link::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../../assets/img/icon_link.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  top: 50%;
  right: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item__link::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item__link::after {
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }
}
.main__section__manualList .item > a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item > a {
    padding: 20px 20px 15px;
  }
  .main__section__manualList .item > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main__section__manualList .item > a:hover .item__link {
    color: #67bb28;
  }
  .main__section__manualList .item > a:hover .item__link::after {
    background-image: url("../../assets/img/icon_link_green.png");
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item > a {
    padding: 10px 10px 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualList .item--imgSmall img {
    width: 100px;
  }
}
.main__section__manualList .item--disabled {
  position: relative;
}
.main__section__manualList .item--disabled a {
  pointer-events: none;
}
.main__section__manualList .item--disabled::before, .main__section__manualList .item--disabled::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.main__section__manualList .item--disabled::before {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 50%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__section__manualList .item--disabled::after {
  content: "準備中";
  color: #000;
  font-size: 1.4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--white);
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__manualList .h160 .item__box {
    height: 160px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col4 {
    margin-right: -40px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col4 .item {
    width: 270px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col5 {
    margin-right: -30px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__manualList--col5 .item {
    width: calc(20% - 30px);
    margin-right: 30px;
  }
}
.main__section__manualMore {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__manualMore {
    margin: 31px 0 0;
  }
}
.main__section__manualMore > a {
  color: #67bb28;
  border-bottom: 1px solid #67bb28;
}
@media screen and (min-width: 769px), print {
  .main__section__manualMore > a {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .main__section__manualMore > a:hover {
    opacity: 0.6;
  }
}
.main__section__manualMore > a::before {
  content: "";
  border-left: 2px solid #67bb28;
  border-bottom: 2px solid #67bb28;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 6px 3px 0;
}
.main__section__manualMore + div {
  display: none;
}
.main__section__manualAttention {
  background-color: var(--white);
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  border-radius: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__manualAttention {
    width: 100%;
    padding: 20px 40px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__manualAttention {
    padding: 12px 20px;
    margin: 20px 0 0;
  }
}
.main__section__manualAttention p {
  color: #707070;
  font-size: 80%;
}
.main__section__manualAttention p a {
  color: #66ba28;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .main__section__manualAttention p a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList {
    margin: 46px auto 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList {
    margin: 23px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item + .item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item + .item {
    margin-top: 12px;
  }
}
.main__section__faqList .item {
  background-color: var(--white);
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item {
    padding: 32px 32px 28px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item {
    padding: 22px 18px 15px;
    border-radius: 6px;
  }
}
.main__section__faqList .item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #67bb28;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__q {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__q {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main__section__faqList .item__q span {
  font-family: "Oswald", sans-serif;
  text-align: center;
  border-radius: 50%;
  background-color: #67bb28;
  color: var(--white);
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__q span {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__q span {
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__q p {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__q p {
    width: calc(100% - 40px);
  }
}
.main__section__faqList .item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a {
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a {
    margin: 7px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main__section__faqList .item__a span {
  font-family: "Oswald", sans-serif;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #67bb28;
  color: #67bb28;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin: 0 15px 0 0;
    padding: 0 9.5px 0 11.5px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    padding: 0 6px 0 6.5px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a p {
    width: calc(100% - 50px);
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a p {
    width: calc(100% - 40px);
    margin: 2px 0 0;
  }
}
.main__section__faqList .item__a p a {
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a p a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__faqList .item__a small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__faqList .item__a small {
    font-size: 14px;
  }
}
.main__section__partnerDiscription {
  text-align: center;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerDiscription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 17px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerDiscription {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
.main__section__partnerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList {
    margin: 80px -40px 0;
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 45px auto 0;
    gap: 24px 12px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item {
    width: calc(50% - 12px);
  }
}
.main__section__partnerList .item__img {
  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;
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
  background-color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__img {
    border-radius: 12px;
    height: 170px;
    padding: 0 40px;
  }
  .main__section__partnerList .item__img:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img {
    border-radius: 6px;
    padding: 20px;
    height: 120px;
  }
}
.main__section__partnerList .item__img--POY::before, .main__section__partnerList .item__img--p2021::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/logo_POY.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__img--POY::before, .main__section__partnerList .item__img--p2021::before {
    width: 120px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img--POY::before, .main__section__partnerList .item__img--p2021::before {
    width: 90px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
.main__section__partnerList .item__img--p2021::before {
  background-image: url("../../assets/img/logo_partner2021.png");
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__img--p2021::before {
    background-size: cover;
    height: 43px;
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img--p2021::before {
    height: 30px;
    background-position: right;
  }
}
.main__section__partnerList .item__img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__img img {
    max-width: 116px;
  }
}
.main__section__partnerList .item__text {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__text {
    margin: 15px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__text {
    margin: 8px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__partnerList .item__text::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/icon_link.svg") no-repeat 0 0;
  background-size: contain;
  margin: 0 0 -3px 7px;
}
@media screen and (min-width: 769px), print {
  .main__section__partnerList .item__text::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__partnerList .item__text::after {
    width: 14px;
    height: 14px;
  }
}
.main__section .caseList {
  position: relative;
}
.main__section .caseList__item {
  background: var(--white);
  border-radius: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item {
    margin: 60px 0 0;
    padding: 40px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item {
    margin: 35px 0 0;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
}
.main__section .caseList__item__profile .logo {
  border: 1px solid #B2B2B2;
  border-radius: 5px;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__profile .logo {
    width: 200px;
    height: 105px;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__profile .logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 30px 36px;
    margin: 0 auto;
  }
}
.main__section .caseList__item__profile .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 295/160;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__profile .detail {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__profile .detail {
    text-align: center;
  }
}
.main__section .caseList__item__profile .detail .name {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__profile .detail .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__profile .detail .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main__section .caseList__item__profile .detail .name::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.5%2010.4399V14.9399C13.5%2015.7649%2012.825%2016.4399%2012%2016.4399H3.75C2.925%2016.4399%202.25%2015.7649%202.25%2014.9399V6.68994C2.25%205.86494%202.925%205.18994%203.75%205.18994H8.25%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.25%202.93994H15.75V7.43994%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7.5%2011.1899L15.75%202.93994%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 18px;
  height: 18px;
  margin: 0 0 -3px 6px;
}
.main__section .caseList__item__profile .detail .lead {
  font-weight: 700;
  color: var(--green_default);
  line-height: 1.25;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__profile .detail .lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__profile .detail .lead {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 0;
  }
}
.main__section .caseList__item__flow .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__flow .block {
    gap: 0 32px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__flow .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.main__section .caseList__item__flow .block > li {
  border-radius: 5px;
  border: 2px solid;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__flow .block > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__section .caseList__item__flow .block > li.task {
  border-color: #676767;
}
.main__section .caseList__item__flow .block > li.task .title {
  background-color: #676767;
}
.main__section .caseList__item__flow .block > li.solution {
  border-color: var(--green_default);
}
.main__section .caseList__item__flow .block > li.solution .title {
  background-color: var(--green_default);
}
.main__section .caseList__item__flow .block > li.effect {
  border-color: var(--orange);
}
.main__section .caseList__item__flow .block > li.effect .title {
  background-color: var(--orange);
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__flow .block > li:not(:last-child)::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 15px solid #676767;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: -28px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.main__section .caseList__item__flow .block .title {
  font-weight: 500;
  text-align: center;
  color: var(--white);
  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;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__flow .block .title {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__flow .block .title {
    font-size: 14px;
    font-size: 1.4rem;
    width: 54px;
  }
}
.main__section .caseList__item__flow .block .list {
  padding: 10px 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__flow .block .list {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.main__section .caseList__item__flow .block .list > li {
  position: relative;
  padding: 0 0 0 15px;
}
.main__section .caseList__item__flow .block .list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__flow .block .list > li + li {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__flow .block .list > li + li {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__overview {
    width: calc(100% + 30px);
    table-layout: fixed;
    margin: 20px -15px 0;
    border-spacing: 15px 3px;
    border-collapse: inherit;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__overview th,
  .main__section .caseList__item__overview td {
    display: block;
    width: 100%;
  }
}
.main__section .caseList__item__overview th {
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__overview th {
    margin-top: 14px;
  }
}
.main__section .caseList__item__overview th.wide {
  width: 125px;
}
.main__section .caseList__item__overview td {
  vertical-align: top;
}
.main__section .caseList__item__overview td .list {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__overview td .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin: 5px 0 0;
  }
}
.main__section .caseList__item__overview td .list > li {
  display: inline-block;
  border: 1px solid #0D9B53;
  border-radius: 5px;
  color: #0D9B53;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__overview td .list > li {
    width: 100%;
    text-align: center;
    padding: 3px 3px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .caseList__item__overview td .list > li {
    padding: 5px 16px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__item__overview td .list > li + li {
    margin: 6px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .caseList__wrapper {
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 66px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList__item {
    width: calc(33.3333333333% - 21px);
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList__item {
    width: 100%;
    margin: 26px 0 0;
    overflow: hidden;
  }
}
.main__section .voiceList__item .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  border: 2px solid #333333;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList__item .balloon {
    border-radius: 12px;
    min-height: 250px;
    padding: 23px 28px 13px;
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList__item .balloon {
    border-radius: 6px;
    min-height: auto;
    padding: 21px 28px 21px;
  }
}
.main__section .voiceList__item .balloon::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/bg_balloon.png") no-repeat 0 0;
  width: 33px;
  height: 17px;
  position: absolute;
  bottom: -17px;
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList__item .balloon::before {
    left: 40px;
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList__item .balloon::before {
    left: 48px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList__item .balloon__status {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: auto;
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList__item .balloon__status {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 6px 0 0;
  }
}
.main__section .voiceList__item .character {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList__item .character {
    margin: -43px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList__item .character {
    float: right;
    margin: -49px 0 0 0;
    min-width: 50%;
  }
}
.main__section .voiceList__item .character img {
  width: auto;
}
@media screen and (min-width: 769px), print {
  .main__section .voiceList__item .character img {
    height: 192px;
  }
}
@media screen and (max-width: 939px) {
  .main__section .voiceList__item .character img {
    height: 168px;
  }
}
.main .modCtaLink {
  text-align: center;
  margin: 24px auto 0;
  max-width: 600px;
  width: 50%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main .modCtaLink {
    margin: 24px auto 0;
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main .modCtaLink {
    width: 100%;
  }
}
.main .modCtaLink a {
  display: inline-block;
  color: var(--white);
  text-decoration: underline;
  background: #babcbe;
  border-radius: 4px;
  padding: 16px 24px;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main .modCtaLink a {
    font-size: 20px;
    font-size: 2rem;
  }
  .main .modCtaLink a:hover {
    text-decoration: none;
  }
}
.main .modCtaLink__inner {
  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;
}
.main .modCtaLink__inner::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/icon_information.png") no-repeat 0 50%;
  width: 42px;
  height: 42px;
}
.main .modCtaLink__inner > span {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.campaign {
  background-color: var(--white);
  position: relative;
}
@media screen and (min-width: 769px), print {
  .campaign {
    margin: 0 auto;
    padding: 55px 40px 61px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 939px) {
  .campaign {
    padding: 55px 70px 61px;
  }
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 85px 0 29px;
  }
}
.campaign__wrapper {
  background-color: var(--white);
}
.campaign::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px), print {
  .campaign::before {
    border-width: 40px 250px 0 250px;
    bottom: -39px;
  }
}
@media screen and (max-width: 768px) {
  .campaign::before {
    border-width: 30px 100px 0 100px;
    bottom: -15px;
  }
}
.campaign__container {
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
}
@media screen and (min-width: 769px), print {
  .campaign__container {
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .campaign__container {
    border-radius: 6px;
    margin: 0 20px 0;
  }
}
@media screen and (min-width: 769px), print {
  .campaign__heading {
    padding: 11px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__heading {
    padding: 5px 0 9px;
  }
}
.campaign__heading__text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px), print {
  .campaign__heading__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign__heading__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign__heading__text::before, .campaign__heading__text::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px), print {
  .campaign__heading__text::before, .campaign__heading__text::after {
    width: 26px;
    height: 30px;
    margin: 0 28px -5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__heading__text::before, .campaign__heading__text::after {
    margin: 0 13px -5px;
  }
}
@media screen and (max-width: 939px) {
  .campaign__heading__text::before, .campaign__heading__text::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.campaign__heading__text::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
.campaign__heading__text::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.campaign__notes {
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
.campaign__notes .notes {
  margin: auto;
}
@media screen and (min-width: 769px), print {
  .campaign__notes .notes {
    width: 674px;
    padding: 22px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__notes .notes {
    margin-top: -5px;
    padding: 14px 17px 20px;
  }
}
.campaign__notes .notes__li {
  color: #555555;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 769px), print {
  .campaign__notes .notes__li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign__notes .notes__li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign__notes .notes__li + .notes__li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign__notes .notes__li + .notes__li {
    margin-top: 9px;
  }
}
.campaign__notes .notes__li a {
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__container {
    border: solid 5px #08bf5b;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__container {
    border: solid 2px #08bf5b;
  }
}
.campaign--linePay .campaign__heading {
  background-color: #08bf5b;
}
.campaign--linePay .campaign__heading__text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__heading__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__heading__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
    width: 26px;
    height: 30px;
    margin: 0 28px -5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
    margin: 0 13px -5px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--linePay .campaign__heading__text::before, .campaign--linePay .campaign__heading__text::after {
    width: 14px;
    height: 18px;
    background-size: 14px auto;
    margin: 0 9px -6px;
  }
}
.campaign--linePay .campaign__heading__text::before {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
}
.campaign--linePay .campaign__heading__text::after {
  background-image: url("../../assets/img/img_modBtnArea_left.png");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.campaign--linePay .campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents {
    width: 603px;
    padding: 61px 0 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents {
    width: 78.67vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 23px;
    margin: 21px auto 22px;
  }
}
.campaign--linePay .campaign__contents__visual {
  position: relative;
}
.campaign--linePay .campaign__contents__visual .text {
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__visual .text {
    font-size: 16px;
    font-size: 1.6rem;
    border: solid 5px #08bf5b;
    margin: 12px 0 0;
    padding: 1px 0 2px 0;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual .text {
    font-size: 12px;
    font-size: 1.2rem;
    border: solid 2px #08bf5b;
    margin: 7px 0 0;
    line-height: 1.5em;
    padding: 2px 0 1px 0;
  }
}
.campaign--linePay .campaign__contents__visual .text__emp {
  color: #08bf5b;
  font-weight: 700;
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__visual .text__emp {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 3px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual .text__emp {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 0 3px;
  }
}
.campaign--linePay .campaign__contents__visual::after {
  content: "";
  background: url("/service/partner/shopify/lp01/assets/img/img_campaign_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__visual::after {
    width: 36px;
    height: 38px;
    right: -74px;
    top: 61px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual::after {
    width: 14.5px;
    height: 15px;
    right: calc(-50% + 30px);
    top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__visual {
    width: 31.87vw;
  }
}
.campaign--linePay .campaign__contents__price {
  position: relative;
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price {
    width: 35.87vw;
  }
}
.campaign--linePay .campaign__contents__price .point {
  position: absolute;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point {
    font-size: 20px;
    font-size: 2rem;
    border: solid 5px #000;
    border-radius: 7px;
    padding: 8px 8px 9px 12px;
    right: -81px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point {
    font-size: 12px;
    font-size: 1.2rem;
    border: solid 2px #000;
    border-radius: 4px;
    padding: 2px 7px;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    top: -3px;
  }
}
.campaign--linePay .campaign__contents__price .point__small {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point__small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point__small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.campaign--linePay .campaign__contents__price .point::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point::before {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 28px solid #000;
    border-top: 0;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    bottom: -19px;
    left: 21px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 11px solid #000;
    border-top: 0;
    -webkit-transform: rotate(305deg);
            transform: rotate(305deg);
    bottom: -9px;
    left: 21.5vw;
  }
}
.campaign--linePay .campaign__contents__price .point::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .point::after {
    border-right: 6px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 19px solid var(--white);
    border-top: 0;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
    bottom: -12px;
    left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .point::after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 11px solid var(--white);
    border-top: 0;
    -webkit-transform: rotate(305deg);
            transform: rotate(305deg);
    bottom: -5px;
    left: 21.5vw;
  }
}
.campaign--linePay .campaign__contents__price .price {
  color: #08bf5b;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .price {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 0.73;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .price {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
  }
}
.campaign--linePay .campaign__contents__price .price span {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price .price span {
    font-size: 190px;
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price .price span {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
.campaign--linePay .campaign__contents__price::before {
  content: "";
  display: block;
  background-color: #fdf8a6;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px), print {
  .campaign--linePay .campaign__contents__price::before {
    width: 185px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .campaign--linePay .campaign__contents__price::before {
    width: 35.87vw;
    height: 25px;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__container {
    border: solid 5px #fb7328;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__container {
    border: solid 2px #fb7328;
  }
}
.campaign--auPay .campaign__heading {
  background-color: #fb7328;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__heading__text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__heading__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--auPay .campaign__heading__title {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__heading__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__heading__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__heading__title .small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__heading__title .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--auPay .campaign__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 28px 75px 31px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px 28px;
  }
}
.campaign--auPay .campaign__contents .name {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents .name {
    font-size: 20px;
    font-size: 2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents .name {
    font-size: 15px;
    font-size: 1.5rem;
    white-space: normal;
  }
}
.campaign--auPay .campaign__contents .price {
  color: #e95504;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
}
.campaign--auPay .campaign__contents .price .unit {
  font-weight: normal;
}
.campaign--auPay .campaign__contents .normal {
  color: var(--black);
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents .normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents .normal {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.campaign--auPay .campaign__contents__commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .img {
    min-width: 125px;
    height: auto;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .img {
    width: 134px;
    height: 25px;
  }
}
.campaign--auPay .campaign__contents__commission .price {
  margin-left: 14px;
  position: relative;
}
.campaign--auPay .campaign__contents__commission .price::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 20px;
  background-color: #fdf8a6;
  position: absolute;
  z-index: 0;
  left: -5px;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .price::before {
    height: 20px;
    bottom: -6px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .price::before {
    height: 10px;
    bottom: -2px;
  }
}
.campaign--auPay .campaign__contents__commission .price__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .price {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .price .unit {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .price .unit {
    font-size: 30px;
    font-size: 3rem;
  }
}
.campaign--auPay .campaign__contents__commission .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__commission .text {
    margin-left: 40px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .text {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__commission .text .normal {
    margin: -4px 0 0;
  }
}
.campaign--auPay .campaign__contents__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 0;
    position: relative;
  }
}
.campaign--auPay .campaign__contents__cost::before {
  content: "";
  display: inline-block;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost::before {
    width: 6px;
    height: 100px;
    margin: 0 0 0 48px;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost::before {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost .price {
    font-size: 30px;
    font-size: 3rem;
  }
}
.campaign--auPay .campaign__contents__cost .price .unit {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .price .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost .price .unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .name {
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .campaign--auPay .campaign__contents__cost .name {
    margin: 25px 0 0;
  }
}
.campaign--auPay .campaign__contents__cost .normal {
  margin: 4px 0 0;
}
.campaign--auPay .campaign__contents__cost .cost {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__contents__cost .cost {
    padding-left: 38px;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__notes .notes {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .campaign--auPay .campaign__notes .notes__li {
    text-align: center;
  }
}

.footer {
  text-align: center;
  background-color: #0d9b53;
  color: var(--white);
}
@media screen and (min-width: 769px), print {
  .footer {
    padding: 8px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 0 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer > p {
  font-size: 12px;
  font-size: 1.2rem;
}

.pg-paymentsapp__header {
  text-align: center;
  margin: 0 0 20px;
}

.pg-paymentsapp__heading {
  font-size: 1.4rem;
  font-weight: 700;
}

.pg-paymentsapp__lead-text {
  font-size: 1.2rem;
  text-align: center;
  margin: 12px 0 0;
}

@media (min-width: 48.0625em) {
  .pg-paymentsapp {
    padding: 100px 0;
  }
  .pg-paymentsapp__header {
    margin: 0 0 48px;
  }
  .pg-paymentsapp__heading {
    font-size: 2.6rem;
  }
  .pg-paymentsapp__lead-text {
    font-size: 1.6rem;
    margin: 28px 0 0;
  }
}
.pg-paymentsapp__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-paymentsapp__item {
  width: calc((100% - 10px) * 0.5);
}

.pg-paymentsapp__item:not(:nth-of-type(2n+1)) {
  margin-left: 10px;
}

.pg-paymentsapp__item:nth-of-type(n+3) {
  margin-top: 10px;
}

.pg-paymentsapp__item a {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 140px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  background: #FFF;
  padding: 12px 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pg-paymentsapp__title {
  width: 100%;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.pg-paymentsapp__item a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  position: relative;
}

.pg-paymentsapp__item a.disabled::after {
  content: "準備中";
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--white);
  padding: 12px 16px;
  border-radius: 4px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg-paymentsapp__item a.disabled::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 12px;
  opacity: 0.5;
}

@media (min-width: 48.0625em) {
  .pg-paymentsapp__item {
    width: calc((100% - 60px) * 0.25);
  }
  .pg-paymentsapp__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-paymentsapp__item:not(:nth-of-type(4n+1)) {
    margin-left: 20px;
  }
  .pg-paymentsapp__item:nth-of-type(n+5) {
    margin-top: 32px;
  }
  .pg-paymentsapp__item a {
    min-height: 222px;
    font-size: 1.4rem;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
  }
  .pg-paymentsapp__item a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
}
.pg-paymentsapp__caution {
  background: var(--white);
  padding: 12px 20px;
  margin: 20px 0 0;
  border-radius: 12px;
}

.pg-paymentsapp__caution-text {
  font-size: 1.2rem;
}

@media (min-width: 48.0625em) {
  .pg-paymentsapp__caution {
    width: 100%;
    text-align: center;
    padding: 20px 40px;
    margin: 32px auto 0;
    border-radius: 20px;
  }
  .pg-paymentsapp__caution-text {
    font-size: 1.8rem;
  }
}
.sole .main__kv__inner::before, .sole .main__kv__inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
@media screen and (min-width: 769px), print {
  .sole .main__kv__inner::before, .sole .main__kv__inner::after {
    bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sole .main__kv__inner::before, .sole .main__kv__inner::after {
    bottom: 28px;
  }
}
@media screen and (min-width: 769px), print {
  .sole .main__kv__inner::before {
    background-image: url("../../assets/img/sole-proprietorship/kv_woman01.png");
    width: 22%;
    max-width: 304px;
    height: 100%;
    left: 0;
    aspect-ratio: 602/928;
  }
}
@media screen and (max-width: 768px) {
  .sole .main__kv__inner::before {
    background-image: url("../../assets/img/sole-proprietorship/kv_woman01_sp.png");
    width: 107px;
    height: 114px;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .sole .main__kv__inner::after {
    background-image: url("../../assets/img/sole-proprietorship/kv_man01.png");
    width: 22%;
    max-width: 304px;
    height: 100%;
    right: 0;
    aspect-ratio: 600/908;
  }
}
@media screen and (max-width: 768px) {
  .sole .main__kv__inner::after {
    background-image: url("../../assets/img/sole-proprietorship/kv_man01_sp.png");
    width: 92px;
    height: 114px;
    right: 0;
  }
}
.sole .main__kv__block {
  border-color: var(--green_sole);
}
.sole .main__kv__block .blockTitle {
  background: var(--green_sole);
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .sole .main__kv__block .img {
    padding: 20px 18px;
  }
}
.sole .main__kv .title__cont__for {
  background: var(--green_sole);
  color: var(--black);
}
.sole .main__kv .fixedBanner--add {
  padding-left: 60px;
  bottom: 102px;
}
.sole .main__kv .fixedBanner--add .icon {
  background: url("../../assets/img/sole-proprietorship/icon_fixed_color.png") no-repeat 50% 100% #f5f5f5;
  background-size: auto 90%;
}
@media screen and (min-width: 769px), print {
  .sole .main__kv .fixedBanner--add .icon {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    left: 7px;
  }
}
.sole .modCta {
  background: var(--gradation_sole);
}
.sole .modCta__title {
  color: var(--black);
}
.sole .modCta__title > span::before, .sole .modCta__title > span::after {
  background-color: var(--black);
}
@media screen and (min-width: 769px), print {
  .sole .modCta__inner::before {
    background-image: url("../../assets/img/sole-proprietorship/img_cta_woman01.png");
    max-width: 176px;
  }
  .sole .modCta__inner::after {
    background-image: url("../../assets/img/sole-proprietorship/img_cta_man01.png");
    max-width: 173px;
  }
}
.sole .modCta .modBtnArea__inner > a.contact, .sole .modCta .modBtnArea__inner > a.application, .sole .modCta .modBtnArea__inner > a.download {
  background-color: var(--white);
  color: #000;
}
.sole .modCta .modBtnArea__inner > a.contact:hover, .sole .modCta .modBtnArea__inner > a.application:hover, .sole .modCta .modBtnArea__inner > a.download:hover {
  background-color: var(--black);
  color: var(--white);
}
.sole .modCta .modBtnArea__inner > a.contact::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2018%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19%2C0H3C1.35%2C0%2C0%2C1.35%2C0%2C3v12c0%2C1.65%2C1.35%2C3%2C3%2C3h16c1.65%2C0%2C3-1.35%2C3-3V3c0-1.65-1.35-3-3-3ZM3%2C2h16c.39%2C0%2C.72.23.89.56l-8.89%2C6.22L2.11%2C2.56c.16-.33.5-.56.89-.56ZM19%2C16H3c-.55%2C0-1-.45-1-1V4.92l8.43%2C5.9c.17.12.37.18.57.18s.4-.06.57-.18l8.43-5.9v10.08c0%2C.55-.45%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%23333333%3B%22%2F%3E%3C%2Fsvg%3E");
}
.sole .modCta .modBtnArea__inner > a.contact:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2018%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19%2C0H3C1.35%2C0%2C0%2C1.35%2C0%2C3v12c0%2C1.65%2C1.35%2C3%2C3%2C3h16c1.65%2C0%2C3-1.35%2C3-3V3c0-1.65-1.35-3-3-3ZM3%2C2h16c.39%2C0%2C.72.23.89.56l-8.89%2C6.22L2.11%2C2.56c.16-.33.5-.56.89-.56ZM19%2C16H3c-.55%2C0-1-.45-1-1V4.92l8.43%2C5.9c.17.12.37.18.57.18s.4-.06.57-.18l8.43-5.9v10.08c0%2C.55-.45%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
}
.sole .modCta .modBtnArea__inner > a.application::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.12%2022.12%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17%2C22.12H3c-1.65%2C0-3-1.35-3-3V5.12c0-1.65%2C1.35-3%2C3-3h7c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1H3c-.55%2C0-1%2C.45-1%2C1v14c0%2C.55.45%2C1%2C1%2C1h14c.55%2C0%2C1-.45%2C1-1v-7c0-.55.45-1%2C1-1s1%2C.45%2C1%2C1v7c0%2C1.65-1.35%2C3-3%2C3Z%22%20style%3D%22fill%3A%20%23333333%3B%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C16.12c-.26%2C0-.52-.1-.71-.29-.25-.25-.35-.61-.26-.95l1-4c.04-.18.13-.34.26-.46L16.79.91c1.22-1.22%2C3.2-1.22%2C4.41%2C0s1.22%2C3.2%2C0%2C4.41l-9.5%2C9.5c-.13.13-.29.22-.46.26l-4%2C1c-.08.02-.16.03-.24.03ZM11%2C14.12h0%2C0ZM8.9%2C11.63l-.53%2C2.11%2C2.11-.53L19.79%2C3.91c.44-.44.44-1.15%2C0-1.59s-1.15-.44-1.59%2C0l-9.3%2C9.3Z%22%20style%3D%22fill%3A%20%23333333%3B%22%2F%3E%3C%2Fsvg%3E");
}
.sole .modCta .modBtnArea__inner > a.application:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.12%2022.12%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17%2C22.12H3c-1.65%2C0-3-1.35-3-3V5.12c0-1.65%2C1.35-3%2C3-3h7c.55%2C0%2C1%2C.45%2C1%2C1s-.45%2C1-1%2C1H3c-.55%2C0-1%2C.45-1%2C1v14c0%2C.55.45%2C1%2C1%2C1h14c.55%2C0%2C1-.45%2C1-1v-7c0-.55.45-1%2C1-1s1%2C.45%2C1%2C1v7c0%2C1.65-1.35%2C3-3%2C3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C16.12c-.26%2C0-.52-.1-.71-.29-.25-.25-.35-.61-.26-.95l1-4c.04-.18.13-.34.26-.46L16.79.91c1.22-1.22%2C3.2-1.22%2C4.41%2C0s1.22%2C3.2%2C0%2C4.41l-9.5%2C9.5c-.13.13-.29.22-.46.26l-4%2C1c-.08.02-.16.03-.24.03ZM11%2C14.12h0%2C0ZM8.9%2C11.63l-.53%2C2.11%2C2.11-.53L19.79%2C3.91c.44-.44.44-1.15%2C0-1.59s-1.15-.44-1.59%2C0l-9.3%2C9.3Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
}
.sole .modCta .modBtnArea__inner > a.download::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2022%22%3E%20%3Cg%3E%20%3Cg%20%3E%20%3Cpath%20d%3D%22M17.9%2C6.6c0-.1-.1-.2-.2-.3L11.7.3c0%2C0-.2-.2-.3-.2-.1%2C0-.3%2C0-.4%2C0H3C1.3%2C0%2C0%2C1.3%2C0%2C3v16c0%2C1.7%2C1.3%2C3%2C3%2C3h12c1.7%2C0%2C3-1.3%2C3-3V7c0-.1%2C0-.3%2C0-.4ZM12%2C3.4l2.6%2C2.6h-2.6v-2.6ZM15%2C20H3c-.6%2C0-1-.4-1-1V3c0-.6.4-1%2C1-1h7v5c0%2C.6.4%2C1%2C1%2C1h5v11c0%2C.6-.4%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%23000000%3B%22%2F%3E%20%3Cpath%20d%3D%22M13%2C11H5c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1h8c.6%2C0%2C1-.4%2C1-1s-.4-1-1-1Z%22%20style%3D%22fill%3A%20%23000000%3B%22%2F%3E%20%3Cpath%20d%3D%22M13%2C15H5c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1h8c.6%2C0%2C1-.4%2C1-1s-.4-1-1-1Z%22%20style%3D%22fill%3A%20%23000000%3B%22%2F%3E%20%3Cpath%20d%3D%22M5%2C9h2c.6%2C0%2C1-.4%2C1-1s-.4-1-1-1h-2c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1Z%22%20style%3D%22fill%3A%20%23000000%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sole .modCta .modBtnArea__inner > a.download:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2022%22%3E%20%3Cg%3E%20%3Cg%20%3E%20%3Cpath%20d%3D%22M17.9%2C6.6c0-.1-.1-.2-.2-.3L11.7.3c0%2C0-.2-.2-.3-.2-.1%2C0-.3%2C0-.4%2C0H3C1.3%2C0%2C0%2C1.3%2C0%2C3v16c0%2C1.7%2C1.3%2C3%2C3%2C3h12c1.7%2C0%2C3-1.3%2C3-3V7c0-.1%2C0-.3%2C0-.4ZM12%2C3.4l2.6%2C2.6h-2.6v-2.6ZM15%2C20H3c-.6%2C0-1-.4-1-1V3c0-.6.4-1%2C1-1h7v5c0%2C.6.4%2C1%2C1%2C1h5v11c0%2C.6-.4%2C1-1%2C1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M13%2C11H5c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1h8c.6%2C0%2C1-.4%2C1-1s-.4-1-1-1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M13%2C15H5c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1h8c.6%2C0%2C1-.4%2C1-1s-.4-1-1-1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3Cpath%20d%3D%22M5%2C9h2c.6%2C0%2C1-.4%2C1-1s-.4-1-1-1h-2c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1Z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sole .footer {
  background-color: var(--black);
}
.sole .modBtnArea--bottom .lp2 {
  color: var(--black);
  border-color: var(--black);
}
.sole .modBtnArea--bottom .lp2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060.72%2064.57%22%3E%20%3Cpath%20d%3D%22M30.36%2C30.27c-8.35%2C0-15.14-6.79-15.14-15.14S22.01%2C0%2C30.36%2C0s15.14%2C6.79%2C15.14%2C15.14-6.79%2C15.14-15.14%2C15.14h0ZM30.36%2C3c-6.69%2C0-12.14%2C5.44-12.14%2C12.14s5.44%2C12.14%2C12.14%2C12.14%2C12.14-5.44%2C12.14-12.14-5.44-12.14-12.14-12.14Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%20%3Cpath%20d%3D%22M59.22%2C63.71c-.83%2C0-1.5-.67-1.5-1.5%2C0-15.09-12.27-27.36-27.36-27.36S3%2C47.12%2C3%2C62.21c0%2C.83-.67%2C1.5-1.5%2C1.5s-1.5-.67-1.5-1.5c0-16.74%2C13.62-30.36%2C30.36-30.36s30.36%2C13.62%2C30.36%2C30.36c0%2C.83-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%20%3Cpath%20d%3D%22M45.82%2C60.3H14.95c-.83%2C0-1.5-.67-1.5-1.5v-17.08c0-.83.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5v17.08c0%2C.83-.67%2C1.5-1.5%2C1.5ZM16.45%2C57.3h27.87v-14.08h-27.87s0%2C14.08%2C0%2C14.08Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%20%3Cpath%20d%3D%22M46.02%2C64.57H15.15c-.83%2C0-1.5-.67-1.5-1.5s.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5s-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%3C%2Fsvg%3E");
}
.sole .sole .modBtnArea--bottom .lp2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060.72%2064.57%22%3E%20%3Cpath%20d%3D%22M30.36%2C30.27c-8.35%2C0-15.14-6.79-15.14-15.14S22.01%2C0%2C30.36%2C0s15.14%2C6.79%2C15.14%2C15.14-6.79%2C15.14-15.14%2C15.14h0ZM30.36%2C3c-6.69%2C0-12.14%2C5.44-12.14%2C12.14s5.44%2C12.14%2C12.14%2C12.14%2C12.14-5.44%2C12.14-12.14-5.44-12.14-12.14-12.14Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%20%3Cpath%20d%3D%22M59.22%2C63.71c-.83%2C0-1.5-.67-1.5-1.5%2C0-15.09-12.27-27.36-27.36-27.36S3%2C47.12%2C3%2C62.21c0%2C.83-.67%2C1.5-1.5%2C1.5s-1.5-.67-1.5-1.5c0-16.74%2C13.62-30.36%2C30.36-30.36s30.36%2C13.62%2C30.36%2C30.36c0%2C.83-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%20%3Cpath%20d%3D%22M45.82%2C60.3H14.95c-.83%2C0-1.5-.67-1.5-1.5v-17.08c0-.83.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5v17.08c0%2C.83-.67%2C1.5-1.5%2C1.5ZM16.45%2C57.3h27.87v-14.08h-27.87s0%2C14.08%2C0%2C14.08Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%20%3Cpath%20d%3D%22M46.02%2C64.57H15.15c-.83%2C0-1.5-.67-1.5-1.5s.67-1.5%2C1.5-1.5h30.87c.83%2C0%2C1.5.67%2C1.5%2C1.5s-.67%2C1.5-1.5%2C1.5Z%22%20style%3D%22fill%3A%20%23333%3B%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 768px) {
  .swiper-container {
    margin: 0 -20px 0;
    padding: 0 20px 66px;
  }
}
.swiper-slide-active {
  -webkit-box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 0 16px rgba(51, 51, 51, 0.12);
}
@media screen and (min-width: 769px), print {
  .swiper-pagination-bullets {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 939px) {
  .swiper-pagination-bullets {
    bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullets {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #676767;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--green_default);
}
.swiper-button-prev, .swiper-button-next {
  width: auto;
  height: auto;
}
@media screen and (min-width: 769px), print {
  .swiper-button-prev, .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 939px) {
  .swiper-button-prev, .swiper-button-next {
    width: 10%;
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
  }
}
.swiper-button-prev:before, .swiper-button-next:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: var(--white);
  border: 2px solid var(--green_default);
  -webkit-box-shadow: 5px 0px 10px rgba(31, 70, 96, 0.1);
          box-shadow: 5px 0px 10px rgba(31, 70, 96, 0.1);
}
@media screen and (min-width: 769px), print {
  .swiper-button-prev:before, .swiper-button-next:before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 939px) {
  .swiper-button-prev:before, .swiper-button-next:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev:before, .swiper-button-next:before {
    width: 40px;
    height: 40px;
  }
}
.swiper-button-prev:after, .swiper-button-next:after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-size: 0;
}
@media screen and (min-width: 769px), print {
  .swiper-button-prev {
    left: calc(50% - 50vw - 30px);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(245, 245, 245, 0)), to(rgb(245, 245, 245)));
    background-image: linear-gradient(270deg, rgba(245, 245, 245, 0) 50%, rgb(245, 245, 245));
  }
}
@media screen and (max-width: 939px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 70px;
    top: auto;
    bottom: 0;
  }
}
.swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2223%22%20viewBox%3D%220%200%2014%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.1005%2021.5889L2.20101%2011.6895L12.1005%201.78996%22%20stroke%3D%22%2367bb28%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2223%22%20viewBox%3D%220%200%2014%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.1005%2021.5889L2.20101%2011.6895L12.1005%201.78996%22%20stroke%3D%22%23676767%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px), print {
  .swiper-button-next {
    right: calc(50% - 50vw - 30px);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(245, 245, 245, 0)), to(rgb(245, 245, 245)));
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0) 50%, rgb(245, 245, 245));
  }
}
@media screen and (max-width: 939px) {
  .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 70px;
    top: auto;
    bottom: 0;
  }
}
.swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2223%22%20viewBox%3D%220%200%2014%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.89949%201.78996L11.799%2011.6895L1.8995%2021.5889%22%20stroke%3D%22%2367BB28%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2223%22%20viewBox%3D%220%200%2014%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.89949%201.78996L11.799%2011.6895L1.8995%2021.5889%22%20stroke%3D%22%23676767%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled:before, .swiper-button-next.swiper-button-disabled:before {
  border-color: #676767;
}
/*# sourceMappingURL=style.css.map */