@charset "UTF-8";

/* ==========================================
  IMPORT
========================================== */

/* ========== BASE ========== */

/* Sanitize CSS (reset css)
 * ========================================================================== */

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl,
dd {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  background: none;
  border: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* customize */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

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

img {
  max-width: 100%;
  align-items: center;
}

figure {
  margin: 0;
}

/* /Sanitize CSS (reset css)
 * ========================================================================== */

:root {
  --black: #000;
  --main: #181B35;
  --text: #414257;
  --sub2: #676979;
  --sub3: #A0A1AB;
  --sub4: #554B4C;
  --white: #FFF;
  --s-color-de9f6fba: #2452ffff;
  --s-color-1287bef2: #ff1925ff;
  --s-color-4791f17c: #181b35ff;
  --s-color-7ca9b679: #5c616fff;
  --s-color-7698f885: #008200ff;
  --s-font-85a1dc7e: 'Noto Sans JP', sans-serif;
  --color-main-blue: #2452ff;
  --color-object-main: #181b35;
  --color-action: #ff1925;
  --color-white: #ffffff;
  --shadow-card: 0 2px 12px rgba(19, 21, 43, 0.07), 0 0.4px 1.95px rgba(19, 21, 43, 0.04);
  --font-base: "Noto Sans JP", sans-serif;
  --font-din: "DIN 2014", "DIN Next", sans-serif;
  --p-modal-color-title: var(--s-color-4791f17c, #181b35);
  --p-modal-color-accent: var(--s-color-1287bef2, #ff1925);
  --p-modal-color-text: #333333;
  --p-modal-color-english: #fc72b6;
  --p-modal-color-english-bg: #fed8e9;
  --p-modal-color-math: #35ccf6;
  --p-modal-color-math-bg: #a9e8fb;
  --p-modal-color-jp: #ffa65e;
  --p-modal-color-jp-bg: #ffe5bc;
  --p-modal-color-link: #d93339;
  --p-modal-color-strong: #ff0000;
  --p-modal-color-white: #ffffff;
}

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype");
}

body {
  background: var(--white, #FFF);
  font-family: Noto Sans JP, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.material-icons {
  align-items: center;
  display: inline-flex;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button {
  padding: 0;
}

img {
  height: auto;
}

html {
  font-size: clamp(2.5641025641vw, -0.2px + 2.6vw, 2.5641025641vw);
}

/* ========== LAYOUT ========== */

/* ========== wrapper ========== */

.l-wrapper {
  padding: 0;
  margin: 0;
}

/* ========== HEADER ========== */

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFF;
}

.l-header__cp {
  width: 39.1rem;
}

.l-header__inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 1.2rem 1.6rem;
}

.l-header__logo-wrap {
  position: relative;
}

.l-header__h1 {
  display: grid;
  min-width: 15rem;
  max-width: 15rem;
  gap: 0.7rem;
  margin: -0.7rem 0 0;
}

.l-header__aLogo {
  font-size: 0;
  display: flex;
}

.l-header__cta {
  display: none;
  position: absolute;
  top: 0;
  left: 16.6em;
}

.l-header__cta-button {
  align-content: center;
  align-items: center;
  background: var(--s-color-1287bef2);
  border-radius: 0.4rem;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0rem;
  justify-content: center;
  padding: 1rem 1.2rem;
  width: 100%;
  max-width: 100%;
  width: 12rem;
  height: 3rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.l-header__cta-button:hover {
  opacity: 0.7;
}

.l-header__cta-text {
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
}

.l-header__imgLogo--1 {
  width: 8.6rem;
}

.l-header__imgLogo--2 {
  width: 15rem;
}

.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__li {
  min-width: 5.5rem;
  max-width: 5.5rem;
}

.l-header__aButton {
  border: none;
  padding: 0;
}

.l-header__imgButton {
  width: 5.5rem;
}

.c-header__hamburgerOverlay__head--sp .l-header__imgLogo--1 {
  width: 8.6rem;
}

.c-header__hamburgerOverlay__head--sp .l-header__aButton.c-memberMenu__a {
  margin-left: auto;
}

/* ========== main ========== */

.l-main {
  display: block;
  font-feature-settings: "palt" 1;
  background: var(--white, #FFF);
}

/* ========== FOOTER ========== */

.footer {
  background: #fff;
}

.footer__outer2 {
  background: #e7f2fe;
}

.footer__inner {
  max-width: 100rem;
  padding: 1rem 2rem;
  border-radius: 4rem 4rem 0 0;
}

.footer__inner2 {
  max-width: 100rem;
  padding: 4rem 1.6rem;
}

.footer__inner2--2 {
  background: #fff;
  border-radius: 4rem 4rem 0 0;
}

.footer__menuAttention {
  margin: 2.4rem 0 4.8rem;
}

.footer__menuAttention p {
  margin-left: 1rem;
  text-indent: -1rem;
}

.footer__menuAttention {
  color: var(--sub2, #414358);
}

.footer__relationLink {
  margin-bottom: 4.8rem;
  text-align: center;
}

.footer__relationLinkImg {
  margin-bottom: 3.2rem;
}

.footer__relationLinkImg--cocha {
  width: 12rem;
}

.footer__relationLinkImg--sho {
  width: 15rem;
}

.footer__relationLinkImg--chu {
  width: 15rem;
}

.footer__relationLinkImg--kou {
  width: 20rem;
}

.footer__relationLinkP1 {
  color: #414358;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
}

.footer__relationLinkButton {
  background: #f7f7f7;
  padding: 1.4rem;
  border-right: 0.2rem solid #f3f3f3;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-top: 2.4rem;
}

.footer__relationLinkA--2 {
  text-align: center;
}

.footer__nav {
  margin: 1.2rem 0 0.8rem 0;
}

.footer__ul {
  display: flex;
  justify-content: center;
}

.footer__li {
  font-size: 1rem;
  line-height: 1;
}

.footer__li:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #888;
}

.footer__nav .a1 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.footer__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer__list li {
  background: var(--BG-_main, #f4f4f2);
  padding: 16px 20px;
}

.footer__list li a {
  position: relative;
  color: var(--text, #414358);
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-decoration: none;
}

.footer__list li a::after {
  position: absolute;
  top: 25%;
  right: 0;
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/img_2025/svg/arrowRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.secVoice h2 {
  color: var(--text, #333442);
  font-feature-settings: "palt" on;
  /* title_L */
  font-family: "Noto Sans JP";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 44.2px */
}

.secVoice__column {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  align-self: stretch;
  margin: 2rem 0 2.3rem;
}

.secVoice__column .img1 {
  width: 7.6rem;
}

.secVoice__textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
}

.secVoice__textBox .p1 {
  color: var(--main, var(--ink-text-100, #181b35));
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin: 0;
}

.secVoice__textBox .p2 {
  color: var(--sub2, #676979);
  font-feature-settings: "palt" on;
  /* label_bold_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  margin: 0;
}

.secVoice .p3 {
  color: var(--text, #333442);
  font-feature-settings: "palt" on;
  /* body_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 0;
}

.footer__h1 {
  text-align: center;
}

.footer__copyright {
  text-align: center;
}

/* ========== /FOOTER ========== */

.l-innerPcScroll {
  position: relative;
}

.l-innerPcScroll__child {
  margin-top: 0;
  max-width: 43rem;
}

.l-innerPcScroll__sticky {
  position: sticky;
  top: 3rem;
}

.l-innerPcScroll__cta {
  position: absolute;
  width: 34.8rem;
  left: -1rem;
}

/* ========== COMPONENTS / MOLECULES ========== */

.c-h2--1 {
  font-size: 2.8rem;
  color: #414358;
  font-weight: 900;
  line-height: 130%;
  margin-bottom: 2.4rem;
}

.c-remark-list:not(:first-child) {
  margin-top: 1rem;
}

.c-remark-list__item {
  font-size: 1rem;
  font-weight: 400;
  color: #181b35;
  text-align: left;
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}

.c-remark-list__item:not(:last-child) {
  margin-bottom: 0.6rem;
}

.c-remark-list__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-remark-list__item--color-red {
  color: #d53a35;
}

.c-remark-list--order {
  counter-reset: remark-order;
}

.c-remark-list--order .c-remark-list__item {
  padding-left: 4rem;
}

.c-remark-list--order .c-remark-list__item::before {
  counter-increment: remark-order;
  content: "※" counter(remark-order) ":";
}

/* ========== COMPONENTS / MOLECULES ========== */

.c-hamburger {
  position: fixed;
  overflow: hidden;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s ease;
}

.c-hamburger.is-open {
  visibility: visible;
  opacity: 1;
}

.c-hamburger__inner {
  position: absolute;
  right: 0;
  overflow-y: auto;
  background: var(--white, #FFF);
  padding: 0 1rem 2rem;
  width: 28rem;
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  box-shadow: 0 0.6rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s ease;
}

.is-open .c-hamburger__inner {
  transform: translateX(0);
  opacity: 1;
}

.c-hamburger--new .c-hamburger__inner {
  padding: 0;
}

.c-hamburger__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.6rem 1.2rem;
  background-color: var(--white, #FFF);
}

.c-hamburger__head img {
  width: auto;
}

.c-hamburger__head .header__imgLogo--2 {
  width: 15rem;
}

.c-hamburger__head .puchi__img1 {
  width: 10.8rem;
}

.c-hamburger__head .top__img1 {
  width: 16.8rem;
}

.c-hamburger__head .img2 {
  width: 5.5rem;
}

.c-hamburger__head p {
  color: #e70012;
  font-weight: 700;
}

.c-hamburger__body--new {
  padding: 2.4rem 1.5rem;
  background-color: var(--0-guide, #008ED8);
}

.c-hamburger__body ul {
  display: flex;
  flex-direction: column;
}

.c-hamburger__body li a:not(.not, .borderBottom_a) {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.2rem;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #464646;
}

.c-hamburger__body li .a3 {
  color: #e81829;
  padding: 0.6rem 0 0.6rem 1.2rem;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
}

.c-hamburger__body .c-requestButton__a {
  width: 100%;
  max-width: 100%;
}

.c-hamburger__body.c-hamburger__body--new .c-mainNav {
  padding-top: 0;
}

.c-hamburger__body.c-hamburger__body--top .c-mainNav {
  padding-top: 1.6rem;
}

.border--red {
  display: inline-block;
  min-height: 3.4rem;
  border-left: 0.4rem solid #e81829;
  border-radius: 0.4rem;
  margin-right: 1.8rem;
}

.c-hamburger__body p {
  color: #464646;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  padding: 1.2rem 0 1.2rem 3rem;
}

.border {
  display: inline-block;
  min-height: 3.4rem;
  border-left: 0.4rem solid #464646;
  border-radius: 0.4rem;
  margin-right: 1.8rem;
}

.c-hamburger__arrow {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  transform: translateY(-50%);
  line-height: 1;
}

.borderBottom_li {
  padding-left: 1.2rem;
}

.borderBottom_a {
  border-bottom: 0.1rem solid #d0d0d0;
  position: relative;
  padding: 0.6rem 0 0.6rem 0;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #464646;
}

.borderBottom_span {
  border-bottom: 0.1rem solid #d0d0d0;
  padding: 0.6rem 0 0.6rem 0;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #464646;
  width: 90%;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.c-hamburger__body .a1--yellow {
  display: flex;
  align-items: center;
  color: #444;
  background: #fff039;
  width: 90%;
  margin: 1rem auto;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.4rem;
}

.c-hamburger__body .a1--blue {
  display: flex;
  align-items: center;
  color: var(--zemi_brand, #005BAC);
  background: var(--white, #FFF);
  border: solid 0.2rem var(--zemi_brand, #005BAC);
  width: 90%;
  margin: 1rem auto;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.4rem;
}

.c-hamburger__body .a1--orange {
  display: flex;
  align-items: center;
  color: #f8873b;
  background: var(--white, #FFF);
  border: 0.1rem solid #f8873b;
  width: 90%;
  margin: 1rem auto;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.4rem;
}

.c-hamburger__body li a .span1 {
  margin-left: 4rem;
}

.c-hamburger__body .a2 span {
  display: flex;
  align-items: center;
}

.c-hamburger__body .a2 span::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  background-image: url("/common2026/img/hb__smail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.plus__child {
  padding: 0 1.5rem 0 1.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
}

.ul2 {
  padding: 0 1.5rem 0 1.6rem;
}

.c-hamburger__body .plus__child--2 li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url("/common2026/img/hb-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-hamburger__body .nyukai::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5.15rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/common2026/img/hb-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-hamburger__body .nyukai--blue::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 4.75rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/common2026/img/arrowRight--blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-hamburger__body .nyukai--orange::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 4.75rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/common2026/img/arrowRight--orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.8rem;
}

.c-hamburger__body li .hba1 {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.2rem;
  font-family: var(--s-font-e1afbd07);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: var(--0-guide, #008ED8);
}

.border--blue {
  display: inline-block;
  min-height: 3.4rem;
  border-left: 0.4rem solid var(--0-guide, #008ED8);
  border-radius: 0.4rem;
  margin-right: 1.8rem;
}

.c-hamburger__gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ul_target {
  margin-left: 3rem;
}

.ul_target li {
  padding: 0 1rem 0 0;
}

.c-hamburger__head .img1 {
  width: 10rem;
}

.c-hamburger__head .img2 {
  width: 5rem;
  margin-top: 0.25rem;
}

.c-hamburger__head p {
  color: var(--text, #414358);
  margin-top: 2.4rem;
  margin-left: 1.2rem;
  white-space: nowrap;
  font-size: 1.4rem;
  font-feature-settings: "palt" on;
  margin-bottom: 0;
}

.c-header__system {
  border-radius: 1.6rem;
}

.c-header__system__row {
  display: flex;
}

.c-hamburger__body .c-mainNav {
  padding-bottom: 0.8rem;
}

.c-mainNav__movie video {
  width: 100%;
}

.c-mainNav__movie {
  width: 100%;
  margin-top: 1.6rem;
}

.c-header__buttonRow {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
}

.c-header__buttonRow figure {
  max-width: 175px;
}

.c-hamburger__body .c-header__linkMid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.8rem;
}

.c-hamburger__body .c-header__linkMid li {
  width: 50%;
  padding: 1.6rem 0rem 1.6rem 1.6rem;
}

.c-hamburger__body .c-header__linkMid li a {
  padding: 0;
  color: white;
  font-size: 1.6rem;
}

.c-hamburger__body .c-header__linkMid li a:after {
  content: none;
}

.c-hamburger__body .c-header__linkBottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1.6rem;
}

.c-hamburger__body .c-header__linkBottom li {
  width: 25%;
  padding: 1.6rem 0rem 1.6rem 1.6rem;
}

.c-hamburger__body .c-header__linkBottom li a {
  padding: 0;
  color: white;
  font-size: 1.6rem;
}

.c-hamburger__body .c-header__linkBottom li a:after {
  content: none;
}

.c-hamburger__link-bottom {
  margin: 1rem;
}

.c-hamburger__member-icon {
  flex: none;
  height: 1.3rem;
  position: relative;
  width: 1.8rem;
  margin-right: 0.8rem;
}

.c-hamburger__member-icon::before,
.c-hamburger__member-icon::after {
  content: "";
  inset: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-hamburger__member-icon::before {
  background-image: url("/common2026/img/hb__smail.svg");
}

.c-hamburger__member-icon::after {
  background-image: url("/common2026/img/hb__smail_blue.svg");
  opacity: 0;
}

.c-hamburger__close {
  color: #0077d5;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}

.c-hero {
  min-width: 38rem;
  height: 46rem;
  padding: 0 1.6rem;
  border-radius: 4rem;
  background: #2452ff;
  margin-top: 3.2rem;
}

.c-hero .c-requestButton {
  margin-top: 2.4rem;
}

.c-hero-bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 4.8rem;
  background: #2452ff;
  height: 66.1rem;
  width: 90rem;
  z-index: inherit;
  height: 58rem;
  overflow: hidden;
}

.c-hero-bg__inner {
  position: relative;
  width: 38rem;
  margin-left: 2.1rem;
  border-radius: 4rem 4rem 0 4rem;
  overflow: hidden;
}

.c-hero-card {
  align-content: flex-start;
  align-items: flex-start;
  bottom: 3rem;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: 1.5rem;
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem;
  width: auto;
  max-width: 100%;
}

.c-hero-card__body {
  align-content: center;
  align-items: center;
  background: white;
  border-radius: 2.2rem;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem;
  height: auto;
  justify-content: flex-start;
  margin: 0rem 0rem 0rem 0rem;
  padding: 2rem 1.6rem;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.c-hero-card__text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem;
  justify-content: flex-start;
  margin: 0 -1.6rem;
  padding: 0rem;
}

.c-hero-card__note {
  color: #181b35;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  line-height: 1.3;
  margin: 0rem 0rem 0rem 0rem;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.c-hero .c-hero-card__note,
.l-innerPcScroll__cta .c-hero-card__note {
  font-size: 1.6rem;
}

.p-hero .c-hero-card {
  position: absolute;
  right: 1.5rem;
  top: auto;
}

.c-hero-bg__inner .c-hero-card {
  position: absolute;
  right: 1.5rem;
  bottom: 1.6rem;
}

.c-mainNav .c-hero-card {
  margin-top: 4.5rem;
}

.c-cta {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0rem;
  justify-content: flex-start;
  padding: 0rem;
  width: 100%;
  max-width: 100%;
}

.c-cta:has(.c-cta__badge) .c-cta__button {
  margin-top: 2rem;
  padding: 1.2rem 1.6rem;
}

.c-cta__button {
  align-content: center;
  align-items: center;
  background: var(--s-color-1287bef2);
  border: 0.3rem solid var(--s-color-1287bef2);
  border-radius: 6.4rem;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0rem;
  justify-content: center;
  padding: 0.6rem 1.6rem 1.2rem;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.c-cta__button:hover {
  opacity: 0.7;
}

.c-cta__badge {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem;
  justify-content: flex-start;
  margin: -4rem 0rem 0rem 0rem;
  padding: 0rem;
  width: 16.3rem;
  z-index: 1;
  max-width: 100%;
}

.c-cta__badge-inner {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0rem;
}

.c-cta__badge-image {
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.c-cta__label {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.2rem;
  justify-content: center;
  padding: 0rem;
  width: 100%;
  max-width: 100%;
}

.c-cta__text {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: white;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.c-cta__icon {
  flex: none;
  height: 1.6rem;
  margin: 0 0 0 0;
  position: relative;
  width: 2.1rem;
  max-width: 100%;
}

.c-cta__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-15x20_cc8783da-3415-4e82-abec-f007f9d3a812.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-mainNav {
  padding: 2.4rem 0 1.6rem 0;
  font-feature-settings: "palt" 1;
}

.c-mainNav__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  color: var(--white, #FFF);
}

.c-mainNav__img {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 1.6rem;
}

.c-mainNav__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
  align-items: center;
  justify-items: center;
}

.c-learning-choice {
  min-width: 38rem;
  height: 52rem;
  padding: 0 1.6rem;
}

.c-learning-choice__inner {
  position: relative;
}

.c-learning-choice__relation-img {
  width: 27.8rem;
}

.c-learning-choice__feature-list {
  display: grid;
  gap: 0.8rem;
  margin: 3.2rem 0;
}

.c-learning-choice__feature-link {
  display: block;
}

.c-learning-choice__feature-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0rem;
  padding: 1rem 1.2rem 1rem 2rem;
  background: var(--card, #fff);
  border-radius: 99.9rem;
  border: 0.2rem solid rgba(0, 0, 0, 0);
  position: relative;
}

.c-learning-choice__feature-num {
  margin-right: 1rem;
  inline-size: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0077d5;
  font-family: Inter;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.9rem;
}

.c-learning-choice__feature-body {
  min-width: 0;
}

.c-learning-choice__feature-meta {
  color: var(--1, #3399FF);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.c-learning-choice__feature-title {
  margin: 0;
  color: #1b1e28;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.25;
}

.c-learning-choice__feature-chev {
  inline-size: 4rem;
  block-size: 4rem;
  border-radius: 50%;
  width: 2.4rem;
  height: 1.1rem;
  padding: 0;
  border: none;
  background: var(--white, #FFFFFF);
  color: var(--blue-700, #2B6FE6);
  display: grid;
  place-items: center;
  cursor: default;
}

.c-learning-choice__feature-chev::before {
  content: "";
  width: 2.4rem;
  height: 2.3rem;
  background: url(/common2026/img/feature-list__chev.svg) no-repeat 0 0/contain;
}

.c-page-hero {
  background: #2452ff;
  padding: 9rem 1.6rem 2.4rem;
  position: relative;
}

.c-page-hero__inner {
  position: relative;
}

.c-page-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.c-page-hero__title {
  color: var(--color-hero-text, #ffffff);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.c-page-hero__lead {
  color: var(--color-hero-text, #ffffff);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.c-page-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.c-page-hero__action-wrap {
  position: relative;
  width: 100%;
}

.c-page-hero__action {
  align-items: center;
  background: #ffffff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: flex-start;
  padding: 1.2rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.c-page-hero__action:hover {
  opacity: 0.7;
}

.c-page-hero__action-icon {
  background: url("/common2026/img/img-page-hero-action-icon.svg") center/contain no-repeat;
  flex: 0 0 auto;
  height: 2rem;
  width: 2.4rem;
}

.c-page-hero__action-text {
  color: var(--color-hero-link, #007fff);
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-page-hero__action-arrow {
  display: block;
  background: url("/common2026/img/img-page-hero-action-arrow.svg") center/contain no-repeat;
  height: 1.6rem;
  width: 1.6rem;
}

.c-page-hero__action-note {
  align-items: center;
  background: var(--color-hero-note-bg, rgba(117, 117, 117, 0.9019607843));
  border-radius: 0.8rem;
  color: var(--color-hero-text, #ffffff);
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
  height: 6.94rem;
  justify-content: center;
  left: 0;
  line-height: 1.4;
  padding: 0 1.2rem;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}

.c-page-hero__media {
  align-items: center;
  display: flex;
  height: 20.9rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 3.8rem;
  width: 20.9rem;
}

.c-page-hero__media-image {
  height: auto;
  width: 100%;
}

.section-title {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 3.2rem;
}

.section-title__bar {
  flex: 0 0 0.6rem;
  margin-right: 1.2rem;
  background: linear-gradient(180deg, #00aaff 0%, #c464ff 51%, #ff36c9 100%);
}

.section-title__text {
  flex: 1;
  margin: 0;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
}

.c-cost-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.c-cost-table__heading {
  background: var(--s-color-de9f6fba);
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0.7rem 0;
  text-align: center;
}

.c-cost-table__heading strong {
  font-size: 1.1rem;
  font-weight: 700;
}

.c-cost-table__grid {
  display: grid;
  grid-template-columns: 9rem repeat(2, 1fr);
  width: 100%;
  border-left: 0.1rem solid #e3e3e8;
  border-right: 0.1rem solid #e3e3e8;
  border-bottom: 0.1rem solid #e3e3e8;
}

.c-cost-table__row {
  display: contents;
}

.c-cost-table__row--head .c-cost-table__cell {
  background: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}

.c-cost-table__row:nth-of-type(2) .c-cost-table__cell {
  background: #ffebeb;
}

.c-cost-table__row:nth-of-type(2) .c-cost-table__cell--label {
  text-align: right;
  align-items: flex-end;
}

.c-cost-table__cell {
  align-items: center;
  border-top: 0.1rem solid #e3e3e8;
  border-right: 0.1rem solid #e3e3e8;
  color: var(--s-color-4791f17c);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.c-cost-table__cell p {
  margin: 0;
  font-size: 1rem;
}

.c-cost-table__cell--label {
  flex: none;
  width: 9rem;
  position: relative;
  background: #ffffff;
}

.c-cost-table__cell--span {
  grid-column: span 2;
}

.c-cost-table__badge {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 6.3rem;
  height: auto;
}

.c-cost-table__footnote {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.c-cost-table__footnote-text {
  color: var(--s-color-7ca9b679);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.c-cost-table__num {
  font-family: Inter;
  font-weight: 500;
  font-size: 1.6rem;
}

.c-cost-table__num--special {
  color: var(--s-color-1287bef2);
  font-weight: 700;
  font-size: 2rem;
}

.c-cost-table__num--primary {
  font-weight: 700;
  font-size: 2rem;
}

.c-cost-table__regular {
  font-weight: 500;
  white-space: nowrap;
}

.c-subjects {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.c-subjects__row {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-subjects__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 1px;
  min-width: 1px;
  flex: 0 0 auto;
  width: 7.5rem;
}

.c-subjects__pill--english {
  background: #fb5dff;
}

.c-subjects__pill--math {
  background: #2b51ff;
}

.c-subjects__pill--japanese {
  background: #ffaf1f;
}

.c-subjects__pill--science {
  background: #57c700;
}

.c-subjects__pill--geo {
  background: #c70065;
}

.c-subjects__pill--civics {
  background: #9b8100;
}

.c-subjects__pill--info {
  background: #a318ff;
}

.c-panel-links {
  gap: 1.6rem;
  display: flex;
  padding-bottom: 5.6rem;
}

.c-panel-links__block {
  background: var(--s-color-de9f6fba);
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 4.5rem 2rem;
  width: 100%;
}

.c-panel-links__title {
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.c-panel-links__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
  width: 100%;
}

.c-panel-links__grid--single {
  grid-template-columns: minmax(20rem, 1fr);
}

.c-panel-links__card {
  overflow: hidden;
  align-items: center;
  background: #ffffff;
  border-radius: 0.8rem;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  padding: 0 1.6rem 0 0;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.c-panel-links__card:hover {
  opacity: 0.7;
}

.c-panel-links__card-image {
  width: 12rem;
  height: auto;
}

.c-panel-links__card-text {
  align-items: center;
  display: flex;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
  text-align: center;
  color: var(--s-color-de9f6fba);
  gap: 1.2rem;
}

.c-panel-links__card-text p {
  margin: 0;
}

.c-panel-links__card-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 1.1rem;
}

.c-panel-links__card-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-8x12_94961bd6-7458-4948-a4af-4046b831846e_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-snsUl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 24rem;
  margin: 4rem auto;
}

.c-snsLi {
  width: 6rem;
}

.c-snsLi img {
  width: 100%;
  max-width: none;
}

.c-cta-cospa__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.4rem 1.6rem;
  background-color: var(--color-main-blue);
  border-radius: 0.8rem;
}

.p-introduction .c-cta-cospa {
  margin: 0 0.7rem;
}

.l-section .c-cta-cospa {
  margin: 0 1.6rem 8rem;
}

.c-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s ease;
}

.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.c-modal__backdrop {
  position: absolute;
  inset: 0;
  background: var(--modal-backdrop, rgba(198, 198, 198, 0.9));
}

.c-modal__panel {
  position: relative;
  z-index: 1;
  width: calc(100% - 6rem);
  max-width: 43rem;
  background: var(--white, #fff);
  border-radius: 0.5rem;
  box-shadow: 0 1.25rem 3.75rem var(--modal-shadow, rgba(0, 0, 0, 0.15));
}

.c-modal__scroll {
  height: calc(100dvh - 10rem);
  max-height: 600px;
  overflow-y: auto;
  padding: 1.75rem 3rem 3rem;
}

.c-modal__scroll::-webkit-scrollbar {
  display: none;
}

.c-modal__close {
  position: absolute;
  right: 0.4rem;
  top: -3.6rem;
  gap: 0.2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--white, #fff);
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
}

.c-modal__close-icon {
  width: 1.8rem;
  height: 1.2rem;
  background: var(--white, #fff);
  -webkit-mask: url("/common2026/img/img-member-modal-close.svg") center/contain no-repeat;
  mask: url("/common2026/img/img-member-modal-close.svg") center/contain no-repeat;
}

.c-modal__section {
  margin-top: 1.375rem;
}

/* ========== COMPONENTS / PROJECTS ========== */

.p-hero {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-hero__inner {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0rem;
  max-width: 100%;
}

.p-hero__header {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 1rem 2rem;
  max-width: 100%;
}

.p-hero__title {
  color: black;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0.1rem;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.p-hero__content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0rem;
  max-width: 100%;
  position: relative;
}

.p-hero__card-image-wrap {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 0 0 0;
  padding: 0rem;
  position: relative;
  width: auto;
  max-width: 100%;
}

.p-hero__card-image {
  display: flex;
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.p-introduction {
  position: relative;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: auto;
  justify-content: flex-start;
  padding: 5.6rem 0 8rem;
  width: 100%;
  max-width: 100%;
}

.p-introduction__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16rem;
  top: auto;
  z-index: -3;
  pointer-events: none;
}

.p-introduction__inner {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 3.5rem;
  height: auto;
  justify-content: flex-start;
  margin: 0;
  padding: 0 0.9375rem;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.p-introduction__content {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2.4rem;
  height: auto;
  justify-content: center;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.p-introduction__text {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.625rem;
  justify-content: flex-start;
  padding: 0;
}

.p-introduction__lead {
  color: var(--text, #333333);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.6653rem;
  font-weight: 500;
  height: auto;
  line-height: 1.3;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.p-introduction__headline {
  color: var(--text, #333333);
  font-family: var(--s-font-85a1dc7e);
  font-size: 3.5373rem;
  font-weight: 700;
  height: auto;
  line-height: 1.3;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.p-introduction__features {
  align-content: center;
  align-items: center;
  background: var(--white, #FFFFFF);
  border-radius: 0.5rem;
  box-shadow: 0 0.3125rem 1rem 0.3125rem rgba(73, 72, 72, 0.07);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  padding: 0;
  width: 36.625rem;
  max-width: 100%;
}

.p-introduction__feature {
  align-content: center;
  align-items: center;
  background: var(--white, #FFFFFF);
  border-radius: 0.5rem;
  box-shadow: 0.3125rem 0.3125rem 0.3125rem 0 rgba(73, 72, 72, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.625rem;
  justify-content: space-between;
  margin: 0;
  width: 49%;
  max-width: 49%;
  flex: none;
}

.p-introduction__feature--type-a {
  height: 9rem;
  padding: 1rem 1.5rem 0 2.4rem;
}

.p-introduction__feature--type-b {
  height: 9rem;
  padding: 1rem 2.4rem 0 1.5rem;
}

.p-introduction__feature--type-c {
  padding: 1.5rem 1.5rem 1rem 2.4rem;
}

.p-introduction__feature--type-d {
  padding: 1.5rem 2.4rem 1rem 1.5rem;
}

.p-introduction__feature-icon {
  height: auto;
  width: 3rem;
  max-width: 100%;
}

.p-introduction__feature-text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3.5rem;
  justify-content: flex-start;
  padding: 0;
}

.p-introduction__feature-text--stack {
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.p-introduction__feature-label {
  color: var(--s-color-de9f6fba, #333333);
  flex: none;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.p-introduction__divider-horizontal {
  background: rgba(36, 82, 255, 0.2);
  display: flex;
  height: 0.1rem;
  width: 13.8rem;
  margin: 0.875rem 0 0 0;
}

.p-introduction__divider-vertical {
  background: rgba(36, 82, 255, 0.2);
  display: flex;
  height: 3.9375rem;
  width: 0.1rem;
  max-width: 100%;
}

.p-introduction__visual {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: auto;
  justify-content: center;
  padding: 0;
  max-width: calc(100% + 2rem);
  margin: 0 -1rem 0 -1rem;
}

.p-introduction__visual-image {
  display: flex;
  flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.p-introduction__promo-card {
  margin-top: -5.6rem;
  padding: 0 0.54rem;
}

.p-introduction__promo-card .c-cta {
  margin-top: 1.6rem;
}

.p-device {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: flex-start;
  padding: 2.4rem;
  width: 100%;
  max-width: 100%;
}

.p-features .p-device {
  padding: 2.4rem 1.6rem;
}

.p-device__text {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.p-device__lead {
  color: var(--s-color-de9f6fba);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-device__title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-device__body {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  max-width: 100%;
}

.p-device__visual {
  width: 100%;
  max-width: 100%;
}

.p-device__image {
  width: 100%;
  height: auto;
}

.p-achievement {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: flex-start;
  padding: 2.4rem 1.6rem;
  width: 100%;
  max-width: 100%;
}

.p-achievement__text {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.p-achievement__lead {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-achievement__title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-achievement__body {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  max-width: 100%;
}

.p-achievement__visual {
  width: 100%;
  max-width: 100%;
}

.p-achievement__image {
  width: 100%;
  height: auto;
}

.p-achievement__note {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  padding: 0;
  width: 96rem;
  max-width: 100%;
}

.p-achievement__note-trigger {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  height: auto;
  justify-content: flex-start;
  padding: 0rem;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-achievement__note-trigger:hover {
  opacity: 0.5;
}

.p-achievement__note-symbol,
.p-achievement__note-label {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-achievement__note-label {
  text-decoration: underline;
}

.p-achievement__note-icons {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: center;
  position: relative;
}

.p-achievement__note-icon {
  color: var(--s-color-de9f6fba);
  font-size: 1.3rem;
  padding: 0.2rem;
}

.p-achievement__note-content {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  opacity: 1;
  overflow: hidden;
  padding: 0rem;
  width: auto;
  max-width: 100%;
}

.p-achievement__note-body {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 0.8rem 0rem 0.8rem 0rem;
  width: auto;
  max-width: 100%;
}

.p-achievement__note-row {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0rem;
  width: 100%;
  max-width: 100%;
}

.p-achievement__note-prefix {
  color: var(--s-color-4791f17c);
  flex: none;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.p-achievement__note-text {
  color: var(--s-color-4791f17c);
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0rem 0rem 0rem;
  text-align: left;
  max-width: 100%;
  font-feature-settings: initial;
}

.p-achievement__note-text--lead {
  margin: 0rem 0rem 1rem 0rem;
  width: 100%;
  font-size: 1.2rem;
}

.p-achievement__note-text p {
  margin: 0;
}

.p-achievement__accordion {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  padding: 0;
  width: 96rem;
  max-width: 100%;
}

.p-achievement__accordion-trigger {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  height: auto;
  justify-content: flex-start;
  padding: 0rem;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-achievement__accordion-trigger:hover {
  opacity: 0.5;
}

.p-achievement__accordion-symbol,
.p-achievement__accordion-label {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-achievement__accordion-label {
  text-decoration: underline;
}

.p-achievement__accordion-icons {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: center;
  position: relative;
}

.p-achievement__accordion-icon {
  font-size: 1.3rem;
  padding: 0.2rem;
}

.p-achievement__accordion-icon--open {
  color: #0077d5;
  position: absolute;
  top: 0;
  left: 0;
}

.p-achievement__accordion-icon--close {
  color: var(--s-color-de9f6fba);
}

.p-achievement__accordion-content {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  opacity: 1;
  overflow: hidden;
  padding: 0rem;
  width: auto;
  max-width: 100%;
  max-height: 0;
}

.p-achievement__accordion-body {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 0.8rem 0rem 0.8rem 0rem;
  width: auto;
  max-width: 100%;
}

.p-achievement__list {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0rem;
  margin: 0;
  list-style: none;
}

.p-achievement__list-item {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.7rem;
  height: auto;
  justify-content: flex-start;
  margin: 0rem;
  padding: 0rem 0rem 0rem 1.7rem;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.p-achievement__list-prefix {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-achievement__list-text {
  align-content: center;
  align-items: center;
  color: var(--s-color-4791f17c);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.7rem;
  justify-content: center;
  padding: 0rem;
  width: auto;
  max-width: 100%;
}

.p-achievement__list-text p {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.p-features {
  align-content: center;
  align-items: center;
  background: #2452ff;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3.2rem;
  justify-content: flex-start;
  padding: 5.6rem 1.6rem;
  position: relative;
}

.p-features__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 100%;
}

.p-features__bg {
  top: 0px;
  display: flex;
  left: 0px;
  position: absolute;
  right: 0px;
  top: auto;
  width: auto;
  z-index: -3;
  max-width: 100%;
}

.p-features__bg-image {
  display: flex;
  height: auto;
  width: auto;
  max-width: 100%;
}

.p-features__header {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  padding: 0rem;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}

.p-features__lead {
  color: #FFFFFF;
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 2.0787rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.p-features__sublead {
  color: #FFFFFF;
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 2.1667rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-features__title {
  color: #FFFFFF;
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 5.8227rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-features__intro {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.8rem;
  justify-content: flex-start;
  padding: 0rem;
  position: relative;
  width: calc(100% + 3.2rem);
  margin: 0 -1.6rem;
  background-color: #FFF;
}

.p-features__intro-row {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0rem;
  height: auto;
  justify-content: flex-start;
  padding: 4rem 1.6rem 2rem 1.6rem;
  width: 100%;
}

.p-features__intro-content {
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8rem;
  /* justify-content: center; */
  position: relative;
  width: 100%;
}

.p-features__intro-text {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0rem;
}

.p-features__intro-lead {
  color: #333333;
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 2.496rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.p-features__intro-title {
  color: var(--s-color-de9f6fba);
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 4.1613rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-features__award {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-features__award--intro {
  position: absolute;
  right: 0rem;
  top: 4rem;
  width: 11.3rem;
  max-width: 100%;
}

.p-features__award--item {
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 1;
}

.p-features__award--item-a {
  width: 14.3rem;
}

.p-features__award--item-b {
  width: 14.4rem;
}

.p-features__award--item-c {
  width: 14.5rem;
}

.p-features__award-image {
  width: 100%;
  height: auto;
}

.p-features__intro-bg {
  background: #FFFFFF;
  bottom: 0rem;
  left: -1.6rem;
  position: absolute;
  right: -1.9rem;
  top: 0rem;
  width: 39.39rem;
  z-index: -1;
  max-width: 39.39rem;
}

.p-features__intro-visuals {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  justify-content: center;
  position: relative;
  width: 100%;
}

.p-features__intro-visual-main {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 31.3rem;
  max-width: 100%;
}

.p-features__intro-visual-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39rem;
  height: 40rem;
  background: url("/common2026/img/img-features-image-bg.svg") no-repeat center center/contain;
  transform: translate(-50%, -50%);
}

.p-features__intro-visual-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.p-features__intro-visual-badge {
  position: absolute;
  right: 0rem;
  top: -2.4rem;
  width: 12.9rem;
  max-width: 100%;
  z-index: 1;
}

.p-features__intro-visual-badge-image {
  width: 100%;
  height: auto;
}

.p-features__shape {
  bottom: 0rem;
  display: flex;
  height: 47rem;
  left: -1.5rem;
  position: absolute;
  right: -1.5rem;
  top: auto;
  width: 39rem;
  z-index: -1;
  max-width: 39rem;
  background-image: url("/common2026/img/s-621x611_9c641bcb-ec00-4449-88c8-cced76352222.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.p-features__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: flex-start;
  margin: 4.8rem 0rem;
  width: 100%;
}

.p-features__item {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
  justify-content: center;
  width: 100%;
}

.p-features__item--row {
  flex-direction: column;
}

.p-features__item--reverse {
  flex-direction: column-reverse;
}

.p-features__item-media {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  /* width: 40.5rem; */
  max-width: 100%;
}

.p-features__item-frame {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5.6rem;
  height: 39.5rem;
  justify-content: center;
  padding: 0rem;
  position: relative;
  width: 36rem;
  max-width: 100%;
}

.p-features__item-media-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5.6rem;
  justify-content: center;
  padding: 0rem;
  position: relative;
  width: 51rem;
  max-width: 100%;
}

.p-features__item-media-row--reverse {
  width: calc(100% - 0rem);
}

.p-features__item-frame-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/common2026/img/s-355x476_7kad0d70-0754-4e70-9906-0b992fe2e3b7.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-features__item-gif {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 39.5rem;
  justify-content: center;
  width: 36rem;
  max-width: 100%;
}

.p-features__item-gif::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36rem;
  height: 37rem;
  background: url("/common2026/img/img-features-image-sub-bg.svg") no-repeat center center/contain;
  transform: translate(-50%, -50%);
}

.p-features__item-gif-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.p-features__item-thumb {
  align-items: center;
  bottom: 0rem;
  display: flex;
  flex-direction: row;
  gap: 2.8rem;
  height: auto;
  justify-content: center;
  left: 2rem;
  position: absolute;
  width: 8.8rem;
  z-index: 1;
  max-width: 100%;
}

.p-features__item-thumb-image {
  width: 100%;
  height: auto;
}

.p-features__item-text,
.p-features__item-row {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0rem;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.p-features__item-copy {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: flex-start;
  padding: 0rem;
}

.p-features__item-lead {
  color: #FFFFFF;
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 2.496rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.p-features__item-title {
  color: #FFFFFF;
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 4.1613rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-features__summary {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: flex-start;
  padding: 2.4rem 1.6rem;
  width: 100%;
  max-width: 100%;
}

.p-features__summary-text {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.p-features__summary-lead {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-features__summary-title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-feature-settings: "palt" 1;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-features__summary-body {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  max-width: 100%;
}

.p-features__summary-visual {
  width: 100%;
  max-width: 100%;
}

.p-features__summary-image {
  width: 100%;
  height: auto;
}

.p-features__summary-note {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  padding: 0;
  width: 96rem;
  max-width: 100%;
}

.p-features__summary-note-trigger {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  height: auto;
  justify-content: flex-start;
  padding: 0rem;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-features__summary-note-trigger:hover {
  opacity: 0.5;
}

.p-features__summary-note-symbol,
.p-features__summary-note-label {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-features__summary-note-label {
  text-decoration: underline;
}

.p-features__summary-note-icons {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: center;
  position: relative;
}

.p-features__summary-note-icon {
  color: var(--s-color-de9f6fba);
  font-size: 1.3rem;
  padding: 0.2rem;
}

.p-features__summary-note-content {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  opacity: 1;
  overflow: hidden;
  padding: 0rem;
  width: auto;
  max-width: 100%;
}

.p-features__summary-note-body {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 0.8rem 0rem 0.8rem 0rem;
  width: auto;
  max-width: 100%;
}

.p-features__summary-note-row {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0rem;
  width: 100%;
  max-width: 100%;
}

.p-features__summary-note-prefix {
  color: var(--s-color-4791f17c);
  flex: none;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.p-features__summary-note-text {
  color: var(--s-color-4791f17c);
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0rem 0rem 0rem;
  text-align: left;
  max-width: 100%;
}

.p-features__summary-note-text--lead {
  margin: 0rem 0rem 1rem 0rem;
  width: 100%;
}

.p-features__summary-note-text p {
  margin: 0;
}

.p-features__summary-accordion {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  padding: 0;
  width: 96rem;
  max-width: 100%;
}

.p-features__summary-accordion-trigger {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  height: auto;
  justify-content: flex-start;
  padding: 0rem;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-features__summary-accordion-trigger:hover {
  opacity: 0.5;
}

.p-features__summary-accordion-symbol,
.p-features__summary-accordion-label {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-features__summary-accordion-label {
  text-decoration: underline;
}

.p-features__summary-accordion-icons {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: center;
  position: relative;
}

.p-features__summary-accordion-icon {
  font-size: 1.3rem;
  padding: 0.2rem;
}

.p-features__summary-accordion-icon--open {
  color: #0077d5;
  position: absolute;
  top: 0;
  left: 0;
}

.p-features__summary-accordion-icon--close {
  color: var(--s-color-de9f6fba);
}

.p-features__summary-accordion-content {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  opacity: 1;
  overflow: hidden;
  padding: 0rem;
  width: auto;
  max-width: 100%;
  max-height: 0;
}

.p-features__summary-accordion-body {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 0.8rem 0rem 0.8rem 0rem;
  width: auto;
  max-width: 100%;
}

.p-features__summary-list {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0rem;
  margin: 0;
  list-style: none;
}

.p-features__summary-list-item {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.7rem;
  height: auto;
  justify-content: flex-start;
  margin: 0rem;
  padding: 0rem 0rem 0rem 1.7rem;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.p-features__summary-list-prefix {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-features__summary-list-text {
  align-content: center;
  align-items: center;
  color: var(--s-color-4791f17c);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.7rem;
  justify-content: center;
  padding: 0rem;
  width: auto;
  max-width: 100%;
}

.p-features__summary-list-text p {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.p-features__note {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  padding: 0;
  width: 96rem;
  max-width: 100%;
}

.p-features__note-trigger {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  height: auto;
  justify-content: flex-start;
  padding: 0rem;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-features__note-symbol,
.p-features__note-label {
  color: #FFFFFF;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-features__note-label {
  text-decoration: underline;
}

.p-features__note-icons {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: center;
  position: relative;
}

.p-features__note-icon {
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 0.2rem;
}

.p-features__note-icon--open {
  position: absolute;
  top: 0;
  left: 0;
}

.p-features__note-content {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  opacity: 1;
  overflow: hidden;
  padding: 0rem;
  width: auto;
  max-width: 100%;
  max-height: 0;
}

.p-features__note-body {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  opacity: 1;
  padding: 0.8rem 0rem 0.8rem 0rem;
  width: auto;
  max-width: 100%;
}

.p-features__note-row {
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 0rem;
  width: 100%;
  max-width: 100%;
}

.p-features__note-prefix {
  color: #FFFFFF;
  flex: none;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.p-features__note-text {
  color: #FFFFFF;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0rem;
}

.p-features__note-text p {
  margin: 0;
}

.p-feature-cta {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3.2rem;
  justify-content: flex-start;
  padding: 2.4rem 0rem 0rem;
  position: relative;
}

.p-feature-cta:has(.p-feature-cta__arrow) {
  padding-top: 0;
}

.p-feature-cta__arrow {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3.2rem;
  justify-content: flex-start;
  padding: 0rem;
}

.p-feature-cta__arrow-image {
  width: auto;
  height: auto;
}

.p-feature-cta__content {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.4rem;
  justify-content: flex-start;
  padding: 0rem;
  width: auto;
  max-width: 100%;
}

.p-feature-cta__text {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.8rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0rem;
  width: auto;
  max-width: 100%;
  display: flex;
  text-align: center;
}

.p-feature-cta__lead {
  color: white;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.p-feature-cta__title {
  color: white;
  font-family: var(--s-font-85a1dc7e);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  width: auto;
  max-width: 100%;
}

.p-feature-cta__visual {
  width: auto;
  max-width: 30.6rem;
}

.p-feature-cta__visual-image {
  width: 100%;
  height: auto;
}

.p-feature-cta__actions {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: flex-start;
  padding: 0rem;
  width: calc(100% - 0rem);
  max-width: 100%;
}

.p-feature-cta__action {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0rem;
  justify-content: flex-start;
  padding: 0rem;
  width: 100%;
  max-width: 100%;
}

.p-feature-cta__button {
  align-content: center;
  align-items: center;
  background: var(--s-color-1287bef2);
  border: 0.3rem solid var(--s-color-1287bef2);
  border-radius: 6.4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0rem;
  justify-content: center;
  margin: 2rem 0rem 0rem 0rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-feature-cta__button:hover {
  opacity: 0.7;
}

.p-feature-cta__badge {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem;
  justify-content: flex-start;
  margin: -4rem 0rem 0rem 0rem;
  padding: 0rem;
  width: 16.3rem;
  z-index: 1;
  max-width: 100%;
}

.p-feature-cta__badge-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.p-feature-cta__button-label {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.2rem;
  justify-content: center;
  padding: 0rem;
  width: 100%;
  max-width: 100%;
}

.p-feature-cta__button-text {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: white;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0rem;
  text-align: center;
  width: auto;
  max-width: 100%;
  font-feature-settings: normal;
}

.p-feature-cta__button-icon {
  flex: none;
  height: 1.6rem;
  margin: 0 0 0 0;
  position: relative;
  width: 2.1rem;
  max-width: 100%;
}

.p-feature-cta__button-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-15x20_cc8783da-3415-4e82-abec-f007f9d3a812.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-cost {
  padding: 5.6rem 1.6rem;
}

.p-cost__inner {
  max-width: 96rem;
  margin: 0 auto;
}

.p-cost__content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.p-cost__panels {
  align-content: stretch;
  background: var(--s-color-de9f6fba);
  border-radius: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  justify-content: space-between;
  margin: 0 -1.6rem;
  padding: 5.6rem 1.6rem;
  width: calc(100% + 3.2rem);
}

.p-cost__panel {
  background: #ffffff;
  border-radius: 2rem;
  display: flex;
  flex: 1 1 32rem;
  flex-direction: column;
  gap: 3.2rem;
  padding: 5.6rem 1.6rem;
  min-width: 28rem;
}

.p-cost__panel.p-cost__panel--payment {
  gap: 1.6rem;
}

.p-cost__program {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  width: 100%;
  max-width: 64rem;
}

.p-cost__program-title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  font-size: 4rem;
}

.p-cost__subjects-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  width: 100%;
}

.p-cost__subject {
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 1rem 0;
  text-align: center;
  width: 7.1rem;
}

.p-cost__subject--english {
  border-color: #fb5dff;
  color: #fb5dff;
}

.p-cost__subject--math {
  border-color: var(--s-color-de9f6fba);
  color: var(--s-color-de9f6fba);
}

.p-cost__subject--japanese {
  border-color: #ffaf1f;
  color: #ffaf1f;
}

.p-cost__subject--science {
  border-color: #57c700;
  color: #57c700;
}

.p-cost__subject--history {
  border-color: #c70065;
  color: #c70065;
}

.p-cost__subject--civics {
  border-color: #9b8100;
  color: #9b8100;
}

.p-cost__subject--info {
  border-color: #a318ff;
  color: #a318ff;
}

.p-cost__campaign {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
}

.p-cost__campaign-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  max-width: 64rem;
}

.p-cost__campaign-image {
  width: 100%;
  height: auto;
}

.p-cost__campaign-prices {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}

.p-cost__campaign-price,
.p-cost__campaign-regular {
  align-items: center;
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  position: relative;
}

.p-cost__campaign-price {
  margin-bottom: 0.8rem;
}

.p-cost__campaign-label {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

.p-cost__campaign-value {
  color: #ff0000;
  font-family: Inter;
  font-size: 6.6rem;
  font-weight: 900;
  line-height: 1;
}

.p-cost__campaign-tax-unit {
  display: flex;
  flex-direction: column;
}

.p-cost__campaign-tax {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.p-cost__campaign-unit {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.p-cost__campaign-mark {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.p-cost__campaign-label--regular,
.p-cost__campaign-value--regular,
.p-cost__campaign-tax--regular,
.p-cost__campaign-unit--regular {
  color: var(--s-color-4791f17c);
}

.p-cost__campaign-label--regular {
  font-size: 1.4rem;
}

.p-cost__campaign-value--regular {
  font-size: 3.6rem;
  font-weight: 900;
}

.p-cost__campaign-tax--regular {
  font-size: 0.8rem;
}

.p-cost__campaign-unit--regular {
  font-size: 2rem;
}

.p-cost__campaign-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.1rem;
  background: var(--s-color-1287bef2);
}

.p-cost__note-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.p-cost__note-list--dark .p-cost__note-text,
.p-cost__note-list--dark .p-cost__note-mark {
  color: var(--s-color-4791f17c);
}

.p-cost__note-list--light .p-cost__note-text,
.p-cost__note-list--light .p-cost__note-mark {
  color: var(--s-color-7ca9b679);
}

.p-cost__note-item {
  align-items: flex-start;
  display: flex;
  gap: 0.7rem;
  margin: 0;
  padding: 0 0 0 1.7rem;
  position: relative;
}

.p-cost__note-mark {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  top: 0;
}

.p-cost__note-item--accent .p-cost__note-mark {
  color: var(--s-color-1287bef2);
  font-weight: 700;
}

.p-cost__note-text {
  color: var(--s-color-7ca9b679);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.p-cost__note-item--accent .p-cost__note-text {
  color: var(--s-color-1287bef2);
  font-weight: 700;
}

.p-cost__buttons {
  display: grid;
  margin-top: 3.2rem;
  gap: 0.8rem;
}

.p-cost__link {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.3rem solid var(--s-color-de9f6fba);
  border-radius: 6.4rem;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  padding: 1.4rem 1.6rem;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-cost__link:hover {
  opacity: 0.7;
}

.p-cost__link-text {
  color: var(--s-color-de9f6fba);
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.p-cost__link-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 1.1rem;
}

.p-cost__link-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-15x20_195e6c82-f5ec-4b35-a07f-87fa59a3b9e3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-cost__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.p-cost__cta-button {
  align-content: center;
  align-items: center;
  background: var(--s-color-1287bef2);
  border: 0.3rem solid var(--s-color-1287bef2);
  border-radius: 6.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-cost__cta-button:hover {
  opacity: 0.7;
}

.p-cost__cta-badge {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  margin: -4rem 0 0;
  padding: 0;
  width: 16.3rem;
  z-index: 1;
}

.p-cost__cta-badge-image {
  width: 100%;
  height: auto;
}

.p-cost__cta-label {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.p-cost__cta-text {
  color: #ffffff;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-cost__cta-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 2.1rem;
}

.p-cost__cta-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-15x20_cc8783da-3415-4e82-abec-f007f9d3a812.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-cost__payment {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}

.p-cost__payment-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-cost__payment-title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-cost__payment-subtitle {
  color: var(--s-color-1287bef2);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-cost__payment-note {
  color: var(--s-color-7ca9b679);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.p-cost__table {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.p-cost__table-heading {
  background: var(--s-color-de9f6fba);
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0.7rem 0;
  text-align: center;
}

.p-cost__table-heading strong {
  font-size: 1.1rem;
  font-weight: 700;
}

.p-cost__table-grid {
  display: grid;
  grid-template-columns: 9rem repeat(2, 1fr);
  width: 100%;
  border-left: 0.1rem solid #e3e3e8;
  border-right: 0.1rem solid #e3e3e8;
  border-bottom: 0.1rem solid #e3e3e8;
}

.p-cost__table-row {
  display: contents;
}

.p-cost__table-row--head .p-cost__table-cell {
  background: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}

.p-cost__table-row:nth-of-type(2) .p-cost__table-cell {
  background: #ffebeb;
}

.p-cost__table-row:nth-of-type(2) .p-cost__table-cell--label {
  text-align: right;
  align-items: flex-end;
}

.p-cost__table-cell {
  align-items: center;
  border-top: 0.1rem solid #e3e3e8;
  border-right: 0.1rem solid #e3e3e8;
  color: var(--s-color-4791f17c);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-cost__table-cell p {
  margin: 0;
  font-size: 1rem;
}

.p-cost__table-cell--label {
  flex: none;
  width: 9rem;
  position: relative;
  background: #ffffff;
}

.p-cost__table-cell--span {
  grid-column: span 2;
}

.p-cost__table-badge {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: 6rem;
  height: auto;
}

.p-cost__table-footnote {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.p-cost__table-footnote-text {
  color: var(--s-color-7ca9b679);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.p-cost__table-num {
  font-family: Inter;
  font-weight: 500;
  font-size: 1.6rem;
}

.p-cost__table-num.p-cost__table-num--special {
  color: var(--s-color-1287bef2);
  font-weight: 700;
  font-size: 2rem;
}

.p-cost__table-num.p-cost__table-num--primary {
  font-weight: 700;
  font-size: 2rem;
}

.p-cost__table-regular {
  font-weight: 500;
}

.p-cost__conditions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-cost__conditions-title {
  color: var(--s-color-1287bef2);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.p-cost__conditions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-cost__free,
.p-cost__compare,
.p-cost__device,
.p-cost__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.p-cost__free-inner,
.p-cost__compare-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}

.p-cost__free-title,
.p-cost__compare-title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-cost__free-title strong,
.p-cost__compare-title strong {
  color: var(--s-color-de9f6fba);
  font-size: 4rem;
}

.p-cost__free-visual,
.p-cost__compare-visual {
  width: 100%;
  max-width: 64rem;
  text-align: center;
}

.p-cost__compare-body {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-cost__compare-caption {
  color: var(--s-color-7ca9b679);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
}

.p-cost__compare-note {
  width: 100%;
}

.p-cost__compare-note-trigger {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 0.2rem;
  padding: 0;
}

.p-cost__compare-note-symbol,
.p-cost__compare-note-label {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-cost__compare-note-label {
  text-decoration: underline;
}

.p-cost__compare-note-icons {
  align-items: center;
  display: flex;
  position: relative;
}

.p-cost__compare-note-icon {
  color: var(--s-color-4791f17c);
  font-size: 1.3rem;
  padding: 0.2rem;
}

.p-cost__compare-note-icon--open {
  color: #0077d5;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cost__compare-note-icon--close {
  color: var(--s-color-de9f6fba);
}

.p-cost__compare-note-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  width: 100%;
}

.p-cost__compare-note-body {
  padding: 0.8rem 0;
}

.p-cost__compare-note-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-cost__device {
  width: 100%;
  gap: 1.2rem;
}

.p-cost__device-title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-cost__device-image {
  width: 100%;
  max-width: 64rem;
}

.p-cost__links {
  gap: 1.6rem;
  margin: 0 -1.6rem;
  width: calc(100% + 3.2rem);
}

.p-cost__links-block {
  background: var(--s-color-de9f6fba);
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 4.5rem 2rem;
  width: 100%;
}

.p-cost__links-title {
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.p-cost__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
  width: 100%;
}

.p-cost__links-grid--single {
  grid-template-columns: minmax(20rem, 1fr);
}

.p-cost__link-card {
  overflow: hidden;
  align-items: center;
  background: #ffffff;
  border-radius: 0.8rem;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  padding: 0 1.6rem 0 0;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-cost__link-card:hover {
  opacity: 0.7;
}

.p-cost__link-card-image {
  width: 12rem;
  height: auto;
}

.p-cost__link-card-text {
  align-items: center;
  display: flex;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
  text-align: center;
  color: var(--s-color-de9f6fba);
  gap: 1.2rem;
}

.p-cost__link-card-text p {
  margin: 0;
}

.p-cost__link-card-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 1.1rem;
}

.p-cost__link-card-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-8x12_94961bd6-7458-4948-a4af-4046b831846e_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-everes {
  padding: 0 1.6rem 6rem;
}

.p-everes__inner {
  align-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 130, 0, 0.9019607843) 0%, rgba(119, 198, 0, 0.8) 100%);
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  justify-content: flex-start;
  margin: 0 -1.6rem;
  padding: 5.6rem 1.6rem;
  width: calc(100% + 3.2rem);
}

.p-everes__header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}

.p-everes__lead {
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__title {
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__cards {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  justify-content: center;
  width: 100%;
}

.p-everes__card {
  align-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(180deg, #d3edff 0%, #f3d3ff 99%);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 2rem 2rem;
  width: 100%;
}

.p-everes__card-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  width: 100%;
}

.p-everes__card-kicker {
  color: var(--s-color-7698f885);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__card-title {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.p-everes__card-image {
  width: 100%;
  height: auto;
}

.p-everes__card-text {
  align-items: center;
  background: #ffffff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 1.6rem;
  width: 100%;
}

.p-everes__card-text p {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__cta {
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  justify-content: flex-start;
  padding: 2.4rem 2rem 2rem;
  width: 100%;
}

.p-everes__cta-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.p-everes__cta-lead {
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__cta-title {
  color: #ffffff;
  font-family: var(--s-font-85a1dc7e);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.p-everes__visual {
  width: 100%;
}

.p-everes__visual-image {
  width: 100%;
  height: auto;
}

.p-everes__actions {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: 100%;
}

.p-everes__button {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.3rem solid var(--s-color-7698f885);
  border-radius: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: center;
  margin: 2rem 0 0;
  padding: 1.4rem 1.6rem;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-everes__button:hover {
  opacity: 0.7;
}

.p-everes__badge {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  justify-content: flex-start;
  margin: -4rem 0 0;
  padding: 0;
  width: 16.3rem;
  max-width: 100%;
}

.p-everes__badge-image {
  width: 100%;
  height: auto;
}

.p-everes__button-label {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.p-everes__button-text {
  color: var(--s-color-7698f885);
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-everes__button-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 1.1rem;
}

.p-everes__button-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-14x19_3911a2c7-e1c4-4365-ae08-1ac02f61816c.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-everes__compare {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border: 0.3rem solid var(--s-color-7698f885);
  border-radius: 6.4rem;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  padding: 1.4rem 1.6rem;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-everes__compare:hover {
  opacity: 0.7;
}

.p-everes__compare-text {
  color: var(--s-color-7698f885);
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-everes__compare-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 1.1rem;
}

.p-everes__compare-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-14x19_3911a2c7-e1c4-4365-ae08-1ac02f61816c.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-faq {
  background: #cfe7ff;
  margin-top: 2rem;
  padding: 10rem 1.5rem;
}

.p-faq__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0 auto;
  max-width: 120rem;
}

.p-faq__title {
  color: #000000;
  font-family: var(--s-font-85a1dc7e);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-faq__categories {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  width: 100%;
}

.p-faq__category {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-faq__category-title {
  color: #000000;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-faq__panel {
  background: #ffffff;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3rem 2rem;
}

.p-faq__item {
  width: 100%;
}

.p-faq__item.is-open .p-faq__question {
  padding: 0 0 2.2rem;
  border-bottom: 0.1rem dotted #949292;
}

.p-faq__question {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.p-faq__question:hover {
  opacity: 0.7;
}

.p-faq__question-label {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-faq__q,
.p-faq__a {
  color: #3b6ffe;
  font-family: Lato, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
}

.p-faq__question-text {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.p-faq__toggle {
  align-items: center;
  display: flex;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  position: relative;
  width: 2rem;
}

.p-faq__toggle-icon {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-faq__toggle-icon--close {
  opacity: 0;
}

.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: linear 0.1s;
}

.p-faq__answer-row {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
}

.p-faq__answer-text {
  flex: 1;
}

.p-faq__answer-text p {
  color: #000000;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.p-faq__answer-text p a {
  display: inline;
  color: #007fff;
  text-decoration: underline;
}

.p-faq__answer-text p + p {
  margin-top: 1.5em;
}

.p-faq__answer-text strong {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.p-faq__more {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-faq__more-button {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 4.4rem;
  padding: 0;
  width: 100%;
  border-radius: 1.6rem;
  background: #007fff;
}

.p-faq__more-text {
  color: var(--white, #FFF);
  font-family: var(--s-font-85a1dc7e);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}

.p-faq__more-text--close {
  display: none;
}

.p-faq__more-content {
  max-height: 0;
  overflow: hidden;
  transition: linear 0.1s;
}

.p-faq__more-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-faq__cta {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-faq__cta-button {
  align-content: center;
  align-items: center;
  background: var(--s-color-1287bef2);
  border: 0.3rem solid var(--s-color-1287bef2);
  border-radius: 6.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  width: 100%;
  max-width: 52rem;
  height: 6rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.p-faq__cta-button:hover {
  opacity: 0.7;
}

.p-faq__cta-badge {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-start;
  margin: -4rem 0 0;
  padding: 0;
  width: 16.3rem;
  z-index: 1;
}

.p-faq__cta-badge-image {
  width: 100%;
  height: auto;
}

.p-faq__cta-label {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.p-faq__cta-text {
  color: #ffffff;
  flex: 1;
  font-family: var(--s-font-85a1dc7e);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.p-faq__cta-icon {
  flex: none;
  height: 1.6rem;
  position: relative;
  width: 2.1rem;
}

.p-faq__cta-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/common2026/img/s-15x20_cc8783da-3415-4e82-abec-f007f9d3a812.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-faq__links {
  width: 100%;
}

.p-faq__link {
  align-items: center;
  background: #ffffff;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  width: 100%;
}

.p-faq__link-text {
  color: #000000;
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.6rem;
  font-weight: 700;
}

.p-faq__link-icon {
  color: var(--s-color-4791f17c);
}

.p-link-collection {
  background: #f4f6fa;
  padding: 4rem 1.5rem;
}

.p-link-collection__inner {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  width: 100%;
}

.p-link-collection__grid {
  border-bottom: 0.1rem solid #d0d0d0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: flex-start;
  padding: 0 0 2rem;
  width: 100%;
}

.p-link-collection__card {
  align-items: center;
  background: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 0 0 rgba(0, 29, 108, 0.15);
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  padding: 2.4rem 1.6rem;
  width: 100%;
}

.p-link-collection__card:hover {
  opacity: 0.7;
}

.p-link-collection__card-text {
  color: var(--s-color-4791f17c);
  font-family: var(--s-font-85a1dc7e);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-link-collection__card-icon {
  flex: none;
  height: 1.2rem;
  position: relative;
  width: 1.2rem;
}

.p-link-collection__card-icon::before {
  background-image: url("/common2026/img/s-8x12_94961bd6-7458-4948-a4af-4046b831846e.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  inset: 0;
  position: absolute;
}

.p-link-collection__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: flex-start;
  width: 100%;
}

.p-link-collection__item {
  --link-accent: #0077d5;
  align-items: center;
  color: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  max-width: 100%;
  width: 24rem;
}

.p-link-collection__item--accent {
  --link-accent: #2886d9;
}

.p-link-collection__item:hover .p-link-collection__bar {
  background: var(--link-accent);
}

.p-link-collection__item:hover .p-link-collection__item-text,
.p-link-collection__item:hover .p-link-collection__item-icon {
  color: var(--link-accent);
}

.p-link-collection__bar {
  background: #000000;
  border-radius: 0.5rem;
  flex: none;
  height: 100%;
  margin: 0 1.2rem 0 0;
  width: 0.4rem;
}

.p-link-collection__item-text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  max-width: 17.4rem;
  width: 17.4rem;
}

.p-link-collection__item-icon {
  color: #000000;
  flex: none;
  font-size: 2rem;
  margin: 0 1rem 0 0;
}

.p-link-collection__member {
  --link-accent: #2886d9;
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  max-width: 100%;
  padding: 0;
  width: 23rem;
}

.p-link-collection__member:hover {
  opacity: 0.5;
}

.p-link-collection__member:hover .p-link-collection__member-bar {
  background: var(--link-accent);
}

.p-link-collection__member:hover .p-link-collection__member-text,
.p-link-collection__member:hover .p-link-collection__member-arrow {
  color: var(--link-accent);
}

.p-link-collection__member:hover .p-link-collection__member-icon::before {
  opacity: 0;
}

.p-link-collection__member:hover .p-link-collection__member-icon::after {
  opacity: 1;
}

.p-link-collection__member-bar {
  background: #000000;
  border-radius: 0.4rem;
  flex: none;
  height: 100%;
  margin: 0 1.2rem 0 0;
  width: 0.4rem;
}

.p-link-collection__member-label {
  align-items: center;
  display: flex;
  flex: none;
  gap: 0.8rem;
  justify-content: flex-start;
  width: 17.4rem;
}

.p-link-collection__member-icon {
  flex: none;
  height: 1.3rem;
  position: relative;
  width: 1.8rem;
}

.p-link-collection__member-icon::before,
.p-link-collection__member-icon::after {
  content: "";
  inset: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-link-collection__member-icon::before {
  background-image: url("/common2026/img/hb__smail.svg");
}

.p-link-collection__member-icon::after {
  background-image: url("/common2026/img/hb__smail_blue.svg");
  opacity: 0;
}

.p-link-collection__member-text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  width: 14.3rem;
}

.p-link-collection__member-arrow {
  color: #000000;
  flex: none;
  font-size: 2rem;
}

.p-modal-member__section {
  margin-top: 1.4rem;
}

.p-modal-member__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
  text-align: center;
}

.p-modal-member__note-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.p-modal-member__note-item {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-left: 1.2rem;
  position: relative;
}

.p-modal-member__note-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-modal-member__banner {
  display: block;
  margin: 0.75rem 0 1rem;
}

.p-modal-member__banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-modal-member__banner-img--mobile {
  display: none;
}

.p-modal-member__store {
  display: flex;
  justify-content: space-between;
  background: #f6f7fa;
  margin-bottom: 2rem;
  padding: 2rem;
}

.p-modal-member__store-link img {
  height: 3.6rem;
  width: auto;
  display: block;
}

.p-modal-member__grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-modal-member__card {
  border-radius: 0.5rem;
  padding: 2rem;
  background: #f6f7fa;
}

.p-modal-member__card-title {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.p-modal-member__links {
  display: grid;
  gap: 1.6rem;
}

.p-modal-member__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #fff);
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  height: 7rem;
  padding: 1rem 3.1rem 1rem 1.1rem;
  border-radius: 0.5rem;
  background: #0077d5;
  text-align: center;
}

.p-modal-member__arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-right: 0.2rem solid var(--white, #fff);
  border-bottom: 0.2rem solid var(--white, #fff);
  transform: translateY(-50%) rotate(-45deg);
}

.p-campaign {
  padding: 2.4rem 0 6rem;
}

.p-campaign__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 0 1.6rem;
}

.p-campaign__card {
  width: 100%;
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.p-campaign__content {
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.p-campaign__title {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  color: var(--color-text);
}

.p-campaign__deadline {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  justify-content: center;
  color: var(--color-action, #ff1925);
}

.p-campaign__date {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-red);
  font-feature-settings: "palt" 1;
}

.p-campaign__deadline-label {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-red);
  font-feature-settings: "palt" 1;
}

.p-campaign__note {
  position: relative;
  padding-left: 1.7rem;
}

.p-campaign__note-mark {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-campaign__note-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-campaign__cta {
  width: 100%;
  max-width: 48rem;
}

.p-campaign__secondary {
  width: 100%;
  max-width: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: #ffffff;
  border: 0.3rem solid var(--color-main-blue);
  border-radius: 6.4rem;
  padding: 1.4rem 1.6rem;
  min-height: 6rem;
}

.p-campaign__secondary:hover {
  opacity: 0.7;
}

.p-campaign__secondary-text {
  flex: 1;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-main-blue);
}

.p-campaign__secondary-arrow {
  width: 2.1rem;
  height: 1.6rem;
  background: url("/common2026/img/img-campaign-secondary-arrow.svg") no-repeat center/contain;
}

.p-learning {
  padding: 0 0 6rem;
}

.p-learning__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0 1.5rem;
  max-width: 96rem;
  margin: 0 auto;
}

.p-learning__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
}

.p-learning__hero-image {
  width: 12rem;
}

.p-learning__title {
  width: 100%;
  margin: -6.5rem 0 0;
  padding: 1.6rem;
  background: var(--color-main-blue);
  border-radius: 1.6rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-learning__group {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.p-learning__group--accent {
  background: var(--color-main-blue);
  border-radius: 3.2rem;
  padding: 5.6rem 1.6rem;
  margin: 3.2rem -1.6rem;
}

.p-learning__group--accent .p-learning__group-kicker,
.p-learning__group--accent .p-learning__group-title {
  color: #ffffff;
}

.p-learning__group-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-learning__group-kicker {
  color: var(--color-main-blue);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.3;
}

.p-learning__group-title {
  margin: 0;
  color: var(--color-text);
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
  padding-top: 0.8rem;
  font-feature-settings: "palt" 1;
}

.p-learning__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  justify-content: center;
}

.p-learning__card {
  width: 100%;
  display: flex;
}

.p-learning__card-body {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 2rem 2rem;
  background: linear-gradient(180deg, #d3edff 0%, #f3d3ff 99%);
  border-radius: 2rem;
  width: 100%;
}

.p-learning__card--white .p-learning__card-body {
  background-image: none;
  background-color: #ffffff;
}

.p-learning__card-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.8rem;
}

.p-learning__card--white .p-learning__card-heading {
  margin-bottom: 1.6rem;
}

.p-learning__card-kicker {
  margin: 0;
  color: #105cf1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-learning__card-title {
  margin: 0;
  color: var(--color-text);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-learning__card-media {
  position: relative;
}

.p-learning__card-media img {
  width: 100%;
}

.p-learning__card-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.95;
  padding: 0.5rem 1rem;
}

.p-learning__card-tag-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  background: linear-gradient(90deg, #00aaff 0%, #c464ff 51%, #ff36c9 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.p-learning__card-desc {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.6rem;
}

.p-learning__card-desc p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-learning__note {
  margin-top: 1rem;
}

.p-learning__note-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 1rem;
  color: var(--color-text);
  list-style: none;
  cursor: pointer;
}

.p-learning__note-summary::-webkit-details-marker {
  display: none;
}

.p-learning__note-mark {
  font-weight: 400;
  text-decoration: none;
}

.p-learning__note-label {
  text-decoration: underline;
}

.p-learning__note-icon {
  font-size: 1.3rem;
  line-height: 1;
  color: #0077d5;
}

.p-learning__note-icon--minus {
  display: none;
}

.p-learning__note[open] .p-learning__note-icon--plus {
  display: none;
}

.p-learning__note[open] .p-learning__note-icon--minus {
  display: inline;
}

.p-learning__note-content {
  padding: 0.8rem 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.p-learning__note-content--remark {
  position: relative;
  padding: 0.8rem 0 0.8rem 1.7rem;
}

.p-learning__note-content--remark::before {
  content: "※";
  position: absolute;
  top: 0.65em;
  left: 0;
}

.p-learning__note-content p {
  margin: 0;
}

.p-learning__note-content p + p {
  margin-top: 1.3rem;
}

.p-learning__note-text {
  position: relative;
  padding-left: 1.7rem;
  margin: 0;
}

.p-learning__note-text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-learning__note-content--remark .p-learning__note-text {
  margin-left: -1.7rem;
}

.p-learning__note-text + .p-learning__note-text {
  margin-top: 0.8rem;
}

.p-learning__cta {
  width: 100%;
  max-width: 48rem;
}

.p-learning__cta-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  background: var(--color-red);
  border: 0.3rem solid var(--color-red);
  border-radius: 6.4rem;
  padding: 1.2rem 1.6rem;
  height: 6rem;
  width: 100%;
  margin-top: 2rem;
  overflow: visible;
}

.p-learning__cta-link:hover {
  opacity: 0.7;
}

.p-learning__cta-badge {
  width: 16.3rem;
  margin-top: -4rem;
  z-index: 1;
}

.p-learning__cta-action {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  justify-content: center;
}

.p-learning__cta-text {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.p-learning__cta-arrow {
  width: 2.1rem;
  height: 1.6rem;
  background: url("/common2026/img/img-campaign-cta-arrow.svg") no-repeat center/contain;
}

.p-point-service {
  padding: 0 0 6rem;
}

.p-point-service__inner {
  margin: 0 auto;
  max-width: 96rem;
  background: var(--color-main-blue);
  border-radius: 3.2rem;
  padding: 5.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.p-point-service__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-point-service__kicker {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}

.p-point-service__title {
  margin: 0;
  color: #fff;
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-point-service__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  justify-content: center;
}

.p-point-service__card {
  width: 100%;
}

.p-point-service__card-body {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 2rem 2rem;
  background: linear-gradient(180deg, #d3edff 0%, #f3d3ff 99%);
  border-radius: 2rem;
}

.p-point-service__card-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.8rem;
}

.p-point-service__card-kicker {
  margin: 0;
  color: #105cf1;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-point-service__card-title {
  margin: 0;
  color: var(--color-text);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-point-service__card-media img {
  width: 100%;
}

.p-point-service__card-desc {
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
}

.p-point-service__card-desc p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

.p-point-service__note {
  margin: 1rem 0 0;
}

.p-point-service__note-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 1rem;
  color: var(--color-text);
  list-style: none;
  cursor: pointer;
}

.p-point-service__note-summary::-webkit-details-marker {
  display: none;
}

.p-point-service__note-label {
  text-decoration: underline;
}

.p-point-service__note-icon {
  font-size: 1.3rem;
  line-height: 1;
  color: #0077d5;
}

.p-point-service__note-icon--minus {
  display: none;
}

.p-point-service__note[open] .p-point-service__note-icon--plus {
  display: none;
}

.p-point-service__note[open] .p-point-service__note-icon--minus {
  display: inline;
}

.p-point-service__note-content {
  padding: 0.8rem 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.p-point-service__note-content--remark {
  position: relative;
  padding: 0.8rem 0 0.8rem 1.7rem;
}

.p-point-service__note-content--remark::before {
  content: "※";
  position: absolute;
  top: 0.65em;
  left: 0;
}

.p-point-service__note-content p {
  margin: 0;
}

.p-point-service__note-content p + p {
  margin-top: 1.3rem;
}

.p-point-service__note-text {
  position: relative;
  padding-left: 1.7rem;
  margin: 0;
}

.p-point-service__note-text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-point-service__note-content--remark .p-point-service__note-text {
  margin-left: -1.7rem;
}

.p-point-service__note-text + .p-point-service__note-text {
  margin-top: 0.8rem;
}

/* ========== COMPONENTS / UTILITIES ========== */

.js-accordion.is-open .p-features__note-icon--open {
  opacity: 0;
}

.js-accordion.is-open .p-features__note-icon--close {
  opacity: 1;
}

.js-accordion:not(.is-open) .p-features__note-icon--close {
  opacity: 0;
}

.js-accordion.is-open .p-features__summary-accordion-icon--open {
  opacity: 0;
}

.js-accordion.is-open .p-features__summary-accordion-icon--close {
  opacity: 1;
}

.js-accordion:not(.is-open) .p-features__summary-accordion-icon--close {
  opacity: 0;
}

.js-accordion.is-open .p-achievement__accordion-icon--open {
  opacity: 0;
}

.js-accordion.is-open .p-achievement__accordion-icon--close {
  opacity: 1;
}

.js-accordion:not(.is-open) .p-achievement__accordion-icon--close {
  opacity: 0;
}

.js-accordion.is-open .p-cost__compare-note-icon--open {
  opacity: 0;
}

.js-accordion.is-open .p-cost__compare-note-icon--close {
  opacity: 1;
}

.js-accordion:not(.is-open) .p-cost__compare-note-icon--close {
  opacity: 0;
}

.js-accordion.is-open .p-faq__toggle-icon--open {
  opacity: 0;
}

.js-accordion.is-open .p-faq__toggle-icon--close {
  opacity: 1;
}

.js-accordion:not(.is-open) .p-faq__toggle-icon--close {
  opacity: 0;
}

.js-accordion-more.is-open .p-faq__more-text--open {
  display: none;
}

.js-accordion-more.is-open .p-faq__more-text--close {
  display: inline;
}

.p-faq__item.is-open .p-faq__answer {
  margin-top: 22px;
}

.js-fade-in {
  opacity: 0;
  transform: translate(0px, 90px);
  transition-duration: 1000ms;
}

.js-fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1000ms;
}

.is-pc {
  display: none !important;
}

@media (min-width: 471px) {
  body {
    background: #f4f6fa;
  }

  html {
    font-size: clamp(0.9090909091vw, 0px + 0.9vw, 0.9090909091vw);
  }

  .l-header {
    margin-left: -5rem;
    width: calc(100% + 10rem);
    padding: 0 5rem;
    background: #f4f6fa;
  }

  .l-header__cta {
    left: 17.4em;
  }

  .l-header__cta-button {
    width: 13.5rem;
    height: 4rem;
    padding: 1.2rem 1.6rem;
  }

  .l-header__cta-text {
    font-size: 1.4rem;
  }

  .l-innerPcScroll {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .l-innerPcScroll__sticky {
    top: 11rem;
  }

  .l-innerPcScroll__child {
    min-width: 43rem;
    margin: 0 2.4rem;
  }

  .p-hero {
    background: #2452ff;
    border-radius: 0 0 3.9rem 3.9rem;
  }
}

@media screen and (min-width: 471px) {
  .l-wrapper {
    padding: 0 5rem;
    margin: 0 9rem;
  }

  .l-main {
    overflow: hidden;
  }

  .c-hamburger__inner {
    width: 37%;
    right: 0;
  }

  .is-pc {
    display: block !important;
  }

  .is-sp {
    display: none !important;
  }
}

@media (min-width: 841px) {
  .c-modal__panel {
    max-width: 800px;
  }

  .p-modals-member__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-modals-member__section {
    margin-top: 14px;
  }

  .p-modals-member__title {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .p-modals-member__note-list {
    margin: 0 0 10px;
  }

  .p-modals-member__note-item {
    font-size: 11px;
    padding-left: 12px;
  }

  .p-modals-member__banner {
    margin: 7.5px 0 10px;
  }

  .p-modals-member__store {
    margin-bottom: 20px;
    padding: 20px;
  }

  .p-modals-member__store-link img {
    height: 36px;
  }

  .p-modals-member__grid {
    gap: 10px;
    margin-bottom: 10px;
  }

  .p-modals-member__card {
    border-radius: 5px;
    padding: 20px;
  }

  .p-modals-member__card-title {
    margin: 0 0 16px;
    font-size: 16px;
  }

  .p-modals-member__links {
    gap: 16px;
  }

  .p-modals-member__link {
    font-size: 20px;
    height: 70px;
    padding: 10px 31px 10px 11px;
    border-radius: 5px;
  }

  .p-modals-member__arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--white, #fff);
    border-bottom: 2px solid var(--white, #fff);
  }
}

@media (max-width: 470px) {
  footer {
    padding: 0 0 11rem 0;
  }
}