@charset "UTF-8";

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

ul,
ol {
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
}

.template-index a[href^="tel:"] {
  pointer-events: auto;
}

.template-index a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.template-index iframe {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

img,
video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ie-warning {
  background-color: #ffcc00;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.splide__slide {
  -webkit-text-size-adjust: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.inner {
  padding-inline: 0.9375rem;
  margin-inline: auto;
}

.hide-xl2 {
  display: block;
}

.hide-lg {
  display: block;
}

.show-lg {
  display: none;
}

.hide-md {
  display: block;
}

.show-md {
  display: none;
}

.lg-md-only {
  display: none;
}

.md-sm-none {
  display: none;
}

.hide-xl {
  display: block;
}

.hide-sm {
  display: block;
}

.hide-sp {
  display: block;
}

/* ==========================================
    header
   ========================================== */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 0 0.6875rem;
  background-color: #fff;
  z-index: 5;
}

.header__logo-wrapper {
  width: 22.875rem;
}

.header__logo-link {
  display: block;
}

/* ==========================================
    mv
   ========================================== */

.mv {
  position: relative;
  padding: 0.125rem 0 2.891875rem;
}

.mv__inner {
  padding-inline: 0;
  overflow: hidden;
}

.mv__title {
  font-size: 3.283125rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #fff;
  text-wrap: nowrap;
  width: 25.4375rem;
  padding-left: 0.4375rem;
}

.mv__wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.mv__description {
  margin-top: 0.3125rem;
  width: 23.6325rem;
  margin-inline: auto;
}

.mv__description {
  grid-row: 3;
}

.mv__seminar {
  grid-row: 1;
}

.mv__cta-button {
  grid-row: 4;
}

.mv__video-wrapper {
  grid-row: 2;
}

.mv__seminar {
  margin-top: 0.671875rem;
  width: 24.5rem;
  margin-inline: auto;
  position: relative;
  left: -0.3125rem;
}

.mv__cta-button {
  margin-top: 0.7225rem;
  width: 21.93125rem;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 1.62875rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1.62875rem rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.mv__video-wrapper {
  margin-top: 0.974375rem;
  width: 24.5625rem;
  margin-inline: auto;
  border-radius: 0.881875rem;
  overflow: hidden;
}

.mv__video {
  width: 100%;
  aspect-ratio: 393/234.25;
  border-radius: 0.881875rem;
}

.mv__bg-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-height: 1167px;
  overflow: hidden;
}

.mv__bg-image {
  height: 100%;
}

.mv__bg-triangle {
  position: absolute;
  bottom: -1.40875rem;
  right: -0.0625rem;
  width: 7.541875rem;
}

/* ==========================================
    実践型オンラインプラットフォーム
   ========================================== */

.platform {
  position: relative;
  padding: 4.8125rem 0 3.6875rem;
}

.platform__inner {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
  position: relative;
  z-index: 1;
}

.platform__title {
  font-size: 1.0975rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #060f23;
  text-align: center;
}

.platform__title .line {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: #000;
  text-underline-offset: 0.4375rem;
}

.platform__title .line2 {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: #000;
  text-underline-offset: 0.4375rem;
}

.platform__number {
  margin-top: 2.889375rem;
  width: 22.6475rem;
  margin-inline: auto;
}

.platform__price {
  margin-top: 0.865rem;
  width: 22.29rem;
  margin-inline: auto;
}

.platform__price-note {
  margin-top: 0.239375rem;
  font-size: 0.484375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #060f23;
  text-align: center;
}

.platform__list {
  margin-top: 0.864375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.910625rem 0.64375rem;
  padding-right: 0.316875rem;
}

.platform__item {
  position: relative;
}

.platform__item.has-free {
  padding-top: 1.656875rem;
}

.platform__item.has-free .platform__item-free {
  padding-top: 1.656875rem;
}

.platform__item.js-hidden {
  display: none;
}

.platform__item-image {
  aspect-ratio: 186.3/107.27;
}

.platform__item-title {
  margin-top: 0.29625rem;
  font-size: 0.8475rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #202a4e;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.platform__item-fee {
  margin-top: 0.264375rem;
  font-size: 0.68375rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #202a4e;
}

.platform__item-fee .small {
  font-size: 0.625rem;
  margin-left: 0.25rem;
  display: inline-block;
}

.platform__item-fee .kerning {
  letter-spacing: -0.019em;
}

.platform__item-free {
  position: absolute;
  top: -1.656875rem;
  left: -0.5075rem;
  width: 4.366875rem;
}

.platform__item.platform__item.js-hidden .platform__item-free {
  position: absolute;
  top: -1.656875rem;
  left: 0;
  left: -0.5075rem;
  width: 4.366875rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.platform__item.platform__item.js-hidden .platform__item-free.is-active {
  visibility: visible;
  opacity: 1;
}

.platform__more-button {
  margin-top: 0.985rem;
  width: 6.875rem;
  height: 2rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3.75rem;
  font-size: 0.8475rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  background-color: #4176cb;
}

.platform__slide-container {
  position: absolute;
  top: 23rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.platform__slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  -webkit-animation: loop-text 20s linear infinite;
  animation: loop-text 20s linear infinite;
}

.platform__slide-animation {
  font-size: 8.09125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f6f6f6;
  width: 100%;
  white-space: nowrap;
}

@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ==========================================
    学びのプラットフォーム
   ========================================== */

.value {
  position: relative;
  padding: 6.11875rem 0 5.61125rem;
  margin-top: -5.0625rem;
}

.value__inner {
  padding-inline: 1.5625rem;
}

.value__content-top {
  display: grid;
  grid-template-areas: "title" "image" "description";
  grid-template-columns: 1fr;
}

.value__title {
  font-size: 1.861875rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.05em;
  color: #fff;
  grid-area: title;
  padding-left: clamp(0px, calc(0px + 20 * ((100vw - 414px) / 110)), 20px);
}

.value__title .gold {
  color: #beb700;
}

.value__image-wrapper {
  margin-top: 0.800625rem;
  width: 22.25rem;
  margin-inline: auto;
  grid-area: image;
  background-color: #082453;
  position: relative;
}

.value__image {
  aspect-ratio: 356/219;
  position: relative;
  z-index: 1;
}

.value__sub-image {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 22.25rem;
  z-index: 0;
  aspect-ratio: 356/219;
  opacity: .2;
}

.value__description {
  margin-top: 1.3125rem;
  font-size: 0.83rem;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fff;
  width: 22.25rem;
  margin-inline: auto;
  grid-area: description;
}

.value__instructor {
  margin-top: 2.458125rem;
  font-size: 0.800625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #0c1d44;
  width: 18.4175rem;
  height: 1.681875rem;
  padding-bottom: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin-inline: auto;
}

.value__number-image-wrapper {
  margin-top: 0.480625rem;
  width: 21.37375rem;
  margin-inline: auto;
}

.value__slide-wrapper {
  margin-top: 0.841875rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.value__slide-wrapper + .value__slide-wrapper {
  margin-top: 0.710625rem;
}

.value__splide-slide .splide__slide {
  border-radius: 0.259375rem;
  overflow: hidden;
}

.value__splide-slide .splide__slide-image {
  border-radius: 0.259375rem;
  aspect-ratio: 88.09/81.35;
}

.value__content-middle {
  margin-top: 3.478125rem;
}

.value__instructors {
  font-size: 0.979375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #0c1d44;
  text-align: center;
  background-color: #fff;
  width: 21.153125rem;
  height: 2.0075rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
  padding-bottom: 0.0625rem;
}

.value__contents-middle-title {
  margin-top: 1.175rem;
  font-size: 1.665rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.value__content-middle-container {
  margin-top: 1.1925rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.013125rem;
}

.value__content-middle-subtitle {
  font-size: 1.02625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}

.value__content-middle-image-wrapper {
  margin-top: 0.87875rem;
  width: 22.600625rem;
}

.value__content-middle-image {
  aspect-ratio: 361.61/215.73;
}

.value__content-bottom {
  margin-top: 2.336875rem;
}

.value__content-bottom-subtitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.value__content-bottom-list {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "item1 item1 item1 item2 item2 item2" "item3 item3 item4 item4 item5 item5";
  row-gap: 0.891875rem;
}

.value__content-bottom-item:nth-child(1) {
  grid-area: item1;
  margin-right: 0.36375rem;
}

.value__content-bottom-item:nth-child(2) {
  grid-area: item2;
  margin-left: 0.36375rem;
}

.value__content-bottom-item:nth-child(3) {
  grid-area: item3;
  margin-right: 0.354375rem;
}

.value__content-bottom-item:nth-child(4) {
  grid-area: item4;
  margin-left: 0.118125rem;
  margin-right: 0.118125rem;
}

.value__content-bottom-item:nth-child(5) {
  grid-area: item5;
  margin-left: 0.354375rem;
}

.value__content-bottom-image {
  aspect-ratio: 171.84/111.59;
}

.value__content-bottom-text {
  margin-top: 0.3225rem;
  font-size: 0.7075rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  display: block;
}

.value__content-bottom-list2 {
  margin-top: 1.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0625rem 0.834375rem;
}

.value__content-bottom-image2 {
  aspect-ratio: 79.14/79.14;
}

.value__content-bottom-text2 {
  margin-top: 0.375625rem;
  font-size: 0.781875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  display: block;
}

.value__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.value__bg-image {
  height: 100%;
}

/* ==========================================
    CTA
   ========================================== */

.cta {
  position: relative;
  padding: 2.141875rem 0 2.1875rem;
}

.cta__inner {
  padding-inline: 1.25rem;
}

.cta__heading {
  width: 23.155625rem;
  height: 1.91rem;
  font-size: 0.76625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #071229;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
  padding-bottom: 0.0625rem;
}

.cta__title {
  margin-top: 0.781875rem;
  font-size: 1.81625rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}

.cta__number {
  margin-top: 0.728125rem;
  width: 19.795rem;
  margin-inline: auto;
}

.cta__button {
  margin-top: 1.12625rem;
  display: block;
  width: 22.279375rem;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 1.654375rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1.654375rem rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.kotei-button {
  margin-top: 0;
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22.279375rem;
  height: 5.459375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#363ea7),
    to(#165b90)
  );
  background: linear-gradient(90deg, #363ea7 0%, #165b90 100%);
  border: 0.055rem solid #fff;
  border-radius: 7.169375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.kotei-button.is-active {
  visibility: visible;
  opacity: 1;
}

.kotei-button img {
  width: 18.625rem;
}

.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta__bg-image {
  height: 100%;
}

/* ==========================================
    こんなお悩みありませんか？
   ========================================== */

.worries {
  position: relative;
  padding: 5rem 0 4.375rem;
}

.worries::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/worries-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.worries__inner {
  padding-inline: 1.71875rem;
}

.worries__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding-bottom: 1.8125rem;
  position: relative;
}

.worries__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.364375rem;
  height: 0.073125rem;
  background-color: #fff;
}

.worries__list {
  margin-top: 4.4375rem;
}

.worries__item {
  padding-left: 3.28125rem;
  padding-right: 0.21875rem;
  position: relative;
}

.worries__item + .worries__item {
  margin-top: 4.4375rem;
}

.worries__number {
  position: absolute;
  top: -2.625rem;
  left: -0.40625rem;
  width: 3.81375rem;
}

.worries__subtitle {
  font-size: 1.3375rem;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.07em;
  color: #fff;
}

.worries__subtitle .gold {
  color: #beb700;
}

.worries__text {
  margin-top: 0.5rem;
  font-size: 0.86125rem;
  font-weight: 200;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #fff;
}

.worries__keyword {
  position: absolute;
  top: -3.8125rem;
  right: -0.625rem;
  font-size: 3.92875rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
  mix-blend-mode: screen;
  opacity: 0.07;
}

.worries__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ==========================================
    「キャリア/学びの課題」 XPERTでまるっと解決！
   ========================================== */

.solution {
  padding: 2.375rem 0 6.25rem;
  overflow: hidden;
}

.solution__inner {
  padding-inline: 0;
}

.solution__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.1em;
  color: #202a4e;
  text-align: center;
}

.solution__list {
  margin-top: 4.3125rem;
}

.solution__item {
  display: grid;
  grid-template-areas: "title image" "text text";
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  padding-left: 1.578125rem;
}

.solution__item:nth-child(2n) {
  grid-template-areas: "image title" "text text";
  padding-left: 0;
  padding-right: 1.578125rem;
}

.solution__item + .solution__item {
  margin-top: 5.25rem;
}

.solution__item-left {
  display: contents;
}

.solution__item-title {
  margin-top: 1.0625rem;
  width: 10.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #202a4e;
  grid-area: title;
  padding-bottom: 0.8125rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.solution__item-title .gold {
  color: #beb700;
}

.solution__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.4375rem;
  height: 0.0875rem;
  background-color: #202a4e;
}

.solution__number {
  position: absolute;
  top: -3.6875rem;
  left: -1.578125rem;
  width: 6.5625rem;
  z-index: -1;
}

.solution__item:nth-child(2n) .solution__number {
  left: initial;
  top: -4.6875rem;
  right: -1.25rem;
}

.solution__item-image-wrapper {
  width: 12.0625rem;
  grid-area: image;
}

.solution__item-image {
  aspect-ratio: 193/187;
}

.solution__item-text {
  margin-top: 1.6875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #202a4e;
  width: 23.125rem;
  grid-area: text;
}

.solution__item.solution__item:nth-child(2n) .solution__item-text {
  margin-left: 1.578125rem;
}

.solution__item-text .note {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.781875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #202a4e;
}

/* ==========================================
    特別な学びはXPERT prime
   ========================================== */

.prime {
  position: relative;
  padding: 6.6875rem 0 2.8125rem;
  overflow: hidden;
  margin-top: -4.375rem;
}

.prime__inner {
  padding-inline: 0.9375rem;
  position: relative;
  z-index: 1;
}

.prime__number {
  width: 17.00875rem;
  margin-inline: auto;
}

.prime__title {
  margin-top: 0.66875rem;
  font-size: 1.50375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.prime__title .show-md {
  display: none;
}

.prime__slide-wrapper1 {
  margin-top: 0.949375rem;
  margin-right: calc(50% - 50vw);
  margin-left: 0.1875rem;
}

.prime__slide-wrapper1 .splide__track {
  position: relative;
  z-index: 5 !important;
}

.prime__splide1 .splide__custom-arrows {
  display: none;
}

.prime__splide1 .splide__custom-prev,
.prime__splide1 .splide__custom-next {
  position: relative;
}

.prime__instructor {
  margin-top: 2.03875rem;
  font-size: 1.055625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  padding-bottom: 0.74625rem;
  position: relative;
}

.prime__instructor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.849375rem;
  height: 0.0525rem;
  background-color: #fff;
}

.prime__slide-wrapper2 {
  margin-top: 1.158125rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.prime__splide2 .splide__slide {
  border-radius: 0.259375rem;
  overflow: hidden;
}

.prime__splide2 .splide__slide-image,
.prime__splide3 .splide__slide-image,
.prime__splide4 .splide__slide-image {
  aspect-ratio: 88.09/81.35;
  border-radius: 0.259375rem;
}

.prime__slide-wrapper3 {
  margin-top: 0.710625rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.prime__slide-wrapper4 {
  margin-top: 0.625rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.prime__price {
  margin-top: 1.665rem;
  width: 100%;
}

.prime__button {
  display: block;
  margin-top: -6rem;
  width: 21.5625rem;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.prime__decoration {
  display: none;
}

.prime__text-slider {
  position: absolute;
  bottom: 37.1575rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}

.prime__text-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  -webkit-animation: loop-text 20s linear infinite;
  animation: loop-text 20s linear infinite;
}

.prime__text-animation {
  font-size: 8.77875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  mix-blend-mode: screen;
  width: 100%;
  white-space: nowrap;
  color: rgb(23 50 112 / 31%);
  mix-blend-mode: screen;
}

.prime__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.prime__bg-image {
  height: 100%;
}

/* ==========================================
    お好きなデバイスでいつでもセミナー受講
   ========================================== */

.device {
  padding: 1.524375rem 0 4.24125rem;
  position: relative;
  overflow: hidden;
}

.device__inner {
  padding-inline: 1.375rem;
}

.device__title {
  font-size: 1.3275rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #202a4e;
  text-align: center;
}

.device__description {
  margin-top: 1.508125rem;
  padding: 0.523125rem 1.271875rem 0.61125rem 1.2475rem;
  background-color: rgba(0, 23, 75, 0.06);
  border-radius: 0.805rem;
  text-align: center;
}

.device__description-title {
  font-size: 0.724375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #202a4e;
}

.device__description-text {
  margin-top: 0.100625rem;
  font-size: 0.60375rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.04em;
  color: #202a4e;
}

.device__video-wrapper {
  margin-top: 1.06125rem;
  width: 23.055625rem;
  margin-inline: auto;
  position: relative;
  border-radius: 0.828125rem;
  outline-offset: -0.315rem;
  outline: 0.315rem solid #000;
}

.device__video {
  aspect-ratio: 368.89/219.88;
  border-radius: 0.828125rem;
}

.device__image {
  position: absolute;
  bottom: 3.379375rem;
  left: 0.625rem;
  right: 0.625rem;
  width: 95%;
}

/* ==========================================
    XPERTは、アークメディカルジャパンが運営しています
   ========================================== */

.operation__plus {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.operation__accordion.is-open .operation__plus {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ==========================================
    XPERTは、アークメディカルジャパンが運営しています
   ========================================== */

.operation {
  padding-bottom: 3.125rem;
  position: relative;
  overflow: hidden;
}

.operation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/operation-bg-sp3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.operation-top {
  position: relative;
  width: 100%;
  margin-top: -0.6875rem;
}

.operation__top-image {
  aspect-ratio: 414/251;
}

.operation__inner {
  padding-inline: 0.5rem;
  position: relative;
  z-index: 1;
}

.operation__content-top {
  padding: 0.9375rem 0.875rem 2.06375rem 0.9375rem;
  background-color: #fff;
  border-radius: 1.248125rem;
}

.operation__title {
  width: 23.0625rem;
  margin-inline: auto;
}

.operation__list {
  margin-top: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.533125rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.operation__item {
  background-color: #fff;
  border: 0.074375rem solid #202a4e;
  overflow: hidden;
  width: calc(50% - 0.2665625rem);
  min-height: 3.74875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.operation__accordion {
  width: 100%;
}

.operation__accordion {
  overflow: hidden;
}

.operation__content {
  display: none;
}

.operation__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  font-size: 0.8075rem;
  font-weight: 700;
  line-height: 1.2383900929;
  letter-spacing: 0.05em;
  color: #202a4e;
  cursor: pointer;
  padding: 0.8075rem 0.59375rem 0.816875rem 0.92625rem;
  position: relative;
  -webkit-transition: padding-bottom 0.3s;
  transition: padding-bottom 0.3s;
  width: 100%;
  text-align: left;
}

.operation__plus {
  font-size: 0.89125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #202a4e;
}

.operation__content {
  width: 100%;
  padding: 0rem 0.625rem 1.125rem 0.92625rem;
}

.operation__lead {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #202a4e;
  position: relative;
  padding-top: 0.59375rem;
}

.operation__lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  width: 3.9375rem;
  height: 0.0875rem;
  background-color: #202a4e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.operation__text {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: #202a4e;
}

.operation__graph {
  margin-top: 0.718125rem;
  width: 14.625rem;
  margin-inline: auto;
}

.operation__graph + .operation__list {
  margin-top: -0.75rem;
}

.operation__content-bottom {
  margin-top: 6.8125rem;
}

.operation__content-number {
  width: 22.6475rem;
  margin-inline: auto;
}

.operation__content-price {
  margin-top: 1.153125rem;
  width: 19.456875rem;
  margin-inline: auto;
}

.operation__content-note {
  font-size: 0.484375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

.operation__slide-wrapper1,
.operation__slide-wrapper2,
.operation__slide-wrapper3,
.operation__slide-wrapper4 {
  margin-top: 1.915rem;
  padding-left: 0.640625rem;
}

.operation__slide-wrapper1 {
  margin-top: 2.2425rem;
}

.operation__slide-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #fff;
}

.operation__splide1,
.operation__splide2,
.operation__splide3,
.operation__splide4 {
  margin-top: 0.6875rem;
  width: 100vw;
  width: 100%;
}

.operation__splide1 .splide__slide {
  position: relative;
}

.operation__splide-image {
  aspect-ratio: 200/112.5;
}

.operation__splide-title {
  margin-top: 0.28125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.operation__splide-fee {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
}

.operation__splide-fee .small {
  font-size: 0.625rem;
  font-weight: 400;
}

.operation__splide-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5625rem;
}

.operation__slide-wrapper2 {
  margin-top: 1.9375rem;
}

.operation__text-slider {
  position: absolute;
  bottom: 65.625rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}

.operation__text-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  -webkit-animation: loop-text 20s linear infinite;
  animation: loop-text 20s linear infinite;
}

.operation__text-animation {
  font-size: 8.09125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #283657;
  opacity: 0.18;
  width: 100%;
  white-space: nowrap;
  color: #1d2e50;
  mix-blend-mode: plus-lighter;
  opacity: 0.18;
}

/* ==========================================
    フッター
   ========================================== */

.footer {
  padding: 1.25rem;
  background-color: #eff2f5;
}

.copyright {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 414px) {
  .hide-sp {
    display: none;
  }
}

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

  .hide-sm {
    display: none;
  }

  .mv__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-left: 1.875rem;
  }

  .value__title {
    padding-left: clamp(20px, calc(20px + 43 * ((100vw - 524px) / 244)), 63px);
  }

  .value__bg {
    height: auto;
  }

  .solution__inner {
    padding-inline: 1.578125rem;
  }

  .solution__item {
    padding-left: 0;
  }

  .solution__item:nth-child(2n) {
    padding-right: 0;
  }

  .solution__item-text {
    width: 100%;
  }

  .solution__item.solution__item:nth-child(2n) .solution__item-text {
    margin-left: 0;
  }

  .prime__bg {
    height: 100%;
  }

  .prime__bg-image {
    -o-object-position: top center;
    object-position: top center;
  }
}

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

  .inner {
    max-width: 77.5rem;
    padding-inline: 1.25rem;
  }

  .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .lg-md-only {
    display: block;
  }

  .md-sm-none {
    display: none;
  }

  .header {
    position: absolute;
    background-color: transparent;
    padding-top: 2.129375rem;
  }

  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23.064516129vw;
    height: 24.4443548387vw;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 1;
  }

  .header__inner {
    padding-inline: 2.5vw;
    max-width: initial;
    position: relative;
    z-index: 5;
  }

  .header__logo-wrapper {
    width: 13.064516129vw;
    position: relative;
    z-index: 5;
  }

  .mv {
    padding: 5.125rem 0 5.25rem;
  }

  .mv__title {
    font-size: 6.5443548387vw;
    line-height: 1;
    letter-spacing: 0.09em;
    margin-inline: auto;
  }

  .mv__title span {
    display: block;
    margin-top: 0.989375rem;
  }

  .mv__wrapper {
    max-width: 73.125rem;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(
      15px,
      calc(15px + 5 * ((100vw - 768px) / 472)),
      20px
    );
    -moz-column-gap: clamp(
      15px,
      calc(15px + 5 * ((100vw - 768px) / 472)),
      20px
    );
    column-gap: clamp(15px, calc(15px + 5 * ((100vw - 768px) / 472)), 20px);
    margin-left: 0;
    padding-inline: 1.6129032258vw;
    margin-top: 3.125rem;
  }

  .mv__description {
    margin-top: 0;
    width: 36.985483871vw;
    max-width: 458.62px;
    margin-left: 0;
  }

  .mv__description {
    grid-column: 1;
    grid-row: 1;
  }

  .mv__seminar {
    grid-column: 1;
    grid-row: 2;
  }

  .mv__cta-button {
    grid-column: 1;
  }

  .mv__video-wrapper {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .mv__seminar {
    margin-top: 1.140625rem;
    width: 41.0483870968vw;
    max-width: 509px;
    margin-left: -0.6875rem;
  }

  .mv__cta-button {
    margin-top: 0;
    width: 32.5806451613vw;
    max-width: 404px;
    margin-left: 0;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.3);
  }

  .mv__video-wrapper {
    margin-top: -0.5625rem;
    width: 44.9193548387vw;
    max-width: 557px;
  }

  .mv__video {
    aspect-ratio: 557/332;
  }

  .mv__bg-image-wrapper {
    max-height: initial;
    height: 100%;
  }

  .mv__bg-triangle {
    bottom: -3.381875rem;
    width: 17.875rem;
  }

  .platform {
    padding: 78px 0 272px;
  }

  .platform__title {
    font-size: 1.46375rem;
  }

  .platform__title .line {
    text-underline-offset: 0.625rem;
  }

  .platform__title .line2 {
    text-underline-offset: 0.625rem;
  }

  .platform__number {
    margin-top: 60px;
    width: 25.9775rem;
  }

  .platform__price {
    margin-top: 22.67px;
    width: 44.174375rem;
  }

  .platform__price-note {
    margin-top: 4px;
    font-size: 0.8125rem;
  }

  .platform__list {
    margin-top: 24px;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5625rem 0.625rem;
  }

  .platform__item.js-hidden {
    display: block;
  }

  .platform__item-image {
    aspect-ratio: 232/130.5;
  }

  .platform__item-title {
    margin-top: 5.5px;
    font-size: 0.8125rem;
  }

  .platform__item-fee {
    margin-top: 6px;
    font-size: 0.6875rem;
  }

  .platform__item-free {
    top: -2.04rem;
    left: -0.625rem;
    width: 5.375rem;
  }

  .platform__more-button {
    display: none;
  }

  .platform__slide-container {
    top: 26.0625rem;
  }

  .value {
    padding: 23.625rem 0 3.559375rem;
    margin-top: -17.25rem;
    overflow: hidden;
  }

  .value__content-top {
    grid-template-areas: "title image" "description image";
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(
      20px,
      calc(20px + 20 * ((100vw - 768px) / 472)),
      40px
    );
    -moz-column-gap: clamp(
      20px,
      calc(20px + 20 * ((100vw - 768px) / 472)),
      40px
    );
    column-gap: clamp(20px, calc(20px + 20 * ((100vw - 768px) / 472)), 40px);
  }

  .value__title {
    padding-left: 0;
    font-size: 3.2258064516vw;
    margin-top: 0.25rem;
    width: 42.9838709677vw;
    max-width: 533px;
  }

  .value__image-wrapper {
    width: 40.3225806452vw;
    max-width: 556px;
  }

  .value__image {
    aspect-ratio: 556/387;
  }

  .value__sub-image {
    top: 0.6875rem;
    left: 0.875rem;
    width: 34.75rem;
    aspect-ratio: 556/387;
  }

  .value__description {
    margin-top: 1.495rem;
    font-size: 1.07875rem;
    width: 40.3225806452vw;
    max-width: 512px;
    margin-left: 0.6875rem;
  }

  .value__instructor {
    margin-top: 5.25rem;
    font-size: 1.25rem;
    width: 28.75rem;
    height: 2.625rem;
  }

  .value__number-image-wrapper {
    margin-top: 0.75rem;
    width: 33.385625rem;
  }

  .value__slide-wrapper {
    margin-top: 1.61rem;
  }

  .value__slide-wrapper + .value__slide-wrapper {
    margin-top: 1.7125rem;
  }

  .value__splide-slide .splide__slide {
    border-radius: 0.625rem;
  }

  .value__splide-slide .splide__slide-image {
    border-radius: 0.625rem;
    aspect-ratio: 212.28/196.04;
  }

  .value__content-middle {
    margin-top: 61.76px;
    margin-top: 3.86rem;
  }

  .value__instructors {
    font-size: 1.25rem;
    width: 27rem;
    height: 2.5625rem;
  }

  .value__contents-middle-title {
    margin-top: 1.5rem;
    font-size: 2.125rem;
  }

  .value__content-middle-container {
    margin-top: 2.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.77875rem;
    max-width: 67.875rem;
    margin-inline: auto;
  }

  .value__content-middle-subtitle {
    font-size: 1.5rem;
  }

  .value__content-middle-image-wrapper {
    margin-top: 1.25rem;
    width: 100%;
  }

  .value__content-middle-image {
    aspect-ratio: 528.54/315.32;
  }

  .value__content-bottom {
    margin-top: 3.23375rem;
  }

  .value__content-bottom-subtitle {
    font-size: 1.625rem;
  }

  .value__content-bottom-list {
    margin-top: 38.34px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "item1 item2 item3 item4 item5";
    -webkit-column-gap: 0.96375rem;
    -moz-column-gap: 0.96375rem;
    column-gap: 0.96375rem;
  }

  .value__content-bottom-item:nth-child(1) {
    margin-right: 0;
  }

  .value__content-bottom-item:nth-child(2) {
    margin-left: 0;
  }

  .value__content-bottom-item:nth-child(3) {
    margin-right: 0;
  }

  .value__content-bottom-item:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }

  .value__content-bottom-item:nth-child(5) {
    margin-left: 0;
  }

  .value__content-bottom-image {
    aspect-ratio: 227.66/147.84;
  }

  .value__content-bottom-text {
    margin-top: 8.16px;
    font-size: 0.9375rem;
  }

  .value__content-bottom-list2 {
    margin-top: 27px;
    grid-template-columns: repeat(9, 1fr);
    gap: 1.0075rem;
    max-width: 62.5rem;
    margin-inline: auto;
  }

  .value__content-bottom-image2 {
    aspect-ratio: 94.88/94.88;
  }

  .value__content-bottom-text2 {
    margin-top: 0.426875rem;
    font-size: 0.9375rem;
  }

  .value__bg {
    aspect-ratio: 1680/2624;
    height: 164rem;
  }

  .cta {
    padding: 102px 0 117.74px;
  }

  .cta__heading {
    width: 41.14rem;
    height: 3.39375rem;
    font-size: 1.36125rem;
  }

  .cta__title {
    margin-top: 30.29px;
    font-size: 2.57125rem;
  }

  .cta__number {
    margin-top: 24.09px;
    width: 32.79125rem;
  }

  .cta__button {
    margin-top: 10.81px;
    width: 33.6075rem;
    -webkit-box-shadow: 0 0 2.495625rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2.495625rem rgba(0, 0, 0, 0.3);
  }

  .worries {
    padding: 83px 0 98px;
  }

  .worries::after {
    background-image: url("../img/worries-bg-pc.png");
  }

  .worries__inner {
    max-width: 65rem;
    padding-inline: 1.25rem;
  }

  .worries__title {
    font-size: 1.875rem;
  }

  .worries__title::after {
    width: 6.4375rem;
    height: 0.0875rem;
  }

  .worries__list {
    margin-top: 76px;
  }

  .worries__item {
    margin-left: 9.125rem;
    padding-left: 0;
    padding-right: 0;
    width: 43.5rem;
  }

  .worries__item + .worries__item {
    margin-top: 4.375rem;
  }

  .worries__number {
    top: -3.766875rem;
    left: -5.125rem;
    width: 5.3075rem;
  }

  .worries__subtitle {
    font-size: 1.6875rem;
  }

  .worries__text {
    margin-top: 8px;
    font-size: 0.9375rem;
    width: 37.0625rem;
  }

  .worries__keyword {
    top: -1.875rem;
    right: -3rem;
    font-size: 7.24125rem;
  }

  .worries__decoration {
    left: initial;
    right: 0;
    width: 8.9375rem;
  }

  .solution {
    padding: 6.6875rem 0 18.625rem;
  }

  .solution__inner {
    max-width: 68.625rem;
    padding-inline: 1.25rem;
  }

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

  .solution__list {
    margin-top: 5rem;
  }

  .solution__item {
    grid-template-areas: "title image" "text image";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 2.625rem;
    -moz-column-gap: 2.625rem;
    column-gap: 2.625rem;
    padding-left: 3.125rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .solution__item:nth-child(2n) {
    grid-template-areas: "image title" "image text";
    padding-right: 3.125rem;
    padding-left: 1.875rem;
    -webkit-column-gap: 2.625rem;
    -moz-column-gap: 2.625rem;
    column-gap: 2.625rem;
  }

  .solution__item + .solution__item {
    margin-top: 3.4375rem;
  }

  .solution__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution__item-title {
    margin-top: 4.0625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .solution__number {
    width: 7.875rem;
    top: -4.5625rem;
    left: -1.578125rem;
  }

  .solution__item:nth-child(2n) .solution__number {
    top: -4.5625rem;
    left: -1.578125rem;
    right: initial;
  }

  .solution__item-image-wrapper {
    width: 21.875rem;
  }

  .solution__item-image {
    aspect-ratio: 377/278;
  }

  .solution__item-text {
    margin-top: 1.4375rem;
    width: 31.25rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .solution__item-text .note {
    margin-top: 0.1875rem;
    font-size: 0.625rem;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .prime {
    padding: 17.875rem 0 6.875rem;
    margin-top: -20rem;
  }

  .prime__inner {
    max-width: 71.5rem;
    padding-inline: 1.25rem;
  }

  .prime__number {
    width: 20.88125rem;
  }

  .prime__title {
    margin-top: 0.82125rem;
    font-size: 2rem;
  }

  .prime__title .show-md {
    display: inline;
  }

  .prime__slide-wrapper1 {
    margin-top: 2.375rem;
    margin-right: 0;
    margin-left: 0;
    position: relative;
  }

  .prime__splide1 .splide__custom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88%;
    z-index: 1;
  }

  .prime__splide1 .splide__custom-prev img,
  .prime__splide1 .splide__custom-next img {
    width: 3.25rem;
  }

  .prime__splide1 .splide__custom-prev {
    left: -5rem;
  }

  .prime__splide1 .splide__custom-next {
    right: -5rem;
  }

  .prime__instructor {
    margin-top: 3.3775rem;
    font-size: 1.25rem;
    padding-bottom: 0.8125rem;
  }

  .prime__instructor::after {
    width: 3.375rem;
    height: 0.0625rem;
  }

  .prime__slide-wrapper2 {
    width: 100%;
    margin-left: 0;
    margin-top: 1.305rem;
  }

  .prime__splide2,
  .prime__splide3 {
    visibility: visible;
  }

  .prime__splide2 .splide__list,
  .prime__splide3 .splide__list {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    -webkit-column-gap: 0.82125rem;
    -moz-column-gap: 0.82125rem;
    column-gap: 0.82125rem;
  }

  .prime__splide2 .splide__slide {
    border-radius: 0.3725rem;
  }

  .prime__splide2 .splide__slide-image,
  .prime__splide3 .splide__slide-image,
  .prime__splide4 .splide__slide-image {
    aspect-ratio: 126.51/116.83;
    border-radius: 0.3725rem;
  }

  .prime__slide-wrapper3 {
    width: 100%;
    margin-left: 0;
    margin-top: 1.020625rem;
  }

  .prime__slide-wrapper4 {
    display: none;
  }

  .prime__price {
    margin-top: 4.945rem;
  }

  .prime__button {
    margin-top: -7.6875rem;
    width: 25.639375rem;
  }

  .prime__button__image {
    -webkit-box-shadow: 0 0 1.575625rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1.575625rem rgba(0, 0, 0, 0.3);
  }

  .prime__decoration {
    position: absolute;
    top: 3.125rem;
    right: 0;
    width: 8.9375rem;
  }

  .prime__text-slider {
    bottom: 64.8125rem;
  }

  .prime__bg {
    aspect-ratio: 1680/2261;
    height: 141.3125rem;
  }

  .prime__bg-image {
    height: auto;
    height: 141.3125rem;
  }

  .device {
    padding: 3.75rem 0 6.3875rem;
  }

  .device__title {
    font-size: 2.0625rem;
  }

  .device__description {
    margin-top: 2.125rem;
    padding: 0.8125rem 2rem 1rem 1.9375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }

  .device__description-title {
    font-size: 1.125rem;
  }

  .device__description-text {
    margin-top: 0.1875rem;
    font-size: 0.9375rem;
  }

  .device__video-wrapper {
    margin-top: 1.875rem;
    width: 41.1875rem;
    border-radius: 1.47875rem;
    outline-offset: -0.5625rem;
    outline: 0.5625rem solid #000;
  }

  .device__video {
    aspect-ratio: 659/392.8;
    border-radius: 1.47875rem;
  }

  .device__image {
    bottom: 4.625rem;
    width: 47.625rem;
    left: 49.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .operation {
    padding-bottom: 6.715625rem;
    background-color: transparent;
  }

  .operation::after {
    background-image: url("../img/operation-bg-pc.png");
  }

  .operation__top-image {
    aspect-ratio: 1680/754.5;
  }

  .operation__content-top {
    margin-top: -24.625rem;
    width: 69.125rem;
    margin-inline: auto;
    padding: 0;
  }

  .operation__content-top img {
    aspect-ratio: 1106/958;
  }

  .operation__content-bottom {
    margin-top: 3.16875rem;
  }

  .operation__content-number {
    width: 25.9775rem;
  }

  .operation__content-price {
    margin-top: 29.7px;
    width: 44.174375rem;
  }

  .operation__content-note {
    font-size: 0.8125rem;
  }

  .operation__slide-wrapper1,
  .operation__slide-wrapper2,
  .operation__slide-wrapper3,
  .operation__slide-wrapper4 {
    max-width: 67.25rem;
    margin-inline: auto;
  }

  .operation__slide-wrapper1 {
    margin-top: 57px;
  }

  .operation__splide1,
  .operation__splide2,
  .operation__splide3,
  .operation__splide4 {
    margin-top: 19px;
    width: 100%;
    margin-right: 0;
    visibility: visible;
  }

  .operation__splide1 .splide__list,
  .operation__splide2 .splide__list,
  .operation__splide3 .splide__list,
  .operation__splide4 .splide__list {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.875rem;
  }

  .operation__text-slider {
    bottom: 78rem;
  }

  .footer {
    padding: 1.75rem 0 1.765625rem;
  }

  .copyright {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .hide-lg {
    display: none;
  }

  .show-lg {
    display: block;
  }

  .lg-md-only {
    display: none;
  }

  .mv__wrapper {
    padding-inline: 0;
  }

  .prime__splide1 .splide__custom-arrows {
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1241px) {
  .header::after {
    width: 17.875rem;
    height: 18.944375rem;
  }

  .header__inner {
    padding-inline: 1.9375rem;
  }

  .header__logo-wrapper {
    width: 10.125rem;
  }

  .mv__title {
    font-size: 5.071875rem;
  }

  .mv__wrapper {
    -webkit-column-gap: 7.795rem;
    -moz-column-gap: 7.795rem;
    column-gap: 7.795rem;
    grid-template-columns: 496.39fr 557fr;
    margin-left: 1.875rem;
    padding-inline: 0;
  }

  .value__content-top {
    grid-template-columns: 532fr 556fr;
    -webkit-column-gap: 6.159375rem;
    -moz-column-gap: 6.159375rem;
    column-gap: 6.159375rem;
  }

  .value__title {
    font-size: 2.89375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
  }

  .value__image-wrapper {
    width: 34.75rem;
    max-width: initial;
  }

  .value__description {
    width: 32rem;
    max-width: initial;
  }

  .solution__item {
    padding-left: 5.625rem;
  }

  .solution__item:nth-child(2n) {
    -webkit-column-gap: 4.5rem;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
    padding-right: 5.625rem;
    padding-left: 0;
  }

  .solution__item-image-wrapper {
    width: 23.5625rem;
  }

  .solution__item-text {
    width: 34.3125rem;
  }

  .prime__decoration {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hide-xl {
    display: none;
  }

  .mv__wrapper {
    margin-top: 0;
    margin-top: 1.751875rem;
  }

  .mv__description {
    width: 28.66375rem;
    max-width: initial;
  }

  .mv__seminar {
    width: 31.8125rem;
    max-width: initial;
  }

  .mv__cta-button {
    width: 25.25rem;
    max-width: initial;
  }

  .mv__video-wrapper {
    width: 34.8125rem;
    max-width: initial;
  }

  .prime__decoration {
    top: 1.3125rem;
  }
}

@media screen and (min-width: 1560px) {
  .mv__title {
    margin-left: 0;
  }
}

@media screen and (min-width: 1681px) {
  .hide-xl2 {
    display: none;
  }

  .mv__title {
    margin-left: 0;
    padding-left: 1.375rem;
  }

  .value__bg {
    height: auto;
  }

  .prime__bg-image {
    height: auto;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 768.98px) {
  html {
    font-size: calc((100vw - 375px) / 39 * 1 + 15px);
  }
}

@media (max-width: 413.98px) {
  html {
    font-size: calc((100vw - 375px) / 39 * 1.6 + 14.4px);
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  html {
    font-size: calc((100vw - 768px) / 432 * 2 + 12px);
  }
}

@media screen and (min-width: 524px) and (max-width: 715px) {
  .value__bg {
    height: 100%;
  }
}

@media (any-hover: hover) {
  .template-index a:hover {
    opacity: 0.7;
  }

  .mv__cta-button:hover {
    opacity: 0.7;
  }

  .cta__button:hover {
    opacity: 0.7;
  }

  .kotei-button:hover {
    opacity: 0.9;
  }

  .prime__button:hover {
    opacity: 0.8;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .operation__content-top {
    margin-top: -16.625rem;
    width: 90%;
    margin-inline: auto;
  }
}
