@charset "UTF-8";
html {
  font-size: calc(100vw * 16 / 375);
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: calc(100vw * 16 / 1440);
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  html {
    font-size: calc(100vw * 16 / 375);
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

/* 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 */
/* フォームリセット */
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;
}

@media screen and (min-width: 769px) {
  .md-show {
    display: none;
  }
}

.md-none {
  display: none;
}
@media screen and (min-width: 769px) {
  .md-none {
    display: block;
  }
}

img,
svg {
  -webkit-user-drag: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  25% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  25% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 769px) {
  .header {
    position: fixed;
    height: 5rem;
  }
  .header.is-scrolled {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.header__inner {
  width: 100%;
  margin-inline: auto;
  height: inherit;
  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;
}
@media screen and (min-width: 769px) {
  .header__inner {
    padding-left: 3.125rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 2.1875rem;
  }
}

.header__name {
  width: 13.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .header__name {
    width: 16.875rem;
    margin-inline: initial;
  }
}

@media screen and (min-width: 769px) {
  .header__catch-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .header__catch {
    font-size: 0.9375rem;
    line-height: 1.2;
    font-family: "Noto Sans JP", sans-serif;
    color: #2E2E2E;
  }
}

.header__nav {
  height: inherit;
}

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

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

.header__nav-link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 1.125rem;
  background-color: #FFED56;
  width: 16.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .header__nav-link:hover {
    opacity: 1;
  }
}
.header__nav-link::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  -webkit-transition: left 0.8s ease;
  transition: left 0.8s ease;
}
.header__nav-link:hover::before {
  left: 100%;
}

.hero {
  min-height: 31.25rem;
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .hero {
    margin-top: 5rem;
    background-image: url(../images/hero-pc.jpg);
    min-height: 43.375rem;
  }
}

.hero__inner {
  padding-top: 1.5625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .hero__inner {
    max-width: 90rem;
    margin-inline: auto;
    padding-top: 6.75rem;
    padding-left: 3.125rem;
  }
}

.hero__title {
  font-weight: 900;
  font-style: italic;
}

.hero__title-line-1 {
  display: block;
  font-size: 2.5rem;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .hero__title-line-1 {
    font-size: 4.3125rem;
  }
}

.hero__title-line-1-bg {
  text-align: center;
  letter-spacing: -0.05em;
  padding: 0 1.25rem 0 0.3125rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .hero__title-line-1-bg {
    padding: 0 1.875rem 0 0.3125rem;
  }
}
.hero__title-line-1-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #091D47;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
}

.hero__title-line-1-small {
  font-size: 1.6875rem;
  margin-left: -0.1875rem;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .hero__title-line-1-small {
    font-size: 3.0625rem;
    padding-right: 0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 769px) {
  .hero__title-line-1-large {
    padding-right: 0.625rem;
    margin-right: -0.625rem;
  }
}

.hero__title-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#F9D03E), to(#F6AE1D));
  background: linear-gradient(to right, #F9D03E, #F6AE1D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Firefox fallback */
  /* Firefox specific fix */
}
@supports not (-webkit-background-clip: text) {
  .hero__title-gradient {
    background: none;
    color: #F9D03E;
    /* Fallback color for Firefox */
  }
}

.hero__title-line-1-middle {
  font-size: 1.6875rem;
  margin-left: -0.625rem;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .hero__title-line-1-middle {
    font-size: 3.01875rem;
    margin-left: -0.9375rem;
  }
}

.hero__title-line-2 {
  display: block;
  margin-top: -0.3125rem;
  font-size: 2.625rem;
  white-space: nowrap;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .hero__title-line-2 {
    margin-top: -0.625rem;
    font-size: 4.525rem;
  }
}

.hero__title-line-2-small {
  font-size: 1.75rem;
  letter-spacing: -0.05em;
  margin-top: -0.625rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .hero__title-line-2-small {
    font-size: 3.01875rem;
  }
}

.hero__title-line-2-middle {
  font-size: 2.375rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .hero__title-line-2-middle {
    font-size: 4.09375rem;
  }
}

.hero__title-line-3 {
  display: block;
  color: #091D47;
  font-size: 1.125rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9D03E), to(#F6AE1D));
  background-image: linear-gradient(to right, #F9D03E, #F6AE1D);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.25rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .hero__title-line-3 {
    font-size: 1.975rem;
    max-width: 36.5rem;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    padding: 0.375rem 0;
    letter-spacing: 0.07em;
  }
}

.hero__text-shadow {
  text-shadow: 0.0625rem 0.0625rem 0 #fff, -0.0625rem -0.0625rem 0 #fff, -0.0625rem 0.0625rem 0 #fff, 0.0625rem -0.0625rem 0 #fff, 0px 0.0625rem 0 #fff, 0 -0.0625rem 0 #fff, -0.0625rem 0 0 #fff, 0.0625rem 0 0 #fff;
}

.hero__medal {
  margin-top: 10.625rem;
}
@media screen and (min-width: 769px) {
  .hero__medal {
    margin-top: 2.25rem;
  }
}

.hero__medal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) {
  .hero__medal-wrap {
    max-width: 33.1875rem;
    gap: 0.8125rem;
  }
}

.hero__medal img {
  width: 6.9375rem;
  height: 7.5rem;
}
@media screen and (min-width: 769px) {
  .hero__medal img {
    width: 10.5rem;
    height: 11.375rem;
  }
}

.hero__medal-text {
  margin-top: 0.25rem;
  font-size: 0.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2857142857;
  padding-left: 1.1875rem;
  padding-right: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .hero__medal-text {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    max-width: 30.9375rem;
    padding-left: 0.625rem;
    padding-right: 0rem;
  }
}

.cta {
  background-color: #091D47;
}

.cta__inner {
  margin-inline: auto;
  padding: 1.0625rem 2.3125rem 2.0625rem;
}
@media screen and (min-width: 769px) {
  .cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.1875rem;
    padding: 2.1875rem 0 2.9375rem;
  }
}

.cta__price {
  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;
  gap: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .cta__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-left: 9.375rem;
    position: relative;
  }
  .cta__price::before {
    position: absolute;
    content: "";
    width: 9.25rem;
    height: 8.8125rem;
    top: 0;
    left: -10.625rem;
    background-image: url(../images/icon_men2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.cta__price-left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .cta__price-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 0.75rem;
  }
}

.cta__price-label {
  color: #fff;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .cta__price-label {
    font-size: 1.5rem;
  }
}

.cta__price-original {
  margin-top: -0.3125rem;
  color: #fff;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .cta__price-original {
    font-size: 2.5rem;
  }
}
.cta__price-original::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: 6.25rem;
  height: 0.0375rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .cta__price-original::before {
    width: 11.6875rem;
    height: 0.0625rem;
    top: 2.0625rem;
  }
}
.cta__price-original::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 6.25rem;
  height: 0.0375rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .cta__price-original::after {
    width: 11.6875rem;
    height: 0.0625rem;
    top: 2.4375rem;
  }
}

.cta__price-original-small {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.125rem;
}
@media screen and (min-width: 769px) {
  .cta__price-original-small {
    font-size: 1.875rem;
  }
}

.cta__price-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .cta__price-right {
    gap: 0.53125rem;
    margin-top: -0.625rem;
  }
}

.cta__price-badge {
  background-color: #FFED56;
  color: #091D47;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.28125rem 0.125rem 0.28125rem 0rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .cta__price-badge {
    font-size: 1.725rem;
    padding: 0.5rem 0;
    line-height: initial;
  }
}

.cta__price-main {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .cta__price-main {
    font-size: 5.61875rem;
  }
}

.cta__price-main-small {
  font-size: 1.175rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.1875rem;
  position: relative;
  top: -0.1875rem;
}
@media screen and (min-width: 769px) {
  .cta__price-main-small {
    font-size: 2.1625rem;
    margin-left: 0.3125rem;
    position: relative;
    top: -0.3125rem;
  }
}

.cta__reservation {
  display: block;
  margin-top: 0.5625rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cta__reservation {
    margin-top: 0rem;
  }
}
.cta__reservation::before {
  position: absolute;
  content: "";
  width: 18.375rem;
  height: 0.875rem;
  bottom: -1.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/cta_border.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cta__reservation-text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .cta__reservation-text {
    font-size: 2rem;
    margin-bottom: 0rem;
  }
}

.cta__reservation-text-yellow {
  color: #FFED56;
}

.cta__button {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cta__button {
    margin-top: 1.875rem;
  }
}

.cta__button-link {
  width: 100%;
  display: inline-block;
  background-color: #FFED56;
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 1.03125rem 2.5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.1875rem 0 #979463;
          box-shadow: 0.125rem 0.1875rem 0 #979463;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta__button-link::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  -webkit-animation: shine 4s linear 3s infinite;
          animation: shine 4s linear 3s infinite;
}
.cta__button-link:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}

.promotion {
  background-image: url(../images/promotion_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .promotion {
    background-image: url(../images/promotion_bg-pc.jpg);
  }
}

.promotion__inner {
  margin-inline: auto;
  padding: 1.625rem 1.625rem 0.8125rem;
}
@media screen and (min-width: 769px) {
  .promotion__inner {
    max-width: 53.375rem;
    margin-inline: auto;
    padding: 2.9375rem 0 2.1875rem;
  }
}

.promotion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .promotion__head {
    gap: 2.625rem;
  }
}
.promotion__head::before {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  top: 50%;
  left: 47.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon_cross-mark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .promotion__head::before {
    width: 1.5625rem;
    height: 1.3125rem;
    left: 47.8%;
  }
}

.promotion__head-text {
  font-size: 1.125rem;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #0087D2;
  border-radius: 0.3125rem;
  padding: 0.15625rem 0.8125rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .promotion__head-text {
    font-size: 2.125rem;
    border-radius: 0.59375rem;
    padding: 0.25rem 1.6875rem;
  }
}

.promotion__read {
  margin-top: 0.4375rem;
  text-align: center;
  color: #FFED56;
  position: relative;
}
@media screen and (min-width: 769px) {
  .promotion__read {
    margin-top: 0.9375rem;
  }
}
.promotion__read::before {
  position: absolute;
  content: "";
  width: 18.3125rem;
  height: 0.8125rem;
  bottom: -1.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/promotion_border.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .promotion__read::before {
    width: 53.375rem;
    height: 1.1875rem;
    background-image: url(../images/promotion_border-pc.svg);
    bottom: -1.5625rem;
  }
}

.promotion__read-text {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .promotion__read-text {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}

.promotion__price {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.9375rem;
  gap: 0.125rem;
}
@media screen and (min-width: 769px) {
  .promotion__price {
    margin-top: 2.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
  }
}

.promotion__price-left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promotion__price-label {
  color: #fff;
  font-size: 0.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .promotion__price-label {
    font-size: 1.29375rem;
  }
}

.promotion__price-original {
  margin-top: -0.125rem;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .promotion__price-original {
    font-size: 2.125rem;
  }
}
.promotion__price-original::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6875rem;
  right: 0;
  width: 4.375rem;
  height: 0.025rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .promotion__price-original::before {
    width: 10rem;
    height: 0.0625rem;
    top: 1.375rem;
  }
}
.promotion__price-original::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.875rem;
  right: 0;
  width: 4.375rem;
  height: 0.025rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .promotion__price-original::after {
    width: 10rem;
    height: 0.0625rem;
    top: 1.75rem;
  }
}

.promotion__price-original-middle {
  font-size: 0.51875rem;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-original-middle {
    font-size: 1.1875rem;
    position: relative;
    top: -0.5rem;
    margin-right: 0.4375rem;
  }
}

.promotion__price-original-small {
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.125rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-original-small {
    font-size: 1.59375rem;
    margin-left: 0.25rem;
  }
}

.promotion__price-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  white-space: nowrap;
}

.promotion__price-badge {
  color: #FFED56;
  font-size: 0.8375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .promotion__price-badge {
    font-size: 1.91875rem;
  }
}

.promotion__price-main {
  color: #FFED56;
  font-size: 2.725rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.625rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .promotion__price-main {
    font-size: 6.25rem;
    margin-top: -1.5625rem;
  }
}
.promotion__price-main::before {
  position: absolute;
  content: "※";
  font-size: 0.625rem;
  font-weight: 900;
  color: #fff;
  top: 0.3125rem;
  right: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-main::before {
    font-size: 1.4375rem;
    right: 3.3125rem;
  }
}

.promotion__price-main-small {
  font-size: 1.05rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.1875rem;
  position: relative;
  top: -0.125rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-main-small {
    font-size: 2.40625rem;
    position: relative;
    top: -0.3125rem;
  }
}

.promotion__price-main-white {
  color: #fff;
}

.promotion__price-off {
  margin-top: 0.625rem;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 18.3125rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.875rem;
  padding-left: 4.25rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .promotion__price-off {
    margin-top: 1.25rem;
    max-width: 100%;
    height: 14.5rem;
    padding-left: 2.75rem;
  }
}
.promotion__price-off::before {
  position: absolute;
  content: "";
  width: 5.875rem;
  height: 5.625rem;
  top: -1.6875rem;
  left: -1.875rem;
  background-image: url(../images/icon_men.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .promotion__price-off::before {
    width: 12rem;
    height: 11.4375rem;
    top: -0.8125rem;
    left: initial;
    right: 2.1875rem;
  }
}

.promotion__price-off-badge {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9C039), to(#B1954D));
  background-image: linear-gradient(to right, #F9C039, #B1954D);
  border-radius: 100vw;
  width: 2.8125rem;
  height: 2.8125rem;
  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) {
  .promotion__price-off-badge {
    font-size: 2.875rem;
    width: 7.6875rem;
    height: 7.6875rem;
    margin-top: -3rem;
  }
}

.promotion__price-off-number {
  font-size: 4rem;
  font-weight: 900;
  color: #1490D5;
  margin-top: -0.625rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-off-number {
    font-size: 10.95625rem;
    margin-top: -5.1875rem;
    margin-left: 0.9375rem;
  }
}

.promotion__price-off-percent {
  font-size: 1.48125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #363636;
  margin-bottom: -1.4375rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-off-percent {
    font-size: 4.0625rem;
    margin-bottom: -0.4375rem;
  }
}

.promotion__price-off-text {
  font-size: 2.475rem;
  font-weight: 900;
  color: #1490D5;
  margin-bottom: -0.625rem;
  margin-left: 0.125rem;
}
@media screen and (min-width: 769px) {
  .promotion__price-off-text {
    font-size: 6.775rem;
    margin-bottom: 1.4375rem;
  }
}

.promotion__text {
  margin-top: 0.75rem;
  background-color: #2C2B28;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.0625rem 0;
}
@media screen and (min-width: 769px) {
  .promotion__text {
    max-width: 49.625rem;
    margin-inline: auto;
    font-size: 1.48125rem;
    border-radius: 0.525rem;
    position: relative;
    top: -4.6875rem;
    padding: 0.3125rem 0;
  }
}

.promotion__caution {
  font-size: 0.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .promotion__caution {
    margin-top: -2.8125rem;
    font-size: 0.875rem;
  }
}

.promotion__caution-link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .promotion__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4375rem;
  }
}

@media screen and (min-width: 769px) {
  .promotion__head.promotion__head--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    position: relative;
    margin-top: 1.5625rem;
  }
  .promotion__head.promotion__head--flex::before {
    top: 2.03125rem;
    left: initial;
    right: 0.3125rem;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (min-width: 769px) {
  .promotion__head-text.promotion__head-text--flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (min-width: 769px) {
  .promotion__read.promotion__read--flex {
    position: relative;
  }
  .promotion__read.promotion__read--flex::before {
    width: 35.25rem;
    height: 0.8125rem;
    bottom: -1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .promotion__price.promotion__price--flex {
    margin-top: 1.875rem;
  }
}

.reason {
  background-color: #E7EFF1;
}

.reason__inner {
  padding-top: 3rem;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 769px) {
  .reason__inner {
    padding-top: 5.1875rem;
    padding-bottom: 5rem;
    max-width: 68.5rem;
    margin-inline: auto;
  }
}

.reason__title {
  text-align: center;
}

.reason__title-top {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
}

.reason__title-logo {
  width: 13.75rem;
}
@media screen and (min-width: 769px) {
  .reason__title-logo {
    width: 19.875rem;
  }
}

.reason__title-affix {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .reason__title-affix {
    font-size: 2.25rem;
  }
}

.reason__title-strong {
  margin-top: -0.3125rem;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .reason__title-strong {
    margin-top: -0.625rem;
    font-size: 3rem;
  }
}

.reason__read {
  margin-top: 1rem;
  background-color: #091D47;
  color: #fff;
  text-align: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.5625rem;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason__read {
    font-size: 1.75rem;
    line-height: 1.5;
    padding-top: 1.625rem;
    padding-bottom: 1.1875rem;
  }
}
.reason__read::before {
  position: absolute;
  content: "";
  width: 2.875rem;
  height: 0.5625rem;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #091D47;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 769px) {
  .reason__read::before {
    width: 4.5625rem;
    height: 0.6875rem;
    bottom: -0.625rem;
  }
}

.reason__read-border {
  position: relative;
  z-index: 1;
}
.reason__read-border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3125rem;
  bottom: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CAA038;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .reason__read-border:nth-of-type(2) {
    margin-left: -0.375rem;
  }
}

.reason__read-strong {
  font-size: 1.75rem;
}
@media screen and (min-width: 769px) {
  .reason__read-strong {
    font-size: 3rem;
  }
}

.reason_img-wrap {
  margin-top: 1.9375rem;
  max-width: 21.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .reason_img-wrap {
    max-width: 100%;
    height: 43.9375rem;
  }
}

.reason_img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .reason_img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.reason_text-wrap {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .reason_text-wrap {
    margin-top: 1.25rem;
  }
}

.reason_text-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #091D47;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .reason_text-title {
    font-size: 2rem;
  }
}

.reason_text-title-strong {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .reason_text-title-strong {
    font-size: 3rem;
  }
}
.reason_text-title-strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.625rem;
  bottom: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CAA038;
  z-index: -1;
}

.reason_text {
  margin-top: 1.75rem;
  max-width: 20.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-inline: auto;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .reason_text {
    margin-top: 2.1875rem;
    font-size: 1rem;
    max-width: 45.625rem;
    text-align: center;
  }
}

.recommend__inner {
  padding: 3.5rem 1.5rem 3.3125rem;
}
@media screen and (min-width: 769px) {
  .recommend__inner {
    max-width: 68.75rem;
    margin-inline: auto;
    padding: 5.125rem 0 4.375rem;
  }
}

.recommend__title {
  text-align: center;
}

.recommend__title-en {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #CAA038;
}
@media screen and (min-width: 769px) {
  .recommend__title-en {
    font-size: 2rem;
  }
}

.recommend__title-ja {
  font-size: 2rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .recommend__title-ja {
    font-size: 3rem;
  }
}

.recommend__items {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .recommend__items {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .recommend__item {
    min-height: 26.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 21.875rem;
  }
}

.recommend__item:not(:first-child) {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .recommend__item:not(:first-child) {
    margin-top: 0rem;
  }
}

.recommend__item-title {
  background-color: #091D47;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  padding: 0.71875rem 0;
}

.recommend__item-title.recommend__item-title--spacing {
  letter-spacing: -0.1em;
}

.recommend__lists {
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .recommend__lists {
    margin-top: 0.875rem;
  }
}

.recommend__list {
  padding-left: 2.1875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #2E2E2E;
  position: relative;
}
@media screen and (min-width: 769px) {
  .recommend__list {
    min-height: 2.5rem;
  }
}
.recommend__list::before {
  position: absolute;
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  top: 0.125rem;
  left: 0;
  background-image: url(../images/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.recommend__list.recommend__list--spacing {
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.recommend__list:not(:first-child) {
  margin-top: 1.25rem;
  position: relative;
}
.recommend__list:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.09375rem;
  top: -0.625rem;
  left: 0;
  background-image: url(../images/dots-border.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}

.recommend__item-img {
  margin-top: 1.3125rem;
  width: 100%;
  height: 11.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 769px) {
  .recommend__item-img {
    margin-top: auto;
  }
}

.strength {
  background-color: #E7EFF1;
}

.strength__inner {
  padding: 3.0625rem 0.9375rem;
}
@media screen and (min-width: 769px) {
  .strength__inner {
    max-width: 68.75rem;
    margin-inline: auto;
    padding: 3.75rem 0 5rem;
  }
}

.strength__title {
  text-align: center;
}

.strength__title-top {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .strength__title-top {
    gap: 0.25rem;
  }
}

.strength__title-logo {
  width: 13.75rem;
}
@media screen and (min-width: 769px) {
  .strength__title-logo {
    width: 20.0625rem;
  }
}

.strength__title-affix {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .strength__title-affix {
    font-size: 2.25rem;
  }
}

.strength__title-strong {
  display: block;
  margin-top: -1.5625rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .strength__title-strong {
    margin-top: -2.5rem;
    font-size: 2.21875rem;
  }
}

.strength__title-strong-number {
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .strength__title-strong-number {
    font-size: 5.90625rem;
  }
}

.strength__title-strong-large {
  font-size: 2rem;
  font-weight: 900;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .strength__title-strong-large {
    font-size: 2.95625rem;
  }
}

.strength__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .strength__items {
    margin-top: 1.25rem;
  }
}

.strength__item {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0.625rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .strength__item {
    border-radius: 0.625rem;
    padding: 3.75rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__item.strength__item--02 {
    padding: 3.75rem 5.0625rem;
  }
}

.strength__item.strength__item--03 {
  padding: 2.5rem 0.625rem 2.1875rem;
}
@media screen and (min-width: 769px) {
  .strength__item.strength__item--03 {
    padding: 3.75rem 8.46875rem;
  }
}

.strength__item:not(:first-child) {
  margin-top: 4.375rem;
}
@media screen and (min-width: 769px) {
  .strength__item:not(:first-child) {
    margin-top: 2.875rem;
  }
}

.strength__item-number {
  position: absolute;
  top: -2.5rem;
  left: 1.0625rem;
}
@media screen and (min-width: 769px) {
  .strength__item-number {
    top: 3.75rem;
    left: 4.375rem;
  }
}

.strength__item-number-text {
  font-size: 1rem;
  font-weight: 900;
  color: #2E2E2E;
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 769px) {
  .strength__item-number-text {
    font-size: 1.8125rem;
  }
}

.strength__item-number-number {
  font-size: 3rem;
  font-weight: 900;
  color: #CAA038;
  line-height: 1;
  display: block;
  margin-top: -0.625rem;
}
@media screen and (min-width: 769px) {
  .strength__item-number-number {
    font-size: 5.8125rem;
  }
}

.strength__item-sub-title {
  font-size: 1rem;
  text-align: center;
  font-weight: 900;
  color: #2E2E2E;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .strength__item-sub-title {
    margin-top: 0.9375rem;
    font-size: 1.75rem;
  }
}

.strength__item-title {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .strength__item-title {
    margin-top: 0.3125rem;
    font-size: 2.5rem;
    margin-left: 5rem;
  }
}

.strength__item-title.strength__item-title--02 {
  line-height: 1.2;
}

.strength__item-title-border {
  position: relative;
  z-index: 1;
}
.strength__item-title-border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.75rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFED56;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .strength__item-title-affix {
    margin-right: -0.625rem;
  }
}

.strength__read {
  margin-top: 1.5rem;
}

.strength__read-title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.05em;
  border-bottom: 0.125rem solid #FFED56;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .strength__read-title {
    font-size: 2rem;
    max-width: 58.4375rem;
    margin-inline: auto;
  }
}

.strength__read-text {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  max-width: 19.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .strength__read-text {
    margin-top: 2.375rem;
    font-size: 0.9375rem;
    max-width: 100%;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 2.5rem;
  }
}

.strength__medal-container {
  margin-top: 1.375rem;
}
@media screen and (min-width: 769px) {
  .strength__medal-container {
    margin-top: 3.375rem;
    margin-left: 1.625rem;
  }
}

.strength__medal-container.strength__medal-container--second {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 769px) {
  .strength__medal-container.strength__medal-container--second {
    margin-top: 2.8125rem;
  }
}

.strength__medal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -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) {
  .strength__medal-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.875rem;
  }
}

.strength__medal-img {
  width: 5.3125rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .strength__medal-img {
    width: 6.25rem;
  }
}

.strength__medal-title {
  font-size: 1.375rem;
  font-weight: 900;
  color: #091D47;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .strength__medal-title {
    margin-top: -1.25rem;
    font-size: 2.25rem;
  }
}

.strength__medal-title-small {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  margin-left: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .strength__medal-title-small {
    font-size: 1.125rem;
    margin-top: 0.125rem;
    margin-bottom: -0.3125rem;
  }
}

.strength__medal-text {
  margin-top: 0.5rem;
  color: #2E2E2E;
  font-size: 0.5rem;
  max-width: 18.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .strength__medal-text {
    margin-top: -2.1875rem;
    max-width: 100%;
    font-size: 0.75rem;
    padding-left: 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__medal-text.strength__medal-text--second {
    margin-top: -0.9375rem;
  }
}

.strength__swiper-container {
  position: relative;
}
@media screen and (min-width: 769px) {
  .strength__swiper-container {
    margin-top: 2.1875rem;
  }
}

.strength__swiper-trainer,
.strength__swiper-consultant {
  margin-top: 0.9375rem;
  max-width: 19.1875rem;
  margin-inline: auto;
  height: 18.75rem;
}
@media screen and (min-width: 769px) {
  .strength__swiper-trainer,
  .strength__swiper-consultant {
    max-width: 56.6875rem;
    height: 17.5rem;
  }
}

.strength__swiper-consultant {
  height: 25.5625rem;
}
@media screen and (min-width: 769px) {
  .strength__swiper-consultant {
    height: 23.75rem;
  }
}

.strength__swiper-trainer .swiper-slide,
.strength__swiper-consultant .swiper-slide {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  padding-top: 1.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 769px) {
  .strength__swiper-trainer .swiper-slide,
  .strength__swiper-consultant .swiper-slide {
    padding-top: 0.9375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    position: relative;
  }
}

.strength__swiper-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strength__swiper-name-en {
  font-size: 1.25rem;
  font-weight: 900;
  color: #091D47;
}

.strength__swiper-name-ja {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2E2E2E;
}

.strength__swiper-title {
  margin-top: 0.8125rem;
  font-size: 1.125rem;
  font-weight: 900;
  color: #091D47;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .strength__swiper-title {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__swiper-title.strength__swiper-title--consultant {
    letter-spacing: -0.05em;
  }
}

.strength__swiper-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2E2E2E;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .strength__swiper-text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.strength__swiper-text.strength__swiper-text--trainer {
  max-width: 15.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .strength__swiper-text.strength__swiper-text--trainer {
    max-width: 17.625rem;
  }
}

.strength__swiper-text.strength__swiper-text--consultant {
  max-width: 16.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .strength__swiper-text.strength__swiper-text--consultant {
    max-width: 16.0625rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__swiper-text.strength__swiper-text--ls {
    letter-spacing: -0.05em;
  }
}

.strength__swiper-img {
  max-width: 8.875rem;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.strength__swiper-text-link {
  color: #0087d2;
  text-decoration: underline;
}

.strength__swiper-trainer-button-prev,
.strength__swiper-consultant-button-prev {
  position: absolute;
  width: 0.6875rem;
  height: 1.375rem;
  background-image: url(../images/icon_arrow-prev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 0.125rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .strength__swiper-trainer-button-prev,
  .strength__swiper-consultant-button-prev {
    width: 0.8125rem;
    height: 1.5rem;
    left: 1.75rem;
  }
}

.strength__swiper-trainer-button-next,
.strength__swiper-consultant-button-next {
  position: absolute;
  width: 0.6875rem;
  height: 1.375rem;
  background-image: url(../images/icon_arrow-next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0.125rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .strength__swiper-trainer-button-next,
  .strength__swiper-consultant-button-next {
    width: 0.8125rem;
    height: 1.5rem;
    right: 1.75rem;
  }
}

.strength__sub-title {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #091D47;
  padding: 0.59375rem 0;
}
@media screen and (min-width: 769px) {
  .strength__sub-title {
    font-size: 2rem;
  }
}

.strength__sub-title.strength__sub-title--arrow {
  position: relative;
}
.strength__sub-title.strength__sub-title--arrow::before {
  position: absolute;
  content: "";
  width: 1.4375rem;
  height: 0.375rem;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #091D47;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 769px) {
  .strength__sub-title.strength__sub-title--arrow::before {
    width: 2.75rem;
    height: 0.625rem;
    bottom: -0.5625rem;
  }
}

.strength__program-container {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .strength__program-container {
    margin-top: 1.875rem;
  }
}

.strength__program-wrap {
  background-color: #D7E8F1;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.25rem 0.625rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .strength__program-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.625rem;
    padding: 0.875rem 9.5rem 1rem 5.125rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.strength__program-head {
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
  color: #2E2E2E;
}

@media screen and (min-width: 769px) {
  .strength__program-head.strength__program-head--bizmates {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.strength__program-copy {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  color: #2E2E2E;
  margin-top: 0.4375rem;
}

.strength__program-name {
  width: 16.875rem;
  margin-inline: auto;
  margin-top: 0.625rem;
}

.strength__program-name.strength__program-name--other {
  width: 14.5rem;
}
@media screen and (min-width: 769px) {
  .strength__program-name.strength__program-name--other {
    width: 14rem;
  }
}

.strength__program-name.strength__program-name--assist {
  width: 12.5625rem;
}

.strength__program-name.strength__program-name--discovery {
  width: 10.125rem;
}

.strength__program-text {
  margin-top: 0.625rem;
  font-weight: 900;
  text-align: center;
  font-size: 1.125rem;
  color: #2E2E2E;
  line-height: 1.3333333333;
}
@media screen and (min-width: 769px) {
  .strength__program-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.strength__program-text.strength__program-text--navy {
  color: #091D47;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .strength__program-text.strength__program-text--navy {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.strength__program-img {
  width: 15.0625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .strength__program-img {
    width: 15.1875rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__program-img.strength__program-img--bizmates {
    width: 21.5rem;
  }
}

.strength__swiper-program-container {
  margin-top: 1.25rem;
  position: relative;
}

.strength__swiper-program .swiper-slide {
  background-color: #EED7D5;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.25rem 2.5rem 1.25rem;
  max-height: 28.125rem;
}

.strength__swiper-program .swiper-slide--assist {
  background-color: #E1F0D8;
}

.strength__swiper-program .swiper-slide--discovery {
  background-color: #FCEDDB;
}

.strength__program-lists {
  margin-top: 0.3125rem;
}

.strength__program-list {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2E2E2E;
  padding-left: 1.5625rem;
  white-space: nowrap;
  position: relative;
}
.strength__program-list::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  top: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.3125rem;
  background-image: url(../images/icon_check-pink.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.strength__program-lists.strength__program-lists--assist .strength__program-list::before {
  background-image: url(../images/icon_check-green.svg);
}

.strength__program-lists.strength__program-lists--discovery .strength__program-list::before {
  background-image: url(../images/icon_check-orange.svg);
}

.strength__program-list:not(:first-child) {
  margin-top: 0.3125rem;
}

.strength__swiper-program-button-prev {
  position: absolute;
  width: 0.875rem;
  height: 1.5rem;
  background-image: url(../images/icon_arrow-prev.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: -0.3125rem;
  z-index: 1;
}

.strength__swiper-program-button-next {
  position: absolute;
  width: 0.875rem;
  height: 1.5rem;
  background-image: url(../images/icon_arrow-next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: -0.3125rem;
  z-index: 1;
}

.strength__swiper-program-button-next.swiper-button-disabled,
.strength__swiper-program-button-prev.swiper-button-disabled {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.strength__swiper-program-pagination {
  text-align: center;
  bottom: 1.25rem;
}

.strength__swiper-program-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #D9D9D9;
  opacity: 1;
}

.strength__swiper-program-pagination .swiper-pagination-bullet-active {
  background-color: #091D47;
}

.strength__swiper-program-pagination.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.strength__swiper-program-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.28125rem;
}

.strength__item-title.strength__item-title--item03 {
  margin-top: 0rem;
}

.strength__sub-title.strength__sub-title--lesson {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .strength__sub-title.strength__sub-title--lesson {
    margin-top: 0rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
    padding: 0.6875rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.strength__sub-title-medium {
  font-weight: 500;
}

.strength__lesson-img {
  margin-top: -1rem;
  max-width: 23.125rem;
  margin-inline: auto;
  height: auto;
  margin-bottom: -0.625rem;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .strength__lesson-img {
    margin-top: -0.8125rem;
    margin-bottom: 0rem;
    max-width: 24.25rem;
  }
}

.strength__read-text.strength__read-text--lesson {
  margin-top: -0.9375rem;
  max-width: 18.25rem;
}
@media screen and (min-width: 769px) {
  .strength__read-text.strength__read-text--lesson {
    margin-top: -1.4375rem;
    max-width: 22.375rem;
    text-align: left;
    letter-spacing: -0.05em;
    margin-bottom: 1.875rem;
  }
}

.strength__sub-title.strength__sub-title--coaching {
  margin-top: 4.375rem;
  text-align: left;
  padding: 1rem 0.3125rem 1rem 0.5rem;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .strength__sub-title.strength__sub-title--coaching {
    margin-top: 0rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
    padding: 0.6875rem 0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
}
.strength__sub-title.strength__sub-title--coaching::before {
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 1.8125rem;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/icon_cross-mark-navy.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .strength__sub-title.strength__sub-title--coaching::before {
    width: 3.0625rem;
    height: 2.625rem;
    top: 17.1875rem;
    left: -0.9375rem;
  }
}

.strength__coaching-img {
  width: 17.5625rem;
  margin-inline: auto;
}

.strength__coaching-img.strength__coaching-img--coaching {
  width: 18.375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 769px) {
  .strength__coaching-img.strength__coaching-img--coaching {
    width: 21.3125rem;
    margin-top: 2.75rem;
    margin-bottom: 2.5rem;
  }
}

.strength__read-text.strength__read-text--coaching {
  max-width: 18.25rem;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .strength__read-text.strength__read-text--coaching {
    max-width: 22.75rem;
    text-align: left;
    letter-spacing: -0.05em;
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__coaching-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.9375rem;
  }
}

@media screen and (min-width: 769px) {
  .strength__coaching-item {
    width: 25rem;
    border: 1px solid #E7E0E0;
    border-radius: 0.3125rem;
  }
}

.practice__title {
  background-color: #091D47;
  color: #fff;
  text-align: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.5625rem;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .practice__title {
    font-size: 2.25rem;
    line-height: 1.3;
    padding-top: 2rem;
    padding-bottom: 2.5625rem;
  }
}
.practice__title::before {
  position: absolute;
  content: "";
  width: 2.875rem;
  height: 0.5625rem;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #091D47;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 769px) {
  .practice__title::before {
    width: 3.625rem;
  }
}

.practice__title-border {
  position: relative;
  z-index: 1;
  color: #CAA038;
}
@media screen and (min-width: 769px) {
  .practice__title-border {
    font-size: 2.5rem;
  }
}
.practice__title-border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  bottom: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CAA038;
  z-index: -1;
}

.practice__price-inner {
  margin-inline: auto;
  padding: 1.75rem 1.25rem 1.0625rem;
}
@media screen and (min-width: 769px) {
  .practice__price-inner {
    max-width: 42.1875rem;
    padding: 1.875rem 0 2.5rem;
  }
}

.practice__price-head {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #091D47;
  white-space: nowrap;
  margin-left: -0.625rem;
}
@media screen and (min-width: 769px) {
  .practice__price-head {
    font-size: 2.1125rem;
  }
}

.practice__price-head-strong {
  font-size: 1.875rem;
  font-weight: 900;
  color: #CAA038;
  border-bottom: 0.09375rem solid #CAA038;
  margin-left: -0.625rem;
}
@media screen and (min-width: 769px) {
  .practice__price-head-strong {
    font-size: 3.16875rem;
  }
}

.practice__price-head-small {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .practice__price-head-small {
    font-size: 2.5375rem;
  }
}

.practice__price-head-middle {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .practice__price-head-middle {
    font-size: 3.38125rem;
  }
}

.practice__price-price {
  margin-top: 0.9375rem;
  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;
  gap: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .practice__price-price {
    margin-top: 1.25rem;
    gap: 0.875rem;
  }
}

.practice__price-left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.practice__price-label {
  color: #091D47;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .practice__price-label {
    font-size: 1.91875rem;
  }
}

.practice__price-original {
  margin-top: -0.3125rem;
  color: #091D47;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .practice__price-original {
    margin-top: -0.9375rem;
    font-size: 2.75625rem;
  }
}
.practice__price-original::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: 6.25rem;
  height: 0.0375rem;
  background-color: #091D47;
}
@media screen and (min-width: 769px) {
  .practice__price-original::before {
    width: 12.8125rem;
    height: 0.075rem;
    top: 2.1875rem;
  }
}
.practice__price-original::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 6.25rem;
  height: 0.0375rem;
  background-color: #091D47;
}
@media screen and (min-width: 769px) {
  .practice__price-original::after {
    width: 12.8125rem;
    height: 0.075rem;
    top: 2.6875rem;
  }
}

.practice__price-original-middle {
  font-size: 0.58125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-right: 0.125rem;
}
@media screen and (min-width: 769px) {
  .practice__price-original-middle {
    font-size: 1.1875rem;
    margin-right: 0.625rem;
    position: relative;
    top: -0.3125rem;
  }
}

.practice__price-original-small {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.125rem;
}
@media screen and (min-width: 769px) {
  .practice__price-original-small {
    font-size: 2.05625rem;
  }
}

.practice__price-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .practice__price-right {
    gap: 0.625rem;
  }
}

.practice__price-badge {
  background-color: #CAA038;
  color: #091D47;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.28125rem 0rem 0.28125rem 0rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .practice__price-badge {
    font-size: 2.05rem;
    padding: 0.625rem 0;
    line-height: 1.3;
  }
}

.practice__price-main {
  color: #091D47;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.3125rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .practice__price-main {
    margin-top: -0.625rem;
    font-size: 6.65625rem;
  }
}
.practice__price-main::before {
  position: absolute;
  content: "※";
  font-size: 0.75rem;
  font-weight: 900;
  color: #091D47;
  top: 0.4375rem;
  right: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .practice__price-main::before {
    font-size: 1.5375rem;
    top: 0.75rem;
    right: 3.5625rem;
  }
}

.practice__price-main-small {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.1875rem;
  position: relative;
  top: -0.1875rem;
}
@media screen and (min-width: 769px) {
  .practice__price-main-small {
    font-size: 2.5625rem;
    position: relative;
    top: -0.3125rem;
    margin-left: 0.375rem;
  }
}

.online__inner {
  padding: 3.75rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .online__inner {
    max-width: 68.75rem;
    margin-inline: auto;
    padding: 5.625rem 0 5rem;
  }
}

.online__title {
  text-align: center;
}

.online__title-top {
  font-size: 1.25rem;
  font-weight: 700;
  color: #091D47;
  display: block;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 769px) {
  .online__title-top {
    font-size: 2rem;
  }
}
.online__title-top::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1.0625rem;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/online_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .online__title-top::before {
    width: 9.125rem;
    height: 1.875rem;
    top: -2.8125rem;
  }
}
.online__title-top::after {
  position: absolute;
  content: "";
  width: 19.625rem;
  height: 0.5625rem;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/online_border.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .online__title-top::after {
    width: 53.375rem;
    height: 0.5625rem;
    background-image: url(../images/online_border-pc.svg);
    bottom: -1.5625rem;
  }
}

.online__title-top span {
  font-weight: 900;
}

.online__title-affix {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: #091D47;
  display: block;
  margin-right: -1.25rem;
}
@media screen and (min-width: 769px) {
  .online__title-affix {
    display: inline-block;
    font-size: 2.25rem;
  }
}

.online__title-bottom {
  margin-top: 1.25rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #091D47;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .online__title-bottom {
    margin-top: 3.4375rem;
    display: inline-block;
    font-size: 2.25rem;
  }
}

.online__title-bottom-strong {
  color: #CAA038;
  background-color: #091D47;
  padding: 0.75rem 0.625rem;
  margin-right: 0.125rem;
}
@media screen and (min-width: 769px) {
  .online__title-bottom-strong {
    font-size: 2.6875rem;
    padding: 0.5rem 2.8125rem;
    margin-right: 0.5rem;
  }
}

.online__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .online__items {
    margin-top: 3.0625rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.online__item {
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  padding: 0.625rem 0.625rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .online__item {
    height: 31.25rem;
  }
}

.online__item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .online__item:not(:first-child) {
    margin-top: 0rem;
  }
}

.online__item-title {
  text-align: center;
  white-space: nowrap;
}

.online__item-title-number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #CAA038;
  display: block;
}

.online__item-title-border {
  font-size: 1.4375rem;
  font-weight: 900;
  color: #091D47;
  line-height: 1.5;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #091D47;
}
@media screen and (min-width: 769px) {
  .online__item-title-border {
    font-size: 1.5rem;
  }
}

.online__item-img {
  margin-inline: auto;
  height: auto;
}

.online__item-img.online__item-img--01 {
  max-width: 16.5625rem;
  margin-top: -0.625rem;
  margin-bottom: -2.1875rem;
}
@media screen and (min-width: 769px) {
  .online__item-img.online__item-img--01 {
    margin-top: 0rem;
  }
}

.online__item-img.online__item-img--02 {
  max-width: 16.3125rem;
  margin-top: 1.0625rem;
  margin-left: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .online__item-img.online__item-img--02 {
    margin-top: 2.4375rem;
    margin-bottom: -0.625rem;
  }
}

.online__item-img.online__item-img--03 {
  max-width: 12.8125rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .online__item-img.online__item-img--03 {
    margin-top: 1.625rem;
  }
}

.online__item-text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #2E2E2E;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .online__item-text {
    margin-top: 1.875rem;
  }
}

.comparison {
  background-color: #E7EFF1;
}

.comparison__inner {
  padding: 1.875rem 1.5625rem 3.125rem;
}
@media screen and (min-width: 769px) {
  .comparison__inner {
    max-width: 68.75rem;
    margin-inline: auto;
    padding: 3.25rem 0 5rem;
  }
}

.comparison__title {
  text-align: center;
  color: #091D47;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .comparison__title {
    font-size: 2.25rem;
  }
}

.comparison__title-strong {
  font-size: 2rem;
  display: inline-block;
  margin-left: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .comparison__title-strong {
    font-size: 2.5rem;
  }
}

.comparison__img {
  margin-top: 0.625rem;
  height: 20.3125rem;
  height: 37.5rem;
}
@media screen and (min-width: 769px) {
  .comparison__img {
    width: 68.75rem;
    height: 49.375rem;
    margin-top: 0.3125rem;
  }
}

.step__title {
  background-color: #091D47;
  color: #fff;
  text-align: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.5625rem;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .step__title {
    font-size: 2.25rem;
    line-height: 1.3;
    padding-top: 2rem;
    padding-bottom: 2.5625rem;
  }
}
.step__title::before {
  position: absolute;
  content: "";
  width: 2.875rem;
  height: 0.5625rem;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #091D47;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 769px) {
  .step__title::before {
    width: 3.6875rem;
  }
}

.step__title-border {
  position: relative;
  z-index: 1;
  color: #CAA038;
  font-size: 1.46875rem;
  letter-spacing: -0.05em;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .step__title-border {
    font-size: 2.5rem;
  }
}
.step__title-border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  bottom: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CAA038;
  z-index: -1;
}

.step__title-border-strong {
  font-size: 1.675rem;
  display: block;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .step__title-border-strong {
    display: inline-block;
    font-size: 2.25rem;
  }
}

.step__read {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.29375rem;
  font-weight: 700;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .step__read {
    margin-top: 0.9375rem;
    font-size: 1.95625rem;
  }
}

.step__read-strong {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: -0.9375rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .step__read-strong {
    display: inline-block;
    font-size: 2.2625rem;
  }
}

.step__read-number-number {
  font-size: 3rem;
  color: #CAA038;
}
@media screen and (min-width: 769px) {
  .step__read-number-number {
    font-size: 4.51875rem;
    margin-left: -0.3125rem;
  }
}

.step__read-number-small {
  font-size: 1.29375rem;
  margin: 0 0.1875rem;
}
@media screen and (min-width: 769px) {
  .step__read-number-small {
    font-size: 1.95625rem;
  }
}

.step__read-bottom {
  display: block;
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  color: #2E2E2E;
}
@media screen and (min-width: 769px) {
  .step__read-bottom {
    font-size: 2rem;
  }
}
.step__read-bottom::before {
  position: absolute;
  content: "";
  width: 5.8125rem;
  height: 1.375rem;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/online_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .step__read-bottom::before {
    width: 7.9375rem;
    height: 1.625rem;
  }
}

.step__movie {
  margin-top: 1.25rem;
  max-width: 20.375rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .step__movie {
    margin-top: 1.875rem;
    max-width: 62.5rem;
  }
}

.step__movie img {
  width: 20.375rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .step__movie img {
    width: 62.5rem;
  }
}

.step__movie-button {
  position: relative;
}
.step__movie-button::before {
  position: absolute;
  content: "";
  width: 3.875rem;
  height: 3.875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
  background-image: url(../images/movie-button.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .step__movie-button::before {
    width: 4.5625rem;
    height: 4.5625rem;
  }
}

.modaal-video-wrap {
  margin: 0;
}

.modaal-close {
  top: 0.625rem !important;
  right: 0.625rem !important;
  width: 2.625rem;
  height: 2.625rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modaal-close:after,
.modaal-close:before {
  width: 0.125rem;
  height: 2rem;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background-color: #fff;
}

.modaal-close:focus,
.modaal-close:hover {
  background-color: transparent;
}

.step__flow {
  padding: 1.25rem 1.5625rem 2.5rem;
}
@media screen and (min-width: 769px) {
  .step__flow {
    max-width: 62.5rem;
    margin-inline: auto;
    padding: 2.4375rem 2.25rem 5rem 1.625rem;
  }
}

@media screen and (min-width: 769px) {
  .step__flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    min-height: 6.25rem;
  }
}

.step__flow-item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .step__flow-item:not(:first-child) {
    margin-top: 1.625rem;
  }
}

.step__flow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .step__flow-head {
    width: 38.875rem;
    gap: 1.6875rem;
  }
}

.step__flow-head-point-wrap {
  color: #fff;
  background-color: #CAA038;
  border-radius: 100vw;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .step__flow-head-point-wrap {
    width: 5.25rem;
    height: 5.25rem;
  }
}

.step__flow-head-point {
  display: block;
  font-size: 0.725rem;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .step__flow-head-point {
    font-size: 1.23125rem;
  }
}

.step__flow-head-number {
  display: block;
  font-size: 1.6625rem;
  font-weight: 900;
  margin-top: -0.625rem;
}
@media screen and (min-width: 769px) {
  .step__flow-head-number {
    margin-top: -1.25rem;
    font-size: 2.8125rem;
  }
}

.step__flow-head-title-wrap {
  width: 100%;
}

.step__flow-head-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  color: #091D47;
  position: relative;
}
@media screen and (min-width: 769px) {
  .step__flow-head-title {
    font-size: 2rem;
  }
}
.step__flow-head-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 2rem;
  left: 0;
  background-image: url(../images/dots-border.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .step__flow-head-title::before {
    top: 3.125rem;
  }
}

.step__flow-head-text {
  display: block;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2E2E2E;
}
@media screen and (min-width: 769px) {
  .step__flow-head-text {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.step__flow-body {
  margin-top: 0.6875rem;
  background-color: #E7EFF1;
}
@media screen and (min-width: 769px) {
  .step__flow-body {
    margin-top: 0rem;
    width: 16.75rem;
  }
}

.step__flow-body-text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #2E2E2E;
  padding: 0.21875rem 0;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .step__flow-body-text {
    font-size: 1.25rem;
    padding: 2.1875rem 0;
  }
}

.step__evaluation {
  background-color: #091D47;
  padding: 2.1875rem 0;
}
@media screen and (min-width: 769px) {
  .step__evaluation {
    padding: 2.5rem 0 4.375rem;
  }
}

.step__evaluation-text {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .step__evaluation-text {
    font-size: 2rem;
  }
}

.step__evaluation-text-strong {
  display: block;
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .step__evaluation-text-strong {
    display: inline-block;
    font-size: 2.25rem;
  }
}
.step__evaluation-text-strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  bottom: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #CAA038;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .step__evaluation-text-strong::before {
    bottom: 0;
  }
}

.step__evaluation-text-strong-small {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .step__evaluation-text-strong-small {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 769px) {
  .step__evaluation-text-strong-middle {
    font-size: 2.25rem;
  }
}

.step__evaluation-medal {
  margin-top: 0.9375rem;
  padding: 0 1rem;
}
@media screen and (min-width: 769px) {
  .step__evaluation-medal {
    margin-top: 1.3125rem;
    width: 50.375rem;
    margin-inline: auto;
    padding: 0;
  }
}

.step__evaluation-medal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.25rem;
}
@media screen and (min-width: 769px) {
  .step__evaluation-medal-wrap {
    max-width: 35.125rem;
    margin-inline: auto;
    gap: 1.5rem;
  }
}

.step__evaluation-medal-wrap img {
  width: 6.9375rem;
  height: 7.5rem;
}
@media screen and (min-width: 769px) {
  .step__evaluation-medal-wrap img {
    width: 10.6875rem;
    height: 11.5625rem;
  }
}

.step__evaluation-medal-text {
  margin-top: 0.9375rem;
  font-size: 0.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2857142857;
  padding-left: 0.5rem;
  padding-right: 0.625rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .step__evaluation-medal-text {
    margin-top: 1.75rem;
    font-size: 0.75rem;
    padding: 0;
  }
}

.plan__inner {
  padding-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .plan__inner {
    padding-top: 4.375rem;
  }
}

.plan__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .plan__title {
    margin-bottom: 2.125rem;
  }
}

.plan__title-en {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .plan__title-en {
    font-size: 4rem;
  }
}

.plan__title-ja {
  margin-top: -0.3125rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .plan__title-ja {
    margin-top: -0.625rem;
    font-size: 1.5rem;
  }
}

.plan__overview {
  background-color: #E7EFF1;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .plan__overview {
    margin-top: 2.125rem;
  }
}

.plan__overview-inner {
  padding: 0.75rem 1.5625rem 0rem;
}
@media screen and (min-width: 769px) {
  .plan__overview-inner {
    max-width: 62.5rem;
    margin-inline: auto;
    padding: 2.875rem 0 1.625rem;
  }
}

@media screen and (min-width: 769px) {
  .plan__overview-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .plan__overview-item {
    width: 30rem;
  }
}

.plan__overview-item:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .plan__overview-item:not(:first-child) {
    margin-top: 0rem;
  }
}

.plan__overview-title {
  background-color: #091D47;
  font-size: 1.0625rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.21875rem 0;
  border-radius: 0.3125rem;
}
.plan__overview-title span {
  font-size: 1.75rem;
  line-height: 1.59375rem;
}
@media screen and (min-width: 769px) {
  .plan__overview-title {
    font-size: 1.5rem;
    padding: 0.25rem 0 0.5rem;
    height: 3rem;
  }
  .plan__overview-title span {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.plan__overview-read {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 900;
  color: #091D47;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .plan__overview-read {
    margin-top: 1.125rem;
    font-size: 1.5rem;
  }
}

.plan__overview-img {
  margin-top: 1rem;
  max-width: 15.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .plan__overview-img {
    margin-top: 1.5rem;
    max-width: 26.875rem;
  }
}

.plan__overview-lists {
  margin-top: 0.75rem;
  max-width: 18.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .plan__overview-lists {
    margin-top: 1.5rem;
    max-width: 26.875rem;
  }
}

.plan__overview-list {
  font-size: 0.79375rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #091D47;
  border-radius: 100vw;
  padding: 0.375rem 0.625rem 0.375rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .plan__overview-list {
    font-size: 1.14375rem;
    padding: 0.5625rem 0.625rem 0.5625rem 3.5625rem;
    border: 2px solid #091D47;
  }
}
.plan__overview-list::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.8125rem;
  background-image: url(../images/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .plan__overview-list::before {
    width: 1.79375rem;
    height: 1.5875rem;
    left: 1.1875rem;
  }
}

.plan__overview-list:not(:first-child) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .plan__overview-list:not(:first-child) {
    margin-top: 0.4375rem;
  }
}

.plan__detail {
  margin-top: 1rem;
  padding: 1.25rem 0.75rem;
  border-top: 2px solid #CAA038;
  border-bottom: 2px solid #CAA038;
}
@media screen and (min-width: 769px) {
  .plan__detail {
    margin-top: 1.5rem;
    padding: 1.1875rem 1.75rem 1.6875rem 1.375rem;
  }
}

.plan__detail--recommend {
  position: relative;
  z-index: 1;
}

.plan__detail-recommend-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: auto;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .plan__detail-recommend-img {
    width: 4.625rem;
  }
}

.plan__offer {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.125rem;
}
@media screen and (min-width: 769px) {
  .plan__offer {
    gap: 1rem;
  }
}

.plan__lead {
  font-weight: 700;
  font-size: 0.875rem;
  color: #2E2E2E;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .plan__lead {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.plan__lead span {
  display: block;
}

.plan__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 100vw;
  background: #091D47;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .plan__badge {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.plan__badge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.plan__badge-num {
  font-size: 0.9375rem;
  font-weight: 900;
  margin-top: -0.1875rem;
}
@media screen and (min-width: 769px) {
  .plan__badge-num {
    margin-top: -0.3125rem;
    font-size: 1.53125rem;
  }
}

.plan__badge-unit {
  font-size: 0.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .plan__badge-unit {
    font-size: 0.7125rem;
  }
}

.plan__badge-off {
  margin-top: -0.375rem;
  display: block;
  font-size: 0.675rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .plan__badge-off {
    font-size: 1.10625rem;
    margin-top: -0.625rem;
  }
}

.plan__first {
  font-size: 0.78125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .plan__first {
    font-size: 1.025rem;
    margin-left: -0.375rem;
  }
}

.plan__price {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.plan__price-note {
  font-weight: 700;
  font-size: 0.65625rem;
  color: #2E2E2E;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .plan__price-note {
    font-size: 0.6625rem;
    margin-left: -1rem;
  }
}

.plan__price-note-num {
  text-decoration: line-through;
  text-decoration-thickness: 0rem;
  text-underline-offset: 0rem;
}
@media screen and (min-width: 769px) {
  .plan__price-note-num {
    font-size: 0.8625rem;
  }
}

.plan__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.1875rem;
}

.plan__price-main {
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 1;
  color: #CAA038;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .plan__price-main {
    font-size: 4.24375rem;
    margin-left: -0.75rem;
  }
}

.plan__price-suffix {
  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;
  line-height: 1;
  font-weight: 700;
  font-size: 1.10625rem;
  color: #2E2E2E;
  position: relative;
  top: -0.1875rem;
}
@media screen and (min-width: 769px) {
  .plan__price-suffix {
    font-size: 1.4375rem;
    top: -0.3125rem;
  }
}

.plan__tax {
  display: block;
  font-size: 0.5rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .plan__tax {
    font-size: 0.65rem;
  }
}

.plan__contents {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.625rem;
}
.plan__contents::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon_plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .plan__contents::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.plan__content {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  max-width: 9rem;
  width: 100%;
  padding: 0.375rem 0;
}
@media screen and (min-width: 769px) {
  .plan__content {
    max-width: 12.375rem;
    padding: 0.53125rem 0;
  }
}

.plan__content-text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .plan__content-text {
    font-size: 1.2rem;
  }
}

.plan__content-text-small {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .plan__content-text-small {
    font-size: 0.85625rem;
  }
}

.plan__content-text-small-highlight {
  color: #CAA038;
}

.plan__info {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .plan__info {
    margin-top: 1.125rem;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.plan__info-text {
  font-size: 0.625rem;
  font-weight: 700;
  color: #091D47;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .plan__info-text {
    font-size: 0.9375rem;
  }
}

.plan__info-img {
  width: 12.25rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .plan__info-img {
    width: 17.125rem;
  }
}

.plan__captions {
  padding: 1.5rem 1.1875rem 2.5rem;
}
@media screen and (min-width: 769px) {
  .plan__captions {
    max-width: 62.5rem;
    margin-inline: auto;
    padding: 0 0 3.75rem;
  }
}

.plan__caption-title {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #2E2E2E;
}
@media screen and (min-width: 769px) {
  .plan__caption-title {
    font-size: 1rem;
  }
}

.plan__caption-iists {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 769px) {
  .plan__caption-iists {
    margin-top: 0.5rem;
  }
}

.plan__caption-list {
  font-size: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) {
  .plan__caption-list {
    font-size: 0.75rem;
    line-height: 0.9;
  }
}

.plan__caption-list:not(:first-child) {
  margin-top: 0.625rem;
}

.plan__package-inner {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .plan__package-inner {
    max-width: 62.5rem;
    margin-inline: auto;
    padding: 0 0 5.125rem;
  }
}

.plan__package-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #091D47;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .plan__package-title {
    font-size: 2.5rem;
  }
}

.plan__package-contents {
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .plan__package-contents {
    margin-top: 1.25rem;
  }
}
.plan__package-contents::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon_plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .plan__package-contents::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.plan__package-wrap {
  border: 0.0625rem solid #091D47;
  padding: 1.6875rem 0.9375rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .plan__package-wrap {
    padding: 2.0625rem 1.5rem 2rem;
  }
}

.plan__package-wrap:not(:first-child) {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .plan__package-wrap:not(:first-child) {
    margin-top: 4.1875rem;
  }
}

.plan__package-logo.plan__package-logo--lesson {
  max-width: 7.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .plan__package-logo.plan__package-logo--lesson {
    max-width: 10.9375rem;
  }
}

.plan__package-logo.plan__package-logo--coaching {
  max-width: 13.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .plan__package-logo.plan__package-logo--coaching {
    max-width: 20.0625rem;
  }
}

.plan__package-text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.plan__package-text sup {
  font-size: 0.75rem;
  margin-left: -0.3125rem;
}

.plan__package-items {
  margin-top: 1.375rem;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .plan__package-items {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .plan__package-items--coaching {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.375rem;
  }
}

.plan__package-item {
  background-color: #fff;
  width: 8.875rem;
  height: 8rem;
}

@media screen and (min-width: 769px) {
  .plan__package-items--coaching .plan__package-item {
    width: 10.625rem;
    height: 8.75rem;
  }
}

.plan__package-item-img {
  margin-inline: auto;
}

.plan__package-item:nth-child(1) .plan__package-item-img {
  width: 4.25rem;
  margin-top: 0.6875rem;
  margin-bottom: 0.25rem;
}

.plan__package-item:nth-child(2) .plan__package-item-img {
  width: 4.125rem;
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}

.plan__package-item:nth-child(3) .plan__package-item-img {
  width: 4.6875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.125rem;
}

.plan__package-item:nth-child(4) .plan__package-item-img {
  width: 4.1875rem;
  margin-top: 0.875rem;
  margin-bottom: 0.125rem;
}

.plan__package-item:nth-child(5) .plan__package-item-img {
  width: 5.1875rem;
}

.plan__package-item:nth-child(6) .plan__package-item-img {
  width: 4.3125rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}

.plan__package-item-text {
  font-size: 0.75rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.plan__package-item-text-highlight {
  color: #D13769;
}

.plan__package-item--coaching:nth-child(1) .plan__package-item-img {
  width: 4.3125rem;
  margin-top: 0.75rem;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 769px) {
  .plan__package-item--coaching:nth-child(1) .plan__package-item-img {
    width: 5.75rem;
    margin-top: 0.1875rem;
  }
}

.plan__package-item--coaching:nth-child(2) .plan__package-item-img {
  width: 3.8125rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.0625rem;
}
@media screen and (min-width: 769px) {
  .plan__package-item--coaching:nth-child(2) .plan__package-item-img {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}

.plan__package-item--coaching:nth-child(3) .plan__package-item-img {
  width: 4.3125rem;
  margin-top: 0.5625rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .plan__package-item--coaching:nth-child(3) .plan__package-item-img {
    margin-top: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.plan__package-item--coaching:nth-child(4) .plan__package-item-img {
  width: 3.375rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .plan__package-item--coaching:nth-child(4) .plan__package-item-img {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.plan__package-item--coaching:nth-child(5) .plan__package-item-img {
  width: 4.3125rem;
  margin-top: -0.0625rem;
}
@media screen and (min-width: 769px) {
  .plan__package-item--coaching:nth-child(5) .plan__package-item-img {
    margin-top: 0.25rem;
    margin-bottom: 0.375rem;
  }
}

.plan__package-caption {
  margin-top: 0.875rem;
  font-size: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
  color: #2E2E2E;
}
@media screen and (min-width: 769px) {
  .plan__package-caption {
    margin-top: 1.375rem;
    font-size: 0.75rem;
  }
}

.learning__inner {
  padding: 2.5rem 1.5625rem 2.1875rem;
}
@media screen and (min-width: 769px) {
  .learning__inner {
    max-width: 62.5rem;
    margin-inline: auto;
    padding: 3.875rem 0 4.1875rem;
  }
}

.learning__title {
  background-color: #091D47;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 0.3125rem;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .learning__title {
    font-size: 1.75rem;
    line-height: 1;
    padding-top: 0.3125rem;
    padding-bottom: 0.9375rem;
  }
}

.learning__title-strong {
  font-size: 2rem;
  color: #CAA038;
}
@media screen and (min-width: 769px) {
  .learning__title-strong {
    font-size: 2.8rem;
  }
}

.learning__items {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .learning__items {
    margin-top: 1.8125rem;
  }
}

.learning__item {
  background-color: #E7EFF1;
  padding: 2.375rem 0.875rem 2.1875rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .learning__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.1875rem 2.5rem 3.125rem 2.8125rem;
    gap: 1.9375rem;
  }
}

.learning__item:not(:first-child) {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 769px) {
  .learning__item:not(:first-child) {
    margin-top: 2.125rem;
  }
}

.learning__item-head {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .learning__item-head {
    top: 0rem;
    left: 4.0625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.learning__item-head-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #091D47;
}

.learning__item-head-number {
  font-size: 2.5rem;
  color: #CAA038;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .learning__item-head-number {
    font-size: 3rem;
  }
}

.learning__item-img {
  width: 18.5625rem;
  height: 11rem;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .learning__item-img {
    width: 23.125rem;
    height: 13.75rem;
  }
}

.learning__item-title {
  margin-top: 0.8125rem;
  font-weight: 900;
  text-align: center;
  font-size: 1.5rem;
  color: #091D47;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .learning__item-title {
    margin-top: -0.625rem;
    font-size: 2rem;
    text-align: left;
    line-height: 1.25;
  }
}

.learning__item-title.learning__item-title--spacing {
  letter-spacing: -0.05em;
}

.learning__item-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  padding: 0 0.1875rem;
}
@media screen and (min-width: 769px) {
  .learning__item-text {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    max-width: 29.5rem;
    padding: 0;
  }
}

.learning__item-text + .learning__item-text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .learning__item-text + .learning__item-text {
    margin-top: 1.875rem;
  }
}

.learning__item-text-highlight {
  background-color: #FFED56;
}

.flow__inner {
  padding: 0 1.5625rem 2.625rem;
}
@media screen and (min-width: 769px) {
  .flow__inner {
    padding: 0 0 5.5625rem;
  }
}

.flow__title {
  text-align: center;
  margin-bottom: 1.25rem;
}

.flow__title-en {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .flow__title-en {
    font-size: 4rem;
  }
}

.flow__title-ja {
  margin-top: -0.3125rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .flow__title-ja {
    margin-top: -0.625rem;
    font-size: 1.5rem;
  }
}

.flow__tab {
  margin-top: 2.1875rem;
  width: 100%;
}

.flow__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #091D47;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow__tab-button {
  width: 8.75rem;
  cursor: pointer;
  color: #9F9F9F;
  border-radius: 0.625rem 0.625rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4285714286;
  padding: 0.6875rem 0;
}
@media screen and (min-width: 769px) {
  .flow__tab-button {
    width: 29.375rem;
    font-size: 1rem;
    padding: 1.4375rem 0;
  }
}

.flow__tab-button.is-active {
  color: #2E2E2E;
  border-top: 1px solid #091D47;
  border-left: 1px solid #091D47;
  border-right: 1px solid #091D47;
  position: relative;
}
.flow__tab-button.is-active::before {
  position: absolute;
  content: "";
  width: 99.9%;
  height: 0.3125rem;
  bottom: -0.15625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.flow__tab-contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .flow__tab-contents {
    margin-top: 2.875rem;
    max-width: 59.25rem;
    margin-inline: auto;
  }
}

.flow__tab-content {
  display: none;
}

.flow__tab-content.is-active {
  display: block;
}
@media screen and (min-width: 769px) {
  .flow__tab-content.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

.flow__tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow__tab-wrap {
    max-width: 36.375rem;
  }
}
.flow__tab-wrap::before {
  position: absolute;
  content: "";
  width: 0.0625rem;
  height: 100%;
  bottom: -2.5rem;
  left: 1.25rem;
  background-color: #CAA038;
}

.flow__tab-wrap:last-child::before {
  display: none;
}

.flow__tab-wrap:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .flow__tab-wrap:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.flow__tab-step-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  background-color: #CAA038;
  border-radius: 100vw;
  width: 2.5rem;
  height: 2.5rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.3125rem;
}

.flow__tab-step-number {
  display: block;
  font-size: 1.25rem;
  margin-top: -0.625rem;
}

.flow__tab-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .flow__tab-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4375rem;
  }
}

.flow__tab-body-img {
  width: 3.3125rem;
  margin-top: -0.3125rem;
  margin-left: 0.75rem;
}

.flow__tab-wrap:nth-child(2) .flow__tab-body-img {
  width: 3.5rem;
  margin-left: 0.375rem;
}

.flow__tab-wrap:nth-child(3) .flow__tab-body-img {
  width: 3.625rem;
  margin-left: 0.25rem;
}

.flow__tab-wrap:nth-child(4) .flow__tab-body-img {
  width: 3.8125rem;
  margin-left: 0rem;
}

.flow__tab-body-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .flow__tab-body-title {
    font-size: 1.5rem;
  }
}

.flow__tab-body-text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #2E2E2E;
}
@media screen and (min-width: 769px) {
  .flow__tab-body-text {
    font-size: 0.9375rem;
  }
}

.flow__tab-cta {
  margin-top: 2.5rem;
  background-color: #e7f3fa;
  padding: 2.375rem 2.125rem 2.75rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow__tab-cta {
    margin-top: 0rem;
    width: 20.3125rem;
    max-height: 18.125rem;
  }
}
.flow__tab-cta::before {
  position: absolute;
  content: "";
  width: 8.9375rem;
  height: 8.9375rem;
  bottom: 0;
  right: 0;
  background-image: url(../images/flow_cta-bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flow__tab-cta-head {
  font-size: 1rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.flow__tab-cta-button {
  margin-top: 0.9375rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #FFED55;
  color: #000;
  padding: 1.25rem 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.25rem 0 #e6d54d;
          box-shadow: 0 0.25rem 0 #e6d54d;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.flow__tab-cta-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  -webkit-animation: shine 4s linear 3s infinite;
          animation: shine 4s linear 3s infinite;
}
.flow__tab-cta-button:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}

.flow__tab-cta-button.flow__tab-cta-button--login {
  margin-top: 0rem;
}

.flow__tab-cta-text {
  margin-top: 1.5625rem;
  width: 10.625rem;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
}

.flow__tab-body-text-link {
  color: #0087d2;
}

.faq__inner {
  padding: 0 1.5625rem 2.625rem;
}
@media screen and (min-width: 769px) {
  .faq__inner {
    max-width: 62.5rem;
    margin-inline: auto;
    padding: 0 0 5.625rem;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 1.25rem;
}

.faq__title-en {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  color: #091D47;
}
@media screen and (min-width: 769px) {
  .faq__title-en {
    font-size: 4rem;
  }
}

.faq__title-ja {
  margin-top: -0.3125rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .faq__title-ja {
    margin-top: 0rem;
    font-size: 1.5rem;
  }
}

.fap__accordion {
  width: 100%;
  max-width: 20.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .fap__accordion {
    max-width: 100%;
  }
}

.fap__accordion-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D5D5D5;
}

.fap__accordion-title {
  position: relative;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #2E2E2E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .fap__accordion-title {
    font-size: 1.125rem;
  }
}

.fap__accordion-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-color: #CAA038;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  .fap__accordion-title::after {
    width: 0.9375rem;
  }
}

.fap__accordion-title::before {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  display: block;
  width: 0.125rem;
  height: 0.75rem;
  content: "";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: #CAA038;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  .fap__accordion-title::before {
    height: 0.9375rem;
    right: 0.375rem;
  }
}

.fap__accordion-title.is-open::before {
  opacity: 0;
}

.fap__accordion-content {
  display: none;
  padding-top: 1.5625rem;
}

.fap__accordion-text {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #2E2E2E;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .fap__accordion-text {
    max-width: 50rem;
    letter-spacing: 0.1em;
  }
}

.fap__accordion-text-link {
  color: #0087d2;
}

.bredcrumb {
  background-color: #005585;
}

.bredcrumb__inner {
  padding: 1.46875rem 1.5625rem;
}
@media screen and (min-width: 769px) {
  .bredcrumb__inner {
    padding: 1.25rem 1.5625rem;
  }
}

.bredcrumb__text {
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .bredcrumb__text {
    font-size: 0.9375rem;
    text-align: center;
    font-weight: 400;
  }
}

.bredcrumb__text-link {
  text-decoration: underline;
  color: #fff;
}

.page-top {
  background-color: #0C4368;
  padding: 1rem 0;
  border-bottom: 1px solid #0387D2;
}

.page-top__link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin-inline: auto;
}

.page-top__img {
  width: 2.9375rem;
  height: 2.4375rem;
  margin-inline: auto;
}

.footer {
  background-color: #0C4368;
}

.footer__inner {
  padding: 4.5625rem 2rem 0.9375rem 1.5625rem;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: 2.625rem 0.9375rem 1.75rem 0.9375rem;
  }
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem 1.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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) {
  .footer__items {
    gap: 3.125rem;
  }
}

.footer-item__link {
  font-size: 0.625rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer-item__link {
    font-size: 0.9375rem;
  }
}

.footer__sns-items {
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -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) {
  .footer__sns-items {
    margin-top: 2.1875rem;
    gap: 1.4375rem;
  }
}

@media screen and (min-width: 769px) {
  .footer__sns-item-img {
    width: 2.125rem;
  }
}

.footer__logo {
  margin-top: 0.75rem;
  width: 2.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    margin-top: 1.3125rem;
  }
}

.footer__copyright {
  margin-top: 0.625rem;
  display: block;
  font-size: 0.625rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 0.9375rem;
  }
}

.floating-cta {
  opacity: 0;
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .floating-cta {
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1.25rem 0;
    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;
    width: 100%;
  }
}
.floating-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.floating-cta__button {
  font-size: 0.875rem;
  display: block;
  width: 22.5rem;
  background-color: #FFED56;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 1.21875rem 2.5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.125rem 0.1875rem 0 #979463;
          box-shadow: 0.125rem 0.1875rem 0 #979463;
  margin-inline: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.floating-cta__button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -200%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  -webkit-animation: shine 4s linear 3s infinite;
          animation: shine 4s linear 3s infinite;
}
.floating-cta__button:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}
@media screen and (min-width: 769px) {
  .floating-cta__button {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */
a.step1_link h3.flow__tab-body-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    line-height: 1.2;
    border-bottom: 1px solid #091D47;
    width: max-content;
    letter-spacing: 2px;
}
a.step1_link h3.flow__tab-body-title span.material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
  font-size: 1.5rem;
}
.flow__tab-wrap.sp {
  display: flex;
}
.flow__tab-wrap.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .flow__tab-wrap.sp {
    display: none;
  }
  .flow__tab-wrap.pc {
    display: flex;
  }
}