@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

.cancel {
  width: 100%;
  min-height: 36rem;
  padding-block: 1.875rem;
  background: repeating-linear-gradient(-45deg, rgb(183, 216, 255) 0, rgb(183, 216, 255) 1.875rem, rgb(171, 207, 255) 1.875rem, rgb(171, 207, 255) 3.75rem);
}
@media (min-width: 768px) {
  .cancel {
    padding-block: 3.125rem;
    background: repeating-linear-gradient(-45deg, rgb(183, 216, 255) 0, rgb(183, 216, 255) 2.1875rem, rgb(171, 207, 255) 2.1875rem, rgb(171, 207, 255) 4.375rem);
  }
}

.cancel__content {
  width: 21.5625rem;
  max-width: 100%;
  margin-inline: auto;
  background: #fff;
  padding: 2.0625rem 0.9375rem 0.9375rem;
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .cancel__content {
    width: 58.75rem;
    border-radius: 1.875rem;
    padding: 3.125rem 10.625rem;
  }
}

.cancel__title {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.26086;
}
@media (min-width: 768px) {
  .cancel__title {
    font-size: 2.125rem;
    line-height: 1.35294;
  }
}
.cancel__title span {
  color: #1057E9;
}

.cancel__cta {
  margin-top: 1.875rem;
  position: relative;
}
.cancel__cta::before {
  content: "";
  background: url(/pc/overseas/lp_p-1/images/common/businessman-icon.webp) no-repeat center center/contain;
  width: 8.6875rem;
  height: 7.875rem;
  position: absolute;
  top: -7.6875rem;
  right: 0.3125rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .cancel__cta::before {
    right: 0.9375rem;
  }
}

.cancel__note {
  font-size: 0.75rem;
  line-height: 1.16666;
  font-weight: 500;
  margin-top: 0.625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cancel__note {
    margin-top: 1rem;
  }
}

.cancel__text-area {
  border: 1px solid #A4A4A4;
  border-radius: 0.625rem;
  margin-top: 0.9375rem;
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 768px) {
  .cancel__text-area {
    margin-top: 1.875rem;
    padding: 1.875rem 3.75rem;
  }
}

.cancel__text-head {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}

.cancel__text-list {
  margin-top: 0.625rem;
}

.cancel__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.28571;
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  position: relative;
}
.cancel__text::before {
  content: "";
  background: url(/pc/overseas/lp_p-1/images/common/check-icon-bg-orange.svg) no-repeat center center/contain;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.cancel__text:nth-child(n+2) {
  margin-top: 0.3125rem;
}

.cta {
  text-align: center;
  padding-block: 3.125rem;
}
@media (min-width: 768px) {
  .cta {
    padding-block: 4.375rem;
  }
}
.cta.-point {
  padding-block: 3.125rem 0;
}
@media (min-width: 768px) {
  .cta.-point {
    padding-block: 4.375rem 0;
  }
}
.cta.-main {
  padding-block: 1.875rem 3.125rem;
}
@media (min-width: 768px) {
  .cta.-main {
    padding-block: 4.375rem;
  }
}

.cta__text {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__text {
    font-size: 1.5rem;
  }
}
.cta__text p {
  position: relative;
  display: inline-block;
}
.cta__text p::before, .cta__text p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 1.5rem;
  background: #333;
}
.cta__text p::before {
  left: -8%;
  rotate: 155deg;
}
@media (min-width: 768px) {
  .cta__text p::before {
    left: -10%;
  }
}
.cta__text p::after {
  right: -8%;
  rotate: -155deg;
}
@media (min-width: 768px) {
  .cta__text p::after {
    right: -10%;
  }
}

.cta-btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.625rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .cta-btn__wrap {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}

.cta-btn {
  width: 21.5625rem;
  max-width: 100%;
  height: 5rem;
  padding-block: 1.0625rem;
  margin-inline: auto;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  border: 0.125rem solid #EB5505;
  -webkit-box-shadow: 0 0.25rem 0 0 #A4A4A4;
          box-shadow: 0 0.25rem 0 0 #A4A4A4;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .cta-btn {
    font-size: 1.5rem;
    width: 37.5rem;
    height: 5.375rem;
    line-height: 1.5;
    margin-inline: initial;
  }
}
.cta-btn span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.166666;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .cta-btn span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.28571;
  }
}
.cta-btn::before {
  content: "";
  background: url(/pc/overseas/lp_p-1/images/common/arrow-white.svg) no-repeat center center/contain;
  width: 0.625rem;
  height: 0.75rem;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.9375rem;
}
.cta-btn.-cancel {
  background: #1057E9;
  -webkit-box-shadow: 0 0.25rem 0 0 #A4A4A4;
          box-shadow: 0 0.25rem 0 0 #A4A4A4;
  border: initial;
  height: 5.375rem;
  font-size: 1.25rem;
}
@media (any-hover: hover) {
  .cta-btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: initial;
  }
}

@media (min-width: 768px) {
  .cta-entry {
    width: 25.9375rem;
  }
}
.cta-entry .cta-btn.-entry {
  background: #EB5505;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .cta-entry .cta-btn.-entry {
    width: 25.9375rem;
    height: 6.125rem;
  }
}

@media (min-width: 768px) {
  .cta-repeater {
    width: 25.9375rem;
  }
}
.cta-repeater .cta-btn.-repeater {
  background: #fff;
  color: #EB5505;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .cta-repeater .cta-btn.-repeater {
    width: 25.9375rem;
    height: 6.125rem;
  }
}
.cta-repeater .cta-btn.-repeater::before {
  background: url(/pc/overseas/lp_p-1/images/common/arrow-orange.svg) no-repeat center center/contain;
}
.cta-repeater .cta-btn .cta-repeater__text {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-top: initial;
}
@media (min-width: 768px) {
  .cta-repeater .cta-btn .cta-repeater__text {
    font-size: 1.5rem;
  }
}
.cta-repeater .cta-btn .cta-repeater__text sup {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .cta-repeater .cta-btn .cta-repeater__text sup {
    font-size: 0.875rem;
  }
}
.cta-repeater .cta-btn .cta-repeater__text-bg {
  background: #EB5505;
  color: #fff;
  border-radius: 6.25rem;
  display: inline-block;
  padding-block: 0.125rem;
  padding-inline: 1rem;
  text-align: center;
  margin-top: 0.375rem;
}
.cta-repeater .cta-repeater__note {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.625rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .cta-repeater .cta-repeater__note {
    padding-left: 1.3em;
  }
}
.cta-repeater .cta-repeater__note li {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666;
}

.custom {
  outline: 0.1875rem solid #1057E9;
  border-radius: 1.25rem;
  padding: 2.5rem 0.9375rem 0.9375rem;
  width: 58.75rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .custom {
    margin-top: 3.75rem;
    padding: 3.125rem;
  }
}

.custom__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33333;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .custom__title {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.custom__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -0.875rem;
  width: 3.125rem;
  height: 0.125rem;
  background: #1057E9;
}
@media (min-width: 768px) {
  .custom__title::before {
    bottom: -1.5rem;
  }
}

.custom__basic {
  margin-top: 2.75rem;
  width: 42.5rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .custom__basic {
    margin-top: 4.0625rem;
  }
}

.custom__basic-head {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  background: #DAF8FF;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #A4A4A4;
  padding-block: 0.6875rem;
}
@media (min-width: 768px) {
  .custom__basic-head {
    font-size: 1.5rem;
  }
}

.custom__basic-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
  margin-top: 0.3125rem;
}

.custom__basic-list {
  padding-block: 0.625rem;
  padding-inline: 0.5625rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.33333;
  text-align: left;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #A4A4A4;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .custom__basic-list {
    font-size: 1rem;
    line-height: 1.5;
    padding-block: 0.625rem;
    text-align: center;
  }
}
.custom__basic-list sup {
  font-size: 0.625rem;
}

.custom__basic-note {
  margin-top: 0.3125rem;
}
.custom__basic-note li {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .custom__basic-note li {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2857142857;
  }
}

.custom__case {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .custom__case {
    margin-top: 2.5rem;
  }
}

.custom__case-item {
  width: 42.5rem;
  max-width: 100%;
  margin-inline: auto;
  -webkit-box-shadow: 0px 0.25rem 0px 0px #A4A4A4;
          box-shadow: 0px 0.25rem 0px 0px #A4A4A4;
  border-radius: 0.625rem;
  border: 0.0625rem solid #333;
  padding-block: 0.9375rem;
  position: relative;
}
@media (min-width: 768px) {
  .custom__case-item {
    padding-block: 1rem;
  }
}
.custom__case-item::after {
  content: "";
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  top: 1.75rem;
  right: 0.625rem;
  background: #333;
  border-radius: 0.3125rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .custom__case-item::after {
    top: 2.125rem;
  }
}

.custom__case-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .custom__case-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.custom__case-title span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857;
  margin-bottom: 0.25rem;
}
.custom__case-title::before, .custom__case-title::after {
  content: "";
  position: absolute;
  border-radius: 100vmax;
  background: #fff;
  z-index: 1;
}
.custom__case-title::before {
  top: 50%;
  translate: 0 -50%;
  right: 0.8125rem;
  width: 1rem;
  height: 0.0625rem;
}
.custom__case-title::after {
  top: 50%;
  translate: 0 -50%;
  right: 1.25rem;
  width: 0.0625rem;
  height: 1rem;
  rotate: 0deg;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.is-opened .custom__case-title::after {
  rotate: -90deg;
}

.is-opened .custom__case-title::after {
  rotate: -90deg;
}

.js-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.is-opened .js-content {
  opacity: 1;
}

.custom__case-content {
  width: 31.25rem;
  max-width: 100%;
  margin-inline: auto;
}

.custom__case-content-items {
  padding-top: 1.375rem;
  padding-inline: 0.9375rem;
}
@media (min-width: 768px) {
  .custom__case-content-items {
    padding-inline: initial;
  }
}

.custom__case-content-item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .custom__case-content-item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}
.custom__case-content-item:not(:last-child) .custom__case-content-text {
  border-bottom: 1px solid #A4A4A4;
}

.custom__case-content-head {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3333333333;
  background: #F2F2F2;
  border-radius: 0.3125rem;
  padding-block: 0.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom__case-content-head .-price {
  width: 4.0625rem;
  height: 1.625rem;
  display: inline-block;
  margin-inline: 0.625rem 0.125rem;
}
.custom__case-content-head .-price img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom__case-content-head .-price-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3333333333;
}

.custom__case-content-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.28571;
  text-align: left;
  padding-block: 0.3125rem 0.9375rem;
}
@media (min-width: 768px) {
  .custom__case-content-text {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    text-align: center;
    padding-block: 0.625rem 0.9375rem;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  summary:hover {
    cursor: pointer;
  }
}

.custom__option {
  width: 52.5rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
  background: #F2F2F2;
  border-radius: 2.5rem 2.5rem 0.625rem 0.625rem;
  padding: 2.1875rem 0.9375rem 0.9375rem;
  position: relative;
}
@media (min-width: 768px) {
  .custom__option {
    margin-top: 4rem;
    padding: 3.75rem 2.5rem 1.875rem;
  }
}
.custom__option::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -1.5rem;
  width: 3rem;
  height: 3rem;
  background: url(/pc/overseas/lp_p-1/images/common/plus-icon.svg) no-repeat center center/cover;
}

.custom__option-head {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.33333;
}
@media (min-width: 768px) {
  .custom__option-head {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.custom__option-head span {
  color: #1057E9;
}

.custom__option-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .custom__option-items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.custom__option-item {
  background: #fff;
  border: 0.0625rem solid #A4A4A4;
  border-radius: 0.625rem;
  padding: 0.75rem 0.625rem 0.9375rem;
  text-align: center;
  height: 15.1875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
@media (min-width: 768px) {
  .custom__option-item {
    padding: 0.75rem 0.625rem 1.875rem;
  }
}

.custom__option-item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ABCFFF;
  place-content: center;
}
@media (min-width: 768px) {
  .custom__option-item-title {
    padding-bottom: 0.625rem;
  }
}

.custom__option-item-img {
  width: 4.4375rem;
  height: 4.4375rem;
  margin-inline: auto;
  margin-top: 0.3125rem;
}
.custom__option-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom__option-item-text {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.1875rem;
  line-height: 1.33333;
}
@media (min-width: 768px) {
  .custom__option-item-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.custom__option-item-text span {
  font-weight: 400;
}

.document {
  padding-block: 3.125rem 1.25rem;
}
@media (min-width: 768px) {
  .document {
    padding-block: 3.125rem;
  }
}

.document__lead {
  margin-top: 2.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.28571;
  text-align: center;
}
@media (min-width: 768px) {
  .document__lead {
    margin-top: 4rem;
  }
}

.document__pdf-list {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.28571;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .document__pdf-list {
    width: 36.625rem;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .document__pdf {
    white-space: nowrap;
  }
}
.document__pdf:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .document__pdf:nth-child(n+2) {
    margin-top: 0.875rem;
  }
}
.document__pdf:nth-child(2) a {
  padding-block: 0.5625rem;
}
.document__pdf a {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  line-height: 1.2857142857;
}
@media (min-width: 768px) {
  .document__pdf a {
    padding-block: 0.5625rem;
    display: inline-block;
    padding-inline: 2.5rem 1.875rem;
  }
}
.document__pdf a::before, .document__pdf a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
}
.document__pdf a::before {
  left: 0;
  background: url(/pc/overseas/lp_p-1/images/common/pdf-icon.webp) no-repeat center center/cover;
  width: 2.125rem;
  height: 2.25rem;
}
.document__pdf a::after {
  right: 0;
  background: url(/pc/overseas/lp_p-1/images/common/external-icon.webp) no-repeat center center/cover;
  width: 1.25rem;
  height: 1.3125rem;
}
@media (any-hover: hover) {
  .document__pdf a:hover {
    text-decoration: underline;
  }
}

.document__text-list {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .document__text-list {
    margin-top: 2.5rem;
    width: 32.375rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.product-id {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: end; 
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .product-id {
    text-align: center;
    margin-top: 3.75rem;
  }
}

.document__text {
  padding-left: 1em;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.28571;
  position: relative;
}
.document__text::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100vmax;
  background: #333;
}
.document__text:nth-child(n+2) {
  margin-top: 1.25rem;
}

.document__modal {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.28571;
  text-decoration: underline;
  margin-top: 1.25rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .document__modal {
    margin-top: 2.5rem;
  }
}

.footer {
  border-top: 0.125rem solid #333;
  background: #fff;
  padding-block: 2.5rem 9.375rem;
}
@media (min-width: 768px) {
  .footer {
    padding-block: 2.5rem 12.5rem;
  }
}

.footer__logo {
  width: 9.4375rem;
  margin-inline: auto;
  max-width: 100%;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.copyright {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .copyright {
    font-size: 0.75rem;
    line-height: 1.166666;
    font-weight: 500;
  }
}

.fv {
  position: relative;
  width: 23.4375rem;
  height: 17.5rem;
  margin-inline: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .fv {
    width: 62.5rem;
    height: 32.6875rem;
    border-radius: 1.25rem;
  }
}

.fv__img {
  width: 23.4375rem;
  height: 17.5rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .fv__img {
    width: 62.5rem;
    height: 32.6875rem;
  }
}
.fv__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/280;
}
@media (min-width: 768px) {
  .fv__img img {
    aspect-ratio: 1000/523;
    border-radius: 1.25rem;
  }
}

.fv__title {
  position: absolute;
  top: 12%;
  right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .fv__title {
    top: 8%;
  }
}
.fv__title .-text {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding-inline: 0.375rem;
  line-height: 1.44827;
}
@media (min-width: 768px) {
  .fv__title .-text {
    padding-inline: 0.625rem;
    line-height: 1.45454545;
  }
  .fv__title .-text:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}
.fv__title .-text .-num1,
.fv__title .-text .-num2 {
  display: inline-block;
  margin-inline: 0.1875rem;
}
@media (min-width: 768px) {
  .fv__title .-text .-num1,
  .fv__title .-text .-num2 {
    margin-inline: 0.3125rem;
  }
}
.fv__title .-text .-num1 img,
.fv__title .-text .-num2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__title .-text .-num1 {
  width: 2.125rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .fv__title .-text .-num1 {
    width: 3.3125rem;
    height: 4.0625rem;
  }
}
.fv__title .-text .-num2 {
  width: 3.1875rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .fv__title .-text .-num2 {
    width: 5rem;
    height: 4.0625rem;
  }
}
.fv__title .-top {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  border-radius: 0 1.25rem 0 0;
  padding: 0.625rem 1.4375rem 0 1.125rem;
}
@media (min-width: 768px) {
  .fv__sub-title {
    padding: 0.9375rem 4.875rem 0.625rem;
  }
}
.fv__sub-title p {
  width: 9.6875rem;
  height: 1.4375rem;
  margin-inline: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .fv__sub-title p {
    width: 14.5625rem;
    height: 2.125rem;
  }
}
.fv__sub-title p img {
  width: 100%;
  height: 100%;
}

.fv__lead-area .inner {
  padding-block: 0.8125rem 1.5rem;
}
@media (min-width: 768px) {
  .fv__lead-area .inner {
    padding-block: 0.8125rem 2.5rem;
  }
}
.fv__lead-area .cta {
  padding-block: 1.5rem 0;
  margin-top: 0.8125rem;
}
@media (min-width: 768px) {
  .fv__lead-area .cta {
    padding-block: 2.5rem 0;
  }
}

.fv__lead {
  width: 21.5625rem;
  max-width: 100%;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33333;
  color: #333;
  margin-inline: auto;
  border: 1px solid #1057E9;
  padding-block: 0.59375rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .fv__lead {
    width: 57.125rem;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-block: 0.78125rem;
  }
}
.fv__lead .-price {
  display: inline-block;
  vertical-align: text-top;
  margin-inline: 0.3125rem;
  width: 2.8125rem;
  height: 1.875rem;
}
@media (min-width: 768px) {
  .fv__lead .-price {
    width: 3.625rem;
    height: 2.125rem;
  }
}
.fv__lead .-price img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__lead .-unit {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .fv__lead .-unit {
    font-size: 1.75rem;
  }
}
.fv__lead::after {
  content: "";
  position: absolute;
  top: -100%;
  right: -0.625rem;
  background: url(/pc/overseas/lp_p-1/images/common/lead-icon.webp) no-repeat center center/cover;
  width: 3.625rem;
  height: 3.625rem;
}
@media (min-width: 768px) {
  .fv__lead::after {
    width: 5.75rem;
    height: 5.4375rem;
    background: url(/pc/overseas/lp_p-1/images/common/lead-icon.webp) no-repeat center center/contain;
    top: -60%;
    right: 20%;
  }
}

.header {
  background: #fff;
  width: 100%;
  height: 3.75rem;
}
@media (min-width: 768px) {
  .header {
    height: 4.375rem;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .header .header__inner {
    padding-inline: initial;
    width: 62.5rem;
  }
}

.header__logo {
  width: 7.375rem;
  max-width: 100%;
  height: 1.5625rem;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: 100%;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-inline: 1.5625rem;
  }
}

.modal-contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 100000;
}
@media (min-width: 768px) {
  .modal-contents {
    z-index: 10001;
  }
}
.modal-contents .inner {
  position: relative;
  padding-block: 2.1875rem 1.25rem;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .modal-contents .inner {
    padding-inline: 2.5rem;
  }
}

.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #fff;
  color: #000;
  max-width: 20.625rem;
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  margin: 0 auto;
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .modal-wrap {
    max-width: 50.75rem;
    margin: auto;
  }
}

.modal-contents__title {
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  color: #ea5404;
}

.modal-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1;
  width: 0.9375rem;
  height: 0.9375rem;
}
.modal-close img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.modal-contents__description {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
}

.modal-contents__sub {
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  color: #ea5404;
  margin-top: 2.1875rem;
}

.modal-contents__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.25rem;
}
.modal-contents__img img {
  width: 100%;
  height: 100%;
}

.modal-close__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.5rem;
  margin: 1.25rem auto 0;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0.3125rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 0.25rem 0px 0px #d1d1d1;
          box-shadow: 0px 0.25rem 0px 0px #d1d1d1;
  -webkit-transition: border-color 0.2s ease 0.1s, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease 0.1s, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease 0.1s;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease 0.1s, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .modal-close__btn {
    width: 18.75rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .modal-close__btn:hover {
    border-color: #ea5404;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.pagetop {
  position: fixed;
  bottom: 5.9375rem;
  right: 0.75rem;
  z-index: 12;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 7.1875rem;
    right: 1.875rem;
  }
}

.pagetop__fixed {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: #1057E9;
  border-radius: 100vmax;
  position: relative;
}
@media (min-width: 768px) {
  .pagetop__fixed {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pagetop__fixed::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.625rem;
  background: url(/pc/overseas/lp_p-1/images/common/arrow-to-top.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.cta__fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: 8rem;
  z-index: 11;
  background: url(/pc/overseas/lp_p-1/images/common/cta-fixed-bg.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .cta__fixed {
    height: 9.75rem;
    max-width: 118.125rem;
    margin-inline: auto;
    background: url(/pc/overseas/lp_p-1/images/common/cta-fixed-bg-pc.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 1890px) {
  .cta__fixed {
    padding-block: 1.25rem;
    height: auto;
    max-width: initial;
  }
}
@media screen and (min-width: 2370px) {
  .cta__fixed {
    background: url(/pc/overseas/lp_p-1/images/common/cta-fixed-bg-pc.webp) no-repeat center/contain;
  }
}
.cta__fixed .cta {
  padding-block: 1.5625rem 0.9375rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta {
    padding-block: 1.875rem 0.8125rem;
  }
}
.cta__fixed .cta-btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-btn__wrap {
    gap: 0.625rem;
  }
}
.cta__fixed .cta-entry {
  width: 10.65625rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-entry {
    width: 25.9375rem;
  }
}
.cta__fixed .cta-entry .cta-btn {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-entry .cta-btn {
    font-size: 1.5rem;
  }
}
.cta__fixed .cta-entry .cta-btn.-entry {
  background: #EB5505;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.65625rem;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-entry .cta-btn.-entry {
    width: 25.9375rem;
    height: 5.0625rem;
  }
}
.cta__fixed .cta-entry .cta-btn.-entry span {
  display: none;
}
@media (min-width: 768px) {
  .cta__fixed .cta-entry .cta-btn.-entry span {
    display: inline-block;
  }
}
.cta__fixed .cta-entry .cta-btn.-entry::before {
  background: none;
}
@media (min-width: 768px) {
  .cta__fixed .cta-entry .cta-btn.-entry::before {
    background: url(/pc/overseas/lp_p-1/images/common/arrow-white.svg) no-repeat center center/contain;
  }
}
.cta__fixed .cta-repeater {
  width: 10.65625rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-repeater {
    width: 25.9375rem;
  }
}
.cta__fixed .cta-repeater .cta-btn {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-repeater .cta-btn {
    font-size: 1.5rem;
  }
}
.cta__fixed .cta-repeater .cta-btn.-repeater {
  background: #fff;
  color: #EB5505;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.65625rem;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta-repeater .cta-btn.-repeater {
    width: 25.9375rem;
    height: 5.0625rem;
  }
}
.cta__fixed .cta-repeater .cta-btn.-repeater::before {
  background: none;
}
@media (min-width: 768px) {
  .cta__fixed .cta-repeater .cta-btn.-repeater::before {
    background: url(/pc/overseas/lp_p-1/images/common/arrow-orange.svg) no-repeat center center/contain;
  }
}
.cta__fixed .cta-repeater .cta-btn .cta-repeater__text {
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-top: initial;
}
@media (min-width: 768px) {
  .cta__fixed .cta-repeater .cta-btn .cta-repeater__text {
    font-size: 1.5rem;
  }
}
.cta__fixed .cta-repeater .cta-btn .cta-repeater__text-bg {
  display: none;
}
@media (min-width: 768px) {
  .cta__fixed .cta-repeater .cta-btn .cta-repeater__text-bg {
    background: #EB5505;
    color: #fff;
    border-radius: 6.25rem;
    display: inline-block;
    padding-block: 0.125rem;
    padding-inline: 1rem;
    text-align: center;
    margin-top: 0.375rem;
  }
}
.cta__fixed .cta__text {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .cta__fixed .cta__text {
    font-size: 1rem;
  }
}

.point .inner {
  padding-block: 2.5rem 2.8125rem;
}
@media (min-width: 768px) {
  .point .inner {
    padding-block: 3.75rem 4.375rem;
  }
}

.point__menu-title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.30769;
  text-align: center;
}
@media (min-width: 768px) {
  .point__menu-title {
    font-size: 2.25rem;
    line-height: 1.388888;
  }
}
.point__menu-title .-text-underline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.point__menu-title .-text-underline::before {
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: #ABCFFF;
  z-index: -1;
}
@media (min-width: 768px) {
  .point__menu-title .-text-underline::before {
    height: 0.5625rem;
  }
}
.point__menu-title .-num {
  display: inline-block;
  width: 1.0625rem;
  height: 1.875rem;
}
@media (min-width: 768px) {
  .point__menu-title .-num {
    width: 1.5625rem;
    height: 2.875rem;
  }
}
.point__menu-title .-num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.point__menu-title .-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .point__menu-title .-text {
    margin-top: 0.875rem;
  }
}
.point__menu-title img {
  width: 13.4375rem;
  height: 2rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .point__menu-title img {
    width: 18.5rem;
    height: 2.75rem;
  }
}

.point__menu-items {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .point__menu-items {
    margin-top: 3.125rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem 0.875rem;
    width: 58.75rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.point__menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  border: 1px solid #A4A4A4;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0.25rem 0px 0px #A4A4A4;
          box-shadow: 0px 0.25rem 0px 0px #A4A4A4;
  padding: 1.125rem 0.875rem 1.125rem 4.375rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .point__menu-item a {
    padding: 1.125rem 0.875rem 1.125rem 6.375rem;
  }
}
.point__menu-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75rem;
  background: url(/pc/overseas/lp_p-1/images/common/point-01-blue.svg) no-repeat center center/cover;
  width: 3rem;
  height: 4.125rem;
}
@media (min-width: 768px) {
  .point__menu-item a::before {
    width: 4.125rem;
    height: 5.6875rem;
    left: 1.125rem;
  }
}
.point__menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.875rem;
  background: url(/pc/overseas/lp_p-1/images/common/arrow-black.svg) no-repeat center center/cover;
  width: 0.75rem;
  height: 0.625rem;
}
@media (any-hover: hover) {
  .point__menu-item a:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: initial;
    cursor: pointer;
  }
}
.point__menu-item:nth-child(2) a::before {
  background: url(/pc/overseas/lp_p-1/images/common/point-02-blue.svg) no-repeat center center/cover;
}
.point__menu-item:nth-child(3) a::before {
  background: url(/pc/overseas/lp_p-1/images/common/point-03-blue.svg) no-repeat center center/cover;
}
.point__menu-item:nth-child(4) a::before {
  background: url(/pc/overseas/lp_p-1/images/common/point-04-blue.svg) no-repeat center center/cover;
}

.point__menu-item-icon {
  width: 3.125rem;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .point__menu-item-icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.point__menu-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point__menu-item-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33333;
}
@media (min-width: 768px) {
  .point__menu-item-text {
    font-size: 1.5rem;
    line-height: inherit;
  }
}

.point-01 .point__inner {
  padding-block: 1.5625rem;
}
@media (min-width: 768px) {
  .point-01 .point__inner {
    padding-block: 3.75rem 1.5625rem;
  }
}

.point-02 .point__inner {
  padding-block: 1.5rem 1.875rem;
}
@media (min-width: 768px) {
  .point-02 .point__inner {
    padding-block: 3.75rem 5rem;
  }
}
@media (min-width: 768px) {
  .point-02 .point__container {
    width: 54.875rem;
    margin-inline: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.point-03 .point__inner {
  padding-block: 1.5rem 1.875rem;
}
@media (min-width: 768px) {
  .point-03 .point__inner {
    padding-block: 3.75rem 5rem;
  }
}
@media (min-width: 768px) {
  .point-03 .point__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 58.75rem;
    margin-inline: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .point-03 .point__img-wrap {
    padding-left: initial;
    padding-right: 5rem;
  }
}

.point-04 .point__inner {
  padding-block: 1.5rem 3.125rem;
}
@media (min-width: 768px) {
  .point-04 .point__inner {
    padding-block: 3.75rem 4.375rem;
  }
}
.point-04 .point__lead {
  margin-top: initial;
}

.point__head {
  background: #1057E9;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 768px) {
  .point__head {
    padding: 2.71875rem 0.9375rem;
    text-align: center;
  }
}

.point__head-title {
  padding-left: 3.375rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.33333;
  position: relative;
}
@media (min-width: 768px) {
  .point__head-title {
    padding-left: 3.125rem;
    text-align: center;
    padding-left: initial;
    font-size: 2rem;
    line-height: 1.3125;
    width: 48.4375rem;
    margin-inline: auto;
  }
}
.point__head-title.-point-02::before {
  background: url(/pc/overseas/lp_p-1/images/common/point-02-line-white.svg) no-repeat center center/cover;
}
.point__head-title.-point-02::after {
  background: url(/pc/overseas/lp_p-1/images/common/phone-icon-02.webp) no-repeat center center/contain;
}
.point__head-title.-point-03::before {
  background: url(/pc/overseas/lp_p-1/images/common/point-03-line-white.svg) no-repeat center center/cover;
}
.point__head-title.-point-03::after {
  background: url(/pc/overseas/lp_p-1/images/common/support24-icon-02.webp) no-repeat center center/contain;
}
.point__head-title.-point-04::before {
  background: url(/pc/overseas/lp_p-1/images/common/point-04-line-white.svg) no-repeat center center/cover;
}
.point__head-title.-point-04::after {
  background: url(/pc/overseas/lp_p-1/images/common/insurance-icon-02.webp) no-repeat center center/contain;
}
.point__head-title::before, .point__head-title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.point__head-title::before {
  left: 0;
  background: url(/pc/overseas/lp_p-1/images/common/point-01-line-white.svg) no-repeat center center/cover;
  width: 2.5625rem;
  height: 3.6875rem;
}
@media (min-width: 768px) {
  .point__head-title::before {
    width: 3.875rem;
    height: 5.5625rem;
  }
}
.point__head-title::after {
  right: 0;
  background: url(/pc/overseas/lp_p-1/images/common/wallet-icon-02.webp) no-repeat center center/contain;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 768px) {
  .point__head-title::after {
    width: 4.875rem;
    height: 4.875rem;
  }
}

@media (min-width: 768px) {
  .point__textarea .point__text {
    text-align: start;
  }
}
@media (min-width: 768px) {
  .point__textarea .point__lead {
    text-align: start;
    line-height: 1.5;
  }
}
.point__textarea .point__lead sup {
  font-size: 0.625rem;
}

.point__text {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.272727;
  text-align: center;
}
@media (min-width: 768px) {
  .point__text {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}
.point__text span {
  color: #1057E9;
}

.point__lead {
  font-size: 0.9375rem;
  line-height: 1.33333;
  font-weight: bold;
  text-align: center;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .point__lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.point__lead span {
  color: #1057E9;
}

.point__slide-note {
  padding-block: 0.625rem 1.875rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  padding-inline: 0.9375rem;
}
@media (min-width: 768px) {
  .point__slide-note {
    padding-block: 0.625rem 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.28571;
  }
}

.point__container {
  display: contents;
}
@media (min-width: 768px) {
  .point__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.point__img-wrap {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .point__img-wrap {
    padding-left: 8.625rem;
    margin-top: initial;
  }
}

.point__img {
  width: 17.625rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .point__img {
    width: 29.25rem;
  }
}
.point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point__note {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.33333;
  text-align: center;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .point__note {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.28571;
    text-align: right;
  }
}

.point__note-list {
  margin-top: 0.625rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .point__note-list {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.28571;
    padding-inline: initial;
  }
}

.point__voice {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .point__voice {
    margin-top: 2.5rem;
  }
}

.point__voice-content {
  width: 21.5625rem;
  max-width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding-inline: 1.09375rem;
}
@media (min-width: 768px) {
  .point__voice-content {
    width: 58.75rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding-block: 1.5625rem;
    border: 1px solid #ABCFFF;
    border-radius: 1.25rem;
  }
}

.point__voice-img {
  width: 5.125rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .point__voice-img {
    width: 6.25rem;
  }
}
.point__voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.point__voice-text {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.42857;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .point__voice-text {
    font-size: 1rem;
    line-height: 1.5;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.point__courses {
  width: 58.75rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .point__courses {
    margin-top: 1.875rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.point__course {
  background: #F2F2F2;
  padding: 0.9375rem;
  place-content: flex-end;
}
@media (min-width: 768px) {
  .point__course {
    padding: 2.125rem 1.875rem;
  }
}
.point__course:nth-child(2) {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .point__course:nth-child(2) {
    margin-top: initial;
  }
}
.point__course:nth-child(2) .point__course-content::before {
  width: 6.4375rem;
  height: 6.25rem;
  background: url(/pc/overseas/lp_p-1/images/common/course-icon-02.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .point__course:nth-child(2) .point__course-content::before {
    right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .point__course:nth-child(2) .point__course-lists {
    padding-left: 1.25rem;
    margin-top: 2.21875rem;
  }
}

.point__course-title {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .point__course-title {
    font-size: 1.5rem;
    line-height: 1.5;
    min-height: 4.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.point__course-content {
  margin-top: 0.9375rem;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #A4A4A4;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .point__course-content {
    margin-top: 1.25rem;
    height: 15.0625rem;
  }
}
.point__course-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.75rem;
  width: 5.3125rem;
  height: 6.5rem;
  background: url(/pc/overseas/lp_p-1/images/common/course-icon-01.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .point__course-content::before {
    right: 1.25rem;
  }
}

.point__course-head {
  padding-block: 0.5rem;
  background: #DAF8FF;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.272727;
  text-align: center;
}
@media (min-width: 768px) {
  .point__course-head {
    font-size: 1.625rem;
    line-height: 1.461538;
    padding-block: 0.875rem;
  }
}

.point__course-body {
  padding: 0.875rem 0.9375rem;
}
@media (min-width: 768px) {
  .point__course-body {
    padding: 0.625rem 0.9375rem 1.25rem;
  }
}

.point__course-text {
  text-align: center;
  border-bottom: 1px solid #A4A4A4;
  padding-bottom: 0.5rem;
}
.point__course-text p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.166666;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .point__course-text p {
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}
.point__course-text p::before, .point__course-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 0.9375rem;
  background: #333;
}
@media (min-width: 768px) {
  .point__course-text p::before, .point__course-text p::after {
    height: 1.1875rem;
  }
}
.point__course-text p::before {
  left: -10%;
  rotate: 155deg;
}
.point__course-text p::after {
  right: -10%;
  rotate: -155deg;
}

.point__course-lists {
  margin-top: 0.75rem;
}

.point__course-list {
  padding-left: 1rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.33333;
  position: relative;
}
@media (min-width: 768px) {
  .point__course-list {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.point__course-list::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  background: url(/pc/overseas/lp_p-1/images/common/check-yellow.svg) no-repeat center center/contain;
  width: 0.6875rem;
  height: 0.6875rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .point__course-list::before {
    top: 0.4375rem;
  }
}
.point__course-list:nth-child(n+2) {
  margin-top: 0.25rem;
}

.section__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33333;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.25rem;
    line-height: 1.388888;
  }
}
.section__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -0.875rem;
  background: #1057E9;
  width: 3.125rem;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .section__title::before {
    bottom: -1.5rem;
  }
}

h1 {
  font-size: 1.8125rem;
  color: #333;
  font-weight: bold;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}

.point__slide-items {
  width: 90rem;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}

.point__slide-item {
  border: 1px solid #A4A4A4;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 10.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .point__slide-item {
    width: 19.125rem;
  }
}

.point__slide-content {
  height: 100%;
}

.point__slide-img {
  width: 10.5rem;
  height: 7.1875rem;
}
@media (min-width: 768px) {
  .point__slide-img {
    width: 19.125rem;
    height: 13.0625rem;
  }
}
.point__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point__slide-body {
  text-align: center;
  padding: 0.3125rem 0.3125rem 0.8125rem;
}
@media (min-width: 768px) {
  .point__slide-body {
    padding: 0.625rem 0.625rem 1.25rem;
  }
}

.point__slide-title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .point__slide-title {
    font-size: 1.5rem;
  }
}

.point__slide-price {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3125rem;
}
.point__slide-price.-small-870 span {
  width: 3.1875rem;
  height: 2.1875rem;
}
.point__slide-price span {
  width: 4.75rem;
  height: 2.1875rem;
  display: inline-block;
}
.point__slide-price span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point__slide-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.166666;
  background: #E5E5E5;
  padding: 0.0625rem 0.625rem;
  display: inline-block;
  border-radius: 16.25rem;
  margin-top: 0.375rem;
}

.point-prev {
  top: 55%;
  translate: 0 -50%;
  left: clamp(0.3125rem, (100vw - 90rem) / 2 + 13.125rem, 13.125rem);
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .point-prev {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .point-prev:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.point-prev::after {
  width: 1.875rem;
  height: 1.875rem;
  background: url(/pc/overseas/lp_p-1/images/common/slide-prev.webp) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .point-prev::after {
    width: 3rem;
    height: 3rem;
  }
}

.point-next {
  top: 55%;
  translate: 0 -50%;
  right: clamp(0.3125rem, (100vw - 90rem) / 2 + 13.125rem, 13.125rem);
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .point-next {
    width: 3rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .point-next:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.point-next::after {
  width: 1.875rem;
  height: 1.875rem;
  background: url(/pc/overseas/lp_p-1/images/common/slide-next.webp) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .point-next::after {
    width: 3rem;
    height: 3rem;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.voice {
  background: #F2F2F2;
  padding-block: 3.125rem;
}
@media (min-width: 768px) {
  .voice {
    padding-block: 5rem;
  }
}

.voice__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 2.125rem;
}
@media (min-width: 768px) {
  .voice__items {
    width: 63.75rem;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 4rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.voice__item {
  border: 1px solid #A4A4A4;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem 1.25rem;
  background: #fff;
}
@media (min-width: 768px) {
  .voice__item {
    padding: 1.5rem 1.25rem 1.8125rem;
  }
}

.voice__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice__head-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33333;
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  .voice__head-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.voice__img {
  width: 3.5625rem;
  max-width: 100%;
}
.voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.voice__text {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .voice__text {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}
/*# sourceMappingURL=style.css.map */
