@charset "UTF-8";
/*
Theme Name: e-learning-asp
// Theme URI: https://qopo.co.jp/
Author: Qopo inc.
Author URI: https://qopo.co.jp/
Version: 1.0
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  line-height: 1.6;
  overflow-x: hidden;
  zoom: 0.9;
}

img {
  width: 100%;
}

p {
  line-height: 2;
}

.fadeUp {
  animation-name: fadeUp-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp-animation {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dl02 {
  animation-delay: 0.2s;
}

.dl04 {
  animation-delay: 0.4s;
}

.dl06 {
  animation-delay: 0.6s;
}

.dl08 {
  animation-delay: 0.8s;
}

.dl10 {
  animation-delay: 1s;
}

.dl12 {
  animation-delay: 1.2s;
}

.dl14 {
  animation-delay: 1.4s;
}

.dl16 {
  animation-delay: 1.6s;
}

.dl18 {
  animation-delay: 1.8s;
}

.dl20 {
  animation-delay: 2s;
}

.dl22 {
  animation-delay: 2.2s;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.home .header:not(.is-animation) {
  background-color: transparent;
  color: #fff;
}

.home .header:not(.is-animation) a {
  color: #fff;
  transition: color 0.3s ease;
}

.home .header:not(.is-animation) .header-button_pink a {
  color: #2B6CB0;
}

.home .header:not(.is-animation) .header-button_pink .header-button-icon {
  color: #2B6CB0;
}

.home .header:not(.is-animation) .header-button_black a {
  color: #C93D6A;
}

.home .header:not(.is-animation) .header-button_black .header-button-icon {
  color: #C93D6A;
}

.home .header:not(.is-animation) .header-logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.home .header.is-animation {
  background-color: #fff;
  color: #1c1c1c;
}

.home .header.is-animation a {
  color: #1c1c1c;
}

.home .header.is-animation .header-button_pink a {
  color: #2B6CB0;
}

.home .header.is-animation .header-button_pink .header-button-icon {
  color: #2B6CB0;
}

.home .header.is-animation .header-button_black a {
  color: #C93D6A;
}

.home .header.is-animation .header-button_black .header-button-icon {
  color: #C93D6A;
}

.home .header.is-animation .header-logo {
  opacity: 1;
  visibility: visible;
}

/* ホバー時のスタイル（トップページ含む全ページ） */
.header-button_pink:hover a,
.home .header:not(.is-animation) .header-button_pink:hover a,
.home .header.is-animation .header-button_pink:hover a {
  color: #fff !important;
}

.header-button_pink:hover .header-button-icon,
.home .header:not(.is-animation) .header-button_pink:hover .header-button-icon,
.home .header.is-animation .header-button_pink:hover .header-button-icon {
  color: #fff !important;
}

.header-button_black:hover a,
.home .header:not(.is-animation) .header-button_black:hover a,
.home .header.is-animation .header-button_black:hover a {
  color: #fff !important;
}

.header-button_black:hover .header-button-icon,
.home .header:not(.is-animation) .header-button_black:hover .header-button-icon,
.home .header.is-animation .header-button_black:hover .header-button-icon {
  color: #fff !important;
}

.header:not(.is-animation)::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff204f, #0040ff);
  z-index: 11;
  transition: opacity 0.3s ease;
}
.header-inner {
  display: flex;
  align-items: center;
  height: 64px;
}
.header-logo {
  margin: 0 auto 0 16px;
  width: 120px;
}
.header-nav_pc {
  display: none;
}
.header-button {
  display: flex;
  gap: 8px;
  padding-right: 16px;
}
.header-button_pink {
  background-color: #EDF2F7;
  border: 1px solid #CFE1F9;
  border-radius: 14px;
  transition: all 0.2s ease;
  height: 40px;
  display: flex;
  align-items: center;
}
.header-button_pink a {
  color: #2B6CB0;
  font-weight: 600;
}
.header-button_pink .header-button-icon {
  color: #2B6CB0;
}
.header-button_pink:hover {
  background-color: #2B6CB0;
}
.header-button_pink:hover a {
  color: #fff;
}
.header-button_pink:hover .header-button-icon {
  color: #fff;
}
.header-button_black {
  background-color: #FEF0F4;
  border: 1px solid #F9CAD8;
  border-radius: 14px;
  transition: all 0.2s ease;
  height: 40px;
  display: flex;
  align-items: center;
}
.header-button_black a {
  color: #C93D6A;
  font-weight: 600;
}
.header-button_black .header-button-icon {
  color: #C93D6A;
}
.header-button_black:hover {
  background-color: #E74D7B;
}
.header-button_black:hover a {
  color: #fff;
}
.header-button_black:hover .header-button-icon {
  color: #fff;
}
.header-button-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.header-button a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s ease;
  height: 40px;
  box-sizing: border-box;
}
.header-button a span {
  display: inline;
  font-size: 11px;
  font-weight: 400;
}

/* スクロール時：spanを非表示 */
.header.is-animation .header-button a span {
  display: none;
}

.menu-button {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 11;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #ff204f, #0040ff);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.menu-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menu-button:hover {
  transform: translateY(-2px);
}
.menu-button:hover::before {
  opacity: 1;
}
.menu-button span {
  background-color: #fff;
  height: 2px;
  width: 20px;
  position: relative;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.menu-button span::before {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  top: -6px;
  left: 0;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.menu-button span::after {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
  background: #05060a;
  transform: translateX(100vw);
  transition: all 0.25s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
    linear-gradient(135deg, #ff204f, #0040ff);
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.05) brightness(1.05);
  animation: spinCCW 10s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
}
.menu-inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  max-height: 90vh;
  padding: 24px 24px 8px;
  width: 88%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
}
.menu-inner ul {
  text-align: center;
}
.menu-inner ul li a {
  display: inline-block;
  font-weight: 700;
  padding: 8px 16px;
  color: #1c1c1c !important;
}
.menu-submenu-title {
  font-weight: 700;
  font-size: 16px;
  color: #1c1c1c;
  text-align: center;
  padding: 8px 16px;
  margin-bottom: 12px;
}
.menu-submenu-modules {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px 8px;
}
.menu-submenu-module {
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.menu-submenu-module-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.menu-submenu-module-toggle:hover {
  background: rgba(0, 123, 186, 0.05);
}
.menu-submenu-accordion-icon {
  font-size: 12px;
  color: #6b7280;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}
.menu-submenu-accordion.is-open .menu-submenu-accordion-icon {
  transform: rotate(180deg);
}
.menu-submenu-module-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}
.menu-submenu-accordion.is-open .menu-submenu-module-body {
  max-height: 500px;
  padding: 16px 16px 16px 16px;
}
.menu-submenu-module-logo {
  width: 120px;
  height: auto;
  max-height: 24px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.menu-submenu-module-logo-buddy {
  width: 150px;
  max-height: 30px;
}
.menu-submenu-module-description {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}
.menu-submenu-module-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.menu-submenu-module-content a {
  display: block !important;
  font-weight: 600 !important;
  padding: 8px 12px 8px 32px !important;
  color: #1c1c1c !important;
  font-size: 14px;
  text-align: left;
  border-radius: 6px;
  transition: background 0.2s;
  position: relative;
}
.menu-submenu-module-content a::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23007bba" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="9 18 15 12 9 6"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-submenu-module-content a:hover {
  background: rgba(0, 123, 186, 0.08);
}
.menu-submenu-module-comingsoon .menu-submenu-module-content {
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
.menu-comingsoon-text {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.menu-inner .button-unit a {
  color: #fff !important;
}
.menu-inner .button-unit a span {
  color: #fff !important;
}
.menu-logo {
  margin: 0 auto 8px;
  width: 200px;
}
.menu.is-active {
  transform: translateX(0);
}
.menu-button.is-active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.menu-button.is-active span,
.menu-button.is-active span::before,
.menu-button.is-active span::after {
  background-color: #1c1c1c;
}

.mv {
  padding: 64px 24px;
}

.home .mv {
  margin-top: -64px;
  padding-top: 128px;
}
.mv-caption {
  display: flex;
  margin-bottom: 24px;
}
.mv-caption p {
  background-color: #007bba;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 1%;
  padding: 8px 0;
  text-align: center;
  width: 32.4%;
}
.mv-text {
  color: #181818;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
.mv-logo {
  display: block;
  margin-bottom: 24px;
}
.mv-pr {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.mv-pr > div {
  margin: 0 8px;
}
.mv-button {
  margin: 24px 0;
}

.button-unit {
  margin: 16px 0;
}
.button-unit a {
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  transition: all 0.1s linear;
}
.button-unit a::before {
  content: "";
  display: block;
  margin-right: 24px;
}
.button-unit a:hover {
  opacity: 0.6;
}
.button-unit a div span {
  display: block;
}
.button-unit a div span:nth-child(1) {
  font-size: 12px;
  font-weight: 400;
}
.button-unit a div span:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.button-unit_pink a {
  background-color: #ff3f68;
  transition: all 0.1s linear;
}
.button-unit_pink a::before {
  background-image: url("images/icon-documents.png");
  height: 33px;
  width: 28px;
}
.button-unit_pink a:hover {
  opacity: 0.6;
}
.button-unit_black a {
  background-color: #202020;
  transition: all 0.1s linear;
}
.button-unit_black a::before {
  background-image: url("images/icon-laptop.png");
  height: 26px;
  width: 39px;
}
.button-unit_black a:hover {
  opacity: 0.6;
}
.button-unit_blue a {
  background-color: #007bba;
}
.button-unit_blue a::before {
  background-image: url("images/icon-envelope.png");
  height: 24px;
  width: 32px;
}
.button-unit_blue_l1 a span {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 10px 0;
}

main {
  padding-top: 96px;
}

.home main {
  padding-top: 64px;
}

h2 {
  margin-bottom: 24px;
  text-align: center;
}
h2::before {
  background-image: url("images/manabi+_left_icon.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 34px;
  margin: 0 auto 8px;
  width: 28px;
}
h2 img {
  height: 11px;
  width: auto;
}

.assignment {
  background: #fafbff;
  padding: 40px 24px;
  position: relative;
  overflow: hidden;
}

.assignment::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 141, 160, 0.15), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(141, 168, 255, 0.15), transparent 65%),
    linear-gradient(135deg, #ff8da0, #8da8ff);
  background-repeat: no-repeat;
  filter: saturate(0.8) contrast(0.9) brightness(1.2);
  animation: spinCCW 12s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.assignment > * {
  position: relative;
  z-index: 1;
}

.assignment h2::before {
  display: none;
}

.assignment-logo {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}

.assignment::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 24px solid #fafbff;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  z-index: 2;
}
.assignment-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.assignment-title span {
  display: block;
  line-height: 1.6;
}
.assignment-title .highlight {
  color: #007bba;
  display: inline;
}
.assignment-text {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 40px;
  text-align: justify;
}
.assignment-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

.assignment-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.assignment-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.assignment-card_icon {
  margin: 0 auto 24px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assignment-card_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.assignment-card_title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 16px 0;
}

.assignment-card_text {
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0;
}

.solution {
  position: relative;
  padding: 40px 24px;
  min-height: 600px;
  overflow: hidden;
}

.solution-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.solution-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: none;
}

@media (min-aspect-ratio: 16/9) {
  .solution-video-bg iframe {
    width: 100%;
    height: 300%;
  }
}

.solution-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.solution-wrapper {
  position: relative;
  z-index: 2;
}

.solution h2::before {
  display: none;
}

.solution-logo {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
  filter: brightness(0) invert(1);
}

.solution-container {
  display: block;
}

.solution-content {
}

.solution-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  color: #ffffff;
}
.solution-text {
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  color: #ffffff;
}
.solution-text > span {
  display: block;
}
.solution-text > span > span {
  color: #00bfff;
}
.solution-detail {
  color: #ffffff;
}

/* Customer Interview Section */
.customer-interview-section {
  padding: 60px 24px;
  background: #fafbff;
  position: relative;
  overflow: hidden;
}

.customer-interview-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 141, 160, 0.15), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(141, 168, 255, 0.15), transparent 65%),
    linear-gradient(135deg, #ff8da0, #8da8ff);
  background-repeat: no-repeat;
  filter: saturate(0.8) contrast(0.9) brightness(1.2);
  animation: spinCCW 12s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.customer-interview {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 24px;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.customer-interview-images {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 32px;
}

.customer-interview-image {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.customer-interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.customer-interview-image-top {
  width: 240px;
  height: 240px;
  top: 0;
  left: 0;
  z-index: 2;
}

.customer-interview-image-bottom {
  width: 160px;
  height: 160px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.customer-interview-content {
}

.customer-interview-catchcopy {
  font-size: 24px;
  font-weight: 700;
  color: #007bba;
  margin-bottom: 16px;
  line-height: 1.4;
}

.customer-interview-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.customer-interview-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
}

.customer-interview-button {
  text-align: center;
}

.customer-interview-button .button-base {
  background-color: #202020;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 16px 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 280px;
}

.customer-interview-button .button-base::after {
  background-image: url("images/icon-arrow-circle.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  position: absolute;
  right: 16px;
  width: 18px;
}

.customer-interview-button .button-base:hover {
  opacity: 0.6;
}

.various {
  background: #05060a;
  position: relative;
  overflow: hidden;
}

.various-school-logo {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.various-logo {
  width: 140px;
  height: auto;
  filter: brightness(0) invert(1);
}

.various::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
    linear-gradient(135deg, #ff204f, #0040ff);
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.05) brightness(1.05);
  animation: spinCCW 10s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
}

.various > * {
  position: relative;
  z-index: 1;
}
.various h2 img {
  height: auto;
  max-width: 100%;
}
.various h2::before {
  content: none;
}
.various-inner {
  padding: 0 24px;
}
.various-head_outer {
  margin-bottom: 40px;
}
.various-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.various-text {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}
.various-text > span {
  display: block;
}
.various-text > span > span {
  color: #007bba;
}
.various-image {
  margin-right: -24px;
}
.various-list > div {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 32px 24px;
}
.various-list_num {
  margin: -48px 0 0;
  width: 40px;
}
.various-list_caption {
  margin-bottom: 24px;
  text-align: right;
}
.various-list_caption img {
  height: 11px;
  width: auto;
}
.various-list_image {
  margin: 0 auto 24px;
  width: 149px;
}
.various-list_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.various-list_text {
  font-size: 14px;
  margin-bottom: 16px;
}
.various-space {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  height: 40px;
  width: 100%;
}

.d-pc {
  display: none;
}

.button-base {
  width: 100%;
}
.button-base a {
  background-color: #202020;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 16px 0;
  position: relative;
  text-align: center;
  transition: all 0.1s linear;
}
.button-base a::after {
  background-image: url("images/icon-arrow-circle.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  position: absolute;
  right: 16px;
  width: 18px;
}
.button-base a:hover {
  opacity: 0.6;
}

.detail {
  padding: 0 24px 40px;
}
.detail-outer {
  padding: 0 24px;
}
.detail-01 {
  margin-bottom: 24px;
}
.detail-02 {
  margin-top: 40px;
}
.detail-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.detail-title span {
  color: #007bba;
}
.detail-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 40px 24px;
  background: #fafbff;
}

.contact::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
    linear-gradient(135deg, #ff204f, #0040ff);
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.05) brightness(1.05);
  animation: spinCCW 10s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
}

.contact > * {
  position: relative;
  z-index: 1;
}

.contact-inner {
  position: relative;
  z-index: 2;
}

.contact-head {
  margin: 0 auto 60px;
  max-width: 1100px;
}
.contact-text {
  font-weight: 700;
  margin: 24px auto 8px;
  text-align: center;
  color: #ffffff;
}
.contact-tel {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 40px;
  font-weight: 700;
  margin: 8px;
}
.contact-tel a {
  color: #ffffff;
  text-decoration: none;
}
.contact-tel::before {
  content: "";
  display: inline-block;
  height: 27px;
  margin-right: 8px;
  width: 21px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-caption {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.contact-caption span {
  margin: 0 4px;
}

.function {
  background-image: url("images/bg-function.png");
  background-size: contain;
  background-position: 100% 0%;
  padding: 40px 24px;
}

.function h2::before {
  display: none;
}

.function-logo {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}
.function-head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.function-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.function-title span {
  color: #007bba;
}
.function-text {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.function-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.function-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.function-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.function-card_image {
  margin: 0 auto 16px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.function-card_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.function-card_title {
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
}

.usecase {
  background: #fafbff;
  padding: 40px 24px;
  position: relative;
  overflow: hidden;
}

.usecase::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 141, 160, 0.15), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(141, 168, 255, 0.15), transparent 65%),
    linear-gradient(135deg, #ff8da0, #8da8ff);
  background-repeat: no-repeat;
  filter: saturate(0.8) contrast(0.9) brightness(1.2);
  animation: spinCCW 12s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.usecase > * {
  position: relative;
  z-index: 1;
}
.usecase-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.usecase-list > div {
  border-radius: 8px;
  box-shadow: 0 0 8px 2px rgba(0, 119, 179, 0.3);
  margin-bottom: 40px;
  overflow: hidden;
}
.usecase-list a {
  cursor: pointer;
  transition: all 0.1s linear;
}
.usecase-list a:hover {
  opacity: 0.4;
}
.usecase-image {
  background-color: #212121;
}
.usecase-bottom {
  background-color: #fff;
  padding: 32px 24px;
}
.usecase-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
.usecase-text p {
  width: 86%;
}
.usecase-text::after {
  background-image: url("images/icon-arrow-circle_blue.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 0;
  width: 18px;
}
.usecase-caption {
  color: #007bba;
  font-size: 14px;
  font-weight: 700;
}

.form {
  padding: 40px 24px;
}
.form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.form-title span {
  color: #007bba;
}
.form-text {
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
}
.form-input_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.form-input_title::before {
  content: "＼";
  font-size: 20px;
}
.form-input_title::after {
  content: "／";
  font-size: 20px;
}
.form-input dl div {
  margin-bottom: 24px;
}
.form-input dl div dt {
  border-bottom: 2px solid #007bba;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 8px 16px;
  width: 260px;
}
.form-input dl div dt span {
  background-color: #007bba;
  border-radius: 999999px;
  color: #fff;
  font-size: 14px;
  padding: 2px 16px;
}
.form-input dl div dd {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 16px;
}
.form-input dl div dd input {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 16px;
  width: 98%;
}
.form-input dl div dd textarea {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-size: 14px;
  height: 240px;
  padding: 8px 16px;
  width: 98%;
}
.form-input dl div dd label {
  display: block;
  text-align: left;
}
.form-privacy {
  margin-bottom: 24px;
}
.form-privacy > p {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.form-privacy_box {
  border: 1px solid #c4ccce;
  color: #242424;
  font-size: 12px;
  height: 140px;
  margin-bottom: 24px;
  overflow-y: scroll;
  padding: 8px 16px;
}
.form-privacy_check {
  font-size: 14px;
  text-align: center;
}
.form-privacy_check input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.form-privacy_check input:checked + label::after {
  opacity: 1;
}
.form-privacy_check label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.form-privacy_check label::before, .form-privacy_check label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.form-privacy_check label::before {
  background-color: #fff;
  border: 2px solid #007bba;
  height: 20px;
  width: 20px;
  left: 5px;
}
.form-privacy_check label::after {
  background-color: #007bba;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 9px;
}
.form-privacy_click {
  font-size: 14px;
  text-align: center;
}
.form-privacy_click input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.form-privacy_click input:checked + label::after {
  opacity: 1;
}
.form-privacy_click label {
  cursor: pointer;
  margin: 0 0 16px;
  padding-left: 30px;
  position: relative;
}
.form-privacy_click label::before, .form-privacy_click label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.form-privacy_click label::before {
  background-color: #fff;
  border: 2px solid #007bba;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  left: 5px;
}
.form-privacy_click label::after {
  background-color: #007bba;
  border-radius: 50%;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 9px;
}
.form-privacy_click_check label::before, .form-privacy_click_check label::after {
  border-radius: 0;
}
.form-button input {
  background-color: #ff3f68;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  transition: all 0.1s linear;
  width: 100%;
}
.form-button input:hover {
  opacity: 0.6;
}

#request {
  margin-top: -54px;
  padding-top: 54px;
}

.progressbar {
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  overflow: hidden;
  width: 328px;
}
.progressbar .item {
  position: relative;
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  color: #fff;
}
.progressbar .item:nth-of-type(1) {
  background-color: #5ac2f7;
}
.progressbar .item:nth-of-type(1):not(:last-child)::before, .progressbar .item:nth-of-type(1):not(:last-child)::after {
  border-left: 8px solid #5ac2f7;
}
.progressbar .item:nth-of-type(2) {
  background-color: #007bba;
}
.progressbar .item:nth-of-type(2):not(:last-child)::before, .progressbar .item:nth-of-type(2):not(:last-child)::after {
  border-left: 8px solid #007bba;
}
.progressbar .item:nth-of-type(3) {
  background-color: #004d75;
}
.progressbar .item:not(:last-child)::before, .progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 37px solid transparent;
  margin: auto;
}
.progressbar .item .fw-b span,
.progressbar .item .fw-n span {
  display: block;
}

.sv {
}
.sv-inner {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  margin: 0 auto;
  width: 90%;
}
.sv h1 {
  font-weight: 700;
  font-size: 24px;
}
.sv h1 span {
  display: block;
  font-size: 16px;
}
.sv-image {
  height: 100%;
}
.sv-image img {
  height: 100%;
  width: auto;
}

.submenu {
  background: #05060a;
  padding: 16px 24px 0;
  position: relative;
  overflow: hidden;
}

.submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
    linear-gradient(135deg, #ff204f, #0040ff);
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.05) brightness(1.05);
  animation: spinCCW 10s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
}

.submenu > * {
  position: relative;
  z-index: 1;
}

@keyframes spinCCW {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spinCW {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .submenu::before {
    animation: none;
  }
}
.submenu-inner {
  margin-bottom: 24px;
}
.submenu-main {
  background-color: #202020;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 8px 0;
  width: 80%;
}
.submenu-main_inner {
  width: 80%;
}
.submenu-main p {
  font-size: 14px;
  position: relative;
  text-align: left;
}
.submenu-main p.submenu-current::before {
  background-color: #007bba;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 12px;
  left: -10px;
  width: 4px;
}
.submenu-main p a {
  border-bottom: 1px solid #737373;
  color: #fff;
  display: block;
  padding: 8px 0;
  position: relative;
}
.submenu-main p a::after {
  background-color: #007bba;
  content: "";
  display: inline;
  height: 3px;
  position: absolute;
  bottom: 6px;
  left: 40%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 20%;
}
.submenu-main p:last-child a {
  border-bottom: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto 8px;
}
.breadcrumb li {
  color: #fff;
  font-size: 12px;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: "";
  background-image: url(images/arrow-w.png);
  background-size: cover;
  display: inline-block;
  height: 11px;
  margin: 0 8px 0 12px;
  width: 8px;
}

.menu-pagelink {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin: 0 auto;
  padding: 8px 16px 0;
  width: 98%;
}
.menu-pagelink p:last-child a {
  border: none;
}
.menu-pagelink p a {
  border-bottom: 1px solid #737373;
  color: #007bba;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 12px 4px;
  position: relative;
}
.menu-pagelink p a::after {
  content: "";
  background-image: url(images/arrow-b.png);
  background-size: cover;
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 18px;
  right: 16px;
  width: 15px;
  transition: all 0.1s linear;
}
.menu-pagelink p a:hover::after {
  top: 80px;
}
.menu-pagelink_spacer {
  height: 40px;
}

.subcts {
  padding: 40px 24px;
}
.subcts-bg {
  background: #fafbff;
}
.subcts-grad {
  background: #fafbff;
  position: relative;
  overflow: hidden;
}

.subcts-grad::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400vmax;
  height: 400vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(120vmax 120vmax at 10% 10%, rgba(255, 141, 160, 0.15), transparent 60%),
    radial-gradient(100vmax 100vmax at 90% 90%, rgba(141, 168, 255, 0.15), transparent 65%),
    linear-gradient(135deg, #ff8da0, #8da8ff);
  background-repeat: no-repeat;
  filter: saturate(0.8) contrast(0.9) brightness(1.2);
  animation: spinCCW 12s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.subcts-grad > * {
  position: relative;
  z-index: 1;
}
.subcts-h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
}
.subcts-h2_2l img:nth-child(1) {
  margin: 16px auto 4px;
}
.subcts-h2_2l img:nth-child(2) {
  margin: 4px auto 16px;
}
.subcts-h2 img {
  display: block;
  margin: 16px auto 16px;
}
.subcts-title {
  color: #007bba;
  font-weight: 700;
  margin-bottom: 24px;
}
.subcts-desc {
  margin-bottom: 40px;
}
.subcts-desc_image {
  margin-bottom: 40px;
}
.subcts-desc_image-wrap {
  margin: 0 auto 40px;
}
.subcts-desc_image-wrap > div {
  margin-bottom: 40px;
}
.subcts-desc_ipad {
  margin-bottom: 16px;
}
.kyozai-i02-thumb {
  width: 451px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.subcts-desc_expand {
  margin: 0 0 16px auto;
  width: 27px;
}
.subcts-desc_title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #667eea;
}
.subcts-desc_text {
  margin-bottom: 40px;
  color: #4b5563;
  line-height: 1.8;
  font-size: 14px;
}
.subcts-desc_text a {
  border-bottom: 1px solid #667eea;
  color: #667eea;
  transition: all 0.2s ease;
}
.subcts-desc_text a:hover {
  color: #764ba2;
  border-bottom-color: #764ba2;
}
.subcts-desc_caption {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
}
.studio-section .subcts-desc_row55 {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.studio-section .subcts-desc_row55 > div:first-child {
  margin-bottom: 24px;
}
.subcts h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.subcts h3::after {
  content: "";
  background-color: #007bba;
  display: block;
  height: 5px;
  margin: 16px auto 0;
  width: 26px;
}
.subcts-col_wrap {
  margin: 0 auto 40px;
  width: 280px;
}
.subcts-col_image {
  height: 200px;
  margin: 0 auto 24px;
  width: 180px;
}
.subcts-col_image img {
  height: 200px;
  width: auto;
}
.subcts-col_title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 16px;
  text-align: center;
}
.subcts-col_text a {
  border-bottom: 1px solid #007bba;
  color: #007bba;
}
.subcts-caption {
  background-color: #fff;
  border-radius: 16px;
  margin: 0 0 24px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}
.subcts-caption_head {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
  color: #667eea;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}
.subcts-caption_title {
  color: #667eea;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 12px;
}
.subcts-caption_text {
  margin: 0 0 20px;
  color: #4b5563;
  line-height: 1.8;
  font-size: 14px;
}
.subcts-caption_text:last-child {
  margin-bottom: 0;
}
.subcts-head {
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
}
.subcts .vlist-wrap {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 80px;
  padding: 24px;
  position: relative;
}
.subcts .vlist-num {
  position: absolute;
  top: -14px;
  left: 24px;
  width: 40px;
}
.subcts .vlist-image {
  position: absolute;
  top: -40px;
  right: 24px;
  height: 88px;
}
.subcts .vlist-image img {
  height: 88px;
  width: auto;
}
.subcts .vlist-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 24px;
}
.subcts .vlist-bottom {
  margin: 0 0 24px;
}
.subcts .vlist-caption {
  border: 2px solid #0084bf;
  border-radius: 8px;
  color: #0084bf;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 8px 16px;
  text-align: center;
}
.subcts .vlist ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-left: 24px;
}
.subcts .vlist ul li::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -5px;
  top: -1px;
  width: 8px;
  height: 8px;
  background: #0084bf;
}

.ta-c {
  text-align: center;
}

.overlap-wrap {
  margin-bottom: -9em;
}
.overlap-bg {
  position: relative;
  left: -24px;
}
.overlap-detail {
  background-color: rgba(241, 250, 255, 0.9);
  padding: 32px;
  position: relative;
  top: -9em;
  right: -24px;
}
.overlap-sq {
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 8px 8px 0;
  padding: 4px 32px;
}
.overlap-sq_k {
  background-color: #202020;
}
.overlap-sq_b {
  background-color: #007bba;
}
.overlap-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.overlap-title span {
  background: linear-gradient(transparent 60%, #83d5ff 60%);
}
.overlap-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto 8px;
}
.overlap dl {
  margin: 24px 0 0;
}
.overlap dl div {
  margin: 0 0 24px;
}
.overlap dl div dt {
  color: #007bba;
  position: relative;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
}
.overlap dl div dt::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  left: 16px;
  bottom: 4px;
  background-color: #cbcbcb;
}
.overlap dl div dd {
  line-height: 2;
}

.accordion dl > div {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  margin: 0 0 24px;
}
.accordion dl > div dt {
  cursor: pointer;
  font-weight: 700;
  padding: 8px 48px 16px 16px;
  position: relative;
}
.accordion dl > div dt span.accordion-q {
  color: #007bba;
  font-size: 32px;
  margin-right: 16px;
}
.accordion dl > div dt::after {
  background-image: url(images/icon-plus.png);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 8px;
  width: 33px;
  transition: all 0.3s;
}
.accordion dl > div dt.active::after {
  background-image: url(images/icon-minus.png);
}
.accordion dl > div dd {
  display: none;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding: 16px 32px 24px 16px;
}
.accordion dl > div dd span.accordion-a {
  color: #ff6989;
  font-size: 32px;
  font-weight: 700;
  margin-top: -24px;
  margin-right: 22px;
}
.accordion dl > div dd > div {
  display: flex;
}

/* FAQ詳細リンクのスタイル */
.accordion .faq-detail-link {
  color: #0066cc;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.accordion .faq-detail-link:hover {
  color: #ff6989;
  text-decoration: none;
}

.hlist-wrap {
  background-color: #ecf9ff;
  border-radius: 8px;
  margin: 40px 0;
  padding: 24px;
}
.hlist-image {
  margin: -40px 0 0;
  width: 40px;
}
.hlist-title {
  font-weight: 700;
}
.hlist-title span {
  color: #007bba;
}
.hlist-text {
  font-size: 12px;
}

.flow-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  margin: 0 0 32px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.flow-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}
.flow-wrap::after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 auto;
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-wrap::after {
  content: "↓";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.flow-wrap:last-child {
  margin-bottom: 40px;
}
.flow-wrap:last-child::after {
  content: none;
}
.flow-desc {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}
.flow-num {
  margin: 0 12px 0 0;
  width: 36px;
}
.flow-icon {
  margin: 0 10px 0 0;
  width: 45px;
}
.flow-title {
  font-size: 20px;
  font-weight: 700;
  color: #667eea;
}
.flow-text {
  color: #4b5563;
  line-height: 1.7;
  font-size: 14px;
}

.studio-section {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.studio-video {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.studio-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.studio-content > div:first-child {
  margin-bottom: 24px;
}

.studio-content .subcts-desc_text {
  margin-bottom: 0;
}

.studio-content .subcts-caption {
  margin-bottom: 0;
}

iframe {
  height: 49vw;
}

.mov {
  margin: 0 0 32px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.mov:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}
.mov-poster {
  background-color: #000;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.mov-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
  color: #667eea;
}
.mov-text {
  margin: 0 0 20px;
  color: #4b5563;
  line-height: 1.8;
  font-size: 14px;
}
.mov-caption {
  background: linear-gradient(135deg, #f5f7ff 0%, #e8ecff 100%);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
}
.mov-caption_title {
  color: #667eea;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}
.mov-caption_text {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.7;
}
.mov-caution {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #667eea;
}
.mov-caution p {
  color: #667eea;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 16px;
  white-space: nowrap;
  overflow: hidden;
}
.mov-caution p::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  left: 16px;
  bottom: 4px;
  background: linear-gradient(to right, #667eea 0%, transparent 100%);
}
.mov-caution ul {
  margin: 0;
  padding: 0;
}
.mov-caution ul li {
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 8px;
  color: #4b5563;
  line-height: 1.8;
}
.mov-caution ul li::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -8px;
  top: -1px;
  width: 8px;
  height: 8px;
  background: #667eea;
}

.table-line {
  margin: 0 0 40px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.table-line table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.table-line table thead tr th {
  background: #667eea;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 20px 16px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.table-line table thead tr th:first-child {
  border-radius: 12px 0 0 0;
}
.table-line table thead tr th:last-child {
  border-radius: 0 12px 0 0;
  border-right: none;
}
.table-line table thead tr th:nth-of-type(1) {
  width: 20%;
}
.table-line table thead tr th:nth-of-type(2) {
  width: 60%;
}
.table-line table thead tr th:nth-of-type(3) {
  width: 20%;
}
.table-line table tbody tr {
  transition: all 0.3s ease;
}
.table-line table tbody tr:hover {
  background-color: #f8f9ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}
.table-line table tbody tr th {
  background-color: #f5f7ff;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  font-size: 10px;
  font-weight: 700;
  padding: 20px 16px;
  color: #1f2937;
}
.table-line table tbody tr td {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  font-size: 10px;
  padding: 20px 16px;
  color: #4b5563;
  line-height: 1.8;
}
.table-line table tbody tr th:last-child,
.table-line table tbody tr td:last-child {
  border-right: none;
}
.table-line table tbody tr:last-child th,
.table-line table tbody tr:last-child td {
  border-bottom: none;
}
.table-line table tbody tr td:last-child {
  color: #667eea;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.plan-wrap {
  background-color: #fff;
  border: 1px solid #007bba;
  border-radius: 8px;
  margin: 0 auto 32px;
  padding: 24px;
  width: 256px;
}
.plan-wrap_pop {
  position: relative;
}
.plan-wrap_pop::before {
  background-color: #007bba;
  color: #fff;
  content: "人気";
  font-weight: 700;
  margin: 0 auto;
  padding: 4px 0;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  text-align: center;
  width: 100px;
}
.plan-caption {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.plan-title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
  text-align: center;
}
.plan-text {
  font-weight: 700;
  margin: 0 0 24px;
}

.table-box {
  margin: 0 0 40px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.table-box table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.table-box table thead tr th {
  background-color: #667eea;
  color: #fff;
  font-size: 10px;
  padding: 16px 8px;
  text-align: center;
  width: 20%;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.table-box table thead tr th:first-child {
  background: #f5f7ff;
  color: #1f2937;
  border-radius: 12px 0 0 0;
  border-right: 1px solid #e5e7eb;
}
.table-box table thead tr th:last-child {
  border-radius: 0 12px 0 0;
  border-right: none;
}
.table-box table tbody tr {
  transition: all 0.3s ease;
}
.table-box table tbody tr:hover {
  background-color: #f8f9ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}
.table-box table tbody tr th {
  background-color: #f5f7ff;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  font-size: 10px;
  font-weight: 700;
  padding: 16px 8px;
  color: #1f2937;
}
.table-box table tbody tr td {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  font-size: 10px;
  font-weight: 600;
  padding: 16px 8px;
  text-align: center;
  vertical-align: middle;
  color: #4b5563;
}
.table-box table tbody tr th:last-child,
.table-box table tbody tr td:last-child {
  border-right: none;
}
.table-box table tbody tr:last-child th,
.table-box table tbody tr:last-child td {
  border-bottom: none;
}
.table-box table tbody tr td a {
  border-bottom: 1px solid #667eea;
  color: #667eea;
  transition: all 0.2s ease;
}
.table-box table tbody tr td a:hover {
  color: #764ba2;
  border-bottom-color: #764ba2;
}
.table-box table tbody tr td span {
  color: #667eea;
  font-weight: 700;
}

.table-sm {
  margin: 0 0 16px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.table-sm p {
  font-weight: 700;
  margin: 0 0 16px;
  color: #1f2937;
}
.table-sm table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.table-sm table thead tr th {
  background-color: #667eea;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.table-sm table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.table-sm table thead tr th:last-child {
  border-radius: 0 8px 0 0;
  border-right: none;
}
.table-sm table tbody tr {
  transition: background-color 0.2s ease;
}
.table-sm table tbody tr:hover {
  background-color: #f8f9ff;
}
.table-sm table tbody tr td {
  border: none;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 8px;
  text-align: center;
  background-color: #fff;
}
.table-sm table tbody tr td:last-child {
  border-right: none;
}
.table-sm table tbody tr:last-child td {
  border-bottom: none;
}

.card-wrap {
  margin: 0 0 40px;
  text-align: center;
}
.card-wrap_title {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
}

.mr-24 {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 34px;
    border-left-width: 12px;
  }

  /* ヘッダーボタンを左に配置 */
  .header-inner {
    justify-content: flex-start;
  }

  .header-button {
    order: -1;
    padding-left: 16px;
    padding-right: 0;
  }

  .header-logo {
    margin: 0 auto 0 0;
  }

  /* スクロール時：ロゴを一番左に配置 */
  .header.is-animation .header-logo {
    order: -2;
    margin: 0 auto 0 16px;
  }

  .header.is-animation .header-button {
    padding-left: 0;
    padding-right: 72px;
  }

  .header.is-animation .header-buttons {
    margin-right: 0;
  }

  /* variousセクションの背景を大きくして回転時の角を隠す */
  .various::before {
    width: 400vmax;
    height: 400vmax;
  }
}
.fs-10 {
  font-size: 12px;
}

.fs-24 {
  font-size: 24px;
}

.fw-b {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-56 {
  margin-top: 56px;
}

.mt--40 {
  margin-top: -40px;
}

.ls--2 {
  letter-spacing: -2px;
}

.w-28-a {
  margin-inline: auto;
  width: 280px;
}

.pt-94 {
  padding-top: 94px;
}

.w2h2 {
  height: 258px !important;
  margin: 0 auto !important;
  width: 280px !important;
}

.a-u {
  text-decoration: underline;
}

.footer-pursue {
  background-color: #fff;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.footer-pursue_tel a {
  padding: 16px 0;
}
.footer-pursue_tel a::before {
  background-image: url(images/icon-tel.png);
  background-size: cover;
  content: "";
  display: block;
  height: 27px;
  margin: 0 auto 0;
  width: 21px;
}
.footer-pursue_mail a {
  padding: 20px 0 16px;
}
.footer-pursue_mail a::before {
  background-image: url(images/icon-mail.png);
  background-size: cover;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto 5px;
  width: 24px;
}
.footer-pursue > div {
  width: 50%;
}
.footer-pursue > div a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.footer-inner {
  padding: 40px 24px;
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -16px;
}
.footer-link {
  color: #007bba;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-link a {
  position: relative;
}
.footer-link a::after {
  background-color: #007bba;
  content: "";
  display: inline;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.footer-link a:hover::after {
  transform: scale(1, 1);
}
.footer-link::before {
  background-image: url("images/icon-arrow-circle_blue.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 16px;
  width: 18px;
}
.footer-link_child {
  color: #007bba;
  padding-left: 46px;
}
.footer-link_child p {
  margin-bottom: 8px;
}
.footer-link_child a {
  position: relative;
}
.footer-link_child a::after {
  background-color: #007bba;
  content: "";
  display: inline;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.footer-link_child a:hover::after {
  transform: scale(1, 1);
}

.footer-school-logo {
  margin-bottom: 12px;
  padding-left: 34px;
  position: relative;
}

.footer-school-logo img {
  width: 70px;
  height: auto;
  display: block;
}

.footer-link_child {
  position: relative;
}

.footer-link_child::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 1px;
  height: calc(100% + 12px);
  background: #d1d5db;
}

.footer-bottom {
  position: relative;
  overflow: hidden;
  background: #fafbff;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 16px 24px 96px;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
    linear-gradient(135deg, #ff204f, #0040ff);
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.05) brightness(1.05);
  animation: spinCCW 10s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
}

.footer-bottom > * {
  position: relative;
  z-index: 2;
}

.footer-bottom a {
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  padding-bottom: 4px;
  color: #ffffff;
  text-decoration: none;
}

.backtotop {
  position: fixed;
  right: 6px;
  bottom: 100px;
  width: 56px;
  height: 56px;
  z-index: 2;
}

.backtotop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff204f, #0040ff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.backtotop a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.backtotop a:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.backtotop a:hover::before {
  opacity: 1;
}

.backtotop-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  position: relative;
  margin-top: -11px;
}

.backtotop-arrow::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  background: #fff;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  border-radius: 2px;
}

.modaal-container {
  background: none;
}

.modaal-content-container {
  padding: 0;
}

.comparison-head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.comparison-wrap {
  display: flex;
  margin-bottom: 40px;
}
.comparison-title {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  line-height: 1.4;
  text-align: center;
  width: 100px;
}
.comparison-title_01 {
  background-color: #007bba;
  color: #fff;
  font-weight: 700;
}
.comparison-title_02 {
  background-color: #202020;
  color: #fff;
  font-weight: 700;
}
.comparison-title_03 {
  border: 1px solid #202020;
  font-weight: 700;
}
.comparison-text {
  margin-left: 6%;
  width: 64%;
}
.comparison-text span {
  color: #007bba;
  margin-right: 8px;
}

.estimate-form dl div dd .error,
.inquiry-input dl div dd .error, 
.document-request-input dl div dd .error {
  background-color: #ff3f68;
  color: white;
  font-size: 14px;
  padding: 5px 15px;
  margin-top: 8px;
  border-radius: 8px;
  display: block;
  position: relative;
  text-align: center;
  width: 98%;
}
.estimate-form dl div dd .error::before,
.inquiry-input dl div dd .error::before, 
.document-request-input dl div dd .error::before {
  content:"";
  background-color: #ff3f68;
  width: 1em;
  height: 1em;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left:50%;
}
.estimate-title {
  border-left: 8px solid #007bba;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 16px;
}
.estimate-title:first-child {
  margin-top: 0;
}
.estimate-title span {
  font-size: 14px;
}
.estimate-caption {
  margin: 0 0 40px;
  text-align: left !important;
}
.estimate-caption span {
  display: inline-block;
  margin: 0 14px 0 0px;
  width: 158px;
}
.estimate-desc {
  background-color: #f1faff;
  border-bottom: 2px solid #c4dbe8;
  margin: 0 0 64px;
  padding: 26px 24px;
}
.estimate-desc_title {
  border-left: 8px solid #007bba;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 24px;
  padding-left: 16px;
}
.estimate-checkbox-field, 
.privacy-checkbox-field {
  border: 3px solid #ff3f68;
  padding: 10px 15px;
}
.movie1-time-filed {
  align-items: center;
  margin-top: 24px;
}
.estimate .fruit {
  display: none;
}
.estimate .fruit dl div dt {
  font-size: 14px;
}
.estimate .fruit dl div dd input {
  margin-right: 8px;
  width: 40%;
}
.estimate .fruit dl div dd input[type=checkbox] {
  margin-right: 8px;
  width: 10%;
}
.estimate .fruit dl div dd select {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 8px 16px;
}
.estimate .fruit.selected {
  display: block;
}
.estimate .fruit2 {
  display: none;
}
.estimate .fruit2.selected {
  display: flex;
}
.estimate .fruit dl div dd .error {
  width: 40%;
}
.estimate .fruit dl div dd .select-movie-val-error {
  width: 230px;
}
.estimate .fruit dl div dd .select-movie-qual-error {
  width: 130px;
}
.estimate .fruit dl div dd .select-sound-qual-error {
  width: 130px;
}
.estimate .fruit dl div dd .select-movie-type-error {
  width: 229px;
}
.estimate-form .form-privacy_check .error,
.inquiry-input .form-privacy_check .error, 
.document-request-input .form-privacy_check .error {
  background-color: #ff3f68;
  color: white;
  font-size: 14px;
  padding: 5px 15px;
  margin-top: 8px;
  border-radius: 8px;
  display: block;
  position: relative;
  text-align: center;
}
.estimate-form .form-privacy_check .error:before,
.inquiry-input .form-privacy_check .error:before, 
.document-request-input .form-privacy_check .error:before{
  content: "";
  background-color: #ff3f68;
  width: 1em;
  height: 1em;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.estimate-form .form-button .error {
  background-color: #ff3f68;
  color: white;
  font-size: 14px;
  padding: 5px 15px;
  margin-top: 8px;
  border-radius: 8px;
  display: block;
  position: relative;
  text-align: center;
}
.estimate-form .form-button .error:before {
  content: "";
  background-color: #ff3f68;
  width: 1em;
  height: 1em;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.estimate-form .form-privacy .form-privacy_check,
.inquiry-input .form-privacy .form-privacy_check,
.document-request-input .form-privacy .form-privacy_check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .header-logo {
    width: 200px;
  }
  .mv {
    padding: 64px;
  }
  .home .mv {
    margin-top: -64px;
    padding-top: 128px;
  }
  .mv-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv-wrap > div {
    width: 50%;
  }
  .mv-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv .button-unit {
    margin: 16px 24px;
    max-width: 430px;
    width: 40%;
  }
  .submenu-main p a:hover::after {
    transform: scale(1, 1);
  }
  .assignment {
    padding: 64px;
  }
  .assignment-logo {
    width: 200px;
  }
  .assignment-title {
    font-size: 28px;
  }
  .assignment-text span {
    display: block;
    text-align: center;
  }
  .assignment-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .assignment-card {
    padding: 36px 28px;
  }

  .assignment-card_icon {
    width: 120px;
    height: 120px;
    margin-bottom: 28px;
  }

  .assignment-card_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .assignment-card_text {
    font-size: 15px;
  }
  .solution {
    padding: 80px 64px;
    min-height: 700px;
  }
  .solution-logo {
    width: 200px;
  }
  .solution-title {
    margin-bottom: 40px;
  }
  .solution-container {
    max-width: 900px;
    margin: 0 auto;
  }
  .solution-text {
    margin-bottom: 40px;
  }
  .solution-detail {
    text-align: center;
  }
  .customer-interview-section {
    padding: 80px 64px;
  }
  .customer-interview {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 48px 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .customer-interview-images {
    flex: 0 0 380px;
    height: 380px;
    margin-bottom: 0;
  }
  .customer-interview-image-top {
    width: 280px;
    height: 280px;
  }
  .customer-interview-image-bottom {
    width: 180px;
    height: 180px;
  }
  .customer-interview-content {
    flex: 1;
  }
  .customer-interview-catchcopy {
    font-size: 28px;
  }
  .customer-interview-name {
    font-size: 18px;
  }
  .customer-interview-text {
    font-size: 15px;
  }
  .various {
    overflow: hidden;
  }
  .various-school-logo {
    margin-bottom: 60px;
  }
  .various-logo {
    width: 200px;
  }
  .various-head {
    margin-right: 4%;
    width: 56%;
  }
  .various-head_outer {
    display: flex;
  }
  .various-image {
    flex: 1;
    margin-right: calc(50% - 50vw);
    width: 40%;
  }
  .various-list {
    display: grid;
    gap: 4%;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 64px;
  }
  .various-list > div {
    padding-bottom: 80px;
    position: relative;
  }
  .various-list .button-base {
    position: absolute;
    bottom: 24px;
    width: 83%;
  }
  .various-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .various-wrap > div:nth-of-type(1) {
    width: 70%;
  }
  .various-wrap > div:nth-of-type(2) {
    width: 30%;
  }
  .d-sp {
    display: none;
  }
  .d-pc {
    display: block;
  }
  .detail-01 {
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  .detail-01 > div:nth-of-type(1) {
    margin-right: 2%;
    width: 60%;
  }
  .detail-01 > div:nth-of-type(2) {
    width: 38%;
  }
  .detail-02 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 40px;
  }
  .detail-02 > div:nth-of-type(1) {
    width: 60%;
  }
  .detail-02 > div:nth-of-type(2) {
    margin-right: 2%;
    width: 38%;
  }
  .detail-title {
    font-size: 24px;
  }
  .button-base {
    margin-inline: auto;
    max-width: 348px;
  }
  .contact-wrap {
    display: grid;
    gap: 1%;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-wrap_l2 {
    display: flex;
    justify-content: center;
  }
  .contact-wrap_l2 > div {
    margin: 0 20px;
  }
  .contact-wrap_l2 > div a {
    padding: 16px 40px;
  }
  .contact-tel_inner {
    display: flex;
    justify-content: center;
  }
  .contact-caption {
    margin-top: 18px;
  }
  .contact-caption span {
    display: block;
    line-height: 1.4;
  }
  .function {
    padding: 64px 64px 168px;
  }
  .function-logo {
    width: 200px;
  }
  .function-head {
    font-size: 28px;
  }
  .function-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .function-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .function-card {
    padding: 24px;
  }

  .function-card_image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .function-card_title {
    font-size: 15px;
  }
  .usecase {
    padding: 64px;
  }
  .usecase-list {
    display: grid;
    gap: 4%;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .usecase-list > div {
    background-color: #fff;
  }
  .form {
    padding: 64px;
  }
  .form-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .form-text {
    margin-bottom: 40px;
  }
  .form .progressbar {
    margin-bottom: 64px;
    width: 624px;
  }
  .form .progressbar .item:nth-of-type(1):not(:last-child)::before,
  .form .progressbar .item:nth-of-type(1):not(:last-child)::after {
    border-left: 20px solid #5ac2f7;
  }
  .form .progressbar .item:nth-of-type(2):not(:last-child)::before,
  .form .progressbar .item:nth-of-type(2):not(:last-child)::after {
    border-left: 20px solid #007bba;
  }
  .form .progressbar .item:not(:last-child)::before,
  .form .progressbar .item:not(:last-child)::after {
    border: 54px solid transparent;
  }
  .form-input_title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .form-input dl div {
    display: flex;
    margin-bottom: 40px;
  }
  .form-input dl div dt {
    margin: 0 32px 0 0;
    width: 30%;
  }
  .form-input dl div dt span {
    height: 27px;
  }
  .form-input dl div dd {
    width: 70%;
  }
  .form-privacy_click {
    display: flex;
    flex-wrap: wrap;
  }
  .form-privacy_click label {
    width: 50%;
  }
  .form-button {
    margin-inline: auto;
    max-width: 348px;
  }
  .footer-pursue {
    display: none;
  }
  .footer-logo {
    width: 287px;
  }
  .footer_mod-01 {
    display: flex;
    justify-content: center;
  }
  .footer-wrap {
    display: grid;
    gap: 1%;
    grid-template-columns: 1fr 1fr;
    width: 60%;
  }
  .footer .button-unit {
    margin-inline: auto;
    width: 252px;
  }
  .footer-school-logo {
    padding-left: 34px;
  }
  .footer-school-logo img {
    width: 80px;
  }
  .footer-bottom {
    justify-content: flex-start;
    padding: 16px 24px;
  }
  .footer-bottom p {
    margin-right: 40px;
  }
  .footer .backtotop {
    bottom: 24px;
  }
  .sv-inner {
    max-width: 720px;
  }
  .sv h1 {
    font-size: 48px;
  }
  .sv h1 span {
    font-size: 24px;
  }
  .submenu-main {
    height: 88px;
    flex-direction: row;
    justify-content: center;
  }
  .submenu-main_inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .submenu-main p {
    width: 20%;
  }
  .submenu-main p a {
    border-right: 1px solid #737373;
    border-bottom: none;
    padding: 16px 0 16px 0;
    text-align: center;
  }
  .submenu-main p:last-child {
    margin-right: 0;
  }
  .submenu-main p:last-child a {
    border-right: none;
    padding-right: 0;
  }
  .submenu-main p.submenu-current::before {
    height: 3.5px;
    top: 55px;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: 20%;
  }
  .menu-pagelink {
    display: flex;
    padding: 8px 0;
  }
  .menu-pagelink:has(> :nth-child(2):last-child) p {
    width: 50%;
  }
  .menu-pagelink:has(> :nth-child(3):last-child) p {
    width: 33.3333333333%;
  }
  .menu-pagelink:has(> :nth-child(4):last-child) p {
    width: 25%;
  }
  .menu-pagelink p {
    line-height: 1.6;
  }
  .menu-pagelink p a {
    border-right: 1px solid #737373;
    border-bottom: none;
    text-align: center;
  }
  .menu-pagelink p a span {
    display: block;
  }
  .menu-pagelink p a::after {
    margin-inline: auto;
    top: 58px;
    right: 0;
    left: 0;
  }
  .menu-pagelink_kyozai p:nth-of-type(4) a {
    padding-top: 20px;
  }
  .menu-pagelink_impropriety p:nth-of-type(3) a {
    padding-top: 20px;
  }
  .menu-pagelink_lms p a {
    padding-top: 20px !important;
  }
  .menu-pagelink_api p a {
    padding-top: 20px !important;
  }
  .menu-pagelink_production p:nth-of-type(4) a {
    padding-top: 20px;
  }
  .menu-pagelink_faq p a {
    padding-top: 20px !important;
  }
  .subcts-title {
    font-size: 28px;
  }
  .subcts-desc_row55 {
    display: flex;
    justify-content: space-between;
  }
  .subcts-desc_row55 > div {
    margin-inline: 1%;
    width: 46%;
  }
  .subcts-desc_row73 {
    display: flex;
    justify-content: space-between;
  }
  .subcts-desc_row73 > div {
    width: 61%;
  }
  .subcts-desc_row73 .subcts-desc_image {
    width: 332px;
  }
  .subcts-desc_row64 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .subcts-desc_row64 > div {
    width: 56%;
  }
  .subcts-desc_row64 .subcts-desc_image {
    margin-left: 24px;
    width: 460px;
  }
  .subcts-desc_row333 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .subcts-desc_row333 > div {
    width: 30%;
  }
  .subcts-desc_row333 .subcts-desc_ipad img {
    height: 454px;
    width: auto;
  }
  .subcts-desc_image-wrap {
    display: flex;
    justify-content: center;
  }
  .subcts-desc_image-wrap > div {
    margin-inline: 52px;
    width: 50%;
  }
  .subcts-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .subcts-col:has(> :nth-child(2):last-child) .subcts-col_wrap {
    margin: 0 8% 24px;
    width: 30%;
  }
  .subcts-col:has(> :nth-child(4):last-child) .subcts-col_wrap {
    margin: 0 1.5% 24px;
    width: 22%;
  }
  .subcts-col:has(> :nth-child(5):last-child) .subcts-col_wrap {
    margin: 0 1.5% 24px;
    width: 30%;
  }
  .subcts-col:has(> :nth-child(6):last-child) .subcts-col_wrap {
    margin: 0 1.5% 24px;
    width: 30%;
  }
  .subcts .vlist-wrap {
    margin-top: 120px;
    padding: 40px;
  }
  .subcts .vlist-num {
    top: -26px;
    left: 40px;
    width: 76px;
  }
  .subcts .vlist-title {
    font-size: 30px;
  }
  .subcts .vlist-image {
    top: -108px;
    right: 40px;
  }
  .subcts .vlist-image img {
    height: 206px;
  }
  .subcts .vlist-inner {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hlist-inner {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .iframe {
    height: 25vw;
  }
  .table-line {
    padding: 32px;
  }
  .table-line table {
    border-spacing: 0;
  }
  .table-line table thead tr th {
    font-size: 16px;
    padding: 24px 20px;
  }
  .table-line table tbody tr th {
    font-size: 14px;
    padding: 24px 20px;
  }
  .table-line table tbody tr td {
    font-size: 14px;
    padding: 24px 20px;
  }
  .table-line table tbody tr td:last-child {
    font-size: 16px;
  }
  .overlap-wrap {
    position: relative;
    margin-bottom: 38%;
  }
  .overlap-wrap_reverse .overlap-bg {
    right: -24px;
    left: auto;
    margin-left: auto;
  }
  .overlap-wrap_reverse .overlap-detail {
    right: auto;
    left: 0;
  }
  .overlap-bg {
    width: 50%;
  }
  .overlap-detail {
    position: absolute;
    top: 9em;
    padding: 72px;
    width: 60%;
  }
}
@media (min-width: 768px) and (min-width: 800px) {
  .overlap-wrap {
    margin-bottom: 82%;
  }
}
@media (min-width: 768px) and (min-width: 840px) {
  .overlap-wrap {
    margin-bottom: 76%;
  }
}
@media (min-width: 768px) and (min-width: 900px) {
  .overlap-wrap {
    margin-bottom: 63%;
  }
}
@media (min-width: 768px) and (min-width: 980px) {
  .overlap-wrap {
    margin-bottom: 46%;
  }
}
@media (min-width: 768px) and (min-width: 1080px) {
  .overlap-wrap {
    margin-bottom: 32%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .overlap-wrap {
    margin-bottom: 8%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .overlap-wrap {
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) {
  .ai-fs {
    align-items: flex-start;
  }
  .plan {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .plan-wrap {
    margin: 0 8px;
  }
  .table-box {
    padding: 32px;
  }
  .table-box table thead tr th {
    font-size: 14px;
    padding: 20px 12px;
  }
  .table-box table tbody tr th {
    font-size: 14px;
    padding: 20px 12px;
  }
  .table-box table tbody tr td {
    font-size: 14px;
    padding: 20px 12px;
  }
  .comparison-wrap {
    align-items: center;
  }
  .comparison-text {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .mt-8p {
    margin-top: 80px;
  }
  .mt--88 {
    margin-top: -88px;
  }
  .header-inner {
    height: 96px;
  }
  .header-logo {
    margin-left: 28px;
    width: 250px;
  }
  .header-nav_sp {
    display: none;
  }
  .header-nav_pc {
    display: block;
  }
  .header-nav_pc nav ul {
    display: flex;
  }
  .header-nav_pc nav ul li {
    height: 96px;
    line-height: 96px;
    margin-right: 24px;
    font-weight: 700;
    font-size: 16px;
  }
  .header-nav_pc nav ul li a {
    cursor: pointer;
  }
  .header-nav_pc nav ul li span {
    cursor: default;
  }
  .header-nav_pc nav ul li:after {
    color: #007bba;
    content: "▼";
    display: block;
    line-height: 1;
    margin-top: -28px;
    opacity: 0;
    text-align: center;
    transform: scale(1, 0.5);
    transition: all 0.3s linear;
  }
  .header-nav_pc nav ul li:hover:after {
    opacity: 1;
  }
  .header-nav_pc nav ul li.current {
    transition: all 0.3s linear;
  }
  .header-nav_pc nav ul li.current:after {
    color: #007bba;
    content: "▼";
    display: block;
    line-height: 1;
    margin-top: -28px;
    opacity: 1;
    text-align: center;
    transform: scale(1, 0.5);
    transition: all 0.3s linear;
  }
  .header-button {
    padding-right: 16px;
    gap: 10px;
  }
  .header-button a {
    flex-direction: row;
    font-size: 15px;
    padding: 0 18px;
    gap: 8px;
    line-height: 1.2;
    height: 40px;
    box-sizing: border-box;
  }
  .header-button a span {
    font-size: 13px;
  }
  .header-button-icon {
    width: 20px;
    height: 20px;
  }
  /* デスクトップ版：スクロール時にspanを非表示 */
  .header.is-animation .header-button a span {
    display: none;
  }
  /* デスクトップ版ホバースタイル */
  .header-button_pink:hover a,
  .home .header:not(.is-animation) .header-button_pink:hover a,
  .home .header.is-animation .header-button_pink:hover a {
    color: #fff !important;
  }
  .header-button_pink:hover .header-button-icon,
  .home .header:not(.is-animation) .header-button_pink:hover .header-button-icon,
  .home .header.is-animation .header-button_pink:hover .header-button-icon {
    color: #fff !important;
  }
  .header-button_black:hover a,
  .home .header:not(.is-animation) .header-button_black:hover a,
  .home .header.is-animation .header-button_black:hover a {
    color: #fff !important;
  }
  .header-button_black:hover .header-button-icon,
  .home .header:not(.is-animation) .header-button_black:hover .header-button-icon,
  .home .header.is-animation .header-button_black:hover .header-button-icon {
    color: #fff !important;
  }
  .header-submenu {
    background: #05060a;
    padding: 52px 0;
    position: absolute;
    top: 96px;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    width: 100%;
    cursor: default;
    overflow: hidden;
  }

  .header-submenu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250vmax;
    height: 250vmax;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 50% 50%;
    background:
      radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
      radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
      linear-gradient(135deg, #ff204f, #0040ff);
    background-repeat: no-repeat;
    filter: saturate(1.1) contrast(1.05) brightness(1.05);
    animation: spinCCW 10s linear infinite;
    will-change: transform;
    z-index: 0;
    pointer-events: none;
  }

  .header-submenu > * {
    position: relative;
    z-index: 1;
  }
  .header-submenu_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
  .header-submenu_title {
    display: none;
  }
  .header-submenu_catchcopy {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    letter-spacing: 0.5px;
    width: 100%;
  }
  .header-submenu_modules {
    display: flex;
    gap: 16px;
    align-items: stretch;
  }
  .header-submenu_module {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 24px 32px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 440px;
  }
  .header-submenu_module-comingsoon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-submenu_module-comingsoon .header-submenu_module-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comingsoon-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
  }
  .header-submenu_module-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    min-height: 48px;
    height: auto;
  }
  .header-submenu_module-logo {
    width: 140px;
    height: auto;
    max-height: 28px;
    display: block;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
  }
  .header-submenu_module-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
  }
  .header-submenu_module-logo-buddy {
    width: 180px;
    max-height: 36px;
  }
  .header-submenu_module-description-buddy {
    margin-left: -40px;
  }
  .header-submenu_module-content {
    display: flex;
    gap: 40px;
  }
  .header-submenu_wrap {
    display: flex;
    flex-direction: column;
  }
  .header-submenu_wrap p {
    color: #fff;
    cursor: default;
    margin: 8px 0;
    width: auto;
    white-space: nowrap;
  }
  .header-submenu_wrap p a {
    cursor: pointer;
  }
  .header-submenu_wrap p a {
    color: #fff !important;
    text-decoration: none;
    transition: text-decoration 0.2s;
    cursor: pointer !important;
  }
  .header-submenu_wrap p a:hover {
    text-decoration: underline;
  }
  .header-submenu_wrap p::before {
    content: "";
    display: inline-block;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"%3E%3Ccircle cx="12" cy="12" r="10" stroke="white" stroke-width="2" fill="none"/%3E%3Cpolyline points="10 8 14 12 10 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    height: 18px;
    margin-right: 8px;
    vertical-align: sub;
    width: 18px;
  }
  .header .open {
    opacity: 1;
    visibility: visible;
  }
  .is-animation .header-inner {
    height: 64px;
    transition: all 0.3s linear;
  }
  .is-animation .header-logo {
    width: 180px;
    transition: all 0.3s linear;
  }
  .is-animation .header-button a {
    height: 64px;
    width: 100px;
    transition: all 0.3s linear;
  }
  .is-animation .header-nav_pc nav ul li {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
  }
  .is-animation .header-nav_pc nav ul li.current:after {
    margin-top: -21px;
  }
  .is-animation .header-nav_pc nav ul li:hover:after {
    margin-top: -21px;
  }
  .is-animation .header-submenu {
    top: 64px;
  }
  .home .mv {
    margin-top: -96px;
    padding-top: 160px;
  }
  .mv-wrap {
    margin-inline: auto;
    max-width: 1340px;
  }
  .mv-wrap > div:nth-of-type(1) {
    margin-right: 2%;
    width: 48%;
  }
  .mv-text {
    font-size: 36px;
  }
  .mv-pr > div {
    margin: 0 16px;
    width: 250px;
  }
  .mv-caption {
    justify-content: center;
  }
  .mv-caption p {
    padding: 4px 0;
    width: 134px;
  }
  .assignment {
    padding: 108px 0;
  }
  .assignment-logo {
    width: 260px;
    margin-bottom: 72px;
  }
  .assignment-inner {
    margin-inline: auto;
    width: 1100px;
  }
  .assignment-title {
    font-size: 28px;
    margin-bottom: 88px;
  }
  .assignment-text {
    font-size: 20px;
    margin-bottom: 72px;
  }
  .assignment-cards {
    gap: 32px;
  }

  .assignment-card {
    padding: 48px 36px;
  }

  .assignment-card_icon {
    width: 140px;
    height: 140px;
    margin-bottom: 32px;
  }

  .assignment-card_title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .assignment-card_text {
    font-size: 16px;
  }
  .solution {
    padding: 120px 0;
    min-height: 800px;
  }
  .solution-logo {
    width: 260px;
    margin-bottom: 72px;
  }
  .solution-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .solution-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .solution-text {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .solution-detail {
    font-size: 20px;
    line-height: 2.2;
  }
  .customer-interview-section {
    padding: 108px 0;
  }
  .customer-interview {
    gap: 60px;
    padding: 64px 80px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .customer-interview-images {
    flex: 0 0 450px;
    height: 450px;
  }
  .customer-interview-image-top {
    width: 320px;
    height: 320px;
  }
  .customer-interview-image-bottom {
    width: 200px;
    height: 200px;
  }
  .customer-interview-catchcopy {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .customer-interview-name {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .customer-interview-text {
    font-size: 16px;
    line-height: 2;
  }
  .various-school-logo {
    margin-bottom: 88px;
  }
  .various-logo {
    width: 260px;
  }
  .various-inner {
    margin-inline: auto;
    width: 1100px;
  }
  .various-title {
    font-size: 36px;
    margin-bottom: 56px;
  }
  .various-text {
    font-size: 16px;
  }
  .various-head {
    width: 52%;
  }
  .various-head_outer {
    max-height: 508px;
    margin-bottom: 88px;
  }
  .various-list {
    gap: 7%;
  }
  .various-list > div {
    padding: 32px 40px 128px;
  }
  .various-list_num {
    margin: -58px 0 0;
    width: 76px;
  }
  .various-list_caption {
    margin-bottom: 8px;
  }
  .various-list_title {
    font-size: 24px;
  }
  .various-list_text {
    font-size: 15px;
  }
  .various-list_image {
    width: 149px;
  }
  .various-list .button-base {
    right: 0;
    left: 0;
  }
  .various-wrap {
    align-items: center;
  }
  .various-wrap > div:nth-of-type(1) {
    margin-right: 9%;
    text-align: justify;
    width: 60%;
  }
  .various-space {
    height: 85px;
  }
  .detail {
    background-size: cover;
    padding: 0 0 56px;
  }
  .detail-inner {
    margin-inline: auto;
    padding: 0 24px;
    width: 1100px;
  }
  .detail-title {
    font-size: 28px;
  }
  .detail-text {
    font-size: 16px;
  }
  .detail-01 > div:nth-of-type(2) {
    width: 42%;
  }
  .detail-02 {
    margin-top: 104px;
  }
  .detail-02 > div:nth-of-type(2) {
    width: 42%;
  }
  .contact-inner {
    margin-inline: auto;
    width: 1100px;
  }
  .function {
    padding: 108px 0;
  }
  .function-logo {
    width: 260px;
    margin-bottom: 72px;
  }
  .function-inner {
    margin-inline: auto;
    width: 1100px;
  }
  .function-head {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .function-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .function-text {
    font-size: 20px;
    margin-bottom: 116px;
  }
  .function-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .function-card {
    padding: 28px;
  }

  .function-card_image {
    width: 110px;
    height: 110px;
    margin-bottom: 24px;
  }

  .function-card_title {
    font-size: 16px;
  }
  .usecase {
    padding: 108px 0;
  }
  .usecase-inner {
    margin-inline: auto;
    width: 1100px;
  }
  .usecase-title {
    font-size: 36px;
    margin-bottom: 88px;
  }
  .usecase-text p {
    font-size: 18px;
  }
  .usecase-caption {
    font-size: 15px;
  }
  .form {
    padding: 108px 0;
  }
  .form-inner {
    margin-inline: auto;
    width: 1100px;
  }
  .form .progressbar {
    margin-bottom: 96px;
    width: 1100px;
  }
  .form .progressbar .item {
    padding: 24px 0;
  }
  .form .progressbar .item .fw-b {
    font-size: 24px;
  }
  .form .progressbar .item .fw-b span {
    display: inline-block;
  }
  .form .progressbar .item .fw-n {
    font-size: 14px;
  }
  .form .progressbar .item .fw-n span {
    display: inline-block;
  }
  .form-input_title {
    margin-bottom: 80px;
  }
  .form-input form {
    margin-inline: auto;
    width: 840px;
  }
  .form-input form dl div dt {
    font-size: 14px;
    margin: 0 16px 0 0;
  }
  .form-input form dl div dd {
    padding: 0 32px 16px;
  }
  .form-privacy_box {
    margin-bottom: 40px;
  }
  .footer-inner {
    display: flex;
    margin-inline: auto;
    padding: 72px 0 56px;
    max-width: 1100px;
    width: 100%;
  }
  .footer-logo {
    margin-right: 118px;
    width: 287px;
  }
  .footer-school-logo {
    padding-left: 34px;
  }
  .footer-school-logo img {
    width: 100px;
  }
  .footer-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 0;
    margin-right: 100px;
    width: 360px;
  }
  .footer-wrap > div:nth-of-type(1) {
    margin-right: 40px;
  }
  .footer-button .button-unit {
    margin-top: 0;
  }
  .sv-inner {
    height: 280px;
  }
  .breadcrumb {
    margin-bottom: 32px;
  }
  .submenu-main {
    margin-bottom: 32px;
    width: 1100px;
  }
  .submenu-main p {
    font-size: 16px;
  }
  .menu-pagelink {
    padding: 24px 0;
  }
  .menu-pagelink p a {
    font-size: 15px;
    padding: 8px 0;
  }
  .menu-pagelink p a::after {
    top: 70px;
  }
  .subcts {
    padding: 88px 0;
  }
  .subcts-inner {
    max-width: 1500px;
    margin-left: 100px;
    margin-right: 100px;
  }
  .subcts-h2 {
    font-size: 36px;
    margin-bottom: 92px;
  }
  .subcts-h2 img {
    margin-bottom: 40px;
  }
  .subcts-h2_2l div {
    display: flex;
  }
  .subcts-h2_2l div img {
    margin: 16px 0 !important;
  }
  .subcts h3 {
    font-size: 36px;
  }
  .subcts-desc_title {
    font-size: 28px;
  }
  .subcts-desc_ipad {
    margin-top: 16px;
  }
  .hlist-inner {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hlist-wrap {
    padding: 40px;
  }
  .hlist-image {
    margin: -68px 0 16px;
    width: 76px;
  }
  .hlist-title {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .hlist-text {
    font-size: 16px;
  }
  .flow-wrap {
    display: flex;
    align-items: flex-start;
    margin: 0 0 40px;
    padding: 32px 28px;
  }
  .flow-wrap::after {
    bottom: -32px;
    height: 28px;
    width: 28px;
    font-size: 18px;
    line-height: 28px;
  }
  .flow-desc {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 40%;
    flex-direction: row;
    align-items: center;
  }
  .flow-num {
    margin-right: 16px;
    margin-bottom: 0;
    width: 45px;
  }
  .flow-icon {
    margin-right: 16px;
    margin-bottom: 0;
    width: 55px;
  }
  .flow-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .flow-text {
    width: 60%;
    padding-left: 28px;
    border-left: 3px solid #e5e7eb;
    font-size: 15px;
  }
  .studio-section {
    padding: 40px 32px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
  }
  .studio-video {
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 28.125%;
  }
  .studio-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .studio-content > div:first-child {
    margin-bottom: 0;
  }
  iframe {
    height: 618px;
    padding: 0 12px;
  }
  .mov {
    padding: 32px;
  }
  .mov-title {
    font-size: 24px;
  }
  .mov-text {
    font-size: 15px;
  }
  .mov-caption {
    padding: 24px;
  }
  .mov-caption_title {
    font-size: 16px;
  }
  .mov-caption_text {
    font-size: 14px;
  }
  .mov-caution {
    padding: 32px;
  }
  .mov-caution p {
    font-size: 20px;
  }
  .mov-caution ul li {
    font-size: 15px;
  }
  .mov iframe {
    height: 300px;
  }
  .table-line table thead tr th:nth-of-type(2) {
    width: 58%;
  }
  .table-line table thead tr th:nth-of-type(3) {
    width: 22%;
  }
  .table-line table tbody tr th {
    vertical-align: middle;
  }
  .table-line table tbody tr td {
    vertical-align: middle;
  }
  .table-box table thead tr th {
    font-size: 16px;
    padding: 24px 16px;
  }
  .table-box table tbody tr th {
    font-size: 16px;
    padding: 24px 16px;
  }
  .table-box table tbody tr td {
    font-size: 16px;
    padding: 24px 16px;
  }
  .table-sm {
    padding: 24px;
  }
  .table-sm table {
    width: 100%;
  }
  .table-sm table thead tr th {
    font-size: 14px;
    padding: 16px;
  }
  .table-sm table tbody tr td {
    font-size: 14px;
    padding: 16px;
  }
  .comparison {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .comparison-inner {
    display: flex;
  }
  .comparison-inner > div:nth-of-type(1) {
    margin: 0 1% 0;
    width: 55%;
  }
  .comparison-inner > div:nth-of-type(1) .comparison-text {
    width: 73%;
  }
  .comparison-inner > div:nth-of-type(2) {
    margin: 0 1% 0;
    width: 40%;
  }
  .comparison-inner > div:nth-of-type(2) .comparison-text {
    width: 94%;
  }
  .comparison-wrap {
    height: 120px;
  }
  .comparison-title_pc {
    display: none;
  }
}

/* ================================================================
   PostX Blog Grid - Category & Taxonomy Styles
   ================================================================ */

/* Category tags styling */
.wpx-block-wrapper .wpx-category,
.wpx-block-wrapper .wpx-taxonomy-item,
.wpx-post-grid .wpx-category,
.wpx-post-grid .wpx-taxonomy-item {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 4px 8px 0;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.wpx-block-wrapper .wpx-category:hover,
.wpx-block-wrapper .wpx-taxonomy-item:hover,
.wpx-post-grid .wpx-category:hover,
.wpx-post-grid .wpx-taxonomy-item:hover {
    background-color: #e0e0e0;
    color: #000;
}

/* Category container */
.wpx-block-wrapper .wpx-taxonomy-list,
.wpx-post-grid .wpx-taxonomy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

/* Fix for broken layout */
.wpx-post-grid .wpx-post-item {
    margin-bottom: 2rem;
}

.wpx-post-grid .wpx-post-content {
    padding: 1rem;
}

/* PostX お知らせページのタイトルスタイルをリセット */
.subcts .ultp-block-title,
.subcts .ultp-block-title h1,
.subcts .ultp-block-title h2,
.subcts .ultp-block-title h3,
.subcts .ultp-block-title h4 {
    /* .subcts h3 スタイルを上書き */
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 5px 0 !important;
}

/* h3::after の下線を削除 */
.subcts .ultp-block-title::after,
.subcts .ultp-block-title h1::after,
.subcts .ultp-block-title h2::after,
.subcts .ultp-block-title h3::after,
.subcts .ultp-block-title h4::after {
    display: none !important;
    content: none !important;
}

.subcts .ultp-block-title a {
    font-family: Lato, sans-serif !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    color: var(--postx_preset_Contrast_1_color) !important;
    text-align: left !important;
}

.subcts .ultp-block-title a:hover {
    color: var(--postx_preset_Primary_color) !important;
}
/* ================================
   Products Section (manabi+ Modules)
   トップページのプロダクト紹介セクション
================================ */

.products-section {
  background: #05060a;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.products-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250vmax;
  height: 250vmax;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  background:
    radial-gradient(80vmax 80vmax at 10% 10%, rgba(255, 32, 79, 0.45), transparent 60%),
    radial-gradient(70vmax 70vmax at 90% 90%, rgba(0, 64, 255, 0.45), transparent 65%),
    linear-gradient(135deg, #ff204f, #0040ff);
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.05) brightness(1.05);
  animation: spinCCW 10s linear infinite;
  will-change: transform;
  z-index: 0;
  pointer-events: none;
}

.products-section > * {
  position: relative;
  z-index: 1;
}

.products-container {
  max-width: 1200px;
  margin: 0 auto;
}

.products-catchcopy {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 24px 0;
  letter-spacing: 0.5px;
  width: 100%;
}

.products-intro {
  margin-bottom: 60px;
}

.products-intro .assignment-text {
  color: #ffffff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border: 1px solid #e5e7eb;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.product-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.product-logo {
  width: 220px;
  height: auto;
  max-height: 48px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.product-logo-buddy {
  width: 280px;
  max-height: 60px;
}

.product-description {
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 20px 0;
  flex: 1;
}

.product-link {
  display: inline-block;
  color: #0040ff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: auto;
}

.product-link:hover {
  color: #ff204f;
  text-decoration: underline;
}

.product-card-comingsoon {
  background: #ffffff;
}

.product-comingsoon {
  color: #9ca3af;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin: auto 0 0 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .product-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .products-section {
    padding: 60px 16px;
  }
  
  .products-intro {
    margin-bottom: 40px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .product-card {
    padding: 24px 20px;
    min-height: 240px;
  }
  
  .product-card:last-child {
    max-width: 100%;
  }

  .product-header {
    height: 50px;
  }

  .product-logo {
    width: 180px;
    max-height: 40px;
  }

  .product-logo-buddy {
    width: 220px;
    max-height: 48px;
  }

  .product-description {
    font-size: 13px;
  }
}

/* Blog & News Section */
.blog-news-section {
  padding: 80px 24px;
  background: #f8f9fa;
}

.blog-news-container {
  max-width: 1000px;
  margin: 0 auto;
}

.blog-news-section h2::before {
  display: none;
}

.blog-news-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #333;
}

.blog-news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.blog-news-item {
  border-bottom: 1px solid #e5e7eb;
}

.blog-news-item:last-child {
  border-bottom: none;
}

.blog-news-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.blog-news-item-link:hover {
  background-image: linear-gradient(white, white), linear-gradient(135deg, #0088ff 0%, #11c0ff 30%, #ff6fb3 70%, #8de3b9 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 16px rgba(0, 136, 255, 0.2), 0 2px 8px rgba(255, 111, 179, 0.15);
}

.blog-news-item-left {
  flex: 1;
  min-width: 0;
}

.blog-news-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.post-type-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.post-type-blog {
  background: #007bba;
}

.post-type-news {
  background: #28a745;
}

.post-date {
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

.post-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  flex-shrink: 0;
  max-width: 25%;
}

.taxonomy-term {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 11px;
  background: #e5e7eb;
  color: #4b5563;
  white-space: nowrap;
}

.taxonomy-category {
  background: #dbeafe;
  color: #1e40af;
}

.taxonomy-tag {
  background: #fee2e2;
  color: #991b1b;
}

.post-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
}

.blog-news-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 20px;
}

.blog-news-link {
  background-color: #202020;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 16px 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 280px;
}

.blog-news-link::after {
  background-image: url("images/icon-arrow-circle.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  position: absolute;
  right: 16px;
  width: 18px;
}

.blog-news-link:hover {
  opacity: 0.6;
}

.no-posts {
  text-align: center;
  color: #6b7280;
  padding: 40px 0;
  font-size: 16px;
}

/* Tablet */
@media (min-width: 768px) {
  .blog-news-section {
    padding: 100px 64px;
  }

  .blog-news-title {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .post-title {
    font-size: 18px;
  }
}

/* PC */
@media (min-width: 1024px) {
  .blog-news-section {
    padding: 120px 0;
  }

  .blog-news-title {
    font-size: 36px;
    margin-bottom: 72px;
  }

  .post-title {
    font-size: 20px;
  }
}

/* ================================
   Table of Contents Customization
   目次カスタマイズ
================================ */

/* Hide Close button - Closeボタンを非表示 */
.ultp-collapsible-hide {
  display: none !important;
}

/* Remove list markers - リストマーカー削除 */
.ultp-toc-lists {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.ultp-toc-lists li {
  list-style-type: none !important;
  list-style: none !important;
}

.ultp-toc-lists li::before {
  content: none !important;
  display: none !important;
}

/* Remove arrow markers from links - リンクの矢印マーカー削除 */
.ultp-toc-lists li a::before {
  content: none !important;
  display: none !important;
}

/* Nested lists - ネストされたリスト */
.ultp-toc-lists ul {
  list-style: none !important;
  padding-left: 1.5em !important;
}

.ultp-toc-lists ul li {
  list-style-type: none !important;
}

.ultp-toc-lists ul li::before {
  content: none !important;
  display: none !important;
}

.ultp-toc-lists ul li a::before {
  content: none !important;
  display: none !important;
}
