@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "inter";
  src: url("../fonts/inter/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("../fonts/inter/Inter-VariableFont_opsz,wght.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #131330;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media (width >= 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.nowrap {
  white-space: nowrap;
}

.pc {
  display: block;
}

.tab,
.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media (max-width: 480px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -------------------------------------
大枠の最大幅
------------------------------------- */
.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* -------------------------------------
内部コンテンツの最大幅
------------------------------------- */
.inner {
  max-width: 1024px;
  width: 95vw;
  margin: 0 auto;
}

/* -------------------------------------
点線の円の付いたタイトル
------------------------------------- */
.dotted-circle-title {
  color: #131330;
  font-size: clamp(1.25rem, 1.0416666667rem + 1.0416666667vw, 1.875rem);
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 1.5em;
}
.dotted-circle-title::before {
  content: "";
  position: absolute;
  background-image: url("../images/common/dotted-circle-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8em;
  aspect-ratio: 1/1;
  top: -0.75em;
  left: 0.1em;
}

/* -------------------------------------
グラデーションのセクションタイトル
------------------------------------- */
.grad-section-title {
  font-size: clamp(1.375rem, 0.8333333333rem + 2.7083333333vw, 3rem);
  font-weight: bold;
  color: transparent;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

/* -------------------------------------
角の丸いリンクボタン
------------------------------------- */
.rounded-button {
  width: 100%;
  max-width: 354px;
  background-color: #fff;
  border-radius: 1.7em 0 1.7em 0;
  color: #131330;
  transition: all 0.3s;
}
.rounded-button:hover {
  color: #17599f;
  border-radius: 1.9em;
}
.rounded-button:hover .rounded-button__link:after {
  animation: gradientRotate 1s linear infinite;
  border-radius: 1.7em;
}

.rounded-button__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 354px;
  height: 64px;
  border-radius: 1.5em 0 1.5em 0;
  padding-block: 2px;
  padding-inline: 15px;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .rounded-button__link {
    font-size: clamp(0.875rem, 0.7857142857rem + 0.4464285714vw, 1rem);
    height: 58px;
  }
}

.rounded-button__link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.5em 0 1.5em 0;
  padding: 2px;
  background-image: linear-gradient(90deg, #17589f 0%, #2298a6 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: all 0.3s;
}

.rounded-button__icon {
  width: 48px;
  height: 18px;
  flex-shrink: 0;
  margin-inline: 4% 11%;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .rounded-button__icon {
    width: 15%;
    height: auto;
    min-width: 40px;
    margin-inline: 3% 6%;
  }
}

.rounded-button__text {
  text-align: center;
}

.rounded-button__text-break {
  display: inline-block;
  white-space: nowrap;
}

@keyframes gradientRotate {
  0% {
    background-image: linear-gradient(90deg, #17589f 0%, #2298a6 100%);
  }
  5% {
    background-image: linear-gradient(108deg, #17589f 0%, #2298a6 100%);
  }
  10% {
    background-image: linear-gradient(126deg, #17589f 0%, #2298a6 100%);
  }
  15% {
    background-image: linear-gradient(144deg, #17589f 0%, #2298a6 100%);
  }
  20% {
    background-image: linear-gradient(162deg, #17589f 0%, #2298a6 100%);
  }
  25% {
    background-image: linear-gradient(180deg, #17589f 0%, #2298a6 100%);
  }
  30% {
    background-image: linear-gradient(198deg, #17589f 0%, #2298a6 100%);
  }
  35% {
    background-image: linear-gradient(216deg, #17589f 0%, #2298a6 100%);
  }
  40% {
    background-image: linear-gradient(234deg, #17589f 0%, #2298a6 100%);
  }
  45% {
    background-image: linear-gradient(252deg, #17589f 0%, #2298a6 100%);
  }
  50% {
    background-image: linear-gradient(270deg, #17589f 0%, #2298a6 100%);
  }
  55% {
    background-image: linear-gradient(288deg, #17589f 0%, #2298a6 100%);
  }
  60% {
    background-image: linear-gradient(306deg, #17589f 0%, #2298a6 100%);
  }
  65% {
    background-image: linear-gradient(324deg, #17589f 0%, #2298a6 100%);
  }
  70% {
    background-image: linear-gradient(342deg, #17589f 0%, #2298a6 100%);
  }
  75% {
    background-image: linear-gradient(360deg, #17589f 0%, #2298a6 100%);
  }
  80% {
    background-image: linear-gradient(378deg, #17589f 0%, #2298a6 100%);
  }
  85% {
    background-image: linear-gradient(396deg, #17589f 0%, #2298a6 100%);
  }
  90% {
    background-image: linear-gradient(414deg, #17589f 0%, #2298a6 100%);
  }
  95% {
    background-image: linear-gradient(432deg, #17589f 0%, #2298a6 100%);
  }
  100% {
    background-image: linear-gradient(450deg, #17589f 0%, #2298a6 100%);
  }
}
.header {
  position: relative;
}

.header__pc-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding: 25px 20px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .header__pc-inner {
    display: none;
  }
}

.header-logo {
  min-width: 160px;
  transition: opacity 0.3s ease;
  width: 16.484375vw;
}
.header-logo:hover {
  opacity: 0.6;
}

.gnav {
  flex: 1;
}
.gnav .gnav__list {
  display: flex;
  font-size: clamp(0.875rem, 0.6875rem + 0.390625vw, 1rem);
  justify-content: end;
  letter-spacing: -0.04em;
  padding-top: 0.25em;
}
.gnav .gnav__item {
  margin-left: 3.1%;
  width: fit-content;
}
.gnav .gnav__link {
  transition: color 0.3s ease;
}
.gnav .gnav__link:hover {
  color: #17599f;
}

.header__sp-inner {
  display: none;
}
@media (max-width: 768px) {
  .header__sp-inner {
    display: block;
    position: relative;
  }
}

.hamburger-button {
  height: 40px;
  position: fixed;
  top: 25px;
  right: 25px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 50px;
  z-index: 200;
}
.hamburger-button .hamburger-button__line {
  background: #2298a6;
  display: block;
  height: 6px;
  position: absolute;
  left: 0;
  width: 50px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.hamburger-button .hamburger-button__line:nth-of-type(1) {
  top: 0;
}
.hamburger-button .hamburger-button__line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.hamburger-button .hamburger-button__line:nth-of-type(3) {
  bottom: 0;
}

.hamburger-button.is-active .hamburger-button__line {
  transform-origin: left;
}
.hamburger-button.is-active .hamburger-button__line:nth-of-type(1) {
  transform: rotate(45deg);
}
.hamburger-button.is-active .hamburger-button__line:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-50%) translateX(-20px);
}
.hamburger-button.is-active .hamburger-button__line:nth-of-type(3) {
  transform: rotate(-45deg);
}

.hamburger-button.is-hidden-on-scroll {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

.drawer {
  background-image: url("../images/header-footer/drawer-bg.webp");
  background-size: cover;
  background-position: center;
  clip-path: circle(0% at calc(100% - 6.5104166667vw) 6.5104166667vw);
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100vw;
  z-index: 100;
}
.drawer.is-active {
  clip-path: circle(150% at calc(100% - 6.5104166667vw) 6.5104166667vw);
  opacity: 1;
  pointer-events: auto;
}
.drawer.is-closing {
  clip-path: circle(0% at calc(100% - 6.5104166667vw) 6.5104166667vw);
  opacity: 0;
  pointer-events: none;
}

.drawer__inner {
  max-width: 375px;
  margin: 0 auto;
  padding-top: 19px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  width: 100%;
}
@media (max-width: 375px) {
  .drawer__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.drawer__header,
.drawer-cta,
.drawer-policy,
.drawer__footer {
  opacity: 0;
  transform: translateX(-25%);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}

.drawer__header.is-show,
.drawer-cta.is-show,
.drawer-policy.is-show,
.drawer__footer.is-show {
  opacity: 1;
  transform: translateX(0);
}

.drawer__character {
  width: 70px;
}

.drawer__body {
  margin-top: 13px;
}

.drawer-nav {
  display: flex;
  justify-content: center;
}
.drawer-nav .nav__list {
  width: 50%;
}
.drawer-nav .nav__item {
  opacity: 0;
  padding-left: 30px;
  position: relative;
  transform: translateX(-25%);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.drawer-nav .nav__item.is-show {
  opacity: 1;
  transform: translateX(0);
}
.drawer-nav .nav__item:not(:first-of-type) {
  margin-top: 15px;
}
.drawer-nav .nav__item::before {
  background-image: url("../images/header-footer/drawer-nav-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
}
.drawer-nav .nav__link {
  font-size: 1.125rem;
  letter-spacing: -0.08em;
}
@media (max-width: 375px) {
  .drawer-nav .nav__link {
    font-size: 1rem;
  }
}
.drawer-nav .nav__sub {
  color: #999999;
  display: block;
  font-size: 0.75rem;
  letter-spacing: normal;
  text-transform: uppercase;
}

.drawer-cta {
  margin-top: 25px;
}

.drawer-cta__contents + .drawer-cta__contents {
  margin-top: 18px;
}

.drawer-cta__text {
  color: #cc146d;
  font-size: 0.875rem;
  text-align: center;
}

.drawer-cta__button {
  border: 2px solid currentColor;
  border-radius: 9999px;
  display: block;
  font-size: 1.125rem;
  margin-top: 3px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 111px;
  position: relative;
  width: 100%;
}
.drawer-cta__button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.drawer-cta__contents:nth-of-type(1) .drawer-cta__text {
  letter-spacing: -0.01em;
}
.drawer-cta__contents:nth-of-type(1) .drawer-cta__button {
  color: #195b9f;
}
.drawer-cta__contents:nth-of-type(1) .drawer-cta__button::before {
  background-image: url("../images/header-footer/contact-icon-mail.svg");
  left: 12%;
  height: 24px;
  width: 32px;
}

.drawer-cta__contents:nth-of-type(2) .drawer-cta__text {
  letter-spacing: 0.09em;
}
.drawer-cta__contents:nth-of-type(2) .drawer-cta__button {
  color: #2298a6;
}
.drawer-cta__contents:nth-of-type(2) .drawer-cta__button::before {
  background-image: url("../images/header-footer/contact-icon-pc.svg");
  left: 10%;
  height: 29px;
  width: 41px;
}

.drawer-policy {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.drawer-policy .policy-list:nth-of-type(2) {
  letter-spacing: -0.1em;
  margin-right: 25px;
}
.drawer-policy .policy-list__item:not(:first-of-type) {
  margin-top: 8px;
}
.drawer-policy .policy-list__link {
  font-size: 0.75rem;
}

.drawer__footer {
  margin-top: 25px;
}
.drawer__footer .drawer__logo {
  display: block;
  margin: 0 auto;
  width: 198px;
}
.drawer__footer .sns-list {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
.drawer__footer .sns-list .sns-list__item {
  margin-left: 20px;
  width: fit-content;
}
.drawer__footer .sns-list .sns-list__item:first-of-type {
  margin-left: 0;
}
.drawer__footer .sns-list .sns-list__link {
  display: inline-block;
}
.drawer__footer .sns-list .sns-list__icon {
  width: 80%;
}

.footer {
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  overflow: hidden;
  padding-bottom: 13px;
  padding-top: 20px;
}

.footer__contents {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 95px;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .footer__contents {
    padding-top: 60px;
    padding-bottom: 95px;
  }
}
.footer__contents::before, .footer__contents::after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.footer__contents::before {
  content: "";
  height: 100%;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}
.footer__contents::after {
  content: "";
  height: 100%;
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}

.footer__flex-container {
  display: flex;
  gap: min(3%, 90px);
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__flex-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-nav {
  width: 520px;
}
@media (max-width: 768px) {
  .footer-nav {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 520px;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .footer-nav {
    max-width: 400px;
  }
}
.footer-nav .nav__list {
  column-gap: 3.125vw;
  display: grid;
  grid-template-columns: 135px 170px 135px;
  row-gap: 2.34375vw;
}
@media (max-width: 768px) {
  .footer-nav .nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 520px) {
  .footer-nav .nav__list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 20px;
  }
}
@media (max-width: 350px) {
  .footer-nav .nav__list {
    margin-left: 0;
  }
}
.footer-nav .nav__item {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}
.footer-nav .nav__item::before {
  background-image: url("../images/header-footer/footer-nav-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  max-height: 35px;
  max-width: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
@media (hover: hover) {
  .footer-nav .nav__item:hover::before {
    animation: rotateIcon 5s linear infinite;
  }
  .footer-nav .nav__item:hover .nav__link {
    color: #17599f;
  }
  @keyframes rotateIcon {
    from {
      transform: translateY(-50%) rotate(0deg);
    }
    to {
      transform: translateY(-50%) rotate(360deg);
    }
  }
}
.footer-nav .nav__link {
  font-size: clamp(0.875rem, 0.686888454rem + 0.3913894325vw, 1rem);
  transition: color 0.3s ease;
}
.footer-nav .nav__sub {
  color: #999999;
  display: block;
  font-size: clamp(0.75rem, 0.561888454rem + 0.3913894325vw, 0.875rem);
  letter-spacing: normal;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.footer-nav .nav__item:nth-of-type(1) {
  order: 1;
}
.footer-nav .nav__item:nth-of-type(2) {
  order: 4;
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(2) {
    order: 3;
  }
}
.footer-nav .nav__item:nth-of-type(3) {
  letter-spacing: -0.07em;
  order: 7;
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(3) {
    order: 5;
  }
}
.footer-nav .nav__item:nth-of-type(4) {
  margin-left: 10px;
  order: 2;
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(4) {
    margin-left: 0;
    order: 7;
  }
}
.footer-nav .nav__item:nth-of-type(5) {
  letter-spacing: -0.07em;
  margin-left: 10px;
  order: 5;
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(5) {
    margin-left: 0;
    order: 2;
  }
}
.footer-nav .nav__item:nth-of-type(6) {
  letter-spacing: -0.07em;
  margin-left: 10px;
  order: 8;
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(6) {
    margin-left: 0;
    order: 4;
  }
}
.footer-nav .nav__item:nth-of-type(7) {
  margin-left: -20px;
  order: 3;
}
@media (max-width: 768px) {
  .footer-nav .nav__item:nth-of-type(7) {
    margin-left: 20px;
  }
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(7) {
    margin-left: 0;
    order: 6;
  }
}
.footer-nav .nav__item:nth-of-type(8) {
  margin-left: -20px;
  order: 6;
}
@media (max-width: 768px) {
  .footer-nav .nav__item:nth-of-type(8) {
    margin-left: 20px;
  }
}
@media (max-width: 520px) {
  .footer-nav .nav__item:nth-of-type(8) {
    margin-left: 0;
    order: 8;
  }
}

@media (max-width: 768px) {
  .footer-policy-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
    padding-left: 20px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .footer-policy-list {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.footer-policy-list .policy-list__item:not(:first-of-type) {
  margin-top: 1.0416666667vw;
}
@media (max-width: 768px) {
  .footer-policy-list .policy-list__item:nth-of-type(1) {
    margin-top: 1.0416666667vw;
    order: 1;
  }
  .footer-policy-list .policy-list__item:nth-of-type(2) {
    order: 3;
  }
  .footer-policy-list .policy-list__item:nth-of-type(3) {
    order: 2;
  }
  .footer-policy-list .policy-list__item:nth-of-type(4) {
    order: 4;
  }
}
.footer-policy-list .policy-list__link {
  font-size: clamp(0.75rem, 0.373776908rem + 0.782778865vw, 1rem);
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer-policy-list .policy-list__link:hover {
    color: #17599f;
  }
}

.footer-catchcopy {
  font-size: clamp(1rem, 0.8333333333rem + 0.8333333333vw, 1.5rem);
  font-weight: bold;
  letter-spacing: -0.09em;
  margin-top: 83px;
  text-align: center;
}
@media (max-width: 480px) {
  .footer-catchcopy {
    margin-top: 40px;
  }
}

.footer-cta {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
@media (max-width: 768px) {
  .footer-cta {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer-cta {
    margin-top: 40px;
  }
}

.footer-cta__contents {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-cta__contents {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  .footer-cta__contents {
    max-width: 380px;
  }
}

.footer-cta__text {
  color: #cc146d;
  font-size: clamp(0.875rem, 0.7916666667rem + 0.4166666667vw, 1.125rem);
  font-weight: 700;
  text-align: center;
}

.footer-cta__button {
  border: 2px solid currentColor;
  border-radius: 9999px;
  display: block;
  font-size: clamp(1rem, 0.8125rem + 0.9375vw, 1.5625rem);
  margin-top: 1.796875vw;
  padding-top: 0.8em;
  padding-bottom: 0.88em;
  padding-left: 6.2em;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-cta__button {
    padding-left: 8em;
  }
}
.footer-cta__button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 60%;
}

.footer-cta__contents:nth-of-type(1) .footer-cta__text {
  letter-spacing: -0.05em;
}
.footer-cta__contents:nth-of-type(1) .footer-cta__button {
  background-color: #195b9f;
  color: #fff;
}
.footer-cta__contents:nth-of-type(1) .footer-cta__button::before {
  background-image: url("../images/header-footer/contact-icon-mail--wh.svg");
  left: 13.5%;
  max-height: 31px;
  max-width: 40px;
}
@media (hover: hover) {
  .footer-cta__contents:nth-of-type(1) .footer-cta__button:hover {
    background-color: #fff;
    color: #195b9f;
  }
  .footer-cta__contents:nth-of-type(1) .footer-cta__button:hover::before {
    background-image: url("../images/header-footer/contact-icon-mail.svg");
  }
}

.footer-cta__contents:nth-of-type(2) {
  margin-left: 4.296875vw;
}
@media (max-width: 768px) {
  .footer-cta__contents:nth-of-type(2) {
    margin-top: 53px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .footer-cta__contents:nth-of-type(2) {
    margin-top: 40px;
  }
}
.footer-cta__contents:nth-of-type(2) .footer-cta__text {
  letter-spacing: 0.09em;
}
.footer-cta__contents:nth-of-type(2) .footer-cta__button {
  background-color: #2298a6;
  color: #fff;
}
.footer-cta__contents:nth-of-type(2) .footer-cta__button::before {
  background-image: url("../images/header-footer/contact-icon-pc--wh.svg");
  left: 13%;
  max-height: 38px;
  max-width: 53px;
  height: 75%;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-cta__contents:nth-of-type(2) .footer-cta__button::before {
    height: 65%;
    width: 75%;
  }
}
@media (hover: hover) {
  .footer-cta__contents:nth-of-type(2) .footer-cta__button:hover {
    background-color: #fff;
    color: #2298a6;
  }
  .footer-cta__contents:nth-of-type(2) .footer-cta__button:hover::before {
    background-image: url("../images/header-footer/contact-icon-pc.svg");
  }
}

.footer-sns {
  margin-top: 24px;
}
.footer-sns .sns-list {
  display: flex;
  justify-content: center;
}
.footer-sns .sns-list .sns-list__item {
  width: fit-content;
}
.footer-sns .sns-list .sns-list__item:nth-of-type(2) {
  margin-left: 45px;
}
@media (max-width: 480px) {
  .footer-sns .sns-list .sns-list__item:nth-of-type(2) {
    margin-left: 25px;
  }
}
.footer-sns .sns-list .sns-list__item:nth-of-type(3) {
  margin-left: 49px;
}
@media (max-width: 480px) {
  .footer-sns .sns-list .sns-list__item:nth-of-type(3) {
    margin-left: 29px;
  }
}
.footer-sns .sns-list .sns-list__item:nth-of-type(4) {
  margin-left: 44px;
}
@media (max-width: 480px) {
  .footer-sns .sns-list .sns-list__item:nth-of-type(4) {
    margin-left: 24px;
  }
}
.footer-sns .sns-list .sns-list__item:nth-of-type(5) {
  margin-left: 39px;
}
@media (max-width: 480px) {
  .footer-sns .sns-list .sns-list__item:nth-of-type(5) {
    margin-left: 19px;
  }
}
.footer-sns .sns-list .sns-list__link {
  display: block;
  text-align: center;
  height: 100%;
  width: fit-content;
}
.footer-sns .sns-list .sns-list__icon {
  max-width: 36px;
  transition: transform 1s;
  width: 100%;
}
@media (hover: hover) {
  .footer-sns .sns-list .sns-list__icon:hover {
    transform: rotateY(180deg);
  }
}
.footer-sns .sns-list .sns-list__icon-name {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.75rem, 0.7083333333rem + 0.2083333333vw, 0.875rem);
  font-weight: 500;
  padding-top: 0.15em;
}

.footer-copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  margin-top: 66px;
}

.footer-copyright__link {
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer-copyright__link:hover {
    color: #17599f;
  }
}

.loop-text {
  overflow: hidden;
  width: 100%;
  font-size: clamp(1.1875rem, 0.0208333333rem + 5.8333333333vw, 4.6875rem);
  font-weight: bold;
  letter-spacing: -0.0185em;
  padding-top: 0.64em;
  padding-bottom: 0.64em;
}
@media (max-width: 768px) {
  .loop-text {
    padding-top: max(0.64em, 25px);
    padding-bottom: max(0.64em, 25px);
  }
}

.loop-text__track {
  height: 1em;
  position: relative;
}

.loop-text__text-wrapper {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 0.2em;
  animation: marquee 30s linear infinite;
}

.loop-text__text {
  display: inline-flex;
  font-family: "Mukta", sans-serif;
  will-change: transform;
  flex-shrink: 0;
}

.loop-text__grad {
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-inline: 0.2em;
}

.loop-text--two-lines {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.loop-text--two-lines .loop-text__track {
  display: flex;
  height: 2.2em;
  animation: marquee 12s linear infinite;
}
@media (max-width: 768px) {
  .loop-text--two-lines .loop-text__track {
    animation: marquee 8s linear infinite;
  }
}
@media (max-width: 480px) {
  .loop-text--two-lines .loop-text__track {
    animation: marquee 5s linear infinite;
  }
}
.loop-text--two-lines .loop-text__text-wrapper {
  position: static;
  flex-shrink: 0;
  animation: none;
  gap: 0.7em;
}
.loop-text--two-lines .loop-text__text {
  display: block;
  line-height: 1.04;
}

.loop-text--three-lines.loop-text {
  padding-top: 1.04em;
  padding-bottom: 1.01em;
}
.loop-text--three-lines.loop-text .loop-text__track {
  display: flex;
  flex-direction: column;
  height: 4em;
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper {
  position: static;
  flex-shrink: 0;
  animation: none;
  gap: 0.7em;
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper .loop-text__text {
  word-spacing: 0.45em;
  display: block;
  line-height: 1.5;
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(1) {
  animation: marquee-reverse 20s linear infinite;
}
@media (max-width: 768px) {
  .loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(1) {
    animation: marquee-reverse 15s linear infinite;
  }
}
@media (max-width: 480px) {
  .loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(1) {
    animation: marquee-reverse 10s linear infinite;
  }
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(1) .loop-text__text {
  color: #2298a6;
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(2) {
  animation: marquee 20s linear infinite;
}
@media (max-width: 768px) {
  .loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(2) {
    animation: marquee 15s linear infinite;
  }
}
@media (max-width: 480px) {
  .loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(2) {
    animation: marquee 10s linear infinite;
  }
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(2) .loop-text__text {
  font-size: clamp(1.0625rem, 0.0625rem + 5vw, 4.0625rem);
  letter-spacing: -0.04em;
  color: #1c77a2;
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(3) {
  animation: marquee-reverse 20s linear infinite;
  margin-top: -0.12em;
}
@media (max-width: 768px) {
  .loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(3) {
    animation: marquee-reverse 15s linear infinite;
  }
}
@media (max-width: 480px) {
  .loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(3) {
    animation: marquee-reverse 10s linear infinite;
  }
}
.loop-text--three-lines.loop-text .loop-text__text-wrapper:nth-child(3) .loop-text__text {
  font-size: clamp(1.0625rem, 0.0625rem + 5vw, 4.0625rem);
  letter-spacing: -0.04em;
  color: #17599f;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}
@keyframes marquee-reverse {
  from {
    transform: translateX(-40%);
  }
  to {
    transform: translateX(0);
  }
}
.plans {
  padding-top: min(9.55%, 123px);
  padding-bottom: min(10.2%, 130px);
  background-color: #f9fbfb;
}
@media (max-width: 768px) {
  .plans {
    padding-top: max(9.55%, 50px);
    padding-bottom: max(10.2%, 50px);
  }
}

.plans__title {
  margin-bottom: 5.55%;
}
@media (max-width: 768px) {
  .plans__title {
    margin-bottom: max(5.55%, 25px);
  }
}

.plans__campaign {
  margin-bottom: 3.85%;
}
@media (max-width: 480px) {
  .plans__campaign {
    margin-bottom: max(3.85%, 30px);
  }
}

.plans__price-title {
  font-size: clamp(1.3125rem, 0.7916666667rem + 2.6041666667vw, 2.875rem);
  margin-bottom: 3.6%;
  letter-spacing: 0.05em;
  color: #cc146d;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .plans__price-title {
    margin-bottom: max(3.6%, 30px);
  }
}

.plans__price {
  padding-top: 1.2%;
  padding-inline: 2.54%;
}
@media (max-width: 480px) {
  .plans__price {
    width: 93%;
  }
}

.plans__toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 7.5%;
}
@media (max-width: 480px) {
  .plans__toggle {
    margin-bottom: 30px;
  }
}

.plans__toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 14.7058823529vw;
  max-width: 180px;
  height: 100%;
  aspect-ratio: 180/45;
  border-radius: 50px;
  background-color: #e9e9e9;
  border: solid 1px #f9fbfb;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media (max-width: 768px) {
  .plans__toggle-button {
    width: 100px;
  }
}

.plans__toggle-option-month,
.plans__toggle-option-year {
  font-size: clamp(1.375rem, 0.622553816rem + 1.5655577299vw, 1.875rem);
  letter-spacing: 0.4em;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .plans__toggle-option-month,
  .plans__toggle-option-year {
    font-size: 20px;
  }
}

.plans__toggle-option-month {
  padding-right: 69%;
}

.plans__toggle-option-year {
  padding-left: 69%;
  color: #bcbcbc;
}

.plans__toggle-button:has(:checked) .plans__toggle-option-month {
  color: #bcbcbc;
}
.plans__toggle-button:has(:checked) .plans__toggle-option-year {
  color: #131330;
}

.plans__toggle-button::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 39%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to left, #2298a6 0%, #17599f 100%);
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.43);
}

.plans__toggle-button:has(:checked)::after {
  transform: translateY(-50%) translateX(157.1%);
}

.plans__toggle-button-core {
  display: none;
}

.plans__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  align-items: stretch;
  gap: 0 0.6%;
}
@media (max-width: 768px) {
  .plans__values {
    gap: 0 5px;
  }
}
@media (max-width: 480px) {
  .plans__values {
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
}
.plans__values.js-plan-change .plans__value-amount-month {
  opacity: 0;
  transform: scale(0.6);
  z-index: 1;
  animation: popOutAmount 0.35s cubic-bezier(0.4, 1.6, 0.6, 1);
}
.plans__values.js-plan-change .plans__value-amount-year {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
  animation: popInAmount 0.35s cubic-bezier(0.4, 1.6, 0.6, 1);
}

.plans__value {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  align-items: stretch;
  border-radius: 2em;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(204, 204, 204, 0.8);
}
.plans__value--amaterasu .plans__value-beginning {
  background: linear-gradient(30deg, #4ecdc4, #2977ed);
}
.plans__value--amaterasu .plans__apply-link {
  background: linear-gradient(50deg, #20b7bd 35%, #2977ed 50%);
}
.plans__value--amaterasu .plans__apply-link:hover .plans__apply-link-text {
  background: linear-gradient(50deg, #20b7bd 35%, #2977ed 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.plans__value--susanoo .plans__value-beginning {
  background: linear-gradient(30deg, #c356df, #9468e6);
}
.plans__value--susanoo .plans__apply-link {
  background: linear-gradient(50deg, #c356df 35%, #9d6ef2 50%);
}
.plans__value--susanoo .plans__apply-link:hover .plans__apply-link-text {
  background: linear-gradient(50deg, #c356df 35%, #9d6ef2 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.plans__value--tsukuyomi .plans__value-beginning {
  background: linear-gradient(30deg, #30c387, #16c3c9);
}
.plans__value--tsukuyomi .plans__apply-link {
  background: linear-gradient(50deg, #2ec38b 35%, #18c3c4 50%);
}
.plans__value--tsukuyomi .plans__apply-link:hover .plans__apply-link-text {
  background: linear-gradient(50deg, #2ec38b 35%, #18c3c4 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.plans__value-head {
  padding-bottom: 14.4%;
}

.plans__value-beginning {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 11%;
  padding-bottom: 46.5%;
  margin-bottom: 2%;
  clip-path: polygon(425% 0, 0% 100%, 0 0);
  overflow: hidden;
}
@media (max-width: 768px) {
  .plans__value-beginning {
    padding-top: max(8%, 30px);
  }
}
@media (max-width: 480px) {
  .plans__value-beginning {
    padding-top: 11%;
  }
}

.plans__value-beginning::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -41.5%;
  width: 145%;
  height: auto;
  aspect-ratio: 467/553;
  background-image: url("../../assets/images/inc/plans/plans-value-beginning-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.plans__value-title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: clamp(1.5625rem, 0.5278864971rem + 2.1526418787vw, 2.25rem);
  margin-bottom: 16.2%;
}
@media (max-width: 768px) {
  .plans__value-title {
    font-size: clamp(1.125rem, 0.3917682927rem + 2.4390243902vw, 1.5625rem);
  }
}
@media (max-width: 480px) {
  .plans__value-title {
    font-size: 28px;
  }
}

.plans__value-title-en {
  font-size: clamp(0.9375rem, 0.467221135rem + 0.9784735812vw, 1.25rem);
  font-weight: normal;
  font-family: "Inter", serif;
  display: inline-block;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .plans__value-title-en {
    font-size: clamp(0.75rem, 0.4357578397rem + 1.0452961672vw, 0.9375rem);
  }
}
@media (max-width: 480px) {
  .plans__value-title-en {
    font-size: 15px;
  }
}

.plans__value-amount-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6.5%;
}

.plans__value-amount {
  display: block;
  position: relative;
  font-size: clamp(1.8125rem, 0.0254403131rem + 3.7181996086vw, 3rem);
  font-weight: bold;
  height: 1.1em;
  width: 4em;
}
@media (max-width: 768px) {
  .plans__value-amount {
    font-size: clamp(1.125rem, -0.0272212544rem + 3.8327526132vw, 1.8125rem);
  }
}
@media (max-width: 480px) {
  .plans__value-amount {
    font-size: 37px;
  }
}

.plans__value-amount-month,
.plans__value-amount-year {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 1.6, 0.6, 1), transform 0.35s cubic-bezier(0.4, 1.6, 0.6, 1);
  will-change: opacity, transform;
}

.plans__value-month {
  font-size: clamp(0.75rem, -0.002446184rem + 1.5655577299vw, 1.25rem);
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
@media (max-width: 480px) {
  .plans__value-month {
    font-size: 15px;
  }
}

.plans__value-amount-year {
  font-size: 0.9em;
  opacity: 0;
  transform: scale(0.6);
  z-index: 1;
}

.plans__value-tagline {
  font-size: clamp(0.84375rem, 0.6086105675rem + 0.4892367906vw, 1rem);
}
@media (max-width: 768px) {
  .plans__value-tagline {
    font-size: clamp(0.5625rem, 0.0911367596rem + 1.5679442509vw, 0.84375rem);
    padding-inline: 1em;
  }
}
@media (max-width: 480px) {
  .plans__value-tagline {
    font-size: 12px;
  }
}

.plans__value-initial {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #17589f;
}

.plans__value-initial-title {
  font-size: clamp(0.875rem, 0.310665362rem + 1.1741682975vw, 1.25rem);
  margin-bottom: 2.5%;
}
@media (max-width: 768px) {
  .plans__value-initial-title {
    font-size: clamp(0.75rem, 0.5405052265rem + 0.6968641115vw, 0.875rem);
  }
}
@media (max-width: 480px) {
  .plans__value-initial-title {
    font-size: 16px;
  }
}

.plans__value-initial-amount {
  position: relative;
  font-size: clamp(1.5625rem, 0.904109589rem + 1.3698630137vw, 2rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .plans__value-initial-amount {
    font-size: clamp(1.4375rem, 1.2280052265rem + 0.6968641115vw, 1.5625rem);
  }
}
@media (max-width: 480px) {
  .plans__value-initial-amount {
    font-size: 28px;
  }
}

.plans__value-initial-amount::before {
  content: "";
  position: absolute;
  top: 59%;
  left: -17%;
  width: 132.5%;
  height: 3px;
  background-color: #cc146d;
  transform: rotate(-8deg);
}

.plans__value-initial-campaign {
  color: #cc146d;
  font-size: clamp(1rem, 0.0625rem + 1.953125vw, 1.625rem);
  font-weight: bold;
  margin-top: 4.5%;
  line-height: 1.23;
  text-align: center;
}
@media (max-width: 768px) {
  .plans__value-initial-campaign {
    font-size: clamp(0.8125rem, 0.4982578397rem + 1.0452961672vw, 1rem);
  }
}
@media (max-width: 480px) {
  .plans__value-initial-campaign {
    font-size: 21px;
  }
}
.plans__value-initial-campaign--zero {
  font-size: clamp(2.25rem, -0.0073385519rem + 4.6966731898vw, 3.75rem);
}
.plans__value-initial-campaign--campaign-text {
  font-size: clamp(1.25rem, 0.3094422701rem + 1.9569471624vw, 1.875rem);
}

.plans__value-body {
  position: relative;
  padding-inline: 4.8%;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  align-items: stretch;
}

.plans__value-specs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-top: solid 1px #e9e9e9;
  padding-top: 13%;
  padding-bottom: 13%;
}

.plans__value-specs-title {
  font-size: clamp(1rem, 0.623776908rem + 0.782778865vw, 1.25rem);
  color: #17589f;
  margin-bottom: 7.8%;
}
@media (max-width: 768px) {
  .plans__value-specs-title {
    font-size: clamp(0.875rem, 0.6655052265rem + 0.6968641115vw, 1rem);
  }
}
@media (max-width: 480px) {
  .plans__value-specs-title {
    font-size: 15px;
  }
}

.plans__value-specs-item {
  font-size: clamp(0.9375rem, 0.655332681rem + 0.5870841487vw, 1.125rem);
  text-align: center;
}
@media (max-width: 768px) {
  .plans__value-specs-item {
    font-size: clamp(0.75rem, 0.4357578397rem + 1.0452961672vw, 0.9375rem);
  }
}
.plans__value-specs-item:nth-child(n+2) {
  margin-top: 0.3em;
}
.plans__value-specs-item:nth-child(n+2)::before {
  content: "＋";
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0.4em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .plans__value-specs-item:nth-child(n+2)::before {
    font-size: 15px;
  }
}
.plans__value-specs-item:nth-child(n+3) {
  margin-top: 0.65em;
}

.plans__value-specs-item--page {
  font-size: 14px;
}
@media (max-width: 768px) {
  .plans__value-specs-item--page {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .plans__value-specs-item--page {
    font-size: 14px;
  }
}

.plans__value-specs-number {
  font-size: clamp(1.75rem, 0.0569960861rem + 3.5225048924vw, 2.875rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  .plans__value-specs-number {
    font-size: clamp(1.4375rem, 0.9137630662rem + 1.7421602787vw, 1.75rem);
  }
}
@media (max-width: 480px) {
  .plans__value-specs-number {
    font-size: 36px;
  }
}

.plans__value-features {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 12.5%;
  padding-bottom: 12%;
  border-top: solid 1px #e9e9e9;
}

.plans__value-features-box {
  width: fit-content;
  margin: 0 auto;
}

.plans__value-features-amaterasu {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.560665362rem + 1.1741682975vw, 1.5rem);
  background: linear-gradient(30deg, #20b7bd, #2977ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 768px) {
  .plans__value-features-amaterasu {
    font-size: clamp(0.9375rem, 0.6232578397rem + 1.0452961672vw, 1.125rem);
  }
}
@media (max-width: 480px) {
  .plans__value-features-amaterasu {
    font-size: 19px;
  }
}

.plans__value-features-plus {
  text-align: center;
  font-size: 16px;
  margin-top: 0.75em;
  margin-bottom: 0.95em;
}
@media (max-width: 768px) {
  .plans__value-features-plus {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .plans__value-features-plus {
    font-size: 15px;
  }
}

.plans__value-features-item {
  font-size: clamp(0.84375rem, 0.6086105675rem + 0.4892367906vw, 1rem);
  line-height: 1.2;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .plans__value-features-item {
    font-size: clamp(0.75rem, 0.5928789199rem + 0.5226480836vw, 0.84375rem);
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .plans__value-features-item {
    font-size: 15px;
  }
}
.plans__value-features-item:nth-child(n+2) {
  margin-top: 0.85em;
}

.plans__value-features-item::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #17589f;
  font-size: 16px;
}

.plans__value-benefits {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 11%;
  border-top: solid 1px #e9e9e9;
  margin-bottom: 24%;
}

.plans__value-benefits-list {
  margin-bottom: 14.5%;
  padding-left: 10%;
  margin-left: 9%;
}

.plans__value-benefits-item:nth-child(n+2) {
  margin-top: 1.5em;
}

.plans__value-benefits-text {
  position: relative;
  font-size: clamp(0.8125rem, 0.530332681rem + 0.5870841487vw, 1rem);
  line-height: 1.64;
}
@media (max-width: 768px) {
  .plans__value-benefits-text {
    font-size: clamp(0.6875rem, 0.4780052265rem + 0.6968641115vw, 0.8125rem);
  }
}
@media (max-width: 480px) {
  .plans__value-benefits-text {
    font-size: 15px;
  }
}
.plans__value-benefits-text::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.95em;
  height: auto;
  aspect-ratio: 1/1;
  left: -2.5em;
  top: -0.5em;
  background-image: url("../../assets/images/inc/plans/plans-value-benefits-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
}

.plans__value-benefits-text-bold {
  font-size: clamp(1.0625rem, 0.0278864971rem + 2.1526418787vw, 1.75rem);
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 768px) {
  .plans__value-benefits-text-bold {
    font-size: clamp(0.9375rem, 0.7280052265rem + 0.6968641115vw, 1.0625rem);
  }
}
@media (max-width: 480px) {
  .plans__value-benefits-text-bold {
    font-size: 21px;
  }
}

.plans__value-benefits-detail-link {
  display: inline-block;
  margin-left: auto;
  margin-right: 5%;
  border-bottom: solid 1px #131330;
  padding-bottom: 4px;
  transition: all 0.3s;
  font-size: clamp(0.875rem, 0.686888454rem + 0.3913894325vw, 1rem);
}
@media (max-width: 768px) {
  .plans__value-benefits-detail-link {
    font-size: clamp(0.65625rem, 0.2896341463rem + 1.2195121951vw, 0.875rem);
    white-space: nowrap;
    margin-top: auto;
  }
}
@media (max-width: 480px) {
  .plans__value-benefits-detail-link {
    font-size: 16px;
  }
}
.plans__value-benefits-detail-link:hover {
  color: #17599f;
  border-color: #17599f;
}

.plans__value-link-box {
  padding-bottom: 18%;
}

.plans__apply-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 290px;
  height: 50px;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .plans__apply-link {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .plans__apply-link {
    height: 50px;
  }
}
.plans__apply-link:hover .plans__apply-link-text-bg {
  background-color: #fff;
}

.plans__apply-link-text {
  border-radius: 100vh;
  position: absolute;
  display: grid;
  place-items: center;
  font-size: clamp(1.125rem, 0.936888454rem + 0.3913894325vw, 1.25rem);
  color: #fff;
  inset: 0;
  margin: auto;
  padding-bottom: 0.2em;
  transition: all 0.3s;
  z-index: 2;
}
@media (max-width: 768px) {
  .plans__apply-link-text {
    font-size: clamp(0.8125rem, 0.2887630662rem + 1.7421602787vw, 1.125rem);
  }
}
@media (max-width: 480px) {
  .plans__apply-link-text {
    font-size: 17px;
  }
}

.plans__apply-link-text-bg {
  position: absolute;
  inset: 2px;
  border-radius: 100vh;
  background-color: transparent;
  transition: all 0.3s;
  z-index: 1;
}

.plans__value-caution {
  width: fit-content;
  margin: 6% auto 0;
  font-size: clamp(0.75rem, 0.561888454rem + 0.3913894325vw, 0.875rem);
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  .plans__value-caution {
    font-size: clamp(0.625rem, 0.4155052265rem + 0.6968641115vw, 0.75rem);
  }
}
@media (max-width: 480px) {
  .plans__value-caution {
    font-size: 13px;
  }
}

@keyframes popInAmount {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popOutAmount {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0.5;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
.plans__features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14.9%;
}
@media (max-width: 480px) {
  .plans__features {
    padding-top: max(14.9%, 70px);
  }
}
.plans__features .problem-solving__content-link {
  margin-left: auto;
}
@media (max-width: 768px) {
  .plans__features .problem-solving__content-link {
    width: 65%;
    min-width: 250px;
  }
}
@media (max-width: 480px) {
  .plans__features .problem-solving__content-link {
    margin: 0 auto;
  }
}

.plans__features-head {
  margin-bottom: 6.7%;
}
@media (max-width: 480px) {
  .plans__features-head {
    margin-bottom: 40px;
  }
}

.plans__features-title {
  margin-bottom: 15.2%;
}

.plans__features-head-text {
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
  text-align: center;
}

.plans__features-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13%;
  width: 87.6%;
  max-width: 897px;
  margin-bottom: 6.9%;
}
@media (max-width: 480px) {
  .plans__features-items {
    gap: 10%;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.plans__features-item {
  width: 23.97%;
  max-width: 215px;
}
@media (max-width: 480px) {
  .plans__features-item {
    width: 43%;
  }
}
.plans__features-item:nth-child(n+4) {
  margin-top: 6.5%;
}
@media (max-width: 480px) {
  .plans__features-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .plans__features-item:nth-child(n+3) {
    margin-top: 6.5%;
    margin-top: 35px;
  }
}

.plans__features-item-icon {
  margin-bottom: 9%;
}

.plans__features-item-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  font-size: clamp(0.8125rem, 0.3986232791rem + 1.3767209011vw, 1.5rem);
}
@media (max-width: 480px) {
  .plans__features-item-text-box {
    font-size: clamp(0.8125rem, 0.3125rem + 2.5vw, 1.0625rem);
  }
}

.plans__features-item-text {
  font-size: 0.66em;
  margin-bottom: 0.5em;
}

.plans__features-item-text-bold {
  font-size: 1em;
  color: #17589f;
  font-weight: bold;
}

.option {
  padding-top: min(10.2%, 130px);
}

.option__title {
  letter-spacing: -0.04em;
  margin-bottom: 2.34375%;
}

.option__lead {
  font-size: clamp(0.875rem, 0.7916666667rem + 0.4166666667vw, 1.125rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  margin-bottom: 4.921875%;
  text-align: center;
  text-transform: uppercase;
}

.option-scroll {
  overflow-x: hidden;
  width: 100%;
}

.option-scroll__container {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 41px;
}

.option-scroll__block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 320px;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  scroll-snap-align: start;
  width: 320px;
}
.option-scroll__block:nth-of-type(odd) .option-card:nth-of-type(odd) .option-card__body {
  background-color: #17599f;
}
.option-scroll__block:nth-of-type(odd) .option-card:nth-of-type(even) .option-card__body {
  background-color: #2298a6;
}
.option-scroll__block:nth-of-type(even) .option-card:nth-of-type(odd) .option-card__body {
  background-color: #2298a6;
}
.option-scroll__block:nth-of-type(even) .option-card:nth-of-type(even) .option-card__body {
  background-color: #17599f;
}

.option-card {
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(204, 204, 204, 0.7);
  overflow: hidden;
  padding: 3px;
  position: relative;
  width: 320px;
}
.option-card::before, .option-card::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}
.option-card::before {
  background-image: url("../images/inc/option/option-bg-dot-circle.svg");
  height: 137px;
  top: -13px;
  left: 0px;
  width: 137px;
}
.option-card::after {
  background-image: url("../images/inc/option/option-bg-round.svg");
  height: 244px;
  right: -60px;
  bottom: 20px;
  width: 244px;
}

.option-card__body {
  border-radius: 10px;
  color: #fff;
  height: 287px;
  margin-bottom: 15px;
  padding: 25px;
}

.option-card__title {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 500;
  height: 55px;
  justify-content: center;
  margin-bottom: 28px;
  padding-left: 55px;
  position: relative;
}
.option-card__title::before, .option-card__title::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
}
.option-card__title::before {
  height: 40px;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 4px;
}
.option-card__title::after {
  height: 4px;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
}

.option-card__text {
  letter-spacing: -0.085em;
  line-height: 2;
  font-weight: 300;
}

.option-card__price {
  margin-bottom: 16px;
  margin-right: 22px;
  text-align: right;
}

.option-card__price--value {
  font-size: 2rem;
  font-weight: bold;
}

.option-card__price--unit {
  font-size: 0.875rem;
}

.option-scroll__note {
  color: #17589f;
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
  line-height: 1.5;
  padding: 0 min(2.3%, 30px);
  text-align: right;
}

.option__end-lead {
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.875rem);
  font-weight: bold;
  line-height: 1.5666666667;
  padding-top: min(6.2%, 80px);
  text-align: center;
}

.option-cta {
  display: flex;
  gap: 5%;
  justify-content: center;
  margin-top: 7%;
}
@media (max-width: 768px) {
  .option-cta {
    flex-direction: column;
    align-items: center;
  }
}

.option-cta__text {
  font-size: clamp(1rem, 0.9166666667rem + 0.4166666667vw, 1.25rem);
  text-align: center;
}

.option-cta__contents {
  max-width: 450px;
  width: 100%;
}
.option-cta__contents:nth-of-type(1) .option-cta__button {
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5625rem;
  height: 70px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.option-cta__contents:nth-of-type(1) .option-cta__button::before {
  background: #fff;
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.option-cta__contents:nth-of-type(1) .option-cta__button .option-cta__button-text {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 2;
}
.option-cta__contents:nth-of-type(1) .option-cta__button .option-cta__button-text--normal {
  color: #fff;
  opacity: 1;
}
.option-cta__contents:nth-of-type(1) .option-cta__button .option-cta__button-text--gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  background-clip: text;
  color: transparent;
  opacity: 0;
}
.option-cta__contents:nth-of-type(1) .option-cta__button:hover {
  border-color: linear-gradient(to right, #17589f 0%, #2298a6 100%);
}
.option-cta__contents:nth-of-type(1) .option-cta__button:hover::before {
  opacity: 1;
}
.option-cta__contents:nth-of-type(1) .option-cta__button:hover .option-cta__button-text--normal {
  opacity: 0;
}
.option-cta__contents:nth-of-type(1) .option-cta__button:hover .option-cta__button-text--gradient {
  opacity: 1;
}
@media (max-width: 768px) {
  .option-cta__contents:nth-of-type(2) {
    margin-top: 5.5%;
  }
}
.option-cta__contents:nth-of-type(2) .option-cta__button {
  background: linear-gradient(to right, #cc146d 0%, #e30b73 50%, #cc14b4 100%);
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5625rem;
  height: 70px;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.option-cta__contents:nth-of-type(2) .option-cta__button::before {
  background: #fff;
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.option-cta__contents:nth-of-type(2) .option-cta__button .option-cta__button-text {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 2;
}
.option-cta__contents:nth-of-type(2) .option-cta__button .option-cta__button-text--normal {
  color: #fff;
  opacity: 1;
}
.option-cta__contents:nth-of-type(2) .option-cta__button .option-cta__button-text--gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #cc146d 0%, #e30b73 50%, #cc14b4 100%);
  background-clip: text;
  color: transparent;
  opacity: 0;
}
.option-cta__contents:nth-of-type(2) .option-cta__button:hover {
  border-color: linear-gradient(to right, #cc146d 0%, #e30b73 50%, #cc14b4 100%);
}
.option-cta__contents:nth-of-type(2) .option-cta__button:hover::before {
  opacity: 1;
}
.option-cta__contents:nth-of-type(2) .option-cta__button:hover .option-cta__button-text--normal {
  opacity: 0;
}
.option-cta__contents:nth-of-type(2) .option-cta__button:hover .option-cta__button-text--gradient {
  opacity: 1;
}

.news {
  padding: min(10.2%, 130px) 0;
  overflow: hidden;
}

.news__title {
  letter-spacing: -0.04em;
}

.news-tab {
  margin-top: min(9.7%, 100px);
}

.news-tab__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-tab__list::before, .news-tab__list::after {
  background-color: #2298a6;
  content: "";
  height: 0.5px;
  position: absolute;
  bottom: 0;
  width: 100vw;
}
.news-tab__list::before {
  left: 100%;
}
.news-tab__list::after {
  right: 100%;
}

.news-tab__item {
  flex: 1;
  width: 100%;
}

.news-tab__link {
  border: 1px solid transparent;
  border-bottom-color: #2298a6;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  color: #b3b7b7;
  display: block;
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
  letter-spacing: -0.08em;
  padding: 0.9375em 0;
  pointer-events: all;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}
.news-tab__link:hover {
  color: #17589f;
}
.news-tab__link.active {
  border-color: #2298a6;
  border-bottom-color: transparent;
  color: #17589f;
}

.news-list {
  margin-bottom: min(7.5%, 75px);
  margin-top: min(7.8%, 80px);
  padding: 0 min(3%, 30px);
}

.news-list__item:not(:first-of-type) {
  margin-top: 32px;
}

.news-list__link {
  display: block;
}

.news-list__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
}

.news-list__date,
.news-list__category,
.news-list__title {
  font-size: clamp(0.875rem, 0.8333333333rem + 0.2083333333vw, 1rem);
  transition: all 0.3s ease;
}

.news-list__category {
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  margin-left: 9.5%;
  max-width: 120px;
  padding: 0.3125em 0;
  text-align: center;
  width: 100%;
}

.news-list__title {
  margin-left: 2.5%;
}

.news-list__item[data-tag=news] .news-list__category {
  background-color: #2297a6;
}
.news-list__item[data-tag=news]:hover .news-list__date,
.news-list__item[data-tag=news]:hover .news-list__title {
  color: #17589f;
}
.news-list__item[data-tag=news]:hover .news-list__category {
  background-color: #fff;
  border-color: #2297a6;
  color: #2297a6;
}

.news-list__item[data-tag=topics] .news-list__category {
  background-color: #5b92dc;
}
.news-list__item[data-tag=topics]:hover .news-list__date,
.news-list__item[data-tag=topics]:hover .news-list__title {
  color: #17589f;
}
.news-list__item[data-tag=topics]:hover .news-list__category {
  background-color: #fff;
  border-color: #5b92dc;
  color: #5b92dc;
}

.news-list__item[data-tag=release] .news-list__category {
  background-color: #767e9a;
}
.news-list__item[data-tag=release]:hover .news-list__date,
.news-list__item[data-tag=release]:hover .news-list__title {
  color: #17589f;
}
.news-list__item[data-tag=release]:hover .news-list__category {
  background-color: #fff;
  border-color: #767e9a;
  color: #5b92dc;
}

.news-list__item[data-tag=event-campaign] .news-list__category {
  background-color: #17589f;
}
.news-list__item[data-tag=event-campaign]:hover .news-list__date,
.news-list__item[data-tag=event-campaign]:hover .news-list__title {
  color: #17589f;
}
.news-list__item[data-tag=event-campaign]:hover .news-list__category {
  background-color: #fff;
  border-color: #17589f;
  color: #17589f;
}

.news .problem-solving__content-link {
  margin-left: auto;
}

/* -------------------------------------
おまかせください！のバナー
------------------------------------- */
.omakase-banner {
  background-color: #cbe3ea;
  overflow: hidden;
}

.omakase-banner__link {
  display: block;
  padding-bottom: min(1.6%, 20px);
  font-size: clamp(1.3125rem, 0.2213704631rem + 3.6295369212vw, 3.125rem);
}
@media (max-width: 768px) {
  .omakase-banner__link {
    padding-bottom: max(1.6%, 10px);
  }
}
@media (max-width: 480px) {
  .omakase-banner__link {
    font-size: clamp(1rem, 0.5rem + 2.5vw, 1.25rem);
  }
}
.omakase-banner__link:hover .omakase-banner__button-text {
  color: transparent;
  background-image: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.omakase-banner__link:hover .omakase-banner__button-bg {
  background-color: #fff;
}

.omakase-banner__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 80%;
}
@media (max-width: 480px) {
  .omakase-banner__inner {
    min-width: 300px;
  }
}

.omakase-banner__main {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 51.95%;
  margin-bottom: 1.2%;
}
.omakase-banner__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15.5%;
  width: 126.7%;
  height: auto;
  z-index: 1;
  aspect-ratio: 673/540;
  background-image: url("../../assets/images/components/omakase-banner/omakase-banner-fireworks.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.omakase-banner__title {
  display: grid;
  place-items: center;
  font-size: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.35em;
  color: #fff;
  font-weight: bold;
  background-color: #cc146d;
  border-radius: 0 0 1em 1em;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3019607843) 4px, transparent 4px), radial-gradient(circle, rgba(255, 255, 255, 0.3019607843) 4px, transparent 4px);
  background-position: 11px 3px, 27px 18px;
  background-size: 32px 32px;
  margin-bottom: 3.4%;
}

.omakase-banner__lead {
  font-size: 0.4em;
  line-height: 1.55;
}
@media (max-width: 480px) {
  .omakase-banner__lead {
    font-size: max(0.4em, 8px);
  }
}

.omakase-banner__info {
  text-align: center;
  width: 51.95%;
  z-index: 2;
}

.omakase-banner__subtitle {
  font-size: 0.56em;
  line-height: 1.6;
  color: #cc146d;
  font-weight: bold;
  margin-bottom: 6%;
  white-space: nowrap;
}

.omakase-banner__image {
  position: absolute;
  top: 12%;
  left: 0;
  width: min(36.48vw, 467px);
  z-index: 2;
}
@media (max-width: 480px) {
  .omakase-banner__image {
    top: 21%;
    min-width: 128px;
  }
}

.omakase-banner__desc-wrapper {
  position: relative;
  color: #fff;
  z-index: 1;
}
.omakase-banner__desc-wrapper::before {
  content: "";
  position: absolute;
  top: -22%;
  left: -47%;
  width: 102vw;
  height: 144%;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 480px) {
  .omakase-banner__desc-wrapper::before {
    height: 160%;
  }
}

.omakase-banner__desc {
  font-size: 0.36em;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .omakase-banner__desc {
    font-size: max(0.36em, 8px);
    margin-bottom: max(2%, 7px);
  }
}

.omakase-banner__button {
  position: relative;
  display: grid;
  place-items: center;
  border: solid 2px #fff;
  border-radius: 100vh;
  aspect-ratio: 450/62;
  width: 84.58%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .omakase-banner__button {
    aspect-ratio: 450/80;
  }
}

.omakase-banner__button-text {
  border-radius: 100vh;
  font-size: 0.5em;
  position: absolute;
  display: grid;
  place-items: center;
  width: fit-content;
  inset: 0;
  margin: auto;
  padding-bottom: 0.2em;
  transition: all 0.3s;
  z-index: 2;
}

.omakase-banner__button-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: transparent;
  transition: all 0.3s;
  z-index: 1;
}

/* -------------------------------------
完全予約制無料相談のバナー
------------------------------------- */
.alignment-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-top: min(4.25%, 54px);
  padding-bottom: min(3.3%, 41px);
  min-height: 148px;
  background-size: cover;
}
.alignment-banner:hover .alignment-banner__apply-link-text-bg {
  opacity: 1;
}
.alignment-banner:hover .alignment-banner__apply-link-text:after {
  opacity: 1;
}
.alignment-banner:hover .alignment-banner__apply-link-text {
  color: transparent;
}

.alignment-banner--left {
  background-image: url("../../assets/images/components/alignment-banner-left/alignment-banner-left.webp");
  background-position: 55%;
}
.alignment-banner--left .alignment-banner__inner {
  align-items: flex-start;
}

.alignment-banner--right {
  background-image: url("../../assets/images/components/alignment-banner-right/alignment-banner-right.webp");
  background-position: 55%;
}
@media (max-width: 480px) {
  .alignment-banner--right {
    background-position: 3%;
  }
}
.alignment-banner--right .alignment-banner__inner {
  align-items: flex-end;
}

.alignment-banner__inner {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
@media (max-width: 480px) {
  .alignment-banner__inner {
    width: 80%;
  }
}

.alignment-banner__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.alignment-banner__text {
  display: block;
  font-size: clamp(1.1875rem, 0.2083333333rem + 4.8958333333vw, 4.125rem);
  margin-bottom: 7.9%;
}

.alignment-banner__text-small {
  display: block;
  font-size: 0.485em;
  letter-spacing: 0.05em;
  margin-bottom: -2%;
}

.alignment-banner__text-large {
  display: block;
  font-size: 0.727em;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.alignment-banner__text-pink {
  padding-left: 0.05em;
  letter-spacing: 0.074em;
  font-size: 1.375em;
  display: inline-block;
  color: #cc146d;
  font-weight: bold;
}

.alignment-banner__apply-link {
  display: block;
  position: relative;
  width: 82.57%;
  max-width: 450px;
  height: 100%;
  aspect-ratio: 450/71;
  border-radius: 100vh;
  background-color: #fff;
  font-size: 25px;
}
@media (max-width: 480px) {
  .alignment-banner__apply-link {
    aspect-ratio: 450/80;
  }
}

.alignment-banner__apply-link-text {
  border-radius: 100vh;
  position: absolute;
  display: grid;
  place-items: center;
  font-size: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.5625rem);
  color: #131330;
  inset: 0;
  margin: auto;
  padding-bottom: 0.2em;
  transition: all 0.3s;
  z-index: 2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .alignment-banner__apply-link-text {
    padding-bottom: 0;
  }
}
.alignment-banner__apply-link-text:after {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  content: "オンライン個別相談";
  position: absolute;
  inset: 0;
  margin: auto;
  padding-bottom: 0.2em;
  background: linear-gradient(to right, #cc146d 0%, #e30b73 50%, #cc14b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .alignment-banner__apply-link-text:after {
    padding-bottom: 0;
  }
}

.alignment-banner__apply-link-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100vh;
  border: 2px solid transparent;
  background: linear-gradient(to right, #cc146d 0%, #e30b73 50%, #cc14b4 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

/* -------------------------------------
miseruのサンプルサイト
------------------------------------- */
.sample {
  padding-top: min(9.2%, 118px);
  padding-bottom: min(10.3%, 132px);
  background-color: #f5f8f8;
}
@media (max-width: 768px) {
  .sample {
    padding-top: max(9.2%, 50px);
    padding-bottom: max(10.3%, 50px);
  }
}

.sample__title {
  margin-bottom: min(4.3%, 55px);
}
@media (max-width: 768px) {
  .sample__title {
    margin-bottom: max(4.3%, 30px);
  }
}

.sample__item-box {
  width: 100%;
  background-image: url("../../assets/images/index/sample-dots.svg");
  background-repeat: repeat;
  background-size: 68px;
  background-position: calc(50% + 23px) calc(50% - 10px);
  padding-top: min(4.7%, 60px);
  padding-bottom: min(4.7%, 60px);
  margin-bottom: min(4.7%, 60px);
}
@media (max-width: 768px) {
  .sample__item-box {
    padding-top: max(4.7%, 40px);
    padding-bottom: max(4.7%, 40px);
    margin-bottom: max(4.7%, 30px);
  }
}

.sample__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sample__items {
    width: 85%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.sample__item {
  max-width: 240px;
  width: 23.4%;
}
@media (max-width: 768px) {
  .sample__item {
    width: 36.75%;
  }
  .sample__item:nth-child(n+3) {
    margin-top: 8%;
  }
}
@media (max-width: 480px) {
  .sample__item {
    width: 100%;
  }
  .sample__item:nth-child(n+3) {
    margin-top: 0;
  }
  .sample__item:nth-child(n+2) {
    margin-top: 18%;
  }
}

.sample__item-link {
  display: block;
  margin-bottom: 5.5%;
  font-size: clamp(0.9375rem, 0.655332681rem + 0.5870841487vw, 1.125rem);
}
.sample__item-link:hover .sample__item-category {
  color: #cc146d;
  border-color: #cc146d;
}
.sample__item-link:hover .sample__item-title {
  border-bottom: solid 1px #cc146d;
}
.sample__item-link:hover .sample__item-img::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .sample__item-link {
    font-size: clamp(0.9375rem, 0.6232578397rem + 1.0452961672vw, 1.125rem);
  }
}
@media (max-width: 480px) {
  .sample__item-link {
    font-size: 18px;
  }
}

.sample__item-img {
  position: relative;
  margin-bottom: 9.4%;
}
.sample__item-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/index/sample-miseru-mask.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s;
}

.sample__item-category {
  display: inline-block;
  text-align: center;
  padding: 0 2px 0 2px;
  color: #17589f;
  border: solid 1px #17589f;
  margin-bottom: 6%;
  font-size: 0.89em;
}

.sample__item-title {
  width: fit-content;
  font-size: 1em;
  color: #cc146d;
  font-weight: bold;
  padding-bottom: 1px;
  transition: all 0.3s;
  border-bottom: solid 1px transparent;
}

.sample__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4%;
  color: #999999;
  font-size: 0.77em;
  padding-right: 5%;
}

.sample__item-tag {
  transition: all 0.3s;
}
.sample__item-tag:hover {
  color: #cc146d;
}

.sample__button-box .rounded-button {
  margin-left: auto;
}
@media (max-width: 768px) {
  .sample__button-box .rounded-button {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .sample__button-box .rounded-button {
    width: 80%;
    margin: 0 auto;
  }
}

/* -------------------------------------
成功のカギ
------------------------------------- */
.success__keyvisual img {
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 768px) {
  .success__keyvisual img {
    min-height: 150px;
  }
}

.success__contents {
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  padding-top: min(7.4%, 94px);
  padding-bottom: min(7.85%, 100px);
}
@media (max-width: 768px) {
  .success__contents {
    padding-top: max(7.4%, 30px);
    padding-bottom: max(7.85%, 50px);
  }
}

.success__title-box {
  text-align: center;
  color: #fff;
  margin-bottom: 5.7%;
}
@media (max-width: 768px) {
  .success__title-box {
    margin-bottom: max(5.7%, 30px);
  }
}

.success__title {
  font-size: clamp(1.375rem, 0.8333333333rem + 2.7083333333vw, 3rem);
  font-weight: bold;
  margin-bottom: 2.7%;
}
@media (max-width: 768px) {
  .success__title {
    margin-bottom: max(2.7%, 20px);
  }
}

.success__description {
  font-size: 18px;
  font-size: clamp(0.8125rem, 0.7083333333rem + 0.5208333333vw, 1.125rem);
}
@media (max-width: 480px) {
  .success__description {
    line-height: 1.3;
  }
}

.success__flow {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  background-color: white;
  text-align: center;
  padding-top: 5.8%;
  padding-inline: 6.8%;
  padding-bottom: 3.7%;
  margin-bottom: 3%;
  background-image: url("../../assets/images/common/success-flow-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .success__flow {
    background-position: 40%;
  }
}
@media (max-width: 480px) {
  .success__flow {
    background-image: url("../../assets/images/common/success-flow-bg-sp.svg");
    align-items: center;
    flex-direction: column;
    padding-top: max(6%, 30px);
    padding-bottom: max(6%, 30px);
    width: 90%;
    margin: 0 auto 20px;
    background-position: 70%;
  }
}

.success__flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 13.9%;
  max-width: 120px;
  font-size: clamp(1.75rem, 1.1479974969rem + 2.0025031289vw, 2.75rem);
}
@media (max-width: 480px) {
  .success__flow-item {
    width: 100%;
    max-width: 205px;
    flex-direction: row;
    font-size: clamp(2rem, 0.5rem + 7.5vw, 2.75rem);
    gap: 9%;
  }
  .success__flow-item:nth-child(n+2) {
    margin-top: 15%;
  }
}

.success__flow--line::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 11%;
  width: 77%;
  height: 1px;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .success__flow--line::after {
    top: 34.5%;
  }
}
@media (max-width: 480px) {
  .success__flow--line::after {
    transform: initial;
    width: 2px;
    height: 84%;
    top: 7%;
    background: linear-gradient(to bottom, #17589f 0%, #2298a6 100%);
    left: clamp(4.6875rem, -3.8125rem + 42.5vw, 8.9375rem);
  }
}

.success__flow-number {
  display: grid;
  place-items: center;
  width: 70%;
  min-width: 80px;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 4%;
  margin-bottom: 15.5%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .success__flow-number {
    width: 92%;
    max-width: 80px;
    min-width: 60px;
  }
}
@media (max-width: 480px) {
  .success__flow-number {
    min-width: 84px;
    margin-bottom: 0;
    padding-bottom: 2%;
  }
}

.success__flow-title {
  text-align: center;
  font-size: 0.454em;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .success__flow-title {
    text-align: left;
  }
}

.success__button {
  margin-left: auto;
}
@media (max-width: 768px) {
  .success__button {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .success__button {
    width: 80%;
    margin: 0 auto;
  }
}

/* -------------------------------------
よくある質問
------------------------------------- */
.faq {
  padding-top: min(9.5%, 122px);
  padding-bottom: min(10.2%, 131px);
  background-color: #f5f8f8;
}
@media (max-width: 768px) {
  .faq {
    padding-top: max(9.5%, 50px);
    padding-bottom: max(10.2%, 50px);
  }
}

.faq__title {
  margin-bottom: 5.4%;
}

.faq__item {
  position: relative;
  border-radius: 9px;
  background: linear-gradient(to right, #17589f 0%, #2297a6 100%);
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.2s;
  cursor: pointer;
  z-index: 1;
}
.faq__item:nth-child(n+2) {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .faq__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.faq__item::before {
  background: #fff;
  border-radius: 9px;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 7px;
  z-index: -1;
}
.faq__item.open {
  grid-template-rows: auto 1fr;
}
.faq__item.open .faq__answer {
  opacity: 1;
}
.faq__item.open .faq__question::before {
  transform: rotate(90deg) translate(-3%, -10%);
}

.faq__question-box {
  display: flex;
  flex-direction: column;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 80px;
  padding-right: 65px;
}
@media (max-width: 480px) {
  .faq__question-box {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.faq__question {
  position: relative;
  font-size: 24px;
}
@media (max-width: 768px) {
  .faq__question {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .faq__question {
    font-size: 16px;
  }
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -36px;
  width: 24px;
  height: 4px;
  background-color: #2298a6;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .faq__question::before, .faq__question::after {
    width: 20px;
    height: 3px;
  }
}
.faq__question::before {
  transition: all 0.2s;
}

.faq__question-label {
  position: absolute;
  top: 28%;
  left: -54px;
  display: block;
  transform: translateY(-50%);
  font-size: 40px;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq__question-label {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .faq__question-label {
    font-size: 27px;
    left: -35px;
  }
}

.faq__answer-box {
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s;
}

.faq__answer {
  width: 95%;
  padding-top: 28px;
  padding-bottom: 31px;
  padding-left: 55px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #131330 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left top;
}
@media (max-width: 768px) {
  .faq__answer {
    font-size: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 65px;
  }
}
@media (max-width: 480px) {
  .faq__answer {
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 42px;
  }
}

/* -------------------------------------
index-mv
------------------------------------- */
.index-mv {
  display: grid;
  place-items: center;
  background-image: url("../images/index/index-mv-bg.webp");
  background-size: cover;
  height: min(100vh, 720px);
  max-height: clamp(25rem, 18.3333rem + 33.3333vw, 45rem);
}

.index-mv__title-box {
  margin-top: -1.5%;
  margin-left: max(4.8%, 30px);
  width: 33.59375vw;
  max-width: 430px;
  min-width: 200px;
}

.index-mv_text-top {
  font-size: clamp(1.25rem, -0.1072080292rem + 3.6496350365vw, 2.8125rem);
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #17589f, #2298a6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.index-mv_text-bottom {
  font-size: clamp(0.6875rem, -0.0182481752rem + 1.897810219vw, 1.5rem);
  display: block;
  margin-top: 2.4%;
}

.index-mv__title {
  margin-top: 5%;
  margin-left: -2%;
}

/* -------------------------------------
service-features
------------------------------------- */
.service-features__title-box {
  width: 100%;
  max-height: 180px;
  background: linear-gradient(to right, #17589f, #2298a6);
  display: grid;
  place-items: center;
}

.service-features__title {
  font-size: clamp(0.6875rem, 0.1875rem + 2.5vw, 2.1875rem);
  color: #fff;
  line-height: 1.37;
  text-align: center;
  padding-block: 3.28%;
}

.service-features__content {
  padding-top: min(9.6%, 123px);
}
@media (max-width: 768px) {
  .service-features__content {
    padding-top: max(9.6%, 50px);
  }
}

.service-features__items {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 0;
  justify-content: space-between;
  padding-top: min(10%, 98px);
  padding-bottom: min(10.1%, 104px);
  max-width: 1013px;
}
@media (max-width: 768px) {
  .service-features__items {
    padding-top: max(10.1%, 40px);
    justify-content: space-evenly;
  }
}
@media (max-width: 480px) {
  .service-features__items {
    flex-direction: column;
    align-items: center;
  }
}

.service-features__item {
  width: 29.6150049358%;
  max-width: 300px;
  min-width: 225px;
}
@media (max-width: 768px) {
  .service-features__item {
    width: 41.095890411%;
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .service-features__item {
    width: 100%;
    max-width: 280px;
    min-width: initial;
  }
}

.service-features__item-gradient-line {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #17589f, #2298a6);
}

.service-features__item-title-box {
  position: relative;
  display: grid;
  place-items: center start;
  padding-left: 28.5%;
  background-color: #17589f;
  overflow: hidden;
}

.service-features__item-title-box::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/index/magnifying-glass.svg");
  background-size: cover;
  width: 37%;
  height: auto;
  aspect-ratio: 1/1;
  top: -5%;
  bottom: 0;
  left: -10%;
  margin: auto;
}

.service-features__item-title {
  color: #fff;
  font-size: clamp(0.75rem, 0.3333333333rem + 0.8333333333vw, 1rem);
  padding-top: 0.5em;
  padding-bottom: 0.6em;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .service-features__item-title {
    font-size: clamp(0.625rem, -0.1162790698rem + 2.3255813953vw, 1rem);
  }
}
@media (max-width: 480px) {
  .service-features__item-title {
    font-size: 14px;
  }
}

.service-features__item-title-emphasis {
  font-size: clamp(0.9375rem, 0.4166666667rem + 1.0416666667vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .service-features__item-title-emphasis {
    font-size: clamp(0.8125rem, -0.0523255814rem + 2.7131782946vw, 1.25rem);
  }
}
@media (max-width: 480px) {
  .service-features__item-title-emphasis {
    font-size: 18px;
  }
}

.service-features__price {
  padding-block: min(5.3%, 68px);
  background-image: url("../../assets/images/index/service-features-price-bg.webp");
  background-size: cover;
}

.service-features__price-inner {
  width: 70.3125vw;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-features__price-inner {
    width: 80vw;
    min-width: 280px;
  }
}

.service-features__price-items {
  display: flex;
  justify-content: space-between;
}

.service-features__price-item {
  display: grid;
  place-items: center;
  width: 31.2%;
  max-width: 280px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}

.service-features__price-text {
  font-size: clamp(0.6875rem, 0.4166666667rem + 1.3541666667vw, 1.5rem);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.25;
  margin-top: -7%;
}

.service-features__price-text-name {
  letter-spacing: 0.025em;
  display: grid;
  place-items: center;
  min-height: 2.5em;
  color: #131330;
}

.service-features__price-free {
  display: block;
  font-size: clamp(1.5rem, 0.75rem + 3.75vw, 3.75rem);
  letter-spacing: 0.06em;
  color: #cc146d;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}

.service-features__price-monthly {
  color: #fff;
  text-align: center;
  letter-spacing: 0.4em;
  overflow: hidden;
}

.service-features__price-monthly-main {
  display: flex;
  justify-content: center;
  margin-top: 1.7%;
  margin-right: -11%;
}

.service-features__price-monthly-jp-left,
.service-features__price-monthly-jp-right {
  font-size: clamp(0.75rem, 0.2083333333rem + 2.7083333333vw, 2.375rem);
  padding-top: 3.5%;
  font-weight: bold;
}

.service-features__price-monthly-jp-right {
  align-self: flex-end;
}

.service-features__price-monthly-jp-small {
  font-size: clamp(0.625rem, 0.2083333333rem + 2.0833333333vw, 1.875rem);
  margin-inline: -0.4em;
  letter-spacing: 0;
}

.service-features__price-monthly-number {
  font-size: clamp(2.5rem, 0.2083333333rem + 11.4583333333vw, 9.375rem);
  font-family: "Shippori Mincho", serif;
  padding-inline: 0.1em;
}

.service-features__price-monthly-supplement {
  font-size: clamp(0.625rem, 0.2487484355rem + 1.2515644556vw, 1.25rem);
  letter-spacing: 0;
  margin-top: 1em;
}

/* -------------------------------------
problem-solving
------------------------------------- */
.problem-solving {
  overflow: hidden;
  padding-top: min(6.4%, 81px);
  padding-bottom: min(10.3%, 130px);
  background: linear-gradient(0deg, #17599f 3%, #2298a6 40%, #f5f8f8 80%, #ffffff 100%);
}
@media (max-width: 768px) {
  .problem-solving {
    padding-top: max(6.4%, 50px);
    padding-bottom: max(10.3%, 70px);
  }
}

.problem-solving__inner {
  width: 80vw;
  max-width: 1024px;
  margin: 0 auto;
}

.problem-solving__contents {
  padding-top: 4%;
}

.problem-solving__content {
  max-width: 1024px;
  position: relative;
  display: flex;
  gap: 8%;
  color: #131330;
  padding-top: 5.5%;
  padding-left: 7%;
  padding-right: 5%;
  padding-bottom: 7.8%;
  z-index: 1;
}
@media (max-width: 768px) {
  .problem-solving__content {
    flex-direction: column;
    align-items: center;
    padding-bottom: max(7.8%, 40px);
  }
}
.problem-solving__content:nth-child(n+2) {
  margin-top: 9.8%;
}
.problem-solving__content::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
}
.problem-solving__content .problem-solving__content-img {
  position: absolute;
  width: 26.1%;
  z-index: -1;
}
.problem-solving__content:nth-child(1) .problem-solving__content-img {
  bottom: 19.5%;
  right: 4.3%;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .problem-solving__content:nth-child(1) .problem-solving__content-img {
    bottom: 14%;
    right: 5%;
  }
}
.problem-solving__content:nth-child(2) .problem-solving__content-img {
  bottom: 1.5%;
  right: 3%;
  opacity: 0.08;
}
@media (max-width: 768px) {
  .problem-solving__content:nth-child(2) .problem-solving__content-img {
    bottom: 13%;
    right: 5%;
    opacity: 0.15;
  }
}
.problem-solving__content:nth-child(3) .problem-solving__content-img {
  bottom: 3.5%;
  right: 5%;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .problem-solving__content:nth-child(3) .problem-solving__content-img {
    bottom: 14%;
    right: 5%;
  }
}
.problem-solving__content:nth-child(4) .problem-solving__content-img {
  bottom: 1.5%;
  right: 5%;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .problem-solving__content:nth-child(4) .problem-solving__content-img {
    bottom: 13%;
    right: 5%;
    opacity: 0.15;
  }
}
.problem-solving__content:nth-child(1)::after {
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 4.5em 0;
  margin-left: calc(50% - 50vw);
}
.problem-solving__content:nth-child(2)::after {
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 0 4.5em;
  margin-right: calc(50% - 50vw);
}
.problem-solving__content:nth-child(3)::after {
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 4.5em 0;
  margin-left: calc(50% - 50vw);
}
.problem-solving__content:nth-child(4)::after {
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 0 4.5em;
  margin-right: calc(50% - 50vw);
}

.problem-solving__content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  max-width: 280px;
  font-size: clamp(5rem, 1.2377690802rem + 7.8277886497vw, 7.5rem);
}
@media (max-width: 768px) {
  .problem-solving__content-title {
    font-size: clamp(2.8125rem, 1.25rem + 7.8125vw, 5rem);
  }
}

.problem-solving__content-title-number {
  font-size: 1em;
  font-weight: bold;
  color: #badee3;
}

.problem-solving__content-title-icon {
  display: block;
  width: 36%;
  margin-bottom: 0.7%;
}
.problem-solving__content-title-icon img {
  display: block;
}

.problem-solving__content-title-jp {
  display: block;
  text-align: center;
  font-size: 0.33em;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 0.88em;
}

.problem-solving__content-title-en {
  font-size: 0.2em;
  font-weight: 200;
  white-space: nowrap;
  text-align: center;
  color: #17589f;
  font-family: "Inter", serif;
}

.problem-solving__content-body {
  position: relative;
  padding-top: 1.7%;
}
@media (max-width: 768px) {
  .problem-solving__content-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5em;
  }
}

.problem-solving__content-text-box {
  margin-bottom: 12.1%;
}

.problem-solving__content-text {
  line-height: 1.875;
  font-size: clamp(0.875rem, 0.686888454rem + 0.3913894325vw, 1rem);
}
@media (max-width: 768px) {
  .problem-solving__content-text {
    font-size: clamp(0.75rem, 0.6607142857rem + 0.4464285714vw, 0.875rem);
  }
}

.problem-solving__content-text--pink {
  color: #cc146d;
}

.problem-solving__content-text-emphasis {
  font-size: clamp(1.4375rem, 1.155332681rem + 0.5870841487vw, 1.625rem);
  font-weight: bold;
  width: fit-content;
  color: transparent;
  background: linear-gradient(to right, #17589f 0%, #2298a6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 1em;
  padding-bottom: 1.1em;
}
@media (max-width: 768px) {
  .problem-solving__content-text-emphasis {
    font-size: clamp(1.125rem, 0.9017857143rem + 1.1160714286vw, 1.4375rem);
  }
}

@media (max-width: 768px) {
  .problem-solving__content-link {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
